@odx/icons 3.26.0 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/core/core-demo-poster.html +45 -3
- package/core/core-iconmap.scss +7 -0
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +22 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +24 -0
- package/core/svg/file-image.svg +4 -0
- package/core/svg/file-jpg.svg +5 -0
- package/core/svg/file-others.svg +14 -0
- package/core/svg/file-video.svg +4 -0
- package/core/svg/file-wmv.svg +4 -0
- package/core/svg/user-id-edit.svg +4 -0
- package/medical/medical-demo-poster.html +2 -2
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/uib-legacy/svg/user-id-edit.svg +4 -0
- package/uib-legacy/uib-legacy-demo-poster.html +10 -3
- package/uib-legacy/uib-legacy-iconmap.scss +1 -0
- package/uib-legacy/uib-legacy-icons.css +1 -1
- package/uib-legacy/uib-legacy-icons.eot +0 -0
- package/uib-legacy/uib-legacy-icons.scss +3 -0
- package/uib-legacy/uib-legacy-icons.ttf +0 -0
- package/uib-legacy/uib-legacy-icons.woff +0 -0
- package/uib-legacy/uib-legacy-icons.woff2 +0 -0
- package/uib-legacy/uib-legacy-metadata.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [3.28.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.27.0...v3.28.0) (2024-09-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** filetype icons ([1beb18d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/1beb18decc7820ff285654f5aec6e641397d0b9a))
|
|
7
|
+
|
|
8
|
+
# [3.27.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.26.0...v3.27.0) (2024-09-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **icons:** filetypes and user id ([58d4d86](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/58d4d86532238cac6b86fb398a38ff7a90ac0228))
|
|
14
|
+
|
|
1
15
|
# [3.26.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.25.0...v3.26.0) (2024-09-06)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.28.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="core-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.28.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>core</strong> (
|
|
133
|
+
Iconset: <strong>core</strong> (370 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -1016,6 +1016,27 @@
|
|
|
1016
1016
|
<span class="icon-name">file-excel</span>
|
|
1017
1017
|
<span class="icon-alias">
|
|
1018
1018
|
</div>
|
|
1019
|
+
<div class="icons__item">
|
|
1020
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-image">
|
|
1021
|
+
<span></span>
|
|
1022
|
+
</i>
|
|
1023
|
+
<span class="icon-name">file-image</span>
|
|
1024
|
+
<span class="icon-alias">
|
|
1025
|
+
</div>
|
|
1026
|
+
<div class="icons__item">
|
|
1027
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-jpg">
|
|
1028
|
+
<span></span>
|
|
1029
|
+
</i>
|
|
1030
|
+
<span class="icon-name">file-jpg</span>
|
|
1031
|
+
<span class="icon-alias">
|
|
1032
|
+
</div>
|
|
1033
|
+
<div class="icons__item">
|
|
1034
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-others">
|
|
1035
|
+
<span></span>
|
|
1036
|
+
</i>
|
|
1037
|
+
<span class="icon-name">file-others</span>
|
|
1038
|
+
<span class="icon-alias">
|
|
1039
|
+
</div>
|
|
1019
1040
|
<div class="icons__item">
|
|
1020
1041
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file-pdf">
|
|
1021
1042
|
<span></span>
|
|
@@ -1044,6 +1065,20 @@
|
|
|
1044
1065
|
<span class="icon-name">file-svg</span>
|
|
1045
1066
|
<span class="icon-alias">
|
|
1046
1067
|
</div>
|
|
1068
|
+
<div class="icons__item">
|
|
1069
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-video">
|
|
1070
|
+
<span></span>
|
|
1071
|
+
</i>
|
|
1072
|
+
<span class="icon-name">file-video</span>
|
|
1073
|
+
<span class="icon-alias">
|
|
1074
|
+
</div>
|
|
1075
|
+
<div class="icons__item">
|
|
1076
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-wmv">
|
|
1077
|
+
<span></span>
|
|
1078
|
+
</i>
|
|
1079
|
+
<span class="icon-name">file-wmv</span>
|
|
1080
|
+
<span class="icon-alias">
|
|
1081
|
+
</div>
|
|
1047
1082
|
<div class="icons__item">
|
|
1048
1083
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file-word">
|
|
1049
1084
|
<span></span>
|
|
@@ -2087,6 +2122,13 @@
|
|
|
2087
2122
|
<span class="icon-name">user-id</span>
|
|
2088
2123
|
<span class="icon-alias">
|
|
2089
2124
|
</div>
|
|
2125
|
+
<div class="icons__item">
|
|
2126
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="user-id-edit">
|
|
2127
|
+
<span></span>
|
|
2128
|
+
</i>
|
|
2129
|
+
<span class="icon-name">user-id-edit</span>
|
|
2130
|
+
<span class="icon-alias">
|
|
2131
|
+
</div>
|
|
2090
2132
|
<div class="icons__item">
|
|
2091
2133
|
<i class="odx-icon" data-icon-set="core" data-icon-name="user-id-error">
|
|
2092
2134
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -158,10 +158,16 @@ $glyphs: (
|
|
|
158
158
|
file: "\f18c",
|
|
159
159
|
file-csv: "\f1a2",
|
|
160
160
|
file-excel: "\f187",
|
|
161
|
+
file-image: "\f260",
|
|
162
|
+
file-jpg: "\f256",
|
|
163
|
+
file-others: "\f261",
|
|
164
|
+
file-others-part1: "\f262",
|
|
161
165
|
file-pdf: "\f188",
|
|
162
166
|
file-png: "\f24d",
|
|
163
167
|
file-ppt: "\f189",
|
|
164
168
|
file-svg: "\f24e",
|
|
169
|
+
file-video: "\f265",
|
|
170
|
+
file-wmv: "\f25b",
|
|
165
171
|
file-word: "\f18a",
|
|
166
172
|
file-zip: "\f18b",
|
|
167
173
|
filter: "\f18f",
|
|
@@ -329,6 +335,7 @@ $glyphs: (
|
|
|
329
335
|
user-group: "\f205",
|
|
330
336
|
user-group-administration: "\f204",
|
|
331
337
|
user-id: "\f211",
|
|
338
|
+
user-id-edit: "\f25f",
|
|
332
339
|
user-id-error: "\f280",
|
|
333
340
|
user-id-error-part1: "\f20e",
|
|
334
341
|
user-id-error-part2: "\f20f",
|
package/core/core-icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:core-icons;src:url("core-icons.eot");src:url("core-icons.eot?#iefix") format("embedded-opentype"),url("core-icons.woff") format("woff"),url("core-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=core]{font-family:core-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=core][data-icon-name=aggregation]::before{content:"\f11d"}[data-icon-set=core][data-icon-name=align-horizontal-middle]::before{content:"\f10e"}[data-icon-set=core][data-icon-name=align-vertical-middle]::before{content:"\f10f"}[data-icon-set=core][data-icon-name=announcement]::before{content:"\f236"}[data-icon-set=core][data-icon-name=arrow-down]::before{content:"\f110"}[data-icon-set=core][data-icon-name=arrow-down-right]::before{content:"\f251"}[data-icon-set=core][data-icon-name=arrow-left]::before{content:"\f111"}[data-icon-set=core][data-icon-name=arrow-right]::before{content:"\f112"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-right]::before{content:"\f252"}[data-icon-set=core][data-icon-name=ascending]::before{content:"\f114"}[data-icon-set=core][data-icon-name=attachment]::before{content:"\f116"}[data-icon-set=core][data-icon-name=attachment-off]::before{content:"\f115"}[data-icon-set=core][data-icon-name=bar-chart]::before{content:"\f13d"}[data-icon-set=core][data-icon-name=battery-0]::before{content:"\f117"}[data-icon-set=core][data-icon-name=battery-100]::before{content:"\f118"}[data-icon-set=core][data-icon-name=battery-25]::before{content:"\f119"}[data-icon-set=core][data-icon-name=battery-50]::before{content:"\f11a"}[data-icon-set=core][data-icon-name=battery-75]::before{content:"\f11b"}[data-icon-set=core][data-icon-name=battery-alarm]::before{content:"\f229";color:#f30303}[data-icon-set=core][data-icon-name=battery-alarm]::after{content:"\f22d";color:#fff}[data-icon-set=core][data-icon-name=battery-alarm] span::before{content:"\f22e"}[data-icon-set=core][data-icon-name=battery-charge]::before{content:"\f11f"}[data-icon-set=core][data-icon-name=battery-error]::before{content:"\f22c";color:#f30303}[data-icon-set=core][data-icon-name=battery-error]::after{content:"\f127";color:#fff}[data-icon-set=core][data-icon-name=battery-error] span::before{content:"\f128"}[data-icon-set=core][data-icon-name=battery-uncalibrated]::before{content:"\f123"}[data-icon-set=core][data-icon-name=battery-warning]::before{content:"\f22f";color:#ffe300}[data-icon-set=core][data-icon-name=battery-warning]::after{content:"\f134";color:#002766}[data-icon-set=core][data-icon-name=battery-warning] span::before{content:"\f135"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f129"}[data-icon-set=core][data-icon-name=blocked-colored]::before{content:"\f232";color:#f30303}[data-icon-set=core][data-icon-name=blocked-colored]::after{content:"\f137";color:#fff}[data-icon-set=core][data-icon-name=bluetooth]::before{content:"\f12c"}[data-icon-set=core][data-icon-name=bluetooth-off]::before{content:"\f12a"}[data-icon-set=core][data-icon-name=bluetooth-paired]::before{content:"\f12b"}[data-icon-set=core][data-icon-name=blur]::before{content:"\f233"}[data-icon-set=core][data-icon-name=bookmark]::before{content:"\f12d"}[data-icon-set=core][data-icon-name=bookmark-solid]::before{content:"\f107"}[data-icon-set=core][data-icon-name=brightness]::before{content:"\f176"}[data-icon-set=core][data-icon-name=brightness-1]::before{content:"\f12e"}[data-icon-set=core][data-icon-name=brightness-2]::before{content:"\f12f"}[data-icon-set=core][data-icon-name=brightness-3]::before{content:"\f130"}[data-icon-set=core][data-icon-name=brightness-4]::before{content:"\f131"}[data-icon-set=core][data-icon-name=brightness-5]::before{content:"\f11c"}[data-icon-set=core][data-icon-name=brightness-auto]::before{content:"\f132"}[data-icon-set=core][data-icon-name=calendar]::before{content:"\f151"}[data-icon-set=core][data-icon-name=calendar-bumptest]::before{content:"\f13a"}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::before{content:"\f234";color:#f30303}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::after{content:"\f138";color:#fff}[data-icon-set=core][data-icon-name=calendar-bumptest-error] span::before{content:"\f139"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::before{content:"\f237"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::after{content:"\f13b";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-bumptest-warning] span::before{content:"\f13e";color:#002766}[data-icon-set=core][data-icon-name=calendar-calibration]::before{content:"\f141"}[data-icon-set=core][data-icon-name=calendar-calibration-error]::before{content:"\f238";color:#f30303}[data-icon-set=core][data-icon-name=calendar-calibration-error]::after{content:"\f13f";color:#fff}[data-icon-set=core][data-icon-name=calendar-calibration-error] span::before{content:"\f140"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::before{content:"\f23b"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::after{content:"\f144";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-calibration-warning] span::before{content:"\f149";color:#002766}[data-icon-set=core][data-icon-name=calendar-day-view]::before{content:"\f142"}[data-icon-set=core][data-icon-name=calendar-event]::before{content:"\f143"}[data-icon-set=core][data-icon-name=calendar-flag]::before{content:"\f23c";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-flag]::after{content:"\f14a"}[data-icon-set=core][data-icon-name=calendar-interval]::before{content:"\f146"}[data-icon-set=core][data-icon-name=calendar-list]::before{content:"\f147"}[data-icon-set=core][data-icon-name=calendar-time]::before{content:"\f148"}[data-icon-set=core][data-icon-name=calendar-user]::before{content:"\f14f"}[data-icon-set=core][data-icon-name=calendar-user-error]::before{content:"\f23e";color:#f30303}[data-icon-set=core][data-icon-name=calendar-user-error]::after{content:"\f14c";color:#fff}[data-icon-set=core][data-icon-name=calendar-user-error] span::before{content:"\f14d"}[data-icon-set=core][data-icon-name=calendar-user-warning]::before{content:"\f241"}[data-icon-set=core][data-icon-name=calendar-user-warning]::after{content:"\f14e";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-user-warning] span::before{content:"\f153";color:#002766}[data-icon-set=core][data-icon-name=calendar-week-view]::before{content:"\f150"}[data-icon-set=core][data-icon-name=camera]::before{content:"\f152"}[data-icon-set=core][data-icon-name=cancel]::before{content:"\f17e"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-colored]::before{content:"\f243";color:#00dd31}[data-icon-set=core][data-icon-name=check-colored]::after{content:"\f154";color:#002766}[data-icon-set=core][data-icon-name=chevron-down]::before{content:"\f156"}[data-icon-set=core][data-icon-name=chevron-left]::before{content:"\f157"}[data-icon-set=core][data-icon-name=chevron-left-end]::before{content:"\f244"}[data-icon-set=core][data-icon-name=chevron-right]::before{content:"\f158"}[data-icon-set=core][data-icon-name=chevron-right-end]::before{content:"\f245"}[data-icon-set=core][data-icon-name=chevron-up]::before{content:"\f159"}[data-icon-set=core][data-icon-name=chevrons]::before{content:"\f184"}[data-icon-set=core][data-icon-name=chevrons-updown]::before{content:"\f11e"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=cloud]::before{content:"\f165"}[data-icon-set=core][data-icon-name=cloud-disabled]::before{content:"\f10c"}[data-icon-set=core][data-icon-name=cloud-error]::before{content:"\f246";color:#f30303}[data-icon-set=core][data-icon-name=cloud-error]::after{content:"\f15b";color:#fff}[data-icon-set=core][data-icon-name=cloud-error] span::before{content:"\f15d"}[data-icon-set=core][data-icon-name=cloud-ok]::before{content:"\f249";color:#00dd31}[data-icon-set=core][data-icon-name=cloud-ok]::after{content:"\f15f";color:#002766}[data-icon-set=core][data-icon-name=cloud-ok] span::before{content:"\f160"}[data-icon-set=core][data-icon-name=cloud-upload]::before{content:"\f161"}[data-icon-set=core][data-icon-name=cloud-warning]::before{content:"\f24c"}[data-icon-set=core][data-icon-name=cloud-warning]::after{content:"\f163";color:#ffe300}[data-icon-set=core][data-icon-name=cloud-warning] span::before{content:"\f164";color:#002766}[data-icon-set=core][data-icon-name=colorpicker]::before{content:"\f185"}[data-icon-set=core][data-icon-name=column]::before{content:"\f1a1"}[data-icon-set=core][data-icon-name=comment]::before{content:"\f166"}[data-icon-set=core][data-icon-name=comment-add]::before{content:"\f121"}[data-icon-set=core][data-icon-name=comment-off]::before{content:"\f122"}[data-icon-set=core][data-icon-name=compare]::before{content:"\f167"}[data-icon-set=core][data-icon-name=config]::before{content:"\f16d"}[data-icon-set=core][data-icon-name=config-edit]::before{content:"\f168"}[data-icon-set=core][data-icon-name=config-enter]::before{content:"\f169"}[data-icon-set=core][data-icon-name=config-leave]::before{content:"\f16a"}[data-icon-set=core][data-icon-name=config-update]::before{content:"\f16b"}[data-icon-set=core][data-icon-name=config-view]::before{content:"\f16c"}[data-icon-set=core][data-icon-name=copy-content]::before{content:"\f16e"}[data-icon-set=core][data-icon-name=copy-file]::before{content:"\f16f"}[data-icon-set=core][data-icon-name=copy-folder]::before{content:"\f170"}[data-icon-set=core][data-icon-name=cut]::before{content:"\f171"}[data-icon-set=core][data-icon-name=d]::before{content:"\f125"}[data-icon-set=core][data-icon-name=dashboard]::before{content:"\f247"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success]::before{content:"\f136";color:#00dd31}[data-icon-set=core][data-icon-name=delete-success]::after{content:"\f17f";color:#002766}[data-icon-set=core][data-icon-name=delete-success] span::before{content:"\f1b7"}[data-icon-set=core][data-icon-name=descending]::before{content:"\f173"}[data-icon-set=core][data-icon-name=device-lan]::before{content:"\f235"}[data-icon-set=core][data-icon-name=device-lan-off]::before{content:"\f231"}[data-icon-set=core][data-icon-name=device-offline]::before{content:"\f120"}[data-icon-set=core][data-icon-name=device-online]::before{content:"\f124"}[data-icon-set=core][data-icon-name=direction]::before{content:"\f103"}[data-icon-set=core][data-icon-name=document]::before{content:"\f178"}[data-icon-set=core][data-icon-name=document-check]::before{content:"\f174"}[data-icon-set=core][data-icon-name=document-flag]::before{content:"\f255";color:#f30303}[data-icon-set=core][data-icon-name=document-flag]::after{content:"\f1ca"}[data-icon-set=core][data-icon-name=document-ok]::before{content:"\f101"}[data-icon-set=core][data-icon-name=document-qa]::before{content:"\f102"}[data-icon-set=core][data-icon-name=document-settings]::before{content:"\f177"}[data-icon-set=core][data-icon-name=document-stats]::before{content:"\f10b"}[data-icon-set=core][data-icon-name=download]::before{content:"\f179"}[data-icon-set=core][data-icon-name=drop]::before{content:"\f257"}[data-icon-set=core][data-icon-name=edit]::before{content:"\f17a"}[data-icon-set=core][data-icon-name=emoji-happy]::before{content:"\f17b"}[data-icon-set=core][data-icon-name=emoji-neutral]::before{content:"\f17c"}[data-icon-set=core][data-icon-name=emoji-sad]::before{content:"\f17d"}[data-icon-set=core][data-icon-name=error]::before{content:"\f180"}[data-icon-set=core][data-icon-name=error-colored]::before{content:"\f258";color:#f30303}[data-icon-set=core][data-icon-name=error-colored]::after{content:"\f1cb";color:#fff}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=favicon]::before{content:"\f239";color:#002766}[data-icon-set=core][data-icon-name=favicon]::after{content:"\f24b";color:#fff}[data-icon-set=core][data-icon-name=favorite]::before{content:"\f183"}[data-icon-set=core][data-icon-name=favorite-solid]::before{content:"\f182"}[data-icon-set=core][data-icon-name=fax]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-colored]::before{content:"\f259";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-colored]::after{content:"\f1cc";color:#002766}[data-icon-set=core][data-icon-name=file]::before{content:"\f18c"}[data-icon-set=core][data-icon-name=file-csv]::before{content:"\f1a2"}[data-icon-set=core][data-icon-name=file-excel]::before{content:"\f187"}[data-icon-set=core][data-icon-name=file-pdf]::before{content:"\f188"}[data-icon-set=core][data-icon-name=file-png]::before{content:"\f24d"}[data-icon-set=core][data-icon-name=file-ppt]::before{content:"\f189"}[data-icon-set=core][data-icon-name=file-svg]::before{content:"\f24e"}[data-icon-set=core][data-icon-name=file-word]::before{content:"\f18a"}[data-icon-set=core][data-icon-name=file-zip]::before{content:"\f18b"}[data-icon-set=core][data-icon-name=filter]::before{content:"\f18f"}[data-icon-set=core][data-icon-name=filter-close]::before{content:"\f18d"}[data-icon-set=core][data-icon-name=filter-settings]::before{content:"\f18e"}[data-icon-set=core][data-icon-name=flag]::before{content:"\f190"}[data-icon-set=core][data-icon-name=folder]::before{content:"\f192"}[data-icon-set=core][data-icon-name=folder-in]::before{content:"\f25c"}[data-icon-set=core][data-icon-name=folder-open]::before{content:"\f191"}[data-icon-set=core][data-icon-name=folder-out]::before{content:"\f25d"}[data-icon-set=core][data-icon-name=folder-team]::before{content:"\f25e"}[data-icon-set=core][data-icon-name=gender-female]::before{content:"\f193"}[data-icon-set=core][data-icon-name=gender-male]::before{content:"\f194"}[data-icon-set=core][data-icon-name=globe]::before{content:"\f22b"}[data-icon-set=core][data-icon-name=group]::before{content:"\f175"}[data-icon-set=core][data-icon-name=hand]::before{content:"\f104"}[data-icon-set=core][data-icon-name=help]::before{content:"\f195"}[data-icon-set=core][data-icon-name=history]::before{content:"\f253"}[data-icon-set=core][data-icon-name=home]::before{content:"\f108"}[data-icon-set=core][data-icon-name=import]::before{content:"\f196"}[data-icon-set=core][data-icon-name=info]::before{content:"\f197"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=language]::before{content:"\f198"}[data-icon-set=core][data-icon-name=link]::before{content:"\f13c"}[data-icon-set=core][data-icon-name=link-external]::before{content:"\f199"}[data-icon-set=core][data-icon-name=link-internal]::before{content:"\f19a"}[data-icon-set=core][data-icon-name=link-off]::before{content:"\f126"}[data-icon-set=core][data-icon-name=loading]::before{content:"\f1a3"}[data-icon-set=core][data-icon-name=location]::before{content:"\f19e"}[data-icon-set=core][data-icon-name=location-measure]::before{content:"\f19b"}[data-icon-set=core][data-icon-name=location-off]::before{content:"\f19c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error]::before{content:"\f230";color:#f30303}[data-icon-set=core][data-icon-name=location-scan-error]::after{content:"\f1cf";color:#fff}[data-icon-set=core][data-icon-name=location-scan-error] span::before{content:"\f1d0"}[data-icon-set=core][data-icon-name=location-scan-success]::before{content:"\f15e";color:#00dd31}[data-icon-set=core][data-icon-name=location-scan-success]::after{content:"\f1d1";color:#002766}[data-icon-set=core][data-icon-name=location-scan-success] span::before{content:"\f1d2"}[data-icon-set=core][data-icon-name=lock]::before{content:"\f19f"}[data-icon-set=core][data-icon-name=logo-engage]::before{content:"\f263"}[data-icon-set=core][data-icon-name=logout]::before{content:"\f1a0"}[data-icon-set=core][data-icon-name=mail]::before{content:"\f1ab"}[data-icon-set=core][data-icon-name=mail-error]::before{content:"\f264";color:#f30303}[data-icon-set=core][data-icon-name=mail-error]::after{content:"\f1d3";color:#fff}[data-icon-set=core][data-icon-name=mail-error] span::before{content:"\f1d4"}[data-icon-set=core][data-icon-name=mail-newsletter]::before{content:"\f1a4"}[data-icon-set=core][data-icon-name=mail-resend]::before{content:"\f1a5"}[data-icon-set=core][data-icon-name=mail-send]::before{content:"\f1a6"}[data-icon-set=core][data-icon-name=mail-sending]::before{content:"\f1a7"}[data-icon-set=core][data-icon-name=mail-success]::before{content:"\f267";color:#00dd31}[data-icon-set=core][data-icon-name=mail-success]::after{content:"\f1f3";color:#002766}[data-icon-set=core][data-icon-name=mail-success] span::before{content:"\f1f4"}[data-icon-set=core][data-icon-name=map]::before{content:"\f1ac"}[data-icon-set=core][data-icon-name=maximize]::before{content:"\f1ad"}[data-icon-set=core][data-icon-name=media-back]::before{content:"\f1ae"}[data-icon-set=core][data-icon-name=media-fastforward]::before{content:"\f1af"}[data-icon-set=core][data-icon-name=media-pause]::before{content:"\f1b0"}[data-icon-set=core][data-icon-name=media-play]::before{content:"\f1b1"}[data-icon-set=core][data-icon-name=media-rewind]::before{content:"\f1b2"}[data-icon-set=core][data-icon-name=media-skip]::before{content:"\f1b3"}[data-icon-set=core][data-icon-name=media-stop]::before{content:"\f133"}[data-icon-set=core][data-icon-name=menu]::before{content:"\f1b5"}[data-icon-set=core][data-icon-name=menu-favorites]::before{content:"\f145"}[data-icon-set=core][data-icon-name=menu-functions]::before{content:"\f14b"}[data-icon-set=core][data-icon-name=minimize]::before{content:"\f1b6"}[data-icon-set=core][data-icon-name=minus]::before{content:"\f15c"}[data-icon-set=core][data-icon-name=mode-switch]::before{content:"\f1b8"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=next]::before{content:"\f1ba"}[data-icon-set=core][data-icon-name=night-mode]::before{content:"\f1bb"}[data-icon-set=core][data-icon-name=notification]::before{content:"\f1bd"}[data-icon-set=core][data-icon-name=notification-off]::before{content:"\f1bc"}[data-icon-set=core][data-icon-name=object]::before{content:"\f26c"}[data-icon-set=core][data-icon-name=on-off]::before{content:"\f1be"}[data-icon-set=core][data-icon-name=package]::before{content:"\f1bf"}[data-icon-set=core][data-icon-name=password]::before{content:"\f1c0"}[data-icon-set=core][data-icon-name=password-change]::before{content:"\f1a8"}[data-icon-set=core][data-icon-name=paste]::before{content:"\f1a9"}[data-icon-set=core][data-icon-name=phone]::before{content:"\f1c1"}[data-icon-set=core][data-icon-name=picture]::before{content:"\f1c2"}[data-icon-set=core][data-icon-name=pin]::before{content:"\f1c3"}[data-icon-set=core][data-icon-name=pin-solid]::before{content:"\f109"}[data-icon-set=core][data-icon-name=placeholder]::before{content:"\f1c4"}[data-icon-set=core][data-icon-name=plus]::before{content:"\f1c5"}[data-icon-set=core][data-icon-name=position]::before{content:"\f1c7"}[data-icon-set=core][data-icon-name=position-off]::before{content:"\f1c6"}[data-icon-set=core][data-icon-name=precondition]::before{content:"\f106"}[data-icon-set=core][data-icon-name=previous]::before{content:"\f1c8"}[data-icon-set=core][data-icon-name=print]::before{content:"\f1d5"}[data-icon-set=core][data-icon-name=print-config]::before{content:"\f1c9"}[data-icon-set=core][data-icon-name=print-error]::before{content:"\f26f";color:#f30303}[data-icon-set=core][data-icon-name=print-error]::after{content:"\f1f5";color:#fff}[data-icon-set=core][data-icon-name=print-error] span::before{content:"\f1f7"}[data-icon-set=core][data-icon-name=print-preview]::before{content:"\f1cd"}[data-icon-set=core][data-icon-name=print-selection]::before{content:"\f1ce"}[data-icon-set=core][data-icon-name=print-success]::before{content:"\f272";color:#00dd31}[data-icon-set=core][data-icon-name=print-success]::after{content:"\f1f8";color:#002766}[data-icon-set=core][data-icon-name=print-success] span::before{content:"\f1f9"}[data-icon-set=core][data-icon-name=print-warning]::before{content:"\f275"}[data-icon-set=core][data-icon-name=print-warning]::after{content:"\f206";color:#ffe300}[data-icon-set=core][data-icon-name=print-warning] span::before{content:"\f207";color:#002766}[data-icon-set=core][data-icon-name=rearrange]::before{content:"\f1aa"}[data-icon-set=core][data-icon-name=redo]::before{content:"\f1d6"}[data-icon-set=core][data-icon-name=reload]::before{content:"\f1d9"}[data-icon-set=core][data-icon-name=reload-off]::before{content:"\f1d7"}[data-icon-set=core][data-icon-name=reload-required]::before{content:"\f1d8"}[data-icon-set=core][data-icon-name=relocate]::before{content:"\f162"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=save]::before{content:"\f1dc"}[data-icon-set=core][data-icon-name=save-as]::before{content:"\f1db"}[data-icon-set=core][data-icon-name=search]::before{content:"\f1e3"}[data-icon-set=core][data-icon-name=search-activate]::before{content:"\f1dd"}[data-icon-set=core][data-icon-name=search-close]::before{content:"\f1de"}[data-icon-set=core][data-icon-name=search-config]::before{content:"\f1df"}[data-icon-set=core][data-icon-name=search-next]::before{content:"\f1e0"}[data-icon-set=core][data-icon-name=search-previous]::before{content:"\f1e1"}[data-icon-set=core][data-icon-name=search-save]::before{content:"\f1e2"}[data-icon-set=core][data-icon-name=searching]::before{content:"\f1e7"}[data-icon-set=core][data-icon-name=searching-1]::before{content:"\f1e4"}[data-icon-set=core][data-icon-name=searching-2]::before{content:"\f1e5"}[data-icon-set=core][data-icon-name=searching-3]::before{content:"\f1e6"}[data-icon-set=core][data-icon-name=service]::before{content:"\f1e8"}[data-icon-set=core][data-icon-name=settings]::before{content:"\f1ef"}[data-icon-set=core][data-icon-name=settings-add]::before{content:"\f1e9"}[data-icon-set=core][data-icon-name=settings-edit]::before{content:"\f1ea"}[data-icon-set=core][data-icon-name=settings-enter]::before{content:"\f1eb"}[data-icon-set=core][data-icon-name=settings-leave]::before{content:"\f1ec"}[data-icon-set=core][data-icon-name=settings-remove]::before{content:"\f1ed"}[data-icon-set=core][data-icon-name=settings-reset]::before{content:"\f1ee"}[data-icon-set=core][data-icon-name=share]::before{content:"\f1f0"}[data-icon-set=core][data-icon-name=shoppingcart]::before{content:"\f1f1"}[data-icon-set=core][data-icon-name=shot-close]::before{content:"\f277"}[data-icon-set=core][data-icon-name=shot-long]::before{content:"\f278"}[data-icon-set=core][data-icon-name=shot-mid]::before{content:"\f279"}[data-icon-set=core][data-icon-name=social-facebook]::before{content:"\f10d"}[data-icon-set=core][data-icon-name=social-instagram]::before{content:"\f23a"}[data-icon-set=core][data-icon-name=social-linkedin]::before{content:"\f23d"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-youtube]::before{content:"\f250"}[data-icon-set=core][data-icon-name=sort-down]::before{content:"\f23f"}[data-icon-set=core][data-icon-name=sort-up]::before{content:"\f240"}[data-icon-set=core][data-icon-name=sortable]::before{content:"\f242"}[data-icon-set=core][data-icon-name=standby]::before{content:"\f1f2"}[data-icon-set=core][data-icon-name=sync]::before{content:"\f1fa"}[data-icon-set=core][data-icon-name=sync-off]::before{content:"\f1f6"}[data-icon-set=core][data-icon-name=sync-off-success]::before{content:"\f27a";color:#00dd31}[data-icon-set=core][data-icon-name=sync-off-success]::after{content:"\f208";color:#002766}[data-icon-set=core][data-icon-name=sync-off-success] span::before{content:"\f209"}[data-icon-set=core][data-icon-name=sync-success]::before{content:"\f27d";color:#00dd31}[data-icon-set=core][data-icon-name=sync-success]::after{content:"\f20a";color:#002766}[data-icon-set=core][data-icon-name=sync-success] span::before{content:"\f20b"}[data-icon-set=core][data-icon-name=tile-menu]::before{content:"\f1fb"}[data-icon-set=core][data-icon-name=time]::before{content:"\f254"}[data-icon-set=core][data-icon-name=toolbox]::before{content:"\f24a"}[data-icon-set=core][data-icon-name=training]::before{content:"\f1fc"}[data-icon-set=core][data-icon-name=undo]::before{content:"\f1fd"}[data-icon-set=core][data-icon-name=unlock]::before{content:"\f1fe"}[data-icon-set=core][data-icon-name=upload]::before{content:"\f1ff"}[data-icon-set=core][data-icon-name=user]::before{content:"\f21c"}[data-icon-set=core][data-icon-name=user-add]::before{content:"\f248"}[data-icon-set=core][data-icon-name=user-administration]::before{content:"\f200"}[data-icon-set=core][data-icon-name=user-administrator]::before{content:"\f201"}[data-icon-set=core][data-icon-name=user-edit]::before{content:"\f202"}[data-icon-set=core][data-icon-name=user-engineer]::before{content:"\f203"}[data-icon-set=core][data-icon-name=user-group]::before{content:"\f205"}[data-icon-set=core][data-icon-name=user-group-administration]::before{content:"\f204"}[data-icon-set=core][data-icon-name=user-id]::before{content:"\f211"}[data-icon-set=core][data-icon-name=user-id-error]::before{content:"\f280";color:#f30303}[data-icon-set=core][data-icon-name=user-id-error]::after{content:"\f20e";color:#fff}[data-icon-set=core][data-icon-name=user-id-error] span::before{content:"\f20f"}[data-icon-set=core][data-icon-name=user-id-invalid]::before{content:"\f283";color:#f30303}[data-icon-set=core][data-icon-name=user-id-invalid]::after{content:"\f210";color:#fff}[data-icon-set=core][data-icon-name=user-id-invalid] span::before{content:"\f220"}[data-icon-set=core][data-icon-name=user-id-query]::before{content:"\f20c"}[data-icon-set=core][data-icon-name=user-id-reading]::before{content:"\f20d"}[data-icon-set=core][data-icon-name=user-id-success]::before{content:"\f285";color:#00dd31}[data-icon-set=core][data-icon-name=user-id-success]::after{content:"\f221";color:#002766}[data-icon-set=core][data-icon-name=user-id-success] span::before{content:"\f227"}[data-icon-set=core][data-icon-name=user-level-1]::before{content:"\f212"}[data-icon-set=core][data-icon-name=user-level-2]::before{content:"\f213"}[data-icon-set=core][data-icon-name=user-level-3]::before{content:"\f214"}[data-icon-set=core][data-icon-name=user-level-4]::before{content:"\f215"}[data-icon-set=core][data-icon-name=user-level-5]::before{content:"\f216"}[data-icon-set=core][data-icon-name=user-logout]::before{content:"\f217"}[data-icon-set=core][data-icon-name=user-maintainer]::before{content:"\f218"}[data-icon-set=core][data-icon-name=user-operator]::before{content:"\f219"}[data-icon-set=core][data-icon-name=user-trainer]::before{content:"\f21a"}[data-icon-set=core][data-icon-name=user-worker]::before{content:"\f21b"}[data-icon-set=core][data-icon-name=variants]::before{content:"\f10a"}[data-icon-set=core][data-icon-name=video]::before{content:"\f21d"}[data-icon-set=core][data-icon-name=view]::before{content:"\f21e"}[data-icon-set=core][data-icon-name=view-off]::before{content:"\f1b4"}[data-icon-set=core][data-icon-name=visual-inspection]::before{content:"\f21f"}[data-icon-set=core][data-icon-name=warning]::before{content:"\f222"}[data-icon-set=core][data-icon-name=warning-colored]::before{content:"\f289";color:#ffe300}[data-icon-set=core][data-icon-name=warning-colored]::after{content:"\f228";color:#002766}[data-icon-set=core][data-icon-name=zoom-in]::before{content:"\f224"}[data-icon-set=core][data-icon-name=zoom-original]::before{content:"\f225"}[data-icon-set=core][data-icon-name=zoom-out]::before{content:"\f226"}[data-icon-set=core][data-icon-name=zoom-window]::before{content:"\f223"}
|
|
1
|
+
@font-face{font-family:core-icons;src:url("core-icons.eot");src:url("core-icons.eot?#iefix") format("embedded-opentype"),url("core-icons.woff") format("woff"),url("core-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=core]{font-family:core-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=core][data-icon-name=aggregation]::before{content:"\f11d"}[data-icon-set=core][data-icon-name=align-horizontal-middle]::before{content:"\f10e"}[data-icon-set=core][data-icon-name=align-vertical-middle]::before{content:"\f10f"}[data-icon-set=core][data-icon-name=announcement]::before{content:"\f236"}[data-icon-set=core][data-icon-name=arrow-down]::before{content:"\f110"}[data-icon-set=core][data-icon-name=arrow-down-right]::before{content:"\f251"}[data-icon-set=core][data-icon-name=arrow-left]::before{content:"\f111"}[data-icon-set=core][data-icon-name=arrow-right]::before{content:"\f112"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-right]::before{content:"\f252"}[data-icon-set=core][data-icon-name=ascending]::before{content:"\f114"}[data-icon-set=core][data-icon-name=attachment]::before{content:"\f116"}[data-icon-set=core][data-icon-name=attachment-off]::before{content:"\f115"}[data-icon-set=core][data-icon-name=bar-chart]::before{content:"\f13d"}[data-icon-set=core][data-icon-name=battery-0]::before{content:"\f117"}[data-icon-set=core][data-icon-name=battery-100]::before{content:"\f118"}[data-icon-set=core][data-icon-name=battery-25]::before{content:"\f119"}[data-icon-set=core][data-icon-name=battery-50]::before{content:"\f11a"}[data-icon-set=core][data-icon-name=battery-75]::before{content:"\f11b"}[data-icon-set=core][data-icon-name=battery-alarm]::before{content:"\f229";color:#f30303}[data-icon-set=core][data-icon-name=battery-alarm]::after{content:"\f22d";color:#fff}[data-icon-set=core][data-icon-name=battery-alarm] span::before{content:"\f22e"}[data-icon-set=core][data-icon-name=battery-charge]::before{content:"\f11f"}[data-icon-set=core][data-icon-name=battery-error]::before{content:"\f22c";color:#f30303}[data-icon-set=core][data-icon-name=battery-error]::after{content:"\f127";color:#fff}[data-icon-set=core][data-icon-name=battery-error] span::before{content:"\f128"}[data-icon-set=core][data-icon-name=battery-uncalibrated]::before{content:"\f123"}[data-icon-set=core][data-icon-name=battery-warning]::before{content:"\f22f";color:#ffe300}[data-icon-set=core][data-icon-name=battery-warning]::after{content:"\f134";color:#002766}[data-icon-set=core][data-icon-name=battery-warning] span::before{content:"\f135"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f129"}[data-icon-set=core][data-icon-name=blocked-colored]::before{content:"\f232";color:#f30303}[data-icon-set=core][data-icon-name=blocked-colored]::after{content:"\f137";color:#fff}[data-icon-set=core][data-icon-name=bluetooth]::before{content:"\f12c"}[data-icon-set=core][data-icon-name=bluetooth-off]::before{content:"\f12a"}[data-icon-set=core][data-icon-name=bluetooth-paired]::before{content:"\f12b"}[data-icon-set=core][data-icon-name=blur]::before{content:"\f233"}[data-icon-set=core][data-icon-name=bookmark]::before{content:"\f12d"}[data-icon-set=core][data-icon-name=bookmark-solid]::before{content:"\f107"}[data-icon-set=core][data-icon-name=brightness]::before{content:"\f176"}[data-icon-set=core][data-icon-name=brightness-1]::before{content:"\f12e"}[data-icon-set=core][data-icon-name=brightness-2]::before{content:"\f12f"}[data-icon-set=core][data-icon-name=brightness-3]::before{content:"\f130"}[data-icon-set=core][data-icon-name=brightness-4]::before{content:"\f131"}[data-icon-set=core][data-icon-name=brightness-5]::before{content:"\f11c"}[data-icon-set=core][data-icon-name=brightness-auto]::before{content:"\f132"}[data-icon-set=core][data-icon-name=calendar]::before{content:"\f151"}[data-icon-set=core][data-icon-name=calendar-bumptest]::before{content:"\f13a"}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::before{content:"\f234";color:#f30303}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::after{content:"\f138";color:#fff}[data-icon-set=core][data-icon-name=calendar-bumptest-error] span::before{content:"\f139"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::before{content:"\f237"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::after{content:"\f13b";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-bumptest-warning] span::before{content:"\f13e";color:#002766}[data-icon-set=core][data-icon-name=calendar-calibration]::before{content:"\f141"}[data-icon-set=core][data-icon-name=calendar-calibration-error]::before{content:"\f238";color:#f30303}[data-icon-set=core][data-icon-name=calendar-calibration-error]::after{content:"\f13f";color:#fff}[data-icon-set=core][data-icon-name=calendar-calibration-error] span::before{content:"\f140"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::before{content:"\f23b"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::after{content:"\f144";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-calibration-warning] span::before{content:"\f149";color:#002766}[data-icon-set=core][data-icon-name=calendar-day-view]::before{content:"\f142"}[data-icon-set=core][data-icon-name=calendar-event]::before{content:"\f143"}[data-icon-set=core][data-icon-name=calendar-flag]::before{content:"\f23c";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-flag]::after{content:"\f14a"}[data-icon-set=core][data-icon-name=calendar-interval]::before{content:"\f146"}[data-icon-set=core][data-icon-name=calendar-list]::before{content:"\f147"}[data-icon-set=core][data-icon-name=calendar-time]::before{content:"\f148"}[data-icon-set=core][data-icon-name=calendar-user]::before{content:"\f14f"}[data-icon-set=core][data-icon-name=calendar-user-error]::before{content:"\f23e";color:#f30303}[data-icon-set=core][data-icon-name=calendar-user-error]::after{content:"\f14c";color:#fff}[data-icon-set=core][data-icon-name=calendar-user-error] span::before{content:"\f14d"}[data-icon-set=core][data-icon-name=calendar-user-warning]::before{content:"\f241"}[data-icon-set=core][data-icon-name=calendar-user-warning]::after{content:"\f14e";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-user-warning] span::before{content:"\f153";color:#002766}[data-icon-set=core][data-icon-name=calendar-week-view]::before{content:"\f150"}[data-icon-set=core][data-icon-name=camera]::before{content:"\f152"}[data-icon-set=core][data-icon-name=cancel]::before{content:"\f17e"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-colored]::before{content:"\f243";color:#00dd31}[data-icon-set=core][data-icon-name=check-colored]::after{content:"\f154";color:#002766}[data-icon-set=core][data-icon-name=chevron-down]::before{content:"\f156"}[data-icon-set=core][data-icon-name=chevron-left]::before{content:"\f157"}[data-icon-set=core][data-icon-name=chevron-left-end]::before{content:"\f244"}[data-icon-set=core][data-icon-name=chevron-right]::before{content:"\f158"}[data-icon-set=core][data-icon-name=chevron-right-end]::before{content:"\f245"}[data-icon-set=core][data-icon-name=chevron-up]::before{content:"\f159"}[data-icon-set=core][data-icon-name=chevrons]::before{content:"\f184"}[data-icon-set=core][data-icon-name=chevrons-updown]::before{content:"\f11e"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=cloud]::before{content:"\f165"}[data-icon-set=core][data-icon-name=cloud-disabled]::before{content:"\f10c"}[data-icon-set=core][data-icon-name=cloud-error]::before{content:"\f246";color:#f30303}[data-icon-set=core][data-icon-name=cloud-error]::after{content:"\f15b";color:#fff}[data-icon-set=core][data-icon-name=cloud-error] span::before{content:"\f15d"}[data-icon-set=core][data-icon-name=cloud-ok]::before{content:"\f249";color:#00dd31}[data-icon-set=core][data-icon-name=cloud-ok]::after{content:"\f15f";color:#002766}[data-icon-set=core][data-icon-name=cloud-ok] span::before{content:"\f160"}[data-icon-set=core][data-icon-name=cloud-upload]::before{content:"\f161"}[data-icon-set=core][data-icon-name=cloud-warning]::before{content:"\f24c"}[data-icon-set=core][data-icon-name=cloud-warning]::after{content:"\f163";color:#ffe300}[data-icon-set=core][data-icon-name=cloud-warning] span::before{content:"\f164";color:#002766}[data-icon-set=core][data-icon-name=colorpicker]::before{content:"\f185"}[data-icon-set=core][data-icon-name=column]::before{content:"\f1a1"}[data-icon-set=core][data-icon-name=comment]::before{content:"\f166"}[data-icon-set=core][data-icon-name=comment-add]::before{content:"\f121"}[data-icon-set=core][data-icon-name=comment-off]::before{content:"\f122"}[data-icon-set=core][data-icon-name=compare]::before{content:"\f167"}[data-icon-set=core][data-icon-name=config]::before{content:"\f16d"}[data-icon-set=core][data-icon-name=config-edit]::before{content:"\f168"}[data-icon-set=core][data-icon-name=config-enter]::before{content:"\f169"}[data-icon-set=core][data-icon-name=config-leave]::before{content:"\f16a"}[data-icon-set=core][data-icon-name=config-update]::before{content:"\f16b"}[data-icon-set=core][data-icon-name=config-view]::before{content:"\f16c"}[data-icon-set=core][data-icon-name=copy-content]::before{content:"\f16e"}[data-icon-set=core][data-icon-name=copy-file]::before{content:"\f16f"}[data-icon-set=core][data-icon-name=copy-folder]::before{content:"\f170"}[data-icon-set=core][data-icon-name=cut]::before{content:"\f171"}[data-icon-set=core][data-icon-name=d]::before{content:"\f125"}[data-icon-set=core][data-icon-name=dashboard]::before{content:"\f247"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success]::before{content:"\f136";color:#00dd31}[data-icon-set=core][data-icon-name=delete-success]::after{content:"\f17f";color:#002766}[data-icon-set=core][data-icon-name=delete-success] span::before{content:"\f1b7"}[data-icon-set=core][data-icon-name=descending]::before{content:"\f173"}[data-icon-set=core][data-icon-name=device-lan]::before{content:"\f235"}[data-icon-set=core][data-icon-name=device-lan-off]::before{content:"\f231"}[data-icon-set=core][data-icon-name=device-offline]::before{content:"\f120"}[data-icon-set=core][data-icon-name=device-online]::before{content:"\f124"}[data-icon-set=core][data-icon-name=direction]::before{content:"\f103"}[data-icon-set=core][data-icon-name=document]::before{content:"\f178"}[data-icon-set=core][data-icon-name=document-check]::before{content:"\f174"}[data-icon-set=core][data-icon-name=document-flag]::before{content:"\f255";color:#f30303}[data-icon-set=core][data-icon-name=document-flag]::after{content:"\f1ca"}[data-icon-set=core][data-icon-name=document-ok]::before{content:"\f101"}[data-icon-set=core][data-icon-name=document-qa]::before{content:"\f102"}[data-icon-set=core][data-icon-name=document-settings]::before{content:"\f177"}[data-icon-set=core][data-icon-name=document-stats]::before{content:"\f10b"}[data-icon-set=core][data-icon-name=download]::before{content:"\f179"}[data-icon-set=core][data-icon-name=drop]::before{content:"\f257"}[data-icon-set=core][data-icon-name=edit]::before{content:"\f17a"}[data-icon-set=core][data-icon-name=emoji-happy]::before{content:"\f17b"}[data-icon-set=core][data-icon-name=emoji-neutral]::before{content:"\f17c"}[data-icon-set=core][data-icon-name=emoji-sad]::before{content:"\f17d"}[data-icon-set=core][data-icon-name=error]::before{content:"\f180"}[data-icon-set=core][data-icon-name=error-colored]::before{content:"\f258";color:#f30303}[data-icon-set=core][data-icon-name=error-colored]::after{content:"\f1cb";color:#fff}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=favicon]::before{content:"\f239";color:#002766}[data-icon-set=core][data-icon-name=favicon]::after{content:"\f24b";color:#fff}[data-icon-set=core][data-icon-name=favorite]::before{content:"\f183"}[data-icon-set=core][data-icon-name=favorite-solid]::before{content:"\f182"}[data-icon-set=core][data-icon-name=fax]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-colored]::before{content:"\f259";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-colored]::after{content:"\f1cc";color:#002766}[data-icon-set=core][data-icon-name=file]::before{content:"\f18c"}[data-icon-set=core][data-icon-name=file-csv]::before{content:"\f1a2"}[data-icon-set=core][data-icon-name=file-excel]::before{content:"\f187"}[data-icon-set=core][data-icon-name=file-image]::before{content:"\f260"}[data-icon-set=core][data-icon-name=file-jpg]::before{content:"\f256"}[data-icon-set=core][data-icon-name=file-others]::before{content:"\f261";color:#b5b5b5}[data-icon-set=core][data-icon-name=file-others]::after{content:"\f262"}[data-icon-set=core][data-icon-name=file-pdf]::before{content:"\f188"}[data-icon-set=core][data-icon-name=file-png]::before{content:"\f24d"}[data-icon-set=core][data-icon-name=file-ppt]::before{content:"\f189"}[data-icon-set=core][data-icon-name=file-svg]::before{content:"\f24e"}[data-icon-set=core][data-icon-name=file-video]::before{content:"\f265"}[data-icon-set=core][data-icon-name=file-wmv]::before{content:"\f25b"}[data-icon-set=core][data-icon-name=file-word]::before{content:"\f18a"}[data-icon-set=core][data-icon-name=file-zip]::before{content:"\f18b"}[data-icon-set=core][data-icon-name=filter]::before{content:"\f18f"}[data-icon-set=core][data-icon-name=filter-close]::before{content:"\f18d"}[data-icon-set=core][data-icon-name=filter-settings]::before{content:"\f18e"}[data-icon-set=core][data-icon-name=flag]::before{content:"\f190"}[data-icon-set=core][data-icon-name=folder]::before{content:"\f192"}[data-icon-set=core][data-icon-name=folder-in]::before{content:"\f25c"}[data-icon-set=core][data-icon-name=folder-open]::before{content:"\f191"}[data-icon-set=core][data-icon-name=folder-out]::before{content:"\f25d"}[data-icon-set=core][data-icon-name=folder-team]::before{content:"\f25e"}[data-icon-set=core][data-icon-name=gender-female]::before{content:"\f193"}[data-icon-set=core][data-icon-name=gender-male]::before{content:"\f194"}[data-icon-set=core][data-icon-name=globe]::before{content:"\f22b"}[data-icon-set=core][data-icon-name=group]::before{content:"\f175"}[data-icon-set=core][data-icon-name=hand]::before{content:"\f104"}[data-icon-set=core][data-icon-name=help]::before{content:"\f195"}[data-icon-set=core][data-icon-name=history]::before{content:"\f253"}[data-icon-set=core][data-icon-name=home]::before{content:"\f108"}[data-icon-set=core][data-icon-name=import]::before{content:"\f196"}[data-icon-set=core][data-icon-name=info]::before{content:"\f197"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=language]::before{content:"\f198"}[data-icon-set=core][data-icon-name=link]::before{content:"\f13c"}[data-icon-set=core][data-icon-name=link-external]::before{content:"\f199"}[data-icon-set=core][data-icon-name=link-internal]::before{content:"\f19a"}[data-icon-set=core][data-icon-name=link-off]::before{content:"\f126"}[data-icon-set=core][data-icon-name=loading]::before{content:"\f1a3"}[data-icon-set=core][data-icon-name=location]::before{content:"\f19e"}[data-icon-set=core][data-icon-name=location-measure]::before{content:"\f19b"}[data-icon-set=core][data-icon-name=location-off]::before{content:"\f19c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error]::before{content:"\f230";color:#f30303}[data-icon-set=core][data-icon-name=location-scan-error]::after{content:"\f1cf";color:#fff}[data-icon-set=core][data-icon-name=location-scan-error] span::before{content:"\f1d0"}[data-icon-set=core][data-icon-name=location-scan-success]::before{content:"\f15e";color:#00dd31}[data-icon-set=core][data-icon-name=location-scan-success]::after{content:"\f1d1";color:#002766}[data-icon-set=core][data-icon-name=location-scan-success] span::before{content:"\f1d2"}[data-icon-set=core][data-icon-name=lock]::before{content:"\f19f"}[data-icon-set=core][data-icon-name=logo-engage]::before{content:"\f263"}[data-icon-set=core][data-icon-name=logout]::before{content:"\f1a0"}[data-icon-set=core][data-icon-name=mail]::before{content:"\f1ab"}[data-icon-set=core][data-icon-name=mail-error]::before{content:"\f264";color:#f30303}[data-icon-set=core][data-icon-name=mail-error]::after{content:"\f1d3";color:#fff}[data-icon-set=core][data-icon-name=mail-error] span::before{content:"\f1d4"}[data-icon-set=core][data-icon-name=mail-newsletter]::before{content:"\f1a4"}[data-icon-set=core][data-icon-name=mail-resend]::before{content:"\f1a5"}[data-icon-set=core][data-icon-name=mail-send]::before{content:"\f1a6"}[data-icon-set=core][data-icon-name=mail-sending]::before{content:"\f1a7"}[data-icon-set=core][data-icon-name=mail-success]::before{content:"\f267";color:#00dd31}[data-icon-set=core][data-icon-name=mail-success]::after{content:"\f1f3";color:#002766}[data-icon-set=core][data-icon-name=mail-success] span::before{content:"\f1f4"}[data-icon-set=core][data-icon-name=map]::before{content:"\f1ac"}[data-icon-set=core][data-icon-name=maximize]::before{content:"\f1ad"}[data-icon-set=core][data-icon-name=media-back]::before{content:"\f1ae"}[data-icon-set=core][data-icon-name=media-fastforward]::before{content:"\f1af"}[data-icon-set=core][data-icon-name=media-pause]::before{content:"\f1b0"}[data-icon-set=core][data-icon-name=media-play]::before{content:"\f1b1"}[data-icon-set=core][data-icon-name=media-rewind]::before{content:"\f1b2"}[data-icon-set=core][data-icon-name=media-skip]::before{content:"\f1b3"}[data-icon-set=core][data-icon-name=media-stop]::before{content:"\f133"}[data-icon-set=core][data-icon-name=menu]::before{content:"\f1b5"}[data-icon-set=core][data-icon-name=menu-favorites]::before{content:"\f145"}[data-icon-set=core][data-icon-name=menu-functions]::before{content:"\f14b"}[data-icon-set=core][data-icon-name=minimize]::before{content:"\f1b6"}[data-icon-set=core][data-icon-name=minus]::before{content:"\f15c"}[data-icon-set=core][data-icon-name=mode-switch]::before{content:"\f1b8"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=next]::before{content:"\f1ba"}[data-icon-set=core][data-icon-name=night-mode]::before{content:"\f1bb"}[data-icon-set=core][data-icon-name=notification]::before{content:"\f1bd"}[data-icon-set=core][data-icon-name=notification-off]::before{content:"\f1bc"}[data-icon-set=core][data-icon-name=object]::before{content:"\f26c"}[data-icon-set=core][data-icon-name=on-off]::before{content:"\f1be"}[data-icon-set=core][data-icon-name=package]::before{content:"\f1bf"}[data-icon-set=core][data-icon-name=password]::before{content:"\f1c0"}[data-icon-set=core][data-icon-name=password-change]::before{content:"\f1a8"}[data-icon-set=core][data-icon-name=paste]::before{content:"\f1a9"}[data-icon-set=core][data-icon-name=phone]::before{content:"\f1c1"}[data-icon-set=core][data-icon-name=picture]::before{content:"\f1c2"}[data-icon-set=core][data-icon-name=pin]::before{content:"\f1c3"}[data-icon-set=core][data-icon-name=pin-solid]::before{content:"\f109"}[data-icon-set=core][data-icon-name=placeholder]::before{content:"\f1c4"}[data-icon-set=core][data-icon-name=plus]::before{content:"\f1c5"}[data-icon-set=core][data-icon-name=position]::before{content:"\f1c7"}[data-icon-set=core][data-icon-name=position-off]::before{content:"\f1c6"}[data-icon-set=core][data-icon-name=precondition]::before{content:"\f106"}[data-icon-set=core][data-icon-name=previous]::before{content:"\f1c8"}[data-icon-set=core][data-icon-name=print]::before{content:"\f1d5"}[data-icon-set=core][data-icon-name=print-config]::before{content:"\f1c9"}[data-icon-set=core][data-icon-name=print-error]::before{content:"\f26f";color:#f30303}[data-icon-set=core][data-icon-name=print-error]::after{content:"\f1f5";color:#fff}[data-icon-set=core][data-icon-name=print-error] span::before{content:"\f1f7"}[data-icon-set=core][data-icon-name=print-preview]::before{content:"\f1cd"}[data-icon-set=core][data-icon-name=print-selection]::before{content:"\f1ce"}[data-icon-set=core][data-icon-name=print-success]::before{content:"\f272";color:#00dd31}[data-icon-set=core][data-icon-name=print-success]::after{content:"\f1f8";color:#002766}[data-icon-set=core][data-icon-name=print-success] span::before{content:"\f1f9"}[data-icon-set=core][data-icon-name=print-warning]::before{content:"\f275"}[data-icon-set=core][data-icon-name=print-warning]::after{content:"\f206";color:#ffe300}[data-icon-set=core][data-icon-name=print-warning] span::before{content:"\f207";color:#002766}[data-icon-set=core][data-icon-name=rearrange]::before{content:"\f1aa"}[data-icon-set=core][data-icon-name=redo]::before{content:"\f1d6"}[data-icon-set=core][data-icon-name=reload]::before{content:"\f1d9"}[data-icon-set=core][data-icon-name=reload-off]::before{content:"\f1d7"}[data-icon-set=core][data-icon-name=reload-required]::before{content:"\f1d8"}[data-icon-set=core][data-icon-name=relocate]::before{content:"\f162"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=save]::before{content:"\f1dc"}[data-icon-set=core][data-icon-name=save-as]::before{content:"\f1db"}[data-icon-set=core][data-icon-name=search]::before{content:"\f1e3"}[data-icon-set=core][data-icon-name=search-activate]::before{content:"\f1dd"}[data-icon-set=core][data-icon-name=search-close]::before{content:"\f1de"}[data-icon-set=core][data-icon-name=search-config]::before{content:"\f1df"}[data-icon-set=core][data-icon-name=search-next]::before{content:"\f1e0"}[data-icon-set=core][data-icon-name=search-previous]::before{content:"\f1e1"}[data-icon-set=core][data-icon-name=search-save]::before{content:"\f1e2"}[data-icon-set=core][data-icon-name=searching]::before{content:"\f1e7"}[data-icon-set=core][data-icon-name=searching-1]::before{content:"\f1e4"}[data-icon-set=core][data-icon-name=searching-2]::before{content:"\f1e5"}[data-icon-set=core][data-icon-name=searching-3]::before{content:"\f1e6"}[data-icon-set=core][data-icon-name=service]::before{content:"\f1e8"}[data-icon-set=core][data-icon-name=settings]::before{content:"\f1ef"}[data-icon-set=core][data-icon-name=settings-add]::before{content:"\f1e9"}[data-icon-set=core][data-icon-name=settings-edit]::before{content:"\f1ea"}[data-icon-set=core][data-icon-name=settings-enter]::before{content:"\f1eb"}[data-icon-set=core][data-icon-name=settings-leave]::before{content:"\f1ec"}[data-icon-set=core][data-icon-name=settings-remove]::before{content:"\f1ed"}[data-icon-set=core][data-icon-name=settings-reset]::before{content:"\f1ee"}[data-icon-set=core][data-icon-name=share]::before{content:"\f1f0"}[data-icon-set=core][data-icon-name=shoppingcart]::before{content:"\f1f1"}[data-icon-set=core][data-icon-name=shot-close]::before{content:"\f277"}[data-icon-set=core][data-icon-name=shot-long]::before{content:"\f278"}[data-icon-set=core][data-icon-name=shot-mid]::before{content:"\f279"}[data-icon-set=core][data-icon-name=social-facebook]::before{content:"\f10d"}[data-icon-set=core][data-icon-name=social-instagram]::before{content:"\f23a"}[data-icon-set=core][data-icon-name=social-linkedin]::before{content:"\f23d"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-youtube]::before{content:"\f250"}[data-icon-set=core][data-icon-name=sort-down]::before{content:"\f23f"}[data-icon-set=core][data-icon-name=sort-up]::before{content:"\f240"}[data-icon-set=core][data-icon-name=sortable]::before{content:"\f242"}[data-icon-set=core][data-icon-name=standby]::before{content:"\f1f2"}[data-icon-set=core][data-icon-name=sync]::before{content:"\f1fa"}[data-icon-set=core][data-icon-name=sync-off]::before{content:"\f1f6"}[data-icon-set=core][data-icon-name=sync-off-success]::before{content:"\f27a";color:#00dd31}[data-icon-set=core][data-icon-name=sync-off-success]::after{content:"\f208";color:#002766}[data-icon-set=core][data-icon-name=sync-off-success] span::before{content:"\f209"}[data-icon-set=core][data-icon-name=sync-success]::before{content:"\f27d";color:#00dd31}[data-icon-set=core][data-icon-name=sync-success]::after{content:"\f20a";color:#002766}[data-icon-set=core][data-icon-name=sync-success] span::before{content:"\f20b"}[data-icon-set=core][data-icon-name=tile-menu]::before{content:"\f1fb"}[data-icon-set=core][data-icon-name=time]::before{content:"\f254"}[data-icon-set=core][data-icon-name=toolbox]::before{content:"\f24a"}[data-icon-set=core][data-icon-name=training]::before{content:"\f1fc"}[data-icon-set=core][data-icon-name=undo]::before{content:"\f1fd"}[data-icon-set=core][data-icon-name=unlock]::before{content:"\f1fe"}[data-icon-set=core][data-icon-name=upload]::before{content:"\f1ff"}[data-icon-set=core][data-icon-name=user]::before{content:"\f21c"}[data-icon-set=core][data-icon-name=user-add]::before{content:"\f248"}[data-icon-set=core][data-icon-name=user-administration]::before{content:"\f200"}[data-icon-set=core][data-icon-name=user-administrator]::before{content:"\f201"}[data-icon-set=core][data-icon-name=user-edit]::before{content:"\f202"}[data-icon-set=core][data-icon-name=user-engineer]::before{content:"\f203"}[data-icon-set=core][data-icon-name=user-group]::before{content:"\f205"}[data-icon-set=core][data-icon-name=user-group-administration]::before{content:"\f204"}[data-icon-set=core][data-icon-name=user-id]::before{content:"\f211"}[data-icon-set=core][data-icon-name=user-id-edit]::before{content:"\f25f"}[data-icon-set=core][data-icon-name=user-id-error]::before{content:"\f280";color:#f30303}[data-icon-set=core][data-icon-name=user-id-error]::after{content:"\f20e";color:#fff}[data-icon-set=core][data-icon-name=user-id-error] span::before{content:"\f20f"}[data-icon-set=core][data-icon-name=user-id-invalid]::before{content:"\f283";color:#f30303}[data-icon-set=core][data-icon-name=user-id-invalid]::after{content:"\f210";color:#fff}[data-icon-set=core][data-icon-name=user-id-invalid] span::before{content:"\f220"}[data-icon-set=core][data-icon-name=user-id-query]::before{content:"\f20c"}[data-icon-set=core][data-icon-name=user-id-reading]::before{content:"\f20d"}[data-icon-set=core][data-icon-name=user-id-success]::before{content:"\f285";color:#00dd31}[data-icon-set=core][data-icon-name=user-id-success]::after{content:"\f221";color:#002766}[data-icon-set=core][data-icon-name=user-id-success] span::before{content:"\f227"}[data-icon-set=core][data-icon-name=user-level-1]::before{content:"\f212"}[data-icon-set=core][data-icon-name=user-level-2]::before{content:"\f213"}[data-icon-set=core][data-icon-name=user-level-3]::before{content:"\f214"}[data-icon-set=core][data-icon-name=user-level-4]::before{content:"\f215"}[data-icon-set=core][data-icon-name=user-level-5]::before{content:"\f216"}[data-icon-set=core][data-icon-name=user-logout]::before{content:"\f217"}[data-icon-set=core][data-icon-name=user-maintainer]::before{content:"\f218"}[data-icon-set=core][data-icon-name=user-operator]::before{content:"\f219"}[data-icon-set=core][data-icon-name=user-trainer]::before{content:"\f21a"}[data-icon-set=core][data-icon-name=user-worker]::before{content:"\f21b"}[data-icon-set=core][data-icon-name=variants]::before{content:"\f10a"}[data-icon-set=core][data-icon-name=video]::before{content:"\f21d"}[data-icon-set=core][data-icon-name=view]::before{content:"\f21e"}[data-icon-set=core][data-icon-name=view-off]::before{content:"\f1b4"}[data-icon-set=core][data-icon-name=visual-inspection]::before{content:"\f21f"}[data-icon-set=core][data-icon-name=warning]::before{content:"\f222"}[data-icon-set=core][data-icon-name=warning-colored]::before{content:"\f289";color:#ffe300}[data-icon-set=core][data-icon-name=warning-colored]::after{content:"\f228";color:#002766}[data-icon-set=core][data-icon-name=zoom-in]::before{content:"\f224"}[data-icon-set=core][data-icon-name=zoom-original]::before{content:"\f225"}[data-icon-set=core][data-icon-name=zoom-out]::before{content:"\f226"}[data-icon-set=core][data-icon-name=zoom-window]::before{content:"\f223"}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -597,6 +597,19 @@
|
|
|
597
597
|
&[data-icon-name="file-excel"]::before {
|
|
598
598
|
content: utils.get-icon-glyph("file-excel");
|
|
599
599
|
}
|
|
600
|
+
&[data-icon-name="file-image"]::before {
|
|
601
|
+
content: utils.get-icon-glyph("file-image");
|
|
602
|
+
}
|
|
603
|
+
&[data-icon-name="file-jpg"]::before {
|
|
604
|
+
content: utils.get-icon-glyph("file-jpg");
|
|
605
|
+
}
|
|
606
|
+
&[data-icon-name="file-others"]::before {
|
|
607
|
+
content: utils.get-icon-glyph("file-others");
|
|
608
|
+
color: #B5B5B5;
|
|
609
|
+
}
|
|
610
|
+
&[data-icon-name="file-others"]::after {
|
|
611
|
+
content: utils.get-icon-glyph("file-others-part1");
|
|
612
|
+
}
|
|
600
613
|
&[data-icon-name="file-pdf"]::before {
|
|
601
614
|
content: utils.get-icon-glyph("file-pdf");
|
|
602
615
|
}
|
|
@@ -609,6 +622,12 @@
|
|
|
609
622
|
&[data-icon-name="file-svg"]::before {
|
|
610
623
|
content: utils.get-icon-glyph("file-svg");
|
|
611
624
|
}
|
|
625
|
+
&[data-icon-name="file-video"]::before {
|
|
626
|
+
content: utils.get-icon-glyph("file-video");
|
|
627
|
+
}
|
|
628
|
+
&[data-icon-name="file-wmv"]::before {
|
|
629
|
+
content: utils.get-icon-glyph("file-wmv");
|
|
630
|
+
}
|
|
612
631
|
&[data-icon-name="file-word"]::before {
|
|
613
632
|
content: utils.get-icon-glyph("file-word");
|
|
614
633
|
}
|
|
@@ -1128,6 +1147,9 @@
|
|
|
1128
1147
|
&[data-icon-name="user-id"]::before {
|
|
1129
1148
|
content: utils.get-icon-glyph("user-id");
|
|
1130
1149
|
}
|
|
1150
|
+
&[data-icon-name="user-id-edit"]::before {
|
|
1151
|
+
content: utils.get-icon-glyph("user-id-edit");
|
|
1152
|
+
}
|
|
1131
1153
|
&[data-icon-name="user-id-error"]::before {
|
|
1132
1154
|
content: utils.get-icon-glyph("user-id-error");
|
|
1133
1155
|
color: #F30303;
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
package/core/core-metadata.json
CHANGED
|
@@ -503,6 +503,18 @@
|
|
|
503
503
|
"name": "file-excel",
|
|
504
504
|
"set": "core"
|
|
505
505
|
},
|
|
506
|
+
{
|
|
507
|
+
"name": "file-image",
|
|
508
|
+
"set": "core"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "file-jpg",
|
|
512
|
+
"set": "core"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "file-others",
|
|
516
|
+
"set": "core"
|
|
517
|
+
},
|
|
506
518
|
{
|
|
507
519
|
"name": "file-pdf",
|
|
508
520
|
"set": "core"
|
|
@@ -519,6 +531,14 @@
|
|
|
519
531
|
"name": "file-svg",
|
|
520
532
|
"set": "core"
|
|
521
533
|
},
|
|
534
|
+
{
|
|
535
|
+
"name": "file-video",
|
|
536
|
+
"set": "core"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "file-wmv",
|
|
540
|
+
"set": "core"
|
|
541
|
+
},
|
|
522
542
|
{
|
|
523
543
|
"name": "file-word",
|
|
524
544
|
"set": "core"
|
|
@@ -1115,6 +1135,10 @@
|
|
|
1115
1135
|
"name": "user-id",
|
|
1116
1136
|
"set": "core"
|
|
1117
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "user-id-edit",
|
|
1140
|
+
"set": "core"
|
|
1141
|
+
},
|
|
1118
1142
|
{
|
|
1119
1143
|
"name": "user-id-error",
|
|
1120
1144
|
"set": "core"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM14,9v6h-1.26l-4.3-4.3-2,2-2.42-2.42-.02-1.27h10ZM4,15l.02-3.31,2.42,2.42,2-2,2.89,2.89h-7.33ZM6,20v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0ZM11,11c0-.55.45-1,1-1s1,.45,1,1-.45,1-1,1-1-.45-1-1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM4.44,15.1c-.77,0-1.21-.55-1.46-1.31l.73-.49c.11.39.32.72.7.72.42,0,.68-.34.68-1.01v-4.05h.91v4.1c0,1.34-.64,2.03-1.56,2.03ZM6,20v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0ZM7,15v-6h1.75c1.08,0,1.67.8,1.67,2.01s-.59,1.96-1.66,1.96h-.79v2.03h-.98ZM12.85,14.02c.75,0,1.17-.52,1.26-1.39h-1.26v-.96h2.17c.02.16.03.31.03.46,0,1.91-.98,2.97-2.2,2.97-1.29,0-2.32-1.25-2.32-3.12s.98-3.12,2.34-3.12c.73,0,1.51.44,1.93,1.33l-.72.64c-.29-.61-.72-.89-1.21-.89-.8,0-1.39.77-1.39,2.04s.62,2.04,1.37,2.04Z" style="fill: #f0f;"/>
|
|
4
|
+
<path d="M9.4,11.01c0-.55-.27-.82-.71-.82h-.71v1.65h.71c.44,0,.71-.27.71-.82Z" style="fill: #f0f;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<g id="grid">
|
|
4
|
+
<path d="M21.97,2.03v19.95H2.03V2.03h19.95M22,2H2v20h20V2h0Z" style="fill: #b5b5b5;"/>
|
|
5
|
+
<path d="M21,4.03c.54,0,.97.44.97.97v14c0,.54-.44.98-.97.98H3c-.54,0-.97-.44-.97-.98V5c0-.54.44-.97.97-.97h18M21,4H3c-.55,0-1,.45-1,1v14c0,.55.45,1,1,1h18c.55,0,1-.45,1-1V5c0-.55-.45-1-1-1h0Z" style="fill: #b5b5b5;"/>
|
|
6
|
+
<path d="M19,2.03c.54,0,.97.44.97.97v18c0,.54-.44.98-.97.98H5c-.54,0-.97-.44-.97-.98V3c0-.54.44-.97.97-.97h14M19,2H5c-.55,0-1,.45-1,1v18c0,.55.45,1,1,1h14c.55,0,1-.45,1-1V3c0-.55-.45-1-1-1h0Z" style="fill: #b5b5b5;"/>
|
|
7
|
+
<path d="M20,3.03c.54,0,.97.44.97.97v16c0,.54-.44.98-.97.98H4c-.54,0-.97-.44-.97-.98V4c0-.54.44-.97.97-.97h16M20,3H4c-.55,0-1,.45-1,1v16c0,.55.45,1,1,1h16c.55,0,1-.45,1-1V4c0-.55-.45-1-1-1h0Z" style="fill: #b5b5b5;"/>
|
|
8
|
+
<path d="M12,2.03c5.5,0,9.97,4.47,9.97,9.97s-4.47,9.98-9.97,9.98S2.03,17.5,2.03,12,6.5,2.03,12,2.03M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10,10-4.48,10-10S17.52,2,12,2h0Z" style="fill: #b5b5b5;"/>
|
|
9
|
+
<path d="M12,7.03c2.74,0,4.97,2.23,4.97,4.97s-2.23,4.98-4.97,4.98-4.97-2.23-4.97-4.98,2.23-4.97,4.97-4.97M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5,5-2.24,5-5-2.24-5-5-5h0Z" style="fill: #b5b5b5;"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="icons">
|
|
12
|
+
<path d="M19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM4,15v-6h10v6H4ZM6,20v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0ZM7,13c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1ZM10,13c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1ZM13,13c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1Z" style="fill: #f0f;"/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM4,15v-6h10v6H4ZM6,20v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0ZM7,9.89l4.43,2.11-4.43,2.11v-4.23Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM6.03,15.1l-.68-3.41s-.02-.11-.03-.17c-.01.07-.03.13-.03.17l-.68,3.41h-.84l-.02-.09-1.06-6.12h.95l.02.09.55,3.35c0,.06.02.11.03.17.01-.07.02-.13.03-.17l.67-3.45h.8l.66,3.44c.01.06.02.11.03.17,0-.06.02-.12.03-.18l.56-3.43h.94l-1.08,6.21h-.84ZM6,20v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0ZM10.62,11.51l-.73,1.72h-.26l-.73-1.7s-.04-.08-.06-.14c0,.08,0,.17,0,.25v3.47h-.89v-6.21h.82l.99,2.35.97-2.35h.82v6.21h-.9v-3.49c0-.07,0-.14,0-.22-.01.04-.03.07-.05.11ZM11.56,8.9h1.03l.87,3.85c.01.06.03.11.04.17.01-.05.02-.11.04-.17l.87-3.85h1.01l-.03.13-1.44,6.08h-.9l-1.47-6.21Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M11,20h-7c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h16c1.1,0,2,.9,2,2v5.18c-.31-.11-.65-.18-1-.18h-1v-5H4v12h7v2ZM5,14.74v.49c0,.43.35.78.78.78h5.22v-2c0-.15.02-.29.04-.43l-.9-.46c-.46.35-1.03.56-1.64.56s-1.18-.21-1.64-.56l-1.25.64c-.37.19-.61.57-.61.99ZM8.5,12.67c.86,0,1.6-.64,1.72-1.48l.15-1c.08-.55-.08-1.1-.44-1.52-.36-.42-.88-.66-1.44-.66s-1.08.24-1.44.66c-.36.42-.52.97-.44,1.52l.15,1c.13.85.87,1.48,1.72,1.48ZM13,10h6v-1h-6v1ZM21,12h-7c-1.1,0-2,.9-2,2v7c0,1.1.9,2,2,2h7c1.1,0,2-.9,2-2v-7c0-1.1-.9-2-2-2ZM16,20.65c-.06.06-.13.11-.2.15l-2.19,1.15c-.36.19-.74-.2-.56-.56l1.15-2.19c.04-.07.09-.14.15-.2l4.8-4.8,1.65,1.65-4.8,4.8ZM21.74,14.91l-.36.36-1.65-1.65.36-.36c.32-.32.82-.34,1.12-.05l.58.58c.29.29.27.79-.05,1.12Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.28.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.28.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.28.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.28.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
3
|
+
<path d="M23.5,17c-3.59,0-6.5,2.91-6.5,6.5s2.91,6.5,6.5,6.5,6.5-2.91,6.5-6.5-2.91-6.5-6.5-6.5ZM20,27v-3l3,3h-3ZM23.06,25.71l-1.77-1.77,4.83-4.83,1.77,1.77-4.83,4.83ZM11.5,16c-1.07,0-1.94-.87-1.94-1.94s.87-1.95,1.94-1.95,1.94.87,1.94,1.95-.87,1.94-1.94,1.94ZM8.73,17.1c.5-.2,1.09-.44,1.63-.48l.56.74h1.16l.56-.74c.54.04,1.13.28,1.63.48.44.18.73.61.73,1.08v1.71h-7v-1.71c0-.47.29-.9.73-1.08ZM24,14h-7v-2h7v2ZM17,15h7v.52c-.16,0-.33-.02-.5-.02-1.74,0-3.35.56-4.66,1.5h-1.84v-2ZM15.64,22c-.09.48-.14.99-.14,1.5,0,.17.01.34.02.5h-7.52c-2.21,0-4-1.79-4-4v-12h10v-2c0-1.1.9-2,2-2s2,.9,2,2v2h10v8.89c-.61-.42-1.28-.75-2-.99v-5.9H6v10c0,1.1.9,2,2,2h7.64Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.28.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="uib-legacy-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.28.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>uib-legacy</strong> (
|
|
133
|
+
Iconset: <strong>uib-legacy</strong> (1114 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -5643,6 +5643,13 @@
|
|
|
5643
5643
|
<span class="icon-name">user-id</span>
|
|
5644
5644
|
<span class="icon-alias">
|
|
5645
5645
|
</div>
|
|
5646
|
+
<div class="icons__item">
|
|
5647
|
+
<i class="odx-icon" data-icon-set="uib-legacy" data-icon-name="user-id-edit">
|
|
5648
|
+
<span></span>
|
|
5649
|
+
</i>
|
|
5650
|
+
<span class="icon-name">user-id-edit</span>
|
|
5651
|
+
<span class="icon-alias">
|
|
5652
|
+
</div>
|
|
5646
5653
|
<div class="icons__item">
|
|
5647
5654
|
<i class="odx-icon" data-icon-set="uib-legacy" data-icon-name="user-id-error">
|
|
5648
5655
|
<span></span>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:uib-legacy-icons;src:url("uib-legacy-icons.eot");src:url("uib-legacy-icons.eot?#iefix") format("embedded-opentype"),url("uib-legacy-icons.woff") format("woff"),url("uib-legacy-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=uib-legacy]{font-family:uib-legacy-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=uib-legacy][data-icon-name=absorber-absent]::before{content:"\f103"}[data-icon-set=uib-legacy][data-icon-name=absorber-absent]::after{content:"\f101";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=absorber-absent] span::before{content:"\f102";color:#fff}[data-icon-set=uib-legacy][data-icon-name=absorber-add]::before{content:"\f104"}[data-icon-set=uib-legacy][data-icon-name=absorber-ok]::before{content:"\f107"}[data-icon-set=uib-legacy][data-icon-name=absorber-ok]::after{content:"\f105";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=absorber-ok] span::before{content:"\f444";color:#000}[data-icon-set=uib-legacy][data-icon-name=absorber-query]::before{content:"\f108"}[data-icon-set=uib-legacy][data-icon-name=absorber-warning]::before{content:"\f10b"}[data-icon-set=uib-legacy][data-icon-name=absorber-warning]::after{content:"\f109";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=absorber-warning] span::before{content:"\f445";color:#000}[data-icon-set=uib-legacy][data-icon-name=accessories]::before{content:"\f10c"}[data-icon-set=uib-legacy][data-icon-name=acknowledge]::before{content:"\f112"}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all]::before{content:"\f111"}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all]::after{content:"\f10f";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all] span::before{content:"\f447";color:#000}[data-icon-set=uib-legacy][data-icon-name=acknowledge]::after{content:"\f10d";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=acknowledge] span::before{content:"\f446";color:#000}[data-icon-set=uib-legacy][data-icon-name=add]::before{content:"\f448"}[data-icon-set=uib-legacy][data-icon-name=address]::before{content:"\f113"}[data-icon-set=uib-legacy][data-icon-name=adjust]::before{content:"\f114"}[data-icon-set=uib-legacy][data-icon-name=agriculture]::before{content:"\f115"}[data-icon-set=uib-legacy][data-icon-name=alarm]::before{content:"\f118"}[data-icon-set=uib-legacy][data-icon-name=alarm-stel]::before{content:"\f116"}[data-icon-set=uib-legacy][data-icon-name=alarm-twa]::before{content:"\f117"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a1]::before{content:"\f119"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a2]::before{content:"\f11a"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a3]::before{content:"\f11b"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a4]::before{content:"\f11c"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average]::before{content:"\f121"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a1]::before{content:"\f11d"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a2]::before{content:"\f11e"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a3]::before{content:"\f11f"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a4]::before{content:"\f120"}[data-icon-set=uib-legacy][data-icon-name=alarm2]::before{content:"\f106"}[data-icon-set=uib-legacy][data-icon-name=alarm2-a1]::before{content:"\f122"}[data-icon-set=uib-legacy][data-icon-name=alarm2-a2]::before{content:"\f123"}[data-icon-set=uib-legacy][data-icon-name=alarm3-a1]::before{content:"\f10a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-a1]::after{content:"\f10e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-a2]::before{content:"\f110";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-a2]::after{content:"\f14c";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-panic]::before{content:"\f124";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-panic]::after{content:"\f125";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-protection]::before{content:"\f126";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-protection]::after{content:"\f127";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-sos]::before{content:"\f128";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-sos]::after{content:"\f16d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-stel]::before{content:"\f156";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-stel]::after{content:"\f15d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-twa]::before{content:"\f16a";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-twa]::after{content:"\f12b";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarmtype]::before{content:"\f44c"}[data-icon-set=uib-legacy][data-icon-name=alarmtype-info]::before{content:"\f44b"}[data-icon-set=uib-legacy][data-icon-name=alcotest-3820]::before{content:"\f12c"}[data-icon-set=uib-legacy][data-icon-name=alcotest-5820]::before{content:"\f12d"}[data-icon-set=uib-legacy][data-icon-name=alcotest-6820]::before{content:"\f12e"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7000-funnel]::before{content:"\f12f"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7000-tube]::before{content:"\f130"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7510]::before{content:"\f131"}[data-icon-set=uib-legacy][data-icon-name=align-horizontal]::before{content:"\f44d"}[data-icon-set=uib-legacy][data-icon-name=align-vertical]::before{content:"\f44e"}[data-icon-set=uib-legacy][data-icon-name=allowlist]::before{content:"\f133"}[data-icon-set=uib-legacy][data-icon-name=allowlist-upload]::before{content:"\f132"}[data-icon-set=uib-legacy][data-icon-name=analysis]::before{content:"\f134"}[data-icon-set=uib-legacy][data-icon-name=anglegrinder]::before{content:"\f135"}[data-icon-set=uib-legacy][data-icon-name=application-feedback]::before{content:"\f136"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-down]::before{content:"\f44f"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-left]::before{content:"\f450"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-right]::before{content:"\f451"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-up]::before{content:"\f452"}[data-icon-set=uib-legacy][data-icon-name=arrow1-down]::before{content:"\f453"}[data-icon-set=uib-legacy][data-icon-name=arrow1-left]::before{content:"\f454"}[data-icon-set=uib-legacy][data-icon-name=arrow1-right]::before{content:"\f455"}[data-icon-set=uib-legacy][data-icon-name=arrow1-up]::before{content:"\f456"}[data-icon-set=uib-legacy][data-icon-name=arrow2-down]::before{content:"\f457"}[data-icon-set=uib-legacy][data-icon-name=arrow2-left]::before{content:"\f458"}[data-icon-set=uib-legacy][data-icon-name=arrow2-right]::before{content:"\f459"}[data-icon-set=uib-legacy][data-icon-name=arrow2-up]::before{content:"\f45a"}[data-icon-set=uib-legacy][data-icon-name=arrow3-down]::before{content:"\f45b"}[data-icon-set=uib-legacy][data-icon-name=arrow3-left]::before{content:"\f45c"}[data-icon-set=uib-legacy][data-icon-name=arrow3-right]::before{content:"\f45d"}[data-icon-set=uib-legacy][data-icon-name=arrow3-up]::before{content:"\f45e"}[data-icon-set=uib-legacy][data-icon-name=articles-incoming]::before{content:"\f137"}[data-icon-set=uib-legacy][data-icon-name=articles-issue]::before{content:"\f138"}[data-icon-set=uib-legacy][data-icon-name=articles-outgoing]::before{content:"\f139"}[data-icon-set=uib-legacy][data-icon-name=articles-return]::before{content:"\f13a"}[data-icon-set=uib-legacy][data-icon-name=assemble]::before{content:"\f13b"}[data-icon-set=uib-legacy][data-icon-name=attachment]::before{content:"\f460"}[data-icon-set=uib-legacy][data-icon-name=attachment-disabled]::before{content:"\f45f"}[data-icon-set=uib-legacy][data-icon-name=barcode-scan]::before{content:"\f13c"}[data-icon-set=uib-legacy][data-icon-name=battery-1]::before{content:"\f13d"}[data-icon-set=uib-legacy][data-icon-name=battery-100-percent]::before{content:"\f461"}[data-icon-set=uib-legacy][data-icon-name=battery-2]::before{content:"\f13e"}[data-icon-set=uib-legacy][data-icon-name=battery-25-percent]::before{content:"\f462"}[data-icon-set=uib-legacy][data-icon-name=battery-3]::before{content:"\f13f"}[data-icon-set=uib-legacy][data-icon-name=battery-4]::before{content:"\f140"}[data-icon-set=uib-legacy][data-icon-name=battery-5]::before{content:"\f141"}[data-icon-set=uib-legacy][data-icon-name=battery-50-percent]::before{content:"\f463"}[data-icon-set=uib-legacy][data-icon-name=battery-75-percent]::before{content:"\f464"}[data-icon-set=uib-legacy][data-icon-name=battery-alarm]::before{content:"\f465";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=battery-alarm]::after{content:"\f466";color:#fff}[data-icon-set=uib-legacy][data-icon-name=battery-alarm] span::before{content:"\f467"}[data-icon-set=uib-legacy][data-icon-name=battery-charging]::before{content:"\f468"}[data-icon-set=uib-legacy][data-icon-name=battery-error]::before{content:"\f46b"}[data-icon-set=uib-legacy][data-icon-name=battery-error]::after{content:"\f469";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=battery-error] span::before{content:"\f46a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=battery-low]::before{content:"\f46c"}[data-icon-set=uib-legacy][data-icon-name=battery-uncalibrated]::before{content:"\f46d"}[data-icon-set=uib-legacy][data-icon-name=battery-warning]::before{content:"\f470"}[data-icon-set=uib-legacy][data-icon-name=battery-warning]::after{content:"\f46e";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=battery-warning] span::before{content:"\f46f";color:#000}[data-icon-set=uib-legacy][data-icon-name=blocking-alarm]::before{content:"\f142"}[data-icon-set=uib-legacy][data-icon-name=blow]::before{content:"\f143"}[data-icon-set=uib-legacy][data-icon-name=bluetooth]::before{content:"\f473"}[data-icon-set=uib-legacy][data-icon-name=bluetooth-disabled]::before{content:"\f471"}[data-icon-set=uib-legacy][data-icon-name=bluetooth-pairing]::before{content:"\f472"}[data-icon-set=uib-legacy][data-icon-name=bodyguard]::before{content:"\f144"}[data-icon-set=uib-legacy][data-icon-name=bookmark]::before{content:"\f474"}[data-icon-set=uib-legacy][data-icon-name=boot]::before{content:"\f145"}[data-icon-set=uib-legacy][data-icon-name=bottle-price]::before{content:"\f146"}[data-icon-set=uib-legacy][data-icon-name=breathing-apparatus]::before{content:"\f147"}[data-icon-set=uib-legacy][data-icon-name=brightness-1]::before{content:"\f475"}[data-icon-set=uib-legacy][data-icon-name=brightness-2]::before{content:"\f476"}[data-icon-set=uib-legacy][data-icon-name=brightness-3]::before{content:"\f477"}[data-icon-set=uib-legacy][data-icon-name=brightness-4]::before{content:"\f478"}[data-icon-set=uib-legacy][data-icon-name=brightness-5]::before{content:"\f479"}[data-icon-set=uib-legacy][data-icon-name=brightness-auto]::before{content:"\f47a"}[data-icon-set=uib-legacy][data-icon-name=building]::before{content:"\f14f"}[data-icon-set=uib-legacy][data-icon-name=building-basement]::before{content:"\f148"}[data-icon-set=uib-legacy][data-icon-name=building-floors]::before{content:"\f149"}[data-icon-set=uib-legacy][data-icon-name=building-units]::before{content:"\f14a"}[data-icon-set=uib-legacy][data-icon-name=building-warning]::before{content:"\f14d"}[data-icon-set=uib-legacy][data-icon-name=building-warning]::after{content:"\f14b";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=building-warning] span::before{content:"\f47b";color:#000}[data-icon-set=uib-legacy][data-icon-name=building-year]::before{content:"\f14e"}[data-icon-set=uib-legacy][data-icon-name=bumptest]::before{content:"\f150"}[data-icon-set=uib-legacy][data-icon-name=calculator]::before{content:"\f151"}[data-icon-set=uib-legacy][data-icon-name=calendar]::before{content:"\f48e"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest]::before{content:"\f47e"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest-error]::before{content:"\f47c"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest-warning]::before{content:"\f47d"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration]::before{content:"\f481"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration-error]::before{content:"\f47f"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration-warning]::before{content:"\f480"}[data-icon-set=uib-legacy][data-icon-name=calendar-flag]::before{content:"\f482";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calendar-flag]::after{content:"\f483"}[data-icon-set=uib-legacy][data-icon-name=calendar-interval]::before{content:"\f484"}[data-icon-set=uib-legacy][data-icon-name=calendar-list]::before{content:"\f485"}[data-icon-set=uib-legacy][data-icon-name=calendar-time]::before{content:"\f486"}[data-icon-set=uib-legacy][data-icon-name=calendar-user]::before{content:"\f489"}[data-icon-set=uib-legacy][data-icon-name=calendar-user-error]::before{content:"\f487"}[data-icon-set=uib-legacy][data-icon-name=calendar-user-warning]::before{content:"\f488"}[data-icon-set=uib-legacy][data-icon-name=calendar-warning]::before{content:"\f48a";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calendar-warning]::after{content:"\f48b";color:#000}[data-icon-set=uib-legacy][data-icon-name=calendar-warning] span::before{content:"\f48c"}[data-icon-set=uib-legacy][data-icon-name=calendar-week-view]::before{content:"\f48d"}[data-icon-set=uib-legacy][data-icon-name=calender-day-view]::before{content:"\f48f"}[data-icon-set=uib-legacy][data-icon-name=calender-event]::before{content:"\f490"}[data-icon-set=uib-legacy][data-icon-name=calibration]::before{content:"\f15f"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp]::before{content:"\f158"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error]::before{content:"\f154"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error]::after{content:"\f152";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error] span::before{content:"\f153";color:#fff}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning]::before{content:"\f157"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning]::after{content:"\f155";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning] span::before{content:"\f491";color:#000}[data-icon-set=uib-legacy][data-icon-name=calibration-error]::before{content:"\f15b"}[data-icon-set=uib-legacy][data-icon-name=calibration-error]::after{content:"\f159";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=calibration-error] span::before{content:"\f15a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=calibration-warning]::before{content:"\f15e"}[data-icon-set=uib-legacy][data-icon-name=calibration-warning]::after{content:"\f15c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calibration-warning] span::before{content:"\f492";color:#000}[data-icon-set=uib-legacy][data-icon-name=car]::before{content:"\f162"}[data-icon-set=uib-legacy][data-icon-name=car-accident]::before{content:"\f160"}[data-icon-set=uib-legacy][data-icon-name=car-swap]::before{content:"\f161"}[data-icon-set=uib-legacy][data-icon-name=casting]::before{content:"\f163"}[data-icon-set=uib-legacy][data-icon-name=catalog]::before{content:"\f164"}[data-icon-set=uib-legacy][data-icon-name=certicifate-upload]::before{content:"\f165"}[data-icon-set=uib-legacy][data-icon-name=certificate]::before{content:"\f16f"}[data-icon-set=uib-legacy][data-icon-name=certificate-error]::before{content:"\f166";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=certificate-error]::after{content:"\f167";color:#fff}[data-icon-set=uib-legacy][data-icon-name=certificate-error] span::before{content:"\f168"}[data-icon-set=uib-legacy][data-icon-name=certificate-valid]::before{content:"\f16b"}[data-icon-set=uib-legacy][data-icon-name=certificate-valid]::after{content:"\f169";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=certificate-valid] span::before{content:"\f493";color:#000}[data-icon-set=uib-legacy][data-icon-name=certificate-warning]::before{content:"\f16c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=certificate-warning]::after{content:"\f494";color:#000}[data-icon-set=uib-legacy][data-icon-name=certificate-warning] span::before{content:"\f16e"}[data-icon-set=uib-legacy][data-icon-name=changelog]::before{content:"\f170"}[data-icon-set=uib-legacy][data-icon-name=charging]::before{content:"\f172"}[data-icon-set=uib-legacy][data-icon-name=charging-disabled]::before{content:"\f171"}[data-icon-set=uib-legacy][data-icon-name=checkbox]::before{content:"\f175"}[data-icon-set=uib-legacy][data-icon-name=checkbox-active]::before{content:"\f129";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=checkbox-active]::after{content:"\f12a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=checkbox-default]::before{content:"\f174"}[data-icon-set=uib-legacy][data-icon-name=chemicals]::before{content:"\f176"}[data-icon-set=uib-legacy][data-icon-name=chip-eject]::before{content:"\f179"}[data-icon-set=uib-legacy][data-icon-name=chip-eject]::after{content:"\f496";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=chip-eject] span::before{content:"\f178";color:#fff}[data-icon-set=uib-legacy][data-icon-name=chip-insert]::before{content:"\f17a"}[data-icon-set=uib-legacy][data-icon-name=circle]::before{content:"\f17b"}[data-icon-set=uib-legacy][data-icon-name=cleaning]::before{content:"\f17c"}[data-icon-set=uib-legacy][data-icon-name=clockwise-90-degree]::before{content:"\f17d"}[data-icon-set=uib-legacy][data-icon-name=close]::before{content:"\f497"}[data-icon-set=uib-legacy][data-icon-name=close-all]::before{content:"\f17e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=close-all]::after{content:"\f17f"}[data-icon-set=uib-legacy][data-icon-name=clothing]::before{content:"\f180"}[data-icon-set=uib-legacy][data-icon-name=cloud]::before{content:"\f499"}[data-icon-set=uib-legacy][data-icon-name=cloud-disabled]::before{content:"\f18f"}[data-icon-set=uib-legacy][data-icon-name=cloud-upload]::before{content:"\f498"}[data-icon-set=uib-legacy][data-icon-name=cold]::before{content:"\f181"}[data-icon-set=uib-legacy][data-icon-name=collection]::before{content:"\f185"}[data-icon-set=uib-legacy][data-icon-name=collection-add]::before{content:"\f182"}[data-icon-set=uib-legacy][data-icon-name=collection-remove]::before{content:"\f183"}[data-icon-set=uib-legacy][data-icon-name=collection-service]::before{content:"\f184"}[data-icon-set=uib-legacy][data-icon-name=collective-edit]::before{content:"\f186"}[data-icon-set=uib-legacy][data-icon-name=column-double]::before{content:"\f187"}[data-icon-set=uib-legacy][data-icon-name=column-multi]::before{content:"\f188"}[data-icon-set=uib-legacy][data-icon-name=column-single]::before{content:"\f189"}[data-icon-set=uib-legacy][data-icon-name=comment]::before{content:"\f49c"}[data-icon-set=uib-legacy][data-icon-name=comment-add]::before{content:"\f49a"}[data-icon-set=uib-legacy][data-icon-name=comment-disabled]::before{content:"\f49b"}[data-icon-set=uib-legacy][data-icon-name=communication]::before{content:"\f18c"}[data-icon-set=uib-legacy][data-icon-name=communication-disabled]::before{content:"\f18a"}[data-icon-set=uib-legacy][data-icon-name=communication-tool]::before{content:"\f18b"}[data-icon-set=uib-legacy][data-icon-name=compare]::before{content:"\f49d"}[data-icon-set=uib-legacy][data-icon-name=comparison]::before{content:"\f18d"}[data-icon-set=uib-legacy][data-icon-name=complete]::before{content:"\f190"}[data-icon-set=uib-legacy][data-icon-name=complete]::after{content:"\f18e";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=complete] span::before{content:"\f49e";color:#000}[data-icon-set=uib-legacy][data-icon-name=complex-system]::before{content:"\f191"}[data-icon-set=uib-legacy][data-icon-name=composition-edit]::before{content:"\f192"}[data-icon-set=uib-legacy][data-icon-name=concentration]::before{content:"\f193"}[data-icon-set=uib-legacy][data-icon-name=configuration]::before{content:"\f4a4"}[data-icon-set=uib-legacy][data-icon-name=configuration-edit]::before{content:"\f49f"}[data-icon-set=uib-legacy][data-icon-name=configuration-enter]::before{content:"\f4a0"}[data-icon-set=uib-legacy][data-icon-name=configuration-leave]::before{content:"\f4a1"}[data-icon-set=uib-legacy][data-icon-name=configuration-update]::before{content:"\f4a2"}[data-icon-set=uib-legacy][data-icon-name=configuration-view]::before{content:"\f4a3"}[data-icon-set=uib-legacy][data-icon-name=conhub]::before{content:"\f194"}[data-icon-set=uib-legacy][data-icon-name=construction-method]::before{content:"\f195"}[data-icon-set=uib-legacy][data-icon-name=context-menu]::before{content:"\f4a5"}[data-icon-set=uib-legacy][data-icon-name=controlbox]::before{content:"\f196"}[data-icon-set=uib-legacy][data-icon-name=copy]::before{content:"\f4a6"}[data-icon-set=uib-legacy][data-icon-name=cost]::before{content:"\f197"}[data-icon-set=uib-legacy][data-icon-name=counter]::before{content:"\f198"}[data-icon-set=uib-legacy][data-icon-name=counterclockwise-90-degree]::before{content:"\f199"}[data-icon-set=uib-legacy][data-icon-name=cps]::before{content:"\f19a"}[data-icon-set=uib-legacy][data-icon-name=cut]::before{content:"\f4a7"}[data-icon-set=uib-legacy][data-icon-name=cylinder]::before{content:"\f1a5"}[data-icon-set=uib-legacy][data-icon-name=cylinder-change]::before{content:"\f19b"}[data-icon-set=uib-legacy][data-icon-name=cylinder-charge]::before{content:"\f19c"}[data-icon-set=uib-legacy][data-icon-name=cylinder-closed]::before{content:"\f19d"}[data-icon-set=uib-legacy][data-icon-name=cylinder-error]::before{content:"\f1a0"}[data-icon-set=uib-legacy][data-icon-name=cylinder-error]::after{content:"\f19e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=cylinder-error] span::before{content:"\f19f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm]::before{content:"\f1a3"}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm]::after{content:"\f1a1";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm] span::before{content:"\f1a2";color:#fff}[data-icon-set=uib-legacy][data-icon-name=cylinder-opened]::before{content:"\f1a4"}[data-icon-set=uib-legacy][data-icon-name=d]::before{content:"\f4a8"}[data-icon-set=uib-legacy][data-icon-name=damage]::before{content:"\f1a6"}[data-icon-set=uib-legacy][data-icon-name=dangerous-goods]::before{content:"\f1a7"}[data-icon-set=uib-legacy][data-icon-name=dashboard-close]::before{content:"\f1a8"}[data-icon-set=uib-legacy][data-icon-name=dashboard-open]::before{content:"\f1a9"}[data-icon-set=uib-legacy][data-icon-name=data-send]::before{content:"\f1aa"}[data-icon-set=uib-legacy][data-icon-name=data-set]::before{content:"\f1ab"}[data-icon-set=uib-legacy][data-icon-name=data-snapshot]::before{content:"\f1ac"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed]::before{content:"\f1af"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed]::after{content:"\f1ad";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed] span::before{content:"\f4a9";color:#000}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed]::before{content:"\f1b2"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed]::after{content:"\f1b0";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed] span::before{content:"\f1b1";color:#fff}[data-icon-set=uib-legacy][data-icon-name=database]::before{content:"\f1b4"}[data-icon-set=uib-legacy][data-icon-name=database-edit]::before{content:"\f1b3"}[data-icon-set=uib-legacy][data-icon-name=datahub]::before{content:"\f1b5"}[data-icon-set=uib-legacy][data-icon-name=day-mode]::before{content:"\f1b6"}[data-icon-set=uib-legacy][data-icon-name=deadman]::before{content:"\f1b7"}[data-icon-set=uib-legacy][data-icon-name=delete]::before{content:"\f1b8"}[data-icon-set=uib-legacy][data-icon-name=deletion-successful]::before{content:"\f1bb"}[data-icon-set=uib-legacy][data-icon-name=deletion-successful]::after{content:"\f1b9";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=deletion-successful] span::before{content:"\f4aa";color:#000}[data-icon-set=uib-legacy][data-icon-name=detail-slot]::before{content:"\f4ab"}[data-icon-set=uib-legacy][data-icon-name=device]::before{content:"\f1c6"}[data-icon-set=uib-legacy][data-icon-name=device-ang]::before{content:"\f1bc"}[data-icon-set=uib-legacy][data-icon-name=device-connection]::before{content:"\f1bd"}[data-icon-set=uib-legacy][data-icon-name=device-ct]::before{content:"\f1be"}[data-icon-set=uib-legacy][data-icon-name=device-inspection]::before{content:"\f1bf"}[data-icon-set=uib-legacy][data-icon-name=device-module]::before{content:"\f1c0"}[data-icon-set=uib-legacy][data-icon-name=device-mrt]::before{content:"\f1c1"}[data-icon-set=uib-legacy][data-icon-name=device-ok]::before{content:"\f1c4"}[data-icon-set=uib-legacy][data-icon-name=device-ok]::after{content:"\f1c2";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=device-ok] span::before{content:"\f4ac";color:#000}[data-icon-set=uib-legacy][data-icon-name=device-sono]::before{content:"\f1c5"}[data-icon-set=uib-legacy][data-icon-name=devices]::before{content:"\f1c8"}[data-icon-set=uib-legacy][data-icon-name=devices-management]::before{content:"\f1c7"}[data-icon-set=uib-legacy][data-icon-name=disabled]::before{content:"\f1c9"}[data-icon-set=uib-legacy][data-icon-name=disassemble]::before{content:"\f1ca"}[data-icon-set=uib-legacy][data-icon-name=display-1]::before{content:"\f1cb"}[data-icon-set=uib-legacy][data-icon-name=display-2]::before{content:"\f1cc"}[data-icon-set=uib-legacy][data-icon-name=display-3]::before{content:"\f1cd"}[data-icon-set=uib-legacy][data-icon-name=display-4]::before{content:"\f1ce"}[data-icon-set=uib-legacy][data-icon-name=display-5]::before{content:"\f1cf"}[data-icon-set=uib-legacy][data-icon-name=docking-station]::before{content:"\f1d3"}[data-icon-set=uib-legacy][data-icon-name=docking-station-3]::before{content:"\f1d0"}[data-icon-set=uib-legacy][data-icon-name=docking-station-4]::before{content:"\f1d1"}[data-icon-set=uib-legacy][data-icon-name=docking-station-8]::before{content:"\f1d2"}[data-icon-set=uib-legacy][data-icon-name=document]::before{content:"\f4b1"}[data-icon-set=uib-legacy][data-icon-name=document-check]::before{content:"\f4ad"}[data-icon-set=uib-legacy][data-icon-name=document-flag]::before{content:"\f4ae";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=document-flag]::after{content:"\f4af"}[data-icon-set=uib-legacy][data-icon-name=document-settings]::before{content:"\f4b0"}[data-icon-set=uib-legacy][data-icon-name=download]::before{content:"\f4b2"}[data-icon-set=uib-legacy][data-icon-name=drugcheck]::before{content:"\f1d4"}[data-icon-set=uib-legacy][data-icon-name=duplicate]::before{content:"\f4b3"}[data-icon-set=uib-legacy][data-icon-name=edit]::before{content:"\f4b4"}[data-icon-set=uib-legacy][data-icon-name=emergency-stop]::before{content:"\f4b5"}[data-icon-set=uib-legacy][data-icon-name=equipment-change]::before{content:"\f1d5"}[data-icon-set=uib-legacy][data-icon-name=equipment-fire]::before{content:"\f1d6"}[data-icon-set=uib-legacy][data-icon-name=erase]::before{content:"\f1d7"}[data-icon-set=uib-legacy][data-icon-name=error-extra-information]::before{content:"\f1da";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=error-extra-information]::after{content:"\f1db";color:#fff}[data-icon-set=uib-legacy][data-icon-name=error-extra-information] span::before{content:"\f1dc"}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline]::before{content:"\f1dd";color:#fff}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline]::after{content:"\f1de";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline] span::before{content:"\f4b6";color:#000}[data-icon-set=uib-legacy][data-icon-name=error]::before{content:"\f1d8";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=error]::after{content:"\f1d9";color:#fff}[data-icon-set=uib-legacy][data-icon-name=ethernet]::before{content:"\f1e0"}[data-icon-set=uib-legacy][data-icon-name=evacuation]::before{content:"\f1ec"}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed]::before{content:"\f1e3"}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed]::after{content:"\f1e1";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed] span::before{content:"\f4b7";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-pending]::before{content:"\f1e4"}[data-icon-set=uib-legacy][data-icon-name=evacuation-success]::before{content:"\f1e7"}[data-icon-set=uib-legacy][data-icon-name=evacuation-success]::after{content:"\f1e5";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=evacuation-success] span::before{content:"\f4b8";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-timer]::before{content:"\f1e8"}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning]::before{content:"\f4b9";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning]::after{content:"\f1ea";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning] span::before{content:"\f1eb"}[data-icon-set=uib-legacy][data-icon-name=exclamation]::before{content:"\f1ed"}[data-icon-set=uib-legacy][data-icon-name=exit]::before{content:"\f4ba"}[data-icon-set=uib-legacy][data-icon-name=expired-freshair]::before{content:"\f1f1"}[data-icon-set=uib-legacy][data-icon-name=expired]::before{content:"\f1ee";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=expired]::after{content:"\f1ef";color:#fff}[data-icon-set=uib-legacy][data-icon-name=expired] span::before{content:"\f1f0"}[data-icon-set=uib-legacy][data-icon-name=expirydate]::before{content:"\f1f2"}[data-icon-set=uib-legacy][data-icon-name=explosive-a1]::before{content:"\f1f5";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-a1]::after{content:"\f1f6"}[data-icon-set=uib-legacy][data-icon-name=explosive-a1] span::before{content:"\f4bc";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-a2]::before{content:"\f1f8";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-a2]::after{content:"\f1f9"}[data-icon-set=uib-legacy][data-icon-name=explosive-a2] span::before{content:"\f4bd";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-stel]::before{content:"\f1fb";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-stel]::after{content:"\f4be";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-stel] span::before{content:"\f1fd"}[data-icon-set=uib-legacy][data-icon-name=explosive-twa]::before{content:"\f200"}[data-icon-set=uib-legacy][data-icon-name=explosive-twa]::after{content:"\f1fe";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-twa] span::before{content:"\f4bf";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive]::before{content:"\f1f3";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive]::after{content:"\f4bb";color:#000}[data-icon-set=uib-legacy][data-icon-name=export]::before{content:"\f4c0"}[data-icon-set=uib-legacy][data-icon-name=export-to-excel]::before{content:"\f201"}[data-icon-set=uib-legacy][data-icon-name=extended-care]::before{content:"\f202"}[data-icon-set=uib-legacy][data-icon-name=extinguisher]::before{content:"\f203"}[data-icon-set=uib-legacy][data-icon-name=faucet]::before{content:"\f204"}[data-icon-set=uib-legacy][data-icon-name=fault-finding]::before{content:"\f205"}[data-icon-set=uib-legacy][data-icon-name=favorite]::before{content:"\f4c2"}[data-icon-set=uib-legacy][data-icon-name=favorite-default]::before{content:"\f4c1"}[data-icon-set=uib-legacy][data-icon-name=fax]::before{content:"\f4c3"}[data-icon-set=uib-legacy][data-icon-name=feedback-negative]::before{content:"\f4c4"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information]::before{content:"\f208";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information]::after{content:"\f4c6";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information] span::before{content:"\f20a"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow]::before{content:"\f20e";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow]::after{content:"\f20f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow] span::before{content:"\f4c8";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper]::before{content:"\f20b";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper]::after{content:"\f4c7";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper] span::before{content:"\f20d"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive]::before{content:"\f206";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive]::after{content:"\f4c5";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information]::before{content:"\f213";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information]::after{content:"\f214"}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information] span::before{content:"\f215";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline]::before{content:"\f216";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline]::after{content:"\f217";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline] span::before{content:"\f4ca";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red]::before{content:"\f21c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red]::after{content:"\f21d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red] span::before{content:"\f21e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red] span::after{content:"\f4cb";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow]::before{content:"\f220";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow]::after{content:"\f221";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow] span::before{content:"\f222";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow] span::after{content:"\f4cc";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper]::before{content:"\f219";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper]::after{content:"\f21a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper] span::before{content:"\f21b"}[data-icon-set=uib-legacy][data-icon-name=feedback-warning]::before{content:"\f211";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning]::after{content:"\f4c9";color:#000}[data-icon-set=uib-legacy][data-icon-name=fg-hub]::before{content:"\f22a"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low]::before{content:"\f1ae";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low]::after{content:"\f1ba";color:#fff}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low] span::before{content:"\f1c3"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-disabled]::before{content:"\f1f7"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection]::before{content:"\f227";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection]::after{content:"\f1df";color:#002766}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection] span::before{content:"\f229"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-pending]::before{content:"\f173"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater]::before{content:"\f22e"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-2]::before{content:"\f177"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low]::before{content:"\f1e2";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low]::after{content:"\f1e6";color:#fff}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low] span::before{content:"\f1e9"}[data-icon-set=uib-legacy][data-icon-name=file-excel]::before{content:"\f4ce"}[data-icon-set=uib-legacy][data-icon-name=file-html]::before{content:"\f4cf"}[data-icon-set=uib-legacy][data-icon-name=file-pdf]::before{content:"\f4d0"}[data-icon-set=uib-legacy][data-icon-name=file-ppt]::before{content:"\f4d1"}[data-icon-set=uib-legacy][data-icon-name=file-word]::before{content:"\f4d2"}[data-icon-set=uib-legacy][data-icon-name=file-zip]::before{content:"\f4d3"}[data-icon-set=uib-legacy][data-icon-name=filter]::before{content:"\f4d6"}[data-icon-set=uib-legacy][data-icon-name=filter-close]::before{content:"\f4d4"}[data-icon-set=uib-legacy][data-icon-name=filter-settings]::before{content:"\f4d5"}[data-icon-set=uib-legacy][data-icon-name=fire]::before{content:"\f22f"}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived]::before{content:"\f230";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived]::after{content:"\f4d7";color:#000}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived] span::before{content:"\f232"}[data-icon-set=uib-legacy][data-icon-name=firefighter-en-route]::before{content:"\f233"}[data-icon-set=uib-legacy][data-icon-name=firefighter-retreat]::before{content:"\f234"}[data-icon-set=uib-legacy][data-icon-name=firefighter-standby]::before{content:"\f235"}[data-icon-set=uib-legacy][data-icon-name=flame-5000]::before{content:"\f236"}[data-icon-set=uib-legacy][data-icon-name=flammable-a1]::before{content:"\f239";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-a1]::after{content:"\f23a"}[data-icon-set=uib-legacy][data-icon-name=flammable-a1] span::before{content:"\f4d9";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-a2]::before{content:"\f23c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-a2]::after{content:"\f23d"}[data-icon-set=uib-legacy][data-icon-name=flammable-a2] span::before{content:"\f4da";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-stel]::before{content:"\f23f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-stel]::after{content:"\f240"}[data-icon-set=uib-legacy][data-icon-name=flammable-stel] span::before{content:"\f4db";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-twa]::before{content:"\f242";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-twa]::after{content:"\f4dc";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-twa] span::before{content:"\f244"}[data-icon-set=uib-legacy][data-icon-name=flammable]::before{content:"\f237";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable]::after{content:"\f4d8";color:#000}[data-icon-set=uib-legacy][data-icon-name=floorplan]::before{content:"\f247"}[data-icon-set=uib-legacy][data-icon-name=floorplan-hallway]::before{content:"\f245"}[data-icon-set=uib-legacy][data-icon-name=floorplan-room]::before{content:"\f246"}[data-icon-set=uib-legacy][data-icon-name=focus-element]::before{content:"\f248"}[data-icon-set=uib-legacy][data-icon-name=folder]::before{content:"\f4de"}[data-icon-set=uib-legacy][data-icon-name=folder-open]::before{content:"\f4dd"}[data-icon-set=uib-legacy][data-icon-name=fraction-00-10]::before{content:"\f249"}[data-icon-set=uib-legacy][data-icon-name=fraction-01-10]::before{content:"\f24a"}[data-icon-set=uib-legacy][data-icon-name=fraction-02-10]::before{content:"\f24b"}[data-icon-set=uib-legacy][data-icon-name=fraction-03-10]::before{content:"\f24c"}[data-icon-set=uib-legacy][data-icon-name=fraction-04-10]::before{content:"\f24d"}[data-icon-set=uib-legacy][data-icon-name=fraction-05-10]::before{content:"\f24e"}[data-icon-set=uib-legacy][data-icon-name=fraction-06-10]::before{content:"\f24f"}[data-icon-set=uib-legacy][data-icon-name=fraction-07-10]::before{content:"\f250"}[data-icon-set=uib-legacy][data-icon-name=fraction-08-10]::before{content:"\f251"}[data-icon-set=uib-legacy][data-icon-name=fraction-09-10]::before{content:"\f252"}[data-icon-set=uib-legacy][data-icon-name=fraction-10-10]::before{content:"\f253"}[data-icon-set=uib-legacy][data-icon-name=freshair]::before{content:"\f255"}[data-icon-set=uib-legacy][data-icon-name=freshair-calibration]::before{content:"\f254"}[data-icon-set=uib-legacy][data-icon-name=full-circle]::before{content:"\f256"}[data-icon-set=uib-legacy][data-icon-name=fullscreen]::before{content:"\f4e0"}[data-icon-set=uib-legacy][data-icon-name=fullscreen-exit]::before{content:"\f4df"}[data-icon-set=uib-legacy][data-icon-name=gas-consumption]::before{content:"\f257"}[data-icon-set=uib-legacy][data-icon-name=gas-efficiency]::before{content:"\f258"}[data-icon-set=uib-legacy][data-icon-name=gas-patient]::before{content:"\f259"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-100-percent]::before{content:"\f25a"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-25-percent]::before{content:"\f25b"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-50-percent]::before{content:"\f25c"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-75-percent]::before{content:"\f25d"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-information]::before{content:"\f25e"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-low]::before{content:"\f25f"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning]::before{content:"\f260";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning]::after{content:"\f261"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning] span::before{content:"\f4e1";color:#000}[data-icon-set=uib-legacy][data-icon-name=glove]::before{content:"\f263"}[data-icon-set=uib-legacy][data-icon-name=go-to-assets]::before{content:"\f264"}[data-icon-set=uib-legacy][data-icon-name=graph-settings]::before{content:"\f265"}[data-icon-set=uib-legacy][data-icon-name=graph-view]::before{content:"\f266"}[data-icon-set=uib-legacy][data-icon-name=group]::before{content:"\f267"}[data-icon-set=uib-legacy][data-icon-name=halfmask]::before{content:"\f268"}[data-icon-set=uib-legacy][data-icon-name=hardware]::before{content:"\f271"}[data-icon-set=uib-legacy][data-icon-name=hardware-available]::before{content:"\f269";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=hardware-available]::after{content:"\f4e2";color:#000}[data-icon-set=uib-legacy][data-icon-name=hardware-available] span::before{content:"\f26b"}[data-icon-set=uib-legacy][data-icon-name=hardware-info]::before{content:"\f26c"}[data-icon-set=uib-legacy][data-icon-name=hardware-missing]::before{content:"\f26d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=hardware-missing]::after{content:"\f26e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=hardware-missing] span::before{content:"\f26f"}[data-icon-set=uib-legacy][data-icon-name=hardware-update]::before{content:"\f270"}[data-icon-set=uib-legacy][data-icon-name=harness]::before{content:"\f272"}[data-icon-set=uib-legacy][data-icon-name=helmet]::before{content:"\f274"}[data-icon-set=uib-legacy][data-icon-name=helmet-fire]::before{content:"\f273"}[data-icon-set=uib-legacy][data-icon-name=help]::before{content:"\f4e3"}[data-icon-set=uib-legacy][data-icon-name=hierarchy]::before{content:"\f275"}[data-icon-set=uib-legacy][data-icon-name=history]::before{content:"\f276"}[data-icon-set=uib-legacy][data-icon-name=hook]::before{content:"\f277"}[data-icon-set=uib-legacy][data-icon-name=hose]::before{content:"\f278"}[data-icon-set=uib-legacy][data-icon-name=hot]::before{content:"\f279"}[data-icon-set=uib-legacy][data-icon-name=hydrant]::before{content:"\f27a"}[data-icon-set=uib-legacy][data-icon-name=hydraulic]::before{content:"\f27b"}[data-icon-set=uib-legacy][data-icon-name=hysteresis]::before{content:"\f27c"}[data-icon-set=uib-legacy][data-icon-name=identify]::before{content:"\f27d"}[data-icon-set=uib-legacy][data-icon-name=ifu]::before{content:"\f27e"}[data-icon-set=uib-legacy][data-icon-name=imaging-ang]::before{content:"\f27f"}[data-icon-set=uib-legacy][data-icon-name=imaging-ct]::before{content:"\f280"}[data-icon-set=uib-legacy][data-icon-name=imaging-mrt]::before{content:"\f281"}[data-icon-set=uib-legacy][data-icon-name=imd]::before{content:"\f282"}[data-icon-set=uib-legacy][data-icon-name=import]::before{content:"\f4e4"}[data-icon-set=uib-legacy][data-icon-name=import-substance]::before{content:"\f283"}[data-icon-set=uib-legacy][data-icon-name=in-process]::before{content:"\f284"}[data-icon-set=uib-legacy][data-icon-name=index-card]::before{content:"\f285"}[data-icon-set=uib-legacy][data-icon-name=inerting]::before{content:"\f286"}[data-icon-set=uib-legacy][data-icon-name=inflate-breathing-bag]::before{content:"\f287"}[data-icon-set=uib-legacy][data-icon-name=information]::before{content:"\f289"}[data-icon-set=uib-legacy][data-icon-name=information-maintenance]::before{content:"\f288"}[data-icon-set=uib-legacy][data-icon-name=inhibit]::before{content:"\f28a"}[data-icon-set=uib-legacy][data-icon-name=insert]::before{content:"\f28b"}[data-icon-set=uib-legacy][data-icon-name=instrument-error]::before{content:"\f28e"}[data-icon-set=uib-legacy][data-icon-name=instrument-error]::after{content:"\f28c";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-error] span::before{content:"\f28d";color:#fff}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error]::before{content:"\f291"}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error]::after{content:"\f28f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error] span::before{content:"\f290";color:#fff}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error]::before{content:"\f294"}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error]::after{content:"\f292";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error] span::before{content:"\f293";color:#fff}[data-icon-set=uib-legacy][data-icon-name=interface-in-4-20]::before{content:"\f295"}[data-icon-set=uib-legacy][data-icon-name=interface-in-bridge]::before{content:"\f296"}[data-icon-set=uib-legacy][data-icon-name=interface-in-digital]::before{content:"\f297"}[data-icon-set=uib-legacy][data-icon-name=interface-in-ex]::before{content:"\f298"}[data-icon-set=uib-legacy][data-icon-name=interface-in-foundation-fieldbus]::before{content:"\f299"}[data-icon-set=uib-legacy][data-icon-name=interface-in-hart]::before{content:"\f29b"}[data-icon-set=uib-legacy][data-icon-name=interface-in-hart-multidrop]::before{content:"\f29a"}[data-icon-set=uib-legacy][data-icon-name=interface-in-modbus]::before{content:"\f29c"}[data-icon-set=uib-legacy][data-icon-name=interface-in-profibus]::before{content:"\f29d"}[data-icon-set=uib-legacy][data-icon-name=interface-input]::before{content:"\f29e"}[data-icon-set=uib-legacy][data-icon-name=interface-out-4-20]::before{content:"\f29f"}[data-icon-set=uib-legacy][data-icon-name=interface-out-digital]::before{content:"\f2a0"}[data-icon-set=uib-legacy][data-icon-name=interface-out-foundation-fieldbus]::before{content:"\f2a1"}[data-icon-set=uib-legacy][data-icon-name=interface-out-modbus]::before{content:"\f2a2"}[data-icon-set=uib-legacy][data-icon-name=interface-out-profibus]::before{content:"\f2a3"}[data-icon-set=uib-legacy][data-icon-name=interface-out-relay]::before{content:"\f2a4"}[data-icon-set=uib-legacy][data-icon-name=interface-output]::before{content:"\f2a5"}[data-icon-set=uib-legacy][data-icon-name=interface-slotcover]::before{content:"\f2a6"}[data-icon-set=uib-legacy][data-icon-name=interface-unknown]::before{content:"\f2a7"}[data-icon-set=uib-legacy][data-icon-name=interlock]::before{content:"\f2ad"}[data-icon-set=uib-legacy][data-icon-name=interlock-calibration]::before{content:"\f2a8"}[data-icon-set=uib-legacy][data-icon-name=interlock-installation]::before{content:"\f2a9"}[data-icon-set=uib-legacy][data-icon-name=interlock-removal]::before{content:"\f2aa"}[data-icon-set=uib-legacy][data-icon-name=interlock-reset]::before{content:"\f2ab"}[data-icon-set=uib-legacy][data-icon-name=interlock-swap]::before{content:"\f2ac"}[data-icon-set=uib-legacy][data-icon-name=ir]::before{content:"\f2ae"}[data-icon-set=uib-legacy][data-icon-name=job-approve]::before{content:"\f2b1"}[data-icon-set=uib-legacy][data-icon-name=job-approve]::after{content:"\f2af";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=job-approve] span::before{content:"\f4e5";color:#000}[data-icon-set=uib-legacy][data-icon-name=job-history]::before{content:"\f2b2"}[data-icon-set=uib-legacy][data-icon-name=job-list]::before{content:"\f2b3"}[data-icon-set=uib-legacy][data-icon-name=job-new]::before{content:"\f2b5"}[data-icon-set=uib-legacy][data-icon-name=job-pool]::before{content:"\f2b6"}[data-icon-set=uib-legacy][data-icon-name=job-proceed]::before{content:"\f2b7"}[data-icon-set=uib-legacy][data-icon-name=job-user]::before{content:"\f2b8"}[data-icon-set=uib-legacy][data-icon-name=keyboard]::before{content:"\f2bd"}[data-icon-set=uib-legacy][data-icon-name=keyboard-capslock]::before{content:"\f2b9"}[data-icon-set=uib-legacy][data-icon-name=keyboard-delete]::before{content:"\f2ba"}[data-icon-set=uib-legacy][data-icon-name=keyboard-hide]::before{content:"\f2bb"}[data-icon-set=uib-legacy][data-icon-name=keyboard-shift]::before{content:"\f2bc"}[data-icon-set=uib-legacy][data-icon-name=language]::before{content:"\f4e6"}[data-icon-set=uib-legacy][data-icon-name=laptop]::before{content:"\f2be"}[data-icon-set=uib-legacy][data-icon-name=laundry-dryer]::before{content:"\f2bf"}[data-icon-set=uib-legacy][data-icon-name=ldba]::before{content:"\f2c0"}[data-icon-set=uib-legacy][data-icon-name=leaktest-hp]::before{content:"\f2c2"}[data-icon-set=uib-legacy][data-icon-name=leaktest-hp-query]::before{content:"\f2c1"}[data-icon-set=uib-legacy][data-icon-name=leaktest-lp]::before{content:"\f2c4"}[data-icon-set=uib-legacy][data-icon-name=leaktest-lp-query]::before{content:"\f2c3"}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok]::before{content:"\f2c7"}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok]::after{content:"\f2c5";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok] span::before{content:"\f4e7";color:#000}[data-icon-set=uib-legacy][data-icon-name=leaktest-query]::before{content:"\f2c8"}[data-icon-set=uib-legacy][data-icon-name=leaktest-run]::before{content:"\f2c9"}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout]::before{content:"\f2cc"}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout]::after{content:"\f2ca";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout] span::before{content:"\f2cb";color:#fff}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning]::before{content:"\f2cf"}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning]::after{content:"\f2cd";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning] span::before{content:"\f4e8";color:#000}[data-icon-set=uib-legacy][data-icon-name=lifesignal]::before{content:"\f2d1"}[data-icon-set=uib-legacy][data-icon-name=lifesignal-disabled]::before{content:"\f2d0"}[data-icon-set=uib-legacy][data-icon-name=lightbulb]::before{content:"\f2d5"}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning]::before{content:"\f4eb"}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning]::after{content:"\f4e9";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning] span::before{content:"\f4ea";color:#000}[data-icon-set=uib-legacy][data-icon-name=line-graph]::before{content:"\f2d6"}[data-icon-set=uib-legacy][data-icon-name=link-external]::before{content:"\f4ec"}[data-icon-set=uib-legacy][data-icon-name=link-internal]::before{content:"\f4ed"}[data-icon-set=uib-legacy][data-icon-name=location]::before{content:"\f4f6"}[data-icon-set=uib-legacy][data-icon-name=location-disabled]::before{content:"\f4ee"}[data-icon-set=uib-legacy][data-icon-name=location-scan]::before{content:"\f4f5"}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed]::before{content:"\f4f1"}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed]::after{content:"\f4ef";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed] span::before{content:"\f4f0";color:#fff}[data-icon-set=uib-legacy][data-icon-name=location-scan-success]::before{content:"\f4f4"}[data-icon-set=uib-legacy][data-icon-name=location-scan-success]::after{content:"\f4f2";color:#000}[data-icon-set=uib-legacy][data-icon-name=location-scan-success] span::before{content:"\f4f3";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=lock]::before{content:"\f4f7"}[data-icon-set=uib-legacy][data-icon-name=log-edit]::before{content:"\f2d7"}[data-icon-set=uib-legacy][data-icon-name=log-service]::before{content:"\f2d8"}[data-icon-set=uib-legacy][data-icon-name=log-view]::before{content:"\f2d9"}[data-icon-set=uib-legacy][data-icon-name=login]::before{content:"\f2dc"}[data-icon-set=uib-legacy][data-icon-name=login]::after{content:"\f2da";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=login] span::before{content:"\f4f8";color:#000}[data-icon-set=uib-legacy][data-icon-name=logout]::before{content:"\f2df"}[data-icon-set=uib-legacy][data-icon-name=logout]::after{content:"\f2dd";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=logout] span::before{content:"\f2de";color:#fff}[data-icon-set=uib-legacy][data-icon-name=long-distance-gate-way]::before{content:"\f2e0"}[data-icon-set=uib-legacy][data-icon-name=lost-report]::before{content:"\f2e1"}[data-icon-set=uib-legacy][data-icon-name=low-dosage-rate]::before{content:"\f2e2"}[data-icon-set=uib-legacy][data-icon-name=manual-input]::before{content:"\f2e3"}[data-icon-set=uib-legacy][data-icon-name=map]::before{content:"\f4f9"}[data-icon-set=uib-legacy][data-icon-name=masonry]::before{content:"\f2e4"}[data-icon-set=uib-legacy][data-icon-name=maximize]::before{content:"\f2e5"}[data-icon-set=uib-legacy][data-icon-name=measuring]::before{content:"\f2e9"}[data-icon-set=uib-legacy][data-icon-name=measuring-1]::before{content:"\f2e6"}[data-icon-set=uib-legacy][data-icon-name=measuring-2]::before{content:"\f2e7"}[data-icon-set=uib-legacy][data-icon-name=measuring-3]::before{content:"\f2e8"}[data-icon-set=uib-legacy][data-icon-name=media-fastforward]::before{content:"\f4fa"}[data-icon-set=uib-legacy][data-icon-name=media-pause]::before{content:"\f4fb"}[data-icon-set=uib-legacy][data-icon-name=media-play]::before{content:"\f4fc"}[data-icon-set=uib-legacy][data-icon-name=media-rewind]::before{content:"\f4fd"}[data-icon-set=uib-legacy][data-icon-name=media-skip-back]::before{content:"\f4fe"}[data-icon-set=uib-legacy][data-icon-name=media-skip-forward]::before{content:"\f4ff"}[data-icon-set=uib-legacy][data-icon-name=media-stop]::before{content:"\f500"}[data-icon-set=uib-legacy][data-icon-name=medical]::before{content:"\f501"}[data-icon-set=uib-legacy][data-icon-name=menu]::before{content:"\f504"}[data-icon-set=uib-legacy][data-icon-name=menu-favorites]::before{content:"\f502"}[data-icon-set=uib-legacy][data-icon-name=menu-functions]::before{content:"\f503"}[data-icon-set=uib-legacy][data-icon-name=microphone]::before{content:"\f2ea"}[data-icon-set=uib-legacy][data-icon-name=mimic]::before{content:"\f2eb"}[data-icon-set=uib-legacy][data-icon-name=minimize]::before{content:"\f2ec"}[data-icon-set=uib-legacy][data-icon-name=miniwarn]::before{content:"\f2ed"}[data-icon-set=uib-legacy][data-icon-name=minus]::before{content:"\f2ee"}[data-icon-set=uib-legacy][data-icon-name=mobile-device]::before{content:"\f2f5"}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected]::before{content:"\f2f1"}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected]::after{content:"\f2ef";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected] span::before{content:"\f505";color:#000}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error]::before{content:"\f2f2";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error]::after{content:"\f2f3";color:#fff}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error] span::before{content:"\f2f4"}[data-icon-set=uib-legacy][data-icon-name=module]::before{content:"\f2f6"}[data-icon-set=uib-legacy][data-icon-name=monitoring]::before{content:"\f2fa"}[data-icon-set=uib-legacy][data-icon-name=monitoring-1]::before{content:"\f2f7"}[data-icon-set=uib-legacy][data-icon-name=monitoring-2]::before{content:"\f2f8"}[data-icon-set=uib-legacy][data-icon-name=monitoring-3]::before{content:"\f2f9"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing]::before{content:"\f301"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled]::before{content:"\f2fb";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled]::after{content:"\f2fc";color:#fff}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled] span::before{content:"\f2fd"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled]::before{content:"\f2fe";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled]::after{content:"\f506";color:#000}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled] span::before{content:"\f300"}[data-icon-set=uib-legacy][data-icon-name=move]::before{content:"\f303"}[data-icon-set=uib-legacy][data-icon-name=move-screen]::before{content:"\f302"}[data-icon-set=uib-legacy][data-icon-name=multigas]::before{content:"\f305"}[data-icon-set=uib-legacy][data-icon-name=multigas-cse]::before{content:"\f304"}[data-icon-set=uib-legacy][data-icon-name=multiwarn-2]::before{content:"\f306"}[data-icon-set=uib-legacy][data-icon-name=navigation-logfile-management]::before{content:"\f507"}[data-icon-set=uib-legacy][data-icon-name=navigation-logfile-management]::after{content:"\f508"}[data-icon-set=uib-legacy][data-icon-name=network]::before{content:"\f309"}[data-icon-set=uib-legacy][data-icon-name=network-upload]::before{content:"\f308"}[data-icon-set=uib-legacy][data-icon-name=newsletter]::before{content:"\f509"}[data-icon-set=uib-legacy][data-icon-name=next]::before{content:"\f50a"}[data-icon-set=uib-legacy][data-icon-name=night-mode]::before{content:"\f50b"}[data-icon-set=uib-legacy][data-icon-name=no]::before{content:"\f30a"}[data-icon-set=uib-legacy][data-icon-name=notification]::before{content:"\f50d"}[data-icon-set=uib-legacy][data-icon-name=notification-disabled]::before{content:"\f50c"}[data-icon-set=uib-legacy][data-icon-name=number-1]::before{content:"\f30b"}[data-icon-set=uib-legacy][data-icon-name=number-100]::before{content:"\f30c"}[data-icon-set=uib-legacy][data-icon-name=observation]::before{content:"\f30e"}[data-icon-set=uib-legacy][data-icon-name=observation-fire]::before{content:"\f30d"}[data-icon-set=uib-legacy][data-icon-name=offline-mode]::before{content:"\f30f"}[data-icon-set=uib-legacy][data-icon-name=ok]::before{content:"\f50e"}[data-icon-set=uib-legacy][data-icon-name=ok-repeat]::before{content:"\f310"}[data-icon-set=uib-legacy][data-icon-name=ok-to-all]::before{content:"\f311";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=ok-to-all]::after{content:"\f312"}[data-icon-set=uib-legacy][data-icon-name=online-manuals]::before{content:"\f313"}[data-icon-set=uib-legacy][data-icon-name=online-mode]::before{content:"\f314";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=online-mode]::after{content:"\f50f";color:#000}[data-icon-set=uib-legacy][data-icon-name=online-mode] span::before{content:"\f316"}[data-icon-set=uib-legacy][data-icon-name=open]::before{content:"\f317"}[data-icon-set=uib-legacy][data-icon-name=operation]::before{content:"\f319"}[data-icon-set=uib-legacy][data-icon-name=operation-hot]::before{content:"\f318"}[data-icon-set=uib-legacy][data-icon-name=overrange]::before{content:"\f31a"}[data-icon-set=uib-legacy][data-icon-name=overwrite-replace]::before{content:"\f31b"}[data-icon-set=uib-legacy][data-icon-name=p5000]::before{content:"\f31c"}[data-icon-set=uib-legacy][data-icon-name=p8000]::before{content:"\f31d"}[data-icon-set=uib-legacy][data-icon-name=pac-1000-7000]::before{content:"\f31e"}[data-icon-set=uib-legacy][data-icon-name=pac-3]::before{content:"\f31f"}[data-icon-set=uib-legacy][data-icon-name=pac-ex-2]::before{content:"\f320"}[data-icon-set=uib-legacy][data-icon-name=package]::before{content:"\f321"}[data-icon-set=uib-legacy][data-icon-name=painting]::before{content:"\f322"}[data-icon-set=uib-legacy][data-icon-name=pairing]::before{content:"\f510"}[data-icon-set=uib-legacy][data-icon-name=partner-care]::before{content:"\f323"}[data-icon-set=uib-legacy][data-icon-name=password]::before{content:"\f512"}[data-icon-set=uib-legacy][data-icon-name=password-change]::before{content:"\f511"}[data-icon-set=uib-legacy][data-icon-name=pc]::before{content:"\f32d"}[data-icon-set=uib-legacy][data-icon-name=pc-connection]::before{content:"\f324"}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected]::before{content:"\f325";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected]::after{content:"\f513";color:#000}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected] span::before{content:"\f327"}[data-icon-set=uib-legacy][data-icon-name=pc-link-error]::before{content:"\f328";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=pc-link-error]::after{content:"\f329";color:#fff}[data-icon-set=uib-legacy][data-icon-name=pc-link-error] span::before{content:"\f32a"}[data-icon-set=uib-legacy][data-icon-name=pc-link-preparing]::before{content:"\f32b"}[data-icon-set=uib-legacy][data-icon-name=pc-link-query]::before{content:"\f32c"}[data-icon-set=uib-legacy][data-icon-name=pdf]::before{content:"\f32e"}[data-icon-set=uib-legacy][data-icon-name=person-confirm]::before{content:"\f32f";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=person-confirm]::after{content:"\f514";color:#000}[data-icon-set=uib-legacy][data-icon-name=person-confirm] span::before{content:"\f331"}[data-icon-set=uib-legacy][data-icon-name=person-crawling]::before{content:"\f332"}[data-icon-set=uib-legacy][data-icon-name=person-query]::before{content:"\f333"}[data-icon-set=uib-legacy][data-icon-name=person-standing]::before{content:"\f334"}[data-icon-set=uib-legacy][data-icon-name=person-walking]::before{content:"\f335"}[data-icon-set=uib-legacy][data-icon-name=phone]::before{content:"\f515"}[data-icon-set=uib-legacy][data-icon-name=photo]::before{content:"\f516"}[data-icon-set=uib-legacy][data-icon-name=picture]::before{content:"\f517"}[data-icon-set=uib-legacy][data-icon-name=pie-chart]::before{content:"\f336"}[data-icon-set=uib-legacy][data-icon-name=pincode]::before{content:"\f337"}[data-icon-set=uib-legacy][data-icon-name=pir-7000]::before{content:"\f338"}[data-icon-set=uib-legacy][data-icon-name=plus]::before{content:"\f339"}[data-icon-set=uib-legacy][data-icon-name=pneumatic]::before{content:"\f33a"}[data-icon-set=uib-legacy][data-icon-name=polytron-7000]::before{content:"\f33b"}[data-icon-set=uib-legacy][data-icon-name=position]::before{content:"\f51a"}[data-icon-set=uib-legacy][data-icon-name=position-disabled]::before{content:"\f518"}[data-icon-set=uib-legacy][data-icon-name=position-searching]::before{content:"\f519"}[data-icon-set=uib-legacy][data-icon-name=power-guard]::before{content:"\f33c"}[data-icon-set=uib-legacy][data-icon-name=power-supply]::before{content:"\f340"}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted]::before{content:"\f33d";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted]::after{content:"\f33e"}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted] span::before{content:"\f51b";color:#000}[data-icon-set=uib-legacy][data-icon-name=powerplant]::before{content:"\f341"}[data-icon-set=uib-legacy][data-icon-name=practice]::before{content:"\f343"}[data-icon-set=uib-legacy][data-icon-name=practice-hot]::before{content:"\f342"}[data-icon-set=uib-legacy][data-icon-name=prepressure-high]::before{content:"\f345"}[data-icon-set=uib-legacy][data-icon-name=prepressure-high]::after{content:"\f344";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=prepressure-low]::before{content:"\f346";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=prepressure-low]::after{content:"\f347"}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok]::before{content:"\f348";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok]::after{content:"\f349"}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok] span::before{content:"\f51c";color:#000}[data-icon-set=uib-legacy][data-icon-name=prepressure-pending]::before{content:"\f34b"}[data-icon-set=uib-legacy][data-icon-name=pressure-relief]::before{content:"\f34c"}[data-icon-set=uib-legacy][data-icon-name=previous]::before{content:"\f51d"}[data-icon-set=uib-legacy][data-icon-name=print]::before{content:"\f528"}[data-icon-set=uib-legacy][data-icon-name=print-configuration]::before{content:"\f51e"}[data-icon-set=uib-legacy][data-icon-name=print-error]::before{content:"\f521"}[data-icon-set=uib-legacy][data-icon-name=print-error]::after{content:"\f51f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=print-error] span::before{content:"\f520";color:#fff}[data-icon-set=uib-legacy][data-icon-name=print-finished]::before{content:"\f522"}[data-icon-set=uib-legacy][data-icon-name=print-preview]::before{content:"\f523"}[data-icon-set=uib-legacy][data-icon-name=print-selection]::before{content:"\f524"}[data-icon-set=uib-legacy][data-icon-name=print-warning]::before{content:"\f525";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=print-warning]::after{content:"\f526";color:#000}[data-icon-set=uib-legacy][data-icon-name=print-warning] span::before{content:"\f527"}[data-icon-set=uib-legacy][data-icon-name=process]::before{content:"\f34d"}[data-icon-set=uib-legacy][data-icon-name=product-finder]::before{content:"\f34e"}[data-icon-set=uib-legacy][data-icon-name=production]::before{content:"\f34f"}[data-icon-set=uib-legacy][data-icon-name=progress]::before{content:"\f352"}[data-icon-set=uib-legacy][data-icon-name=progress-circle]::before{content:"\f351"}[data-icon-set=uib-legacy][data-icon-name=progress-circle]::after{content:"\f529";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=pulsar]::before{content:"\f353"}[data-icon-set=uib-legacy][data-icon-name=pump]::before{content:"\f35a"}[data-icon-set=uib-legacy][data-icon-name=pump-100-percent]::before{content:"\f354"}[data-icon-set=uib-legacy][data-icon-name=pump-25-percent]::before{content:"\f355"}[data-icon-set=uib-legacy][data-icon-name=pump-50-percent]::before{content:"\f356"}[data-icon-set=uib-legacy][data-icon-name=pump-75-percent]::before{content:"\f357"}[data-icon-set=uib-legacy][data-icon-name=pump-adapter-magnetic]::before{content:"\f358"}[data-icon-set=uib-legacy][data-icon-name=pump-low]::before{content:"\f359"}[data-icon-set=uib-legacy][data-icon-name=rack]::before{content:"\f35c"}[data-icon-set=uib-legacy][data-icon-name=rack-mobile]::before{content:"\f35b"}[data-icon-set=uib-legacy][data-icon-name=radiation-protection-device]::before{content:"\f35d"}[data-icon-set=uib-legacy][data-icon-name=radio-button-active]::before{content:"\f35e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=radio-button-active]::after{content:"\f52a";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=radio-button-default]::before{content:"\f360"}[data-icon-set=uib-legacy][data-icon-name=radiocircuit]::before{content:"\f361"}[data-icon-set=uib-legacy][data-icon-name=rebuild]::before{content:"\f362"}[data-icon-set=uib-legacy][data-icon-name=recording]::before{content:"\f52b"}[data-icon-set=uib-legacy][data-icon-name=recycling]::before{content:"\f363"}[data-icon-set=uib-legacy][data-icon-name=redo]::before{content:"\f52c"}[data-icon-set=uib-legacy][data-icon-name=regard-1000]::before{content:"\f364"}[data-icon-set=uib-legacy][data-icon-name=regard-3000]::before{content:"\f365"}[data-icon-set=uib-legacy][data-icon-name=relay-switch-closed]::before{content:"\f366"}[data-icon-set=uib-legacy][data-icon-name=relay-switch-open]::before{content:"\f367"}[data-icon-set=uib-legacy][data-icon-name=reload]::before{content:"\f52e"}[data-icon-set=uib-legacy][data-icon-name=reload-required]::before{content:"\f52d"}[data-icon-set=uib-legacy][data-icon-name=relocate]::before{content:"\f52f"}[data-icon-set=uib-legacy][data-icon-name=remote]::before{content:"\f369"}[data-icon-set=uib-legacy][data-icon-name=remote-transmission]::before{content:"\f368"}[data-icon-set=uib-legacy][data-icon-name=remove]::before{content:"\f36a"}[data-icon-set=uib-legacy][data-icon-name=reorganisation]::before{content:"\f36b"}[data-icon-set=uib-legacy][data-icon-name=resend]::before{content:"\f530"}[data-icon-set=uib-legacy][data-icon-name=reset]::before{content:"\f531"}[data-icon-set=uib-legacy][data-icon-name=resources]::before{content:"\f36c"}[data-icon-set=uib-legacy][data-icon-name=rfid]::before{content:"\f36d"}[data-icon-set=uib-legacy][data-icon-name=rise-time-error]::before{content:"\f370"}[data-icon-set=uib-legacy][data-icon-name=rise-time-error]::after{content:"\f36e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=rise-time-error] span::before{content:"\f36f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=roofing]::before{content:"\f371"}[data-icon-set=uib-legacy][data-icon-name=rope]::before{content:"\f372"}[data-icon-set=uib-legacy][data-icon-name=saddle-roof]::before{content:"\f373"}[data-icon-set=uib-legacy][data-icon-name=save]::before{content:"\f533"}[data-icon-set=uib-legacy][data-icon-name=save-as]::before{content:"\f532"}[data-icon-set=uib-legacy][data-icon-name=saver]::before{content:"\f1f4"}[data-icon-set=uib-legacy][data-icon-name=saw]::before{content:"\f375"}[data-icon-set=uib-legacy][data-icon-name=sbom]::before{content:"\f534"}[data-icon-set=uib-legacy][data-icon-name=scba]::before{content:"\f376"}[data-icon-set=uib-legacy][data-icon-name=scroll-grip]::before{content:"\f377"}[data-icon-set=uib-legacy][data-icon-name=scroll-page-down]::before{content:"\f378"}[data-icon-set=uib-legacy][data-icon-name=scroll-page-up]::before{content:"\f379"}[data-icon-set=uib-legacy][data-icon-name=scsr]::before{content:"\f37a"}[data-icon-set=uib-legacy][data-icon-name=search]::before{content:"\f53b"}[data-icon-set=uib-legacy][data-icon-name=search-activate]::before{content:"\f535"}[data-icon-set=uib-legacy][data-icon-name=search-close]::before{content:"\f536"}[data-icon-set=uib-legacy][data-icon-name=search-next]::before{content:"\f537"}[data-icon-set=uib-legacy][data-icon-name=search-previous]::before{content:"\f538"}[data-icon-set=uib-legacy][data-icon-name=search-save]::before{content:"\f539"}[data-icon-set=uib-legacy][data-icon-name=search-service]::before{content:"\f53a"}[data-icon-set=uib-legacy][data-icon-name=searching]::before{content:"\f53f"}[data-icon-set=uib-legacy][data-icon-name=searching-1]::before{content:"\f53c"}[data-icon-set=uib-legacy][data-icon-name=searching-2]::before{content:"\f53d"}[data-icon-set=uib-legacy][data-icon-name=searching-3]::before{content:"\f53e"}[data-icon-set=uib-legacy][data-icon-name=send]::before{content:"\f546"}[data-icon-set=uib-legacy][data-icon-name=send-error]::before{content:"\f542"}[data-icon-set=uib-legacy][data-icon-name=send-error]::after{content:"\f540";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=send-error] span::before{content:"\f541";color:#fff}[data-icon-set=uib-legacy][data-icon-name=send-success]::before{content:"\f545"}[data-icon-set=uib-legacy][data-icon-name=send-success]::after{content:"\f543";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=send-success] span::before{content:"\f544";color:#000}[data-icon-set=uib-legacy][data-icon-name=sending]::before{content:"\f547"}[data-icon-set=uib-legacy][data-icon-name=sensor-100-percent]::before{content:"\f37b"}[data-icon-set=uib-legacy][data-icon-name=sensor-25-percent]::before{content:"\f37c"}[data-icon-set=uib-legacy][data-icon-name=sensor-50-percent]::before{content:"\f37d"}[data-icon-set=uib-legacy][data-icon-name=sensor-75-percent]::before{content:"\f37e"}[data-icon-set=uib-legacy][data-icon-name=sensor-catex]::before{content:"\f37f"}[data-icon-set=uib-legacy][data-icon-name=sensor-disabled]::before{content:"\f380"}[data-icon-set=uib-legacy][data-icon-name=sensor-ec]::before{content:"\f381"}[data-icon-set=uib-legacy][data-icon-name=sensor-error]::before{content:"\f384"}[data-icon-set=uib-legacy][data-icon-name=sensor-error]::after{content:"\f382";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=sensor-error] span::before{content:"\f383";color:#fff}[data-icon-set=uib-legacy][data-icon-name=sensor-information]::before{content:"\f385"}[data-icon-set=uib-legacy][data-icon-name=sensor-ir]::before{content:"\f386"}[data-icon-set=uib-legacy][data-icon-name=sensor-low]::before{content:"\f387"}[data-icon-set=uib-legacy][data-icon-name=sensor-overheat]::before{content:"\f388"}[data-icon-set=uib-legacy][data-icon-name=sensor-pid]::before{content:"\f389"}[data-icon-set=uib-legacy][data-icon-name=sensor-warning]::before{content:"\f38a";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=sensor-warning]::after{content:"\f38b"}[data-icon-set=uib-legacy][data-icon-name=sensor-warning] span::before{content:"\f548";color:#000}[data-icon-set=uib-legacy][data-icon-name=sensors]::before{content:"\f38d"}[data-icon-set=uib-legacy][data-icon-name=sent]::before{content:"\f549"}[data-icon-set=uib-legacy][data-icon-name=service]::before{content:"\f54a"}[data-icon-set=uib-legacy][data-icon-name=settings]::before{content:"\f554"}[data-icon-set=uib-legacy][data-icon-name=settings-add]::before{content:"\f54b"}[data-icon-set=uib-legacy][data-icon-name=settings-edit]::before{content:"\f54c"}[data-icon-set=uib-legacy][data-icon-name=settings-enter]::before{content:"\f54d"}[data-icon-set=uib-legacy][data-icon-name=settings-leave]::before{content:"\f54e"}[data-icon-set=uib-legacy][data-icon-name=settings-remove]::before{content:"\f54f"}[data-icon-set=uib-legacy][data-icon-name=settings-reset]::before{content:"\f550"}[data-icon-set=uib-legacy][data-icon-name=settings-reset]::after{content:"\f551"}[data-icon-set=uib-legacy][data-icon-name=settings-reset] span::before{content:"\f552";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=settings-reset] span::after{content:"\f553";color:#fff}[data-icon-set=uib-legacy][data-icon-name=share]::before{content:"\f555"}[data-icon-set=uib-legacy][data-icon-name=shoppingcart]::before{content:"\f556"}[data-icon-set=uib-legacy][data-icon-name=shutdown]::before{content:"\f557"}[data-icon-set=uib-legacy][data-icon-name=signal]::before{content:"\f393"}[data-icon-set=uib-legacy][data-icon-name=signal-0-percent]::before{content:"\f38e"}[data-icon-set=uib-legacy][data-icon-name=signal-100-percent]::before{content:"\f38f"}[data-icon-set=uib-legacy][data-icon-name=signal-25-percent]::before{content:"\f390"}[data-icon-set=uib-legacy][data-icon-name=signal-50-percent]::before{content:"\f391"}[data-icon-set=uib-legacy][data-icon-name=signal-75-percent]::before{content:"\f392"}[data-icon-set=uib-legacy][data-icon-name=simulation]::before{content:"\f394"}[data-icon-set=uib-legacy][data-icon-name=sketch]::before{content:"\f395"}[data-icon-set=uib-legacy][data-icon-name=snapshot]::before{content:"\f558"}[data-icon-set=uib-legacy][data-icon-name=sort-ascending]::before{content:"\f559"}[data-icon-set=uib-legacy][data-icon-name=sort-descending]::before{content:"\f55a"}[data-icon-set=uib-legacy][data-icon-name=sos]::before{content:"\f397"}[data-icon-set=uib-legacy][data-icon-name=sos-no-telemetry]::before{content:"\f396"}[data-icon-set=uib-legacy][data-icon-name=spare-parts]::before{content:"\f398"}[data-icon-set=uib-legacy][data-icon-name=speed]::before{content:"\f399"}[data-icon-set=uib-legacy][data-icon-name=sprinkler]::before{content:"\f39a"}[data-icon-set=uib-legacy][data-icon-name=standby]::before{content:"\f55b"}[data-icon-set=uib-legacy][data-icon-name=start-flush]::before{content:"\f39b"}[data-icon-set=uib-legacy][data-icon-name=storage-box]::before{content:"\f39c"}[data-icon-set=uib-legacy][data-icon-name=substance]::before{content:"\f39d"}[data-icon-set=uib-legacy][data-icon-name=substances]::before{content:"\f39e"}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1]::before{content:"\f3a1";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1]::after{content:"\f55d";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1] span::before{content:"\f3a3"}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2]::before{content:"\f3a4";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2]::after{content:"\f55e";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2] span::before{content:"\f3a6"}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel]::before{content:"\f3a7";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel]::after{content:"\f55f";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel] span::before{content:"\f3a9"}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa]::before{content:"\f3aa";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa]::after{content:"\f3ab"}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa] span::before{content:"\f560";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation]::before{content:"\f39f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation]::after{content:"\f55c";color:#000}[data-icon-set=uib-legacy][data-icon-name=synchronize]::before{content:"\f561"}[data-icon-set=uib-legacy][data-icon-name=system]::before{content:"\f3b3"}[data-icon-set=uib-legacy][data-icon-name=system-storage-error]::before{content:"\f3af"}[data-icon-set=uib-legacy][data-icon-name=system-storage-error]::after{content:"\f3ad";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=system-storage-error] span::before{content:"\f3ae";color:#fff}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning]::before{content:"\f3b2"}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning]::after{content:"\f562";color:#000}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning] span::before{content:"\f3b1";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=table]::before{content:"\f3b4"}[data-icon-set=uib-legacy][data-icon-name=tablet]::before{content:"\f3b5"}[data-icon-set=uib-legacy][data-icon-name=tag]::before{content:"\f3b6"}[data-icon-set=uib-legacy][data-icon-name=telemetry]::before{content:"\f3c2"}[data-icon-set=uib-legacy][data-icon-name=telemetry-active]::before{content:"\f3b9"}[data-icon-set=uib-legacy][data-icon-name=telemetry-active]::after{content:"\f3b7";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=telemetry-active] span::before{content:"\f563";color:#000}[data-icon-set=uib-legacy][data-icon-name=telemetry-disabled]::before{content:"\f3ba"}[data-icon-set=uib-legacy][data-icon-name=telemetry-error]::before{content:"\f3bd"}[data-icon-set=uib-legacy][data-icon-name=telemetry-error]::after{content:"\f3bb";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=telemetry-error] span::before{content:"\f3bc";color:#fff}[data-icon-set=uib-legacy][data-icon-name=telemetry-search]::before{content:"\f3be"}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning]::before{content:"\f3c1"}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning]::after{content:"\f3bf";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning] span::before{content:"\f564";color:#000}[data-icon-set=uib-legacy][data-icon-name=temperature-error]::before{content:"\f3c5"}[data-icon-set=uib-legacy][data-icon-name=temperature-error]::after{content:"\f3c3";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=temperature-error] span::before{content:"\f3c4";color:#fff}[data-icon-set=uib-legacy][data-icon-name=temperature-high]::before{content:"\f3c6"}[data-icon-set=uib-legacy][data-icon-name=temperature-low]::before{content:"\f3c7"}[data-icon-set=uib-legacy][data-icon-name=temperature-warning]::before{content:"\f3c8"}[data-icon-set=uib-legacy][data-icon-name=temperature-warning]::after{content:"\f565";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=temperature-warning] span::before{content:"\f566";color:#000}[data-icon-set=uib-legacy][data-icon-name=test]::before{content:"\f3d1"}[data-icon-set=uib-legacy][data-icon-name=test-edit]::before{content:"\f3c9"}[data-icon-set=uib-legacy][data-icon-name=test-eq]::before{content:"\f3cb"}[data-icon-set=uib-legacy][data-icon-name=test-eq-connection]::before{content:"\f3ca"}[data-icon-set=uib-legacy][data-icon-name=test-error]::before{content:"\f3ce"}[data-icon-set=uib-legacy][data-icon-name=test-error]::after{content:"\f3cc";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=test-error] span::before{content:"\f3cd";color:#fff}[data-icon-set=uib-legacy][data-icon-name=test-note]::before{content:"\f3cf"}[data-icon-set=uib-legacy][data-icon-name=test-results]::before{content:"\f3d0"}[data-icon-set=uib-legacy][data-icon-name=testing]::before{content:"\f3d2"}[data-icon-set=uib-legacy][data-icon-name=theme-switch]::before{content:"\f3d3"}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm]::before{content:"\f3d6"}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm]::after{content:"\f3d4";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm] span::before{content:"\f567";color:#000}[data-icon-set=uib-legacy][data-icon-name=tic]::before{content:"\f3e6"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected]::before{content:"\f3d9"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected]::after{content:"\f3d7";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected] span::before{content:"\f3d8";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success]::before{content:"\f3dc"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success]::after{content:"\f3da";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success] span::before{content:"\f568";color:#000}[data-icon-set=uib-legacy][data-icon-name=tic-failed]::before{content:"\f3df"}[data-icon-set=uib-legacy][data-icon-name=tic-failed]::after{content:"\f3dd";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-failed] span::before{content:"\f3de";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed]::before{content:"\f3e2"}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed]::after{content:"\f3e0";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed] span::before{content:"\f3e1";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-successful]::before{content:"\f3e5"}[data-icon-set=uib-legacy][data-icon-name=tic-successful]::after{content:"\f3e3";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=tic-successful] span::before{content:"\f569";color:#000}[data-icon-set=uib-legacy][data-icon-name=tile-menu]::before{content:"\f56a"}[data-icon-set=uib-legacy][data-icon-name=time]::before{content:"\f56e"}[data-icon-set=uib-legacy][data-icon-name=time-compress]::before{content:"\f3e7"}[data-icon-set=uib-legacy][data-icon-name=time-of-whistle]::before{content:"\f3e8"}[data-icon-set=uib-legacy][data-icon-name=time-stretch]::before{content:"\f3e9"}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat]::before{content:"\f3ec"}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat]::after{content:"\f3ea";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat] span::before{content:"\f3eb";color:#002766}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle]::before{content:"\f56d"}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle]::after{content:"\f56b";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle] span::before{content:"\f56c";color:#002766}[data-icon-set=uib-legacy][data-icon-name=time-window]::before{content:"\f3f0"}[data-icon-set=uib-legacy][data-icon-name=timeline-view]::before{content:"\f3f1"}[data-icon-set=uib-legacy][data-icon-name=timer]::before{content:"\f3f4"}[data-icon-set=uib-legacy][data-icon-name=timer-elapsed]::before{content:"\f3f2"}[data-icon-set=uib-legacy][data-icon-name=timer-start]::before{content:"\f3f3"}[data-icon-set=uib-legacy][data-icon-name=toggle-button-active]::before{content:"\f56f";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=toggle-button-default]::before{content:"\f3f6"}[data-icon-set=uib-legacy][data-icon-name=top-level]::before{content:"\f3f7"}[data-icon-set=uib-legacy][data-icon-name=topology]::before{content:"\f3f8"}[data-icon-set=uib-legacy][data-icon-name=total-care]::before{content:"\f3f9"}[data-icon-set=uib-legacy][data-icon-name=toxic-a1]::before{content:"\f3fc";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-a1]::after{content:"\f3fd"}[data-icon-set=uib-legacy][data-icon-name=toxic-a1] span::before{content:"\f571";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-a2]::before{content:"\f3ff";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-a2]::after{content:"\f400"}[data-icon-set=uib-legacy][data-icon-name=toxic-a2] span::before{content:"\f572";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-stel]::before{content:"\f404"}[data-icon-set=uib-legacy][data-icon-name=toxic-stel]::after{content:"\f402";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-stel] span::before{content:"\f573";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-twa]::before{content:"\f405";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-twa]::after{content:"\f406"}[data-icon-set=uib-legacy][data-icon-name=toxic-twa] span::before{content:"\f574";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic]::before{content:"\f3fa";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic]::after{content:"\f570";color:#000}[data-icon-set=uib-legacy][data-icon-name=trailer]::before{content:"\f408"}[data-icon-set=uib-legacy][data-icon-name=truck]::before{content:"\f409"}[data-icon-set=uib-legacy][data-icon-name=tube]::before{content:"\f40c"}[data-icon-set=uib-legacy][data-icon-name=tube-off]::before{content:"\f40a"}[data-icon-set=uib-legacy][data-icon-name=tube-on]::before{content:"\f40b"}[data-icon-set=uib-legacy][data-icon-name=ucf-6000-9000]::before{content:"\f40d"}[data-icon-set=uib-legacy][data-icon-name=underrange]::before{content:"\f412"}[data-icon-set=uib-legacy][data-icon-name=underrange-error]::before{content:"\f410"}[data-icon-set=uib-legacy][data-icon-name=underrange-error]::after{content:"\f40e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=underrange-error] span::before{content:"\f40f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=underrange-warning]::before{content:"\f411"}[data-icon-set=uib-legacy][data-icon-name=underrange-warning]::after{content:"\f575";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=underrange-warning] span::before{content:"\f576";color:#000}[data-icon-set=uib-legacy][data-icon-name=undo]::before{content:"\f577"}[data-icon-set=uib-legacy][data-icon-name=unlock]::before{content:"\f578"}[data-icon-set=uib-legacy][data-icon-name=upload]::before{content:"\f579"}[data-icon-set=uib-legacy][data-icon-name=user]::before{content:"\f597"}[data-icon-set=uib-legacy][data-icon-name=user-administration]::before{content:"\f57a"}[data-icon-set=uib-legacy][data-icon-name=user-administrator]::before{content:"\f57b"}[data-icon-set=uib-legacy][data-icon-name=user-edit]::before{content:"\f57c"}[data-icon-set=uib-legacy][data-icon-name=user-engineer]::before{content:"\f57d"}[data-icon-set=uib-legacy][data-icon-name=user-group]::before{content:"\f57f"}[data-icon-set=uib-legacy][data-icon-name=user-group-administration]::before{content:"\f57e"}[data-icon-set=uib-legacy][data-icon-name=user-id]::before{content:"\f589"}[data-icon-set=uib-legacy][data-icon-name=user-id-error]::before{content:"\f580";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=user-id-error]::after{content:"\f581"}[data-icon-set=uib-legacy][data-icon-name=user-id-error] span::before{content:"\f582";color:#fff}[data-icon-set=uib-legacy][data-icon-name=user-id-invalid]::before{content:"\f583"}[data-icon-set=uib-legacy][data-icon-name=user-id-query]::before{content:"\f584"}[data-icon-set=uib-legacy][data-icon-name=user-id-reading]::before{content:"\f585"}[data-icon-set=uib-legacy][data-icon-name=user-id-ready]::before{content:"\f588"}[data-icon-set=uib-legacy][data-icon-name=user-id-ready]::after{content:"\f586";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=user-id-ready] span::before{content:"\f587";color:#000}[data-icon-set=uib-legacy][data-icon-name=user-level-1]::before{content:"\f58a"}[data-icon-set=uib-legacy][data-icon-name=user-level-2]::before{content:"\f58b"}[data-icon-set=uib-legacy][data-icon-name=user-level-3]::before{content:"\f58c"}[data-icon-set=uib-legacy][data-icon-name=user-level-4]::before{content:"\f58d"}[data-icon-set=uib-legacy][data-icon-name=user-level-5]::before{content:"\f58e"}[data-icon-set=uib-legacy][data-icon-name=user-logout]::before{content:"\f591"}[data-icon-set=uib-legacy][data-icon-name=user-logout]::after{content:"\f58f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=user-logout] span::before{content:"\f590";color:#fff}[data-icon-set=uib-legacy][data-icon-name=user-maintainer]::before{content:"\f592"}[data-icon-set=uib-legacy][data-icon-name=user-operator]::before{content:"\f593"}[data-icon-set=uib-legacy][data-icon-name=user-trainer]::before{content:"\f594"}[data-icon-set=uib-legacy][data-icon-name=user-training]::before{content:"\f595"}[data-icon-set=uib-legacy][data-icon-name=user-worker]::before{content:"\f596"}[data-icon-set=uib-legacy][data-icon-name=vario-guard-control-center]::before{content:"\f413"}[data-icon-set=uib-legacy][data-icon-name=vario-guard-sensor]::before{content:"\f414"}[data-icon-set=uib-legacy][data-icon-name=various-graphs]::before{content:"\f415"}[data-icon-set=uib-legacy][data-icon-name=vent-close]::before{content:"\f417"}[data-icon-set=uib-legacy][data-icon-name=vent-close]::after{content:"\f598";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=vent-open]::before{content:"\f419"}[data-icon-set=uib-legacy][data-icon-name=vent-open]::after{content:"\f599";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=view]::before{content:"\f59a"}[data-icon-set=uib-legacy][data-icon-name=visual-inspection]::before{content:"\f59b"}[data-icon-set=uib-legacy][data-icon-name=volume-1]::before{content:"\f41a"}[data-icon-set=uib-legacy][data-icon-name=volume-2]::before{content:"\f41b"}[data-icon-set=uib-legacy][data-icon-name=volume-max]::before{content:"\f41c"}[data-icon-set=uib-legacy][data-icon-name=volume-min]::before{content:"\f41d"}[data-icon-set=uib-legacy][data-icon-name=volume-mute]::before{content:"\f41e"}[data-icon-set=uib-legacy][data-icon-name=volume-query]::before{content:"\f41f"}[data-icon-set=uib-legacy][data-icon-name=volume-reduction]::before{content:"\f420"}[data-icon-set=uib-legacy][data-icon-name=warm-up-time]::before{content:"\f421"}[data-icon-set=uib-legacy][data-icon-name=warning]::before{content:"\f422";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=warning]::after{content:"\f59c";color:#000}[data-icon-set=uib-legacy][data-icon-name=washing-machine]::before{content:"\f424"}[data-icon-set=uib-legacy][data-icon-name=water]::before{content:"\f59d"}[data-icon-set=uib-legacy][data-icon-name=wifi-100-percent]::before{content:"\f425"}[data-icon-set=uib-legacy][data-icon-name=wifi-25-percent]::before{content:"\f426"}[data-icon-set=uib-legacy][data-icon-name=wifi-50-percent]::before{content:"\f427"}[data-icon-set=uib-legacy][data-icon-name=wifi-75-percent]::before{content:"\f428"}[data-icon-set=uib-legacy][data-icon-name=wifi-disabled]::before{content:"\f42a"}[data-icon-set=uib-legacy][data-icon-name=wifi-disabled-circle]::before{content:"\f429"}[data-icon-set=uib-legacy][data-icon-name=wizard]::before{content:"\f42b"}[data-icon-set=uib-legacy][data-icon-name=workshop]::before{content:"\f42c"}[data-icon-set=uib-legacy][data-icon-name=xact-5000]::before{content:"\f42d"}[data-icon-set=uib-legacy][data-icon-name=xact-7000]::before{content:"\f42e"}[data-icon-set=uib-legacy][data-icon-name=xam-2000]::before{content:"\f42f"}[data-icon-set=uib-legacy][data-icon-name=xam-2500]::before{content:"\f430"}[data-icon-set=uib-legacy][data-icon-name=xam-3000]::before{content:"\f431"}[data-icon-set=uib-legacy][data-icon-name=xam-5000]::before{content:"\f432"}[data-icon-set=uib-legacy][data-icon-name=xam-7000]::before{content:"\f433"}[data-icon-set=uib-legacy][data-icon-name=xam-8000]::before{content:"\f434"}[data-icon-set=uib-legacy][data-icon-name=xdock]::before{content:"\f435"}[data-icon-set=uib-legacy][data-icon-name=xpid-9000]::before{content:"\f436"}[data-icon-set=uib-legacy][data-icon-name=xplore]::before{content:"\f440"}[data-icon-set=uib-legacy][data-icon-name=xplore-1300]::before{content:"\f437"}[data-icon-set=uib-legacy][data-icon-name=xplore-1700]::before{content:"\f438"}[data-icon-set=uib-legacy][data-icon-name=xplore-1900]::before{content:"\f439"}[data-icon-set=uib-legacy][data-icon-name=xplore-3500]::before{content:"\f43a"}[data-icon-set=uib-legacy][data-icon-name=xplore-5500]::before{content:"\f43b"}[data-icon-set=uib-legacy][data-icon-name=xplore-6300]::before{content:"\f43c"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000]::before{content:"\f43f"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000-headpiece]::before{content:"\f43d"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000-system]::before{content:"\f43e"}[data-icon-set=uib-legacy][data-icon-name=xzone-5000]::before{content:"\f441"}[data-icon-set=uib-legacy][data-icon-name=yes]::before{content:"\f59e"}[data-icon-set=uib-legacy][data-icon-name=zoom-document-size]::before{content:"\f442"}[data-icon-set=uib-legacy][data-icon-name=zoom-document-width]::before{content:"\f443"}[data-icon-set=uib-legacy][data-icon-name=zoom-in]::before{content:"\f5a0"}[data-icon-set=uib-legacy][data-icon-name=zoom-original]::before{content:"\f5a1"}[data-icon-set=uib-legacy][data-icon-name=zoom-out]::before{content:"\f5a2"}[data-icon-set=uib-legacy][data-icon-name=zoom-window]::before{content:"\f5a3"}
|
|
1
|
+
@font-face{font-family:uib-legacy-icons;src:url("uib-legacy-icons.eot");src:url("uib-legacy-icons.eot?#iefix") format("embedded-opentype"),url("uib-legacy-icons.woff") format("woff"),url("uib-legacy-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=uib-legacy]{font-family:uib-legacy-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=uib-legacy][data-icon-name=absorber-absent]::before{content:"\f103"}[data-icon-set=uib-legacy][data-icon-name=absorber-absent]::after{content:"\f101";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=absorber-absent] span::before{content:"\f102";color:#fff}[data-icon-set=uib-legacy][data-icon-name=absorber-add]::before{content:"\f104"}[data-icon-set=uib-legacy][data-icon-name=absorber-ok]::before{content:"\f107"}[data-icon-set=uib-legacy][data-icon-name=absorber-ok]::after{content:"\f105";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=absorber-ok] span::before{content:"\f444";color:#000}[data-icon-set=uib-legacy][data-icon-name=absorber-query]::before{content:"\f108"}[data-icon-set=uib-legacy][data-icon-name=absorber-warning]::before{content:"\f10b"}[data-icon-set=uib-legacy][data-icon-name=absorber-warning]::after{content:"\f109";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=absorber-warning] span::before{content:"\f445";color:#000}[data-icon-set=uib-legacy][data-icon-name=accessories]::before{content:"\f10c"}[data-icon-set=uib-legacy][data-icon-name=acknowledge]::before{content:"\f112"}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all]::before{content:"\f111"}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all]::after{content:"\f10f";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=acknowledge-all] span::before{content:"\f447";color:#000}[data-icon-set=uib-legacy][data-icon-name=acknowledge]::after{content:"\f10d";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=acknowledge] span::before{content:"\f446";color:#000}[data-icon-set=uib-legacy][data-icon-name=add]::before{content:"\f448"}[data-icon-set=uib-legacy][data-icon-name=address]::before{content:"\f113"}[data-icon-set=uib-legacy][data-icon-name=adjust]::before{content:"\f114"}[data-icon-set=uib-legacy][data-icon-name=agriculture]::before{content:"\f115"}[data-icon-set=uib-legacy][data-icon-name=alarm]::before{content:"\f118"}[data-icon-set=uib-legacy][data-icon-name=alarm-stel]::before{content:"\f116"}[data-icon-set=uib-legacy][data-icon-name=alarm-twa]::before{content:"\f117"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a1]::before{content:"\f119"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a2]::before{content:"\f11a"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a3]::before{content:"\f11b"}[data-icon-set=uib-legacy][data-icon-name=alarm1-a4]::before{content:"\f11c"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average]::before{content:"\f121"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a1]::before{content:"\f11d"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a2]::before{content:"\f11e"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a3]::before{content:"\f11f"}[data-icon-set=uib-legacy][data-icon-name=alarm1-average-a4]::before{content:"\f120"}[data-icon-set=uib-legacy][data-icon-name=alarm2]::before{content:"\f106"}[data-icon-set=uib-legacy][data-icon-name=alarm2-a1]::before{content:"\f122"}[data-icon-set=uib-legacy][data-icon-name=alarm2-a2]::before{content:"\f123"}[data-icon-set=uib-legacy][data-icon-name=alarm3-a1]::before{content:"\f10a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-a1]::after{content:"\f10e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-a2]::before{content:"\f110";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-a2]::after{content:"\f14c";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-panic]::before{content:"\f124";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-panic]::after{content:"\f125";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-protection]::before{content:"\f126";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-protection]::after{content:"\f127";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-sos]::before{content:"\f128";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-sos]::after{content:"\f16d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-stel]::before{content:"\f156";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarm3-stel]::after{content:"\f15d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-twa]::before{content:"\f16a";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=alarm3-twa]::after{content:"\f12b";color:#fff}[data-icon-set=uib-legacy][data-icon-name=alarmtype]::before{content:"\f44c"}[data-icon-set=uib-legacy][data-icon-name=alarmtype-info]::before{content:"\f44b"}[data-icon-set=uib-legacy][data-icon-name=alcotest-3820]::before{content:"\f12c"}[data-icon-set=uib-legacy][data-icon-name=alcotest-5820]::before{content:"\f12d"}[data-icon-set=uib-legacy][data-icon-name=alcotest-6820]::before{content:"\f12e"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7000-funnel]::before{content:"\f12f"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7000-tube]::before{content:"\f130"}[data-icon-set=uib-legacy][data-icon-name=alcotest-7510]::before{content:"\f131"}[data-icon-set=uib-legacy][data-icon-name=align-horizontal]::before{content:"\f44d"}[data-icon-set=uib-legacy][data-icon-name=align-vertical]::before{content:"\f44e"}[data-icon-set=uib-legacy][data-icon-name=allowlist]::before{content:"\f133"}[data-icon-set=uib-legacy][data-icon-name=allowlist-upload]::before{content:"\f132"}[data-icon-set=uib-legacy][data-icon-name=analysis]::before{content:"\f134"}[data-icon-set=uib-legacy][data-icon-name=anglegrinder]::before{content:"\f135"}[data-icon-set=uib-legacy][data-icon-name=application-feedback]::before{content:"\f136"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-down]::before{content:"\f44f"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-left]::before{content:"\f450"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-right]::before{content:"\f451"}[data-icon-set=uib-legacy][data-icon-name=arrow-scroll-up]::before{content:"\f452"}[data-icon-set=uib-legacy][data-icon-name=arrow1-down]::before{content:"\f453"}[data-icon-set=uib-legacy][data-icon-name=arrow1-left]::before{content:"\f454"}[data-icon-set=uib-legacy][data-icon-name=arrow1-right]::before{content:"\f455"}[data-icon-set=uib-legacy][data-icon-name=arrow1-up]::before{content:"\f456"}[data-icon-set=uib-legacy][data-icon-name=arrow2-down]::before{content:"\f457"}[data-icon-set=uib-legacy][data-icon-name=arrow2-left]::before{content:"\f458"}[data-icon-set=uib-legacy][data-icon-name=arrow2-right]::before{content:"\f459"}[data-icon-set=uib-legacy][data-icon-name=arrow2-up]::before{content:"\f45a"}[data-icon-set=uib-legacy][data-icon-name=arrow3-down]::before{content:"\f45b"}[data-icon-set=uib-legacy][data-icon-name=arrow3-left]::before{content:"\f45c"}[data-icon-set=uib-legacy][data-icon-name=arrow3-right]::before{content:"\f45d"}[data-icon-set=uib-legacy][data-icon-name=arrow3-up]::before{content:"\f45e"}[data-icon-set=uib-legacy][data-icon-name=articles-incoming]::before{content:"\f137"}[data-icon-set=uib-legacy][data-icon-name=articles-issue]::before{content:"\f138"}[data-icon-set=uib-legacy][data-icon-name=articles-outgoing]::before{content:"\f139"}[data-icon-set=uib-legacy][data-icon-name=articles-return]::before{content:"\f13a"}[data-icon-set=uib-legacy][data-icon-name=assemble]::before{content:"\f13b"}[data-icon-set=uib-legacy][data-icon-name=attachment]::before{content:"\f460"}[data-icon-set=uib-legacy][data-icon-name=attachment-disabled]::before{content:"\f45f"}[data-icon-set=uib-legacy][data-icon-name=barcode-scan]::before{content:"\f13c"}[data-icon-set=uib-legacy][data-icon-name=battery-1]::before{content:"\f13d"}[data-icon-set=uib-legacy][data-icon-name=battery-100-percent]::before{content:"\f461"}[data-icon-set=uib-legacy][data-icon-name=battery-2]::before{content:"\f13e"}[data-icon-set=uib-legacy][data-icon-name=battery-25-percent]::before{content:"\f462"}[data-icon-set=uib-legacy][data-icon-name=battery-3]::before{content:"\f13f"}[data-icon-set=uib-legacy][data-icon-name=battery-4]::before{content:"\f140"}[data-icon-set=uib-legacy][data-icon-name=battery-5]::before{content:"\f141"}[data-icon-set=uib-legacy][data-icon-name=battery-50-percent]::before{content:"\f463"}[data-icon-set=uib-legacy][data-icon-name=battery-75-percent]::before{content:"\f464"}[data-icon-set=uib-legacy][data-icon-name=battery-alarm]::before{content:"\f465";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=battery-alarm]::after{content:"\f466";color:#fff}[data-icon-set=uib-legacy][data-icon-name=battery-alarm] span::before{content:"\f467"}[data-icon-set=uib-legacy][data-icon-name=battery-charging]::before{content:"\f468"}[data-icon-set=uib-legacy][data-icon-name=battery-error]::before{content:"\f46b"}[data-icon-set=uib-legacy][data-icon-name=battery-error]::after{content:"\f469";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=battery-error] span::before{content:"\f46a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=battery-low]::before{content:"\f46c"}[data-icon-set=uib-legacy][data-icon-name=battery-uncalibrated]::before{content:"\f46d"}[data-icon-set=uib-legacy][data-icon-name=battery-warning]::before{content:"\f470"}[data-icon-set=uib-legacy][data-icon-name=battery-warning]::after{content:"\f46e";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=battery-warning] span::before{content:"\f46f";color:#000}[data-icon-set=uib-legacy][data-icon-name=blocking-alarm]::before{content:"\f142"}[data-icon-set=uib-legacy][data-icon-name=blow]::before{content:"\f143"}[data-icon-set=uib-legacy][data-icon-name=bluetooth]::before{content:"\f473"}[data-icon-set=uib-legacy][data-icon-name=bluetooth-disabled]::before{content:"\f471"}[data-icon-set=uib-legacy][data-icon-name=bluetooth-pairing]::before{content:"\f472"}[data-icon-set=uib-legacy][data-icon-name=bodyguard]::before{content:"\f144"}[data-icon-set=uib-legacy][data-icon-name=bookmark]::before{content:"\f474"}[data-icon-set=uib-legacy][data-icon-name=boot]::before{content:"\f145"}[data-icon-set=uib-legacy][data-icon-name=bottle-price]::before{content:"\f146"}[data-icon-set=uib-legacy][data-icon-name=breathing-apparatus]::before{content:"\f147"}[data-icon-set=uib-legacy][data-icon-name=brightness-1]::before{content:"\f475"}[data-icon-set=uib-legacy][data-icon-name=brightness-2]::before{content:"\f476"}[data-icon-set=uib-legacy][data-icon-name=brightness-3]::before{content:"\f477"}[data-icon-set=uib-legacy][data-icon-name=brightness-4]::before{content:"\f478"}[data-icon-set=uib-legacy][data-icon-name=brightness-5]::before{content:"\f479"}[data-icon-set=uib-legacy][data-icon-name=brightness-auto]::before{content:"\f47a"}[data-icon-set=uib-legacy][data-icon-name=building]::before{content:"\f14f"}[data-icon-set=uib-legacy][data-icon-name=building-basement]::before{content:"\f148"}[data-icon-set=uib-legacy][data-icon-name=building-floors]::before{content:"\f149"}[data-icon-set=uib-legacy][data-icon-name=building-units]::before{content:"\f14a"}[data-icon-set=uib-legacy][data-icon-name=building-warning]::before{content:"\f14d"}[data-icon-set=uib-legacy][data-icon-name=building-warning]::after{content:"\f14b";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=building-warning] span::before{content:"\f47b";color:#000}[data-icon-set=uib-legacy][data-icon-name=building-year]::before{content:"\f14e"}[data-icon-set=uib-legacy][data-icon-name=bumptest]::before{content:"\f150"}[data-icon-set=uib-legacy][data-icon-name=calculator]::before{content:"\f151"}[data-icon-set=uib-legacy][data-icon-name=calendar]::before{content:"\f48e"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest]::before{content:"\f47e"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest-error]::before{content:"\f47c"}[data-icon-set=uib-legacy][data-icon-name=calendar-bumptest-warning]::before{content:"\f47d"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration]::before{content:"\f481"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration-error]::before{content:"\f47f"}[data-icon-set=uib-legacy][data-icon-name=calendar-calibration-warning]::before{content:"\f480"}[data-icon-set=uib-legacy][data-icon-name=calendar-flag]::before{content:"\f482";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calendar-flag]::after{content:"\f483"}[data-icon-set=uib-legacy][data-icon-name=calendar-interval]::before{content:"\f484"}[data-icon-set=uib-legacy][data-icon-name=calendar-list]::before{content:"\f485"}[data-icon-set=uib-legacy][data-icon-name=calendar-time]::before{content:"\f486"}[data-icon-set=uib-legacy][data-icon-name=calendar-user]::before{content:"\f489"}[data-icon-set=uib-legacy][data-icon-name=calendar-user-error]::before{content:"\f487"}[data-icon-set=uib-legacy][data-icon-name=calendar-user-warning]::before{content:"\f488"}[data-icon-set=uib-legacy][data-icon-name=calendar-warning]::before{content:"\f48a";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calendar-warning]::after{content:"\f48b";color:#000}[data-icon-set=uib-legacy][data-icon-name=calendar-warning] span::before{content:"\f48c"}[data-icon-set=uib-legacy][data-icon-name=calendar-week-view]::before{content:"\f48d"}[data-icon-set=uib-legacy][data-icon-name=calender-day-view]::before{content:"\f48f"}[data-icon-set=uib-legacy][data-icon-name=calender-event]::before{content:"\f490"}[data-icon-set=uib-legacy][data-icon-name=calibration]::before{content:"\f15f"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp]::before{content:"\f158"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error]::before{content:"\f154"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error]::after{content:"\f152";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-error] span::before{content:"\f153";color:#fff}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning]::before{content:"\f157"}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning]::after{content:"\f155";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calibration-comp-warning] span::before{content:"\f491";color:#000}[data-icon-set=uib-legacy][data-icon-name=calibration-error]::before{content:"\f15b"}[data-icon-set=uib-legacy][data-icon-name=calibration-error]::after{content:"\f159";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=calibration-error] span::before{content:"\f15a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=calibration-warning]::before{content:"\f15e"}[data-icon-set=uib-legacy][data-icon-name=calibration-warning]::after{content:"\f15c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=calibration-warning] span::before{content:"\f492";color:#000}[data-icon-set=uib-legacy][data-icon-name=car]::before{content:"\f162"}[data-icon-set=uib-legacy][data-icon-name=car-accident]::before{content:"\f160"}[data-icon-set=uib-legacy][data-icon-name=car-swap]::before{content:"\f161"}[data-icon-set=uib-legacy][data-icon-name=casting]::before{content:"\f163"}[data-icon-set=uib-legacy][data-icon-name=catalog]::before{content:"\f164"}[data-icon-set=uib-legacy][data-icon-name=certicifate-upload]::before{content:"\f165"}[data-icon-set=uib-legacy][data-icon-name=certificate]::before{content:"\f16f"}[data-icon-set=uib-legacy][data-icon-name=certificate-error]::before{content:"\f166";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=certificate-error]::after{content:"\f167";color:#fff}[data-icon-set=uib-legacy][data-icon-name=certificate-error] span::before{content:"\f168"}[data-icon-set=uib-legacy][data-icon-name=certificate-valid]::before{content:"\f16b"}[data-icon-set=uib-legacy][data-icon-name=certificate-valid]::after{content:"\f169";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=certificate-valid] span::before{content:"\f493";color:#000}[data-icon-set=uib-legacy][data-icon-name=certificate-warning]::before{content:"\f16c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=certificate-warning]::after{content:"\f494";color:#000}[data-icon-set=uib-legacy][data-icon-name=certificate-warning] span::before{content:"\f16e"}[data-icon-set=uib-legacy][data-icon-name=changelog]::before{content:"\f170"}[data-icon-set=uib-legacy][data-icon-name=charging]::before{content:"\f172"}[data-icon-set=uib-legacy][data-icon-name=charging-disabled]::before{content:"\f171"}[data-icon-set=uib-legacy][data-icon-name=checkbox]::before{content:"\f175"}[data-icon-set=uib-legacy][data-icon-name=checkbox-active]::before{content:"\f129";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=checkbox-active]::after{content:"\f12a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=checkbox-default]::before{content:"\f174"}[data-icon-set=uib-legacy][data-icon-name=chemicals]::before{content:"\f176"}[data-icon-set=uib-legacy][data-icon-name=chip-eject]::before{content:"\f179"}[data-icon-set=uib-legacy][data-icon-name=chip-eject]::after{content:"\f496";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=chip-eject] span::before{content:"\f178";color:#fff}[data-icon-set=uib-legacy][data-icon-name=chip-insert]::before{content:"\f17a"}[data-icon-set=uib-legacy][data-icon-name=circle]::before{content:"\f17b"}[data-icon-set=uib-legacy][data-icon-name=cleaning]::before{content:"\f17c"}[data-icon-set=uib-legacy][data-icon-name=clockwise-90-degree]::before{content:"\f17d"}[data-icon-set=uib-legacy][data-icon-name=close]::before{content:"\f497"}[data-icon-set=uib-legacy][data-icon-name=close-all]::before{content:"\f17e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=close-all]::after{content:"\f17f"}[data-icon-set=uib-legacy][data-icon-name=clothing]::before{content:"\f180"}[data-icon-set=uib-legacy][data-icon-name=cloud]::before{content:"\f499"}[data-icon-set=uib-legacy][data-icon-name=cloud-disabled]::before{content:"\f18f"}[data-icon-set=uib-legacy][data-icon-name=cloud-upload]::before{content:"\f498"}[data-icon-set=uib-legacy][data-icon-name=cold]::before{content:"\f181"}[data-icon-set=uib-legacy][data-icon-name=collection]::before{content:"\f185"}[data-icon-set=uib-legacy][data-icon-name=collection-add]::before{content:"\f182"}[data-icon-set=uib-legacy][data-icon-name=collection-remove]::before{content:"\f183"}[data-icon-set=uib-legacy][data-icon-name=collection-service]::before{content:"\f184"}[data-icon-set=uib-legacy][data-icon-name=collective-edit]::before{content:"\f186"}[data-icon-set=uib-legacy][data-icon-name=column-double]::before{content:"\f187"}[data-icon-set=uib-legacy][data-icon-name=column-multi]::before{content:"\f188"}[data-icon-set=uib-legacy][data-icon-name=column-single]::before{content:"\f189"}[data-icon-set=uib-legacy][data-icon-name=comment]::before{content:"\f49c"}[data-icon-set=uib-legacy][data-icon-name=comment-add]::before{content:"\f49a"}[data-icon-set=uib-legacy][data-icon-name=comment-disabled]::before{content:"\f49b"}[data-icon-set=uib-legacy][data-icon-name=communication]::before{content:"\f18c"}[data-icon-set=uib-legacy][data-icon-name=communication-disabled]::before{content:"\f18a"}[data-icon-set=uib-legacy][data-icon-name=communication-tool]::before{content:"\f18b"}[data-icon-set=uib-legacy][data-icon-name=compare]::before{content:"\f49d"}[data-icon-set=uib-legacy][data-icon-name=comparison]::before{content:"\f18d"}[data-icon-set=uib-legacy][data-icon-name=complete]::before{content:"\f190"}[data-icon-set=uib-legacy][data-icon-name=complete]::after{content:"\f18e";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=complete] span::before{content:"\f49e";color:#000}[data-icon-set=uib-legacy][data-icon-name=complex-system]::before{content:"\f191"}[data-icon-set=uib-legacy][data-icon-name=composition-edit]::before{content:"\f192"}[data-icon-set=uib-legacy][data-icon-name=concentration]::before{content:"\f193"}[data-icon-set=uib-legacy][data-icon-name=configuration]::before{content:"\f4a4"}[data-icon-set=uib-legacy][data-icon-name=configuration-edit]::before{content:"\f49f"}[data-icon-set=uib-legacy][data-icon-name=configuration-enter]::before{content:"\f4a0"}[data-icon-set=uib-legacy][data-icon-name=configuration-leave]::before{content:"\f4a1"}[data-icon-set=uib-legacy][data-icon-name=configuration-update]::before{content:"\f4a2"}[data-icon-set=uib-legacy][data-icon-name=configuration-view]::before{content:"\f4a3"}[data-icon-set=uib-legacy][data-icon-name=conhub]::before{content:"\f194"}[data-icon-set=uib-legacy][data-icon-name=construction-method]::before{content:"\f195"}[data-icon-set=uib-legacy][data-icon-name=context-menu]::before{content:"\f4a5"}[data-icon-set=uib-legacy][data-icon-name=controlbox]::before{content:"\f196"}[data-icon-set=uib-legacy][data-icon-name=copy]::before{content:"\f4a6"}[data-icon-set=uib-legacy][data-icon-name=cost]::before{content:"\f197"}[data-icon-set=uib-legacy][data-icon-name=counter]::before{content:"\f198"}[data-icon-set=uib-legacy][data-icon-name=counterclockwise-90-degree]::before{content:"\f199"}[data-icon-set=uib-legacy][data-icon-name=cps]::before{content:"\f19a"}[data-icon-set=uib-legacy][data-icon-name=cut]::before{content:"\f4a7"}[data-icon-set=uib-legacy][data-icon-name=cylinder]::before{content:"\f1a5"}[data-icon-set=uib-legacy][data-icon-name=cylinder-change]::before{content:"\f19b"}[data-icon-set=uib-legacy][data-icon-name=cylinder-charge]::before{content:"\f19c"}[data-icon-set=uib-legacy][data-icon-name=cylinder-closed]::before{content:"\f19d"}[data-icon-set=uib-legacy][data-icon-name=cylinder-error]::before{content:"\f1a0"}[data-icon-set=uib-legacy][data-icon-name=cylinder-error]::after{content:"\f19e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=cylinder-error] span::before{content:"\f19f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm]::before{content:"\f1a3"}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm]::after{content:"\f1a1";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=cylinder-o2-alarm] span::before{content:"\f1a2";color:#fff}[data-icon-set=uib-legacy][data-icon-name=cylinder-opened]::before{content:"\f1a4"}[data-icon-set=uib-legacy][data-icon-name=d]::before{content:"\f4a8"}[data-icon-set=uib-legacy][data-icon-name=damage]::before{content:"\f1a6"}[data-icon-set=uib-legacy][data-icon-name=dangerous-goods]::before{content:"\f1a7"}[data-icon-set=uib-legacy][data-icon-name=dashboard-close]::before{content:"\f1a8"}[data-icon-set=uib-legacy][data-icon-name=dashboard-open]::before{content:"\f1a9"}[data-icon-set=uib-legacy][data-icon-name=data-send]::before{content:"\f1aa"}[data-icon-set=uib-legacy][data-icon-name=data-set]::before{content:"\f1ab"}[data-icon-set=uib-legacy][data-icon-name=data-snapshot]::before{content:"\f1ac"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed]::before{content:"\f1af"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed]::after{content:"\f1ad";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=data-transfer-completed] span::before{content:"\f4a9";color:#000}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed]::before{content:"\f1b2"}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed]::after{content:"\f1b0";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=data-transfer-failed] span::before{content:"\f1b1";color:#fff}[data-icon-set=uib-legacy][data-icon-name=database]::before{content:"\f1b4"}[data-icon-set=uib-legacy][data-icon-name=database-edit]::before{content:"\f1b3"}[data-icon-set=uib-legacy][data-icon-name=datahub]::before{content:"\f1b5"}[data-icon-set=uib-legacy][data-icon-name=day-mode]::before{content:"\f1b6"}[data-icon-set=uib-legacy][data-icon-name=deadman]::before{content:"\f1b7"}[data-icon-set=uib-legacy][data-icon-name=delete]::before{content:"\f1b8"}[data-icon-set=uib-legacy][data-icon-name=deletion-successful]::before{content:"\f1bb"}[data-icon-set=uib-legacy][data-icon-name=deletion-successful]::after{content:"\f1b9";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=deletion-successful] span::before{content:"\f4aa";color:#000}[data-icon-set=uib-legacy][data-icon-name=detail-slot]::before{content:"\f4ab"}[data-icon-set=uib-legacy][data-icon-name=device]::before{content:"\f1c6"}[data-icon-set=uib-legacy][data-icon-name=device-ang]::before{content:"\f1bc"}[data-icon-set=uib-legacy][data-icon-name=device-connection]::before{content:"\f1bd"}[data-icon-set=uib-legacy][data-icon-name=device-ct]::before{content:"\f1be"}[data-icon-set=uib-legacy][data-icon-name=device-inspection]::before{content:"\f1bf"}[data-icon-set=uib-legacy][data-icon-name=device-module]::before{content:"\f1c0"}[data-icon-set=uib-legacy][data-icon-name=device-mrt]::before{content:"\f1c1"}[data-icon-set=uib-legacy][data-icon-name=device-ok]::before{content:"\f1c4"}[data-icon-set=uib-legacy][data-icon-name=device-ok]::after{content:"\f1c2";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=device-ok] span::before{content:"\f4ac";color:#000}[data-icon-set=uib-legacy][data-icon-name=device-sono]::before{content:"\f1c5"}[data-icon-set=uib-legacy][data-icon-name=devices]::before{content:"\f1c8"}[data-icon-set=uib-legacy][data-icon-name=devices-management]::before{content:"\f1c7"}[data-icon-set=uib-legacy][data-icon-name=disabled]::before{content:"\f1c9"}[data-icon-set=uib-legacy][data-icon-name=disassemble]::before{content:"\f1ca"}[data-icon-set=uib-legacy][data-icon-name=display-1]::before{content:"\f1cb"}[data-icon-set=uib-legacy][data-icon-name=display-2]::before{content:"\f1cc"}[data-icon-set=uib-legacy][data-icon-name=display-3]::before{content:"\f1cd"}[data-icon-set=uib-legacy][data-icon-name=display-4]::before{content:"\f1ce"}[data-icon-set=uib-legacy][data-icon-name=display-5]::before{content:"\f1cf"}[data-icon-set=uib-legacy][data-icon-name=docking-station]::before{content:"\f1d3"}[data-icon-set=uib-legacy][data-icon-name=docking-station-3]::before{content:"\f1d0"}[data-icon-set=uib-legacy][data-icon-name=docking-station-4]::before{content:"\f1d1"}[data-icon-set=uib-legacy][data-icon-name=docking-station-8]::before{content:"\f1d2"}[data-icon-set=uib-legacy][data-icon-name=document]::before{content:"\f4b1"}[data-icon-set=uib-legacy][data-icon-name=document-check]::before{content:"\f4ad"}[data-icon-set=uib-legacy][data-icon-name=document-flag]::before{content:"\f4ae";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=document-flag]::after{content:"\f4af"}[data-icon-set=uib-legacy][data-icon-name=document-settings]::before{content:"\f4b0"}[data-icon-set=uib-legacy][data-icon-name=download]::before{content:"\f4b2"}[data-icon-set=uib-legacy][data-icon-name=drugcheck]::before{content:"\f1d4"}[data-icon-set=uib-legacy][data-icon-name=duplicate]::before{content:"\f4b3"}[data-icon-set=uib-legacy][data-icon-name=edit]::before{content:"\f4b4"}[data-icon-set=uib-legacy][data-icon-name=emergency-stop]::before{content:"\f4b5"}[data-icon-set=uib-legacy][data-icon-name=equipment-change]::before{content:"\f1d5"}[data-icon-set=uib-legacy][data-icon-name=equipment-fire]::before{content:"\f1d6"}[data-icon-set=uib-legacy][data-icon-name=erase]::before{content:"\f1d7"}[data-icon-set=uib-legacy][data-icon-name=error-extra-information]::before{content:"\f1da";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=error-extra-information]::after{content:"\f1db";color:#fff}[data-icon-set=uib-legacy][data-icon-name=error-extra-information] span::before{content:"\f1dc"}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline]::before{content:"\f1dd";color:#fff}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline]::after{content:"\f1de";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=error-yellow-outline] span::before{content:"\f4b6";color:#000}[data-icon-set=uib-legacy][data-icon-name=error]::before{content:"\f1d8";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=error]::after{content:"\f1d9";color:#fff}[data-icon-set=uib-legacy][data-icon-name=ethernet]::before{content:"\f1e0"}[data-icon-set=uib-legacy][data-icon-name=evacuation]::before{content:"\f1ec"}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed]::before{content:"\f1e3"}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed]::after{content:"\f1e1";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=evacuation-confirmed] span::before{content:"\f4b7";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-pending]::before{content:"\f1e4"}[data-icon-set=uib-legacy][data-icon-name=evacuation-success]::before{content:"\f1e7"}[data-icon-set=uib-legacy][data-icon-name=evacuation-success]::after{content:"\f1e5";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=evacuation-success] span::before{content:"\f4b8";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-timer]::before{content:"\f1e8"}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning]::before{content:"\f4b9";color:#000}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning]::after{content:"\f1ea";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=evacuation-warning] span::before{content:"\f1eb"}[data-icon-set=uib-legacy][data-icon-name=exclamation]::before{content:"\f1ed"}[data-icon-set=uib-legacy][data-icon-name=exit]::before{content:"\f4ba"}[data-icon-set=uib-legacy][data-icon-name=expired-freshair]::before{content:"\f1f1"}[data-icon-set=uib-legacy][data-icon-name=expired]::before{content:"\f1ee";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=expired]::after{content:"\f1ef";color:#fff}[data-icon-set=uib-legacy][data-icon-name=expired] span::before{content:"\f1f0"}[data-icon-set=uib-legacy][data-icon-name=expirydate]::before{content:"\f1f2"}[data-icon-set=uib-legacy][data-icon-name=explosive-a1]::before{content:"\f1f5";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-a1]::after{content:"\f1f6"}[data-icon-set=uib-legacy][data-icon-name=explosive-a1] span::before{content:"\f4bc";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-a2]::before{content:"\f1f8";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-a2]::after{content:"\f1f9"}[data-icon-set=uib-legacy][data-icon-name=explosive-a2] span::before{content:"\f4bd";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-stel]::before{content:"\f1fb";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-stel]::after{content:"\f4be";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive-stel] span::before{content:"\f1fd"}[data-icon-set=uib-legacy][data-icon-name=explosive-twa]::before{content:"\f200"}[data-icon-set=uib-legacy][data-icon-name=explosive-twa]::after{content:"\f1fe";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive-twa] span::before{content:"\f4bf";color:#000}[data-icon-set=uib-legacy][data-icon-name=explosive]::before{content:"\f1f3";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=explosive]::after{content:"\f4bb";color:#000}[data-icon-set=uib-legacy][data-icon-name=export]::before{content:"\f4c0"}[data-icon-set=uib-legacy][data-icon-name=export-to-excel]::before{content:"\f201"}[data-icon-set=uib-legacy][data-icon-name=extended-care]::before{content:"\f202"}[data-icon-set=uib-legacy][data-icon-name=extinguisher]::before{content:"\f203"}[data-icon-set=uib-legacy][data-icon-name=faucet]::before{content:"\f204"}[data-icon-set=uib-legacy][data-icon-name=fault-finding]::before{content:"\f205"}[data-icon-set=uib-legacy][data-icon-name=favorite]::before{content:"\f4c2"}[data-icon-set=uib-legacy][data-icon-name=favorite-default]::before{content:"\f4c1"}[data-icon-set=uib-legacy][data-icon-name=fax]::before{content:"\f4c3"}[data-icon-set=uib-legacy][data-icon-name=feedback-negative]::before{content:"\f4c4"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information]::before{content:"\f208";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information]::after{content:"\f4c6";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-extra-information] span::before{content:"\f20a"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow]::before{content:"\f20e";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow]::after{content:"\f20f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper-yellow] span::before{content:"\f4c8";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper]::before{content:"\f20b";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper]::after{content:"\f4c7";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-positive-tamper] span::before{content:"\f20d"}[data-icon-set=uib-legacy][data-icon-name=feedback-positive]::before{content:"\f206";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=feedback-positive]::after{content:"\f4c5";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information]::before{content:"\f213";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information]::after{content:"\f214"}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-extra-information] span::before{content:"\f215";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline]::before{content:"\f216";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline]::after{content:"\f217";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-outline] span::before{content:"\f4ca";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red]::before{content:"\f21c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red]::after{content:"\f21d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red] span::before{content:"\f21e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-red] span::after{content:"\f4cb";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow]::before{content:"\f220";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow]::after{content:"\f221";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow] span::before{content:"\f222";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper-yellow] span::after{content:"\f4cc";color:#000}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper]::before{content:"\f219";color:#9eb0c2}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper]::after{content:"\f21a";color:#fff}[data-icon-set=uib-legacy][data-icon-name=feedback-warning-tamper] span::before{content:"\f21b"}[data-icon-set=uib-legacy][data-icon-name=feedback-warning]::before{content:"\f211";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=feedback-warning]::after{content:"\f4c9";color:#000}[data-icon-set=uib-legacy][data-icon-name=fg-hub]::before{content:"\f22a"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low]::before{content:"\f1ae";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low]::after{content:"\f1ba";color:#fff}[data-icon-set=uib-legacy][data-icon-name=fg-hub-battery-low] span::before{content:"\f1c3"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-disabled]::before{content:"\f1f7"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection]::before{content:"\f227";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection]::after{content:"\f1df";color:#002766}[data-icon-set=uib-legacy][data-icon-name=fg-hub-no-connection] span::before{content:"\f229"}[data-icon-set=uib-legacy][data-icon-name=fg-hub-pending]::before{content:"\f173"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater]::before{content:"\f22e"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-2]::before{content:"\f177"}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low]::before{content:"\f1e2";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low]::after{content:"\f1e6";color:#fff}[data-icon-set=uib-legacy][data-icon-name=fg-repeater-battery-low] span::before{content:"\f1e9"}[data-icon-set=uib-legacy][data-icon-name=file-excel]::before{content:"\f4ce"}[data-icon-set=uib-legacy][data-icon-name=file-html]::before{content:"\f4cf"}[data-icon-set=uib-legacy][data-icon-name=file-pdf]::before{content:"\f4d0"}[data-icon-set=uib-legacy][data-icon-name=file-ppt]::before{content:"\f4d1"}[data-icon-set=uib-legacy][data-icon-name=file-word]::before{content:"\f4d2"}[data-icon-set=uib-legacy][data-icon-name=file-zip]::before{content:"\f4d3"}[data-icon-set=uib-legacy][data-icon-name=filter]::before{content:"\f4d6"}[data-icon-set=uib-legacy][data-icon-name=filter-close]::before{content:"\f4d4"}[data-icon-set=uib-legacy][data-icon-name=filter-settings]::before{content:"\f4d5"}[data-icon-set=uib-legacy][data-icon-name=fire]::before{content:"\f22f"}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived]::before{content:"\f230";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived]::after{content:"\f4d7";color:#000}[data-icon-set=uib-legacy][data-icon-name=firefighter-arrived] span::before{content:"\f232"}[data-icon-set=uib-legacy][data-icon-name=firefighter-en-route]::before{content:"\f233"}[data-icon-set=uib-legacy][data-icon-name=firefighter-retreat]::before{content:"\f234"}[data-icon-set=uib-legacy][data-icon-name=firefighter-standby]::before{content:"\f235"}[data-icon-set=uib-legacy][data-icon-name=flame-5000]::before{content:"\f236"}[data-icon-set=uib-legacy][data-icon-name=flammable-a1]::before{content:"\f239";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-a1]::after{content:"\f23a"}[data-icon-set=uib-legacy][data-icon-name=flammable-a1] span::before{content:"\f4d9";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-a2]::before{content:"\f23c";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-a2]::after{content:"\f23d"}[data-icon-set=uib-legacy][data-icon-name=flammable-a2] span::before{content:"\f4da";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-stel]::before{content:"\f23f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-stel]::after{content:"\f240"}[data-icon-set=uib-legacy][data-icon-name=flammable-stel] span::before{content:"\f4db";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-twa]::before{content:"\f242";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable-twa]::after{content:"\f4dc";color:#000}[data-icon-set=uib-legacy][data-icon-name=flammable-twa] span::before{content:"\f244"}[data-icon-set=uib-legacy][data-icon-name=flammable]::before{content:"\f237";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=flammable]::after{content:"\f4d8";color:#000}[data-icon-set=uib-legacy][data-icon-name=floorplan]::before{content:"\f247"}[data-icon-set=uib-legacy][data-icon-name=floorplan-hallway]::before{content:"\f245"}[data-icon-set=uib-legacy][data-icon-name=floorplan-room]::before{content:"\f246"}[data-icon-set=uib-legacy][data-icon-name=focus-element]::before{content:"\f248"}[data-icon-set=uib-legacy][data-icon-name=folder]::before{content:"\f4de"}[data-icon-set=uib-legacy][data-icon-name=folder-open]::before{content:"\f4dd"}[data-icon-set=uib-legacy][data-icon-name=fraction-00-10]::before{content:"\f249"}[data-icon-set=uib-legacy][data-icon-name=fraction-01-10]::before{content:"\f24a"}[data-icon-set=uib-legacy][data-icon-name=fraction-02-10]::before{content:"\f24b"}[data-icon-set=uib-legacy][data-icon-name=fraction-03-10]::before{content:"\f24c"}[data-icon-set=uib-legacy][data-icon-name=fraction-04-10]::before{content:"\f24d"}[data-icon-set=uib-legacy][data-icon-name=fraction-05-10]::before{content:"\f24e"}[data-icon-set=uib-legacy][data-icon-name=fraction-06-10]::before{content:"\f24f"}[data-icon-set=uib-legacy][data-icon-name=fraction-07-10]::before{content:"\f250"}[data-icon-set=uib-legacy][data-icon-name=fraction-08-10]::before{content:"\f251"}[data-icon-set=uib-legacy][data-icon-name=fraction-09-10]::before{content:"\f252"}[data-icon-set=uib-legacy][data-icon-name=fraction-10-10]::before{content:"\f253"}[data-icon-set=uib-legacy][data-icon-name=freshair]::before{content:"\f255"}[data-icon-set=uib-legacy][data-icon-name=freshair-calibration]::before{content:"\f254"}[data-icon-set=uib-legacy][data-icon-name=full-circle]::before{content:"\f256"}[data-icon-set=uib-legacy][data-icon-name=fullscreen]::before{content:"\f4e0"}[data-icon-set=uib-legacy][data-icon-name=fullscreen-exit]::before{content:"\f4df"}[data-icon-set=uib-legacy][data-icon-name=gas-consumption]::before{content:"\f257"}[data-icon-set=uib-legacy][data-icon-name=gas-efficiency]::before{content:"\f258"}[data-icon-set=uib-legacy][data-icon-name=gas-patient]::before{content:"\f259"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-100-percent]::before{content:"\f25a"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-25-percent]::before{content:"\f25b"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-50-percent]::before{content:"\f25c"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-75-percent]::before{content:"\f25d"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-information]::before{content:"\f25e"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-low]::before{content:"\f25f"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning]::before{content:"\f260";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning]::after{content:"\f261"}[data-icon-set=uib-legacy][data-icon-name=gasbottle-warning] span::before{content:"\f4e1";color:#000}[data-icon-set=uib-legacy][data-icon-name=glove]::before{content:"\f263"}[data-icon-set=uib-legacy][data-icon-name=go-to-assets]::before{content:"\f264"}[data-icon-set=uib-legacy][data-icon-name=graph-settings]::before{content:"\f265"}[data-icon-set=uib-legacy][data-icon-name=graph-view]::before{content:"\f266"}[data-icon-set=uib-legacy][data-icon-name=group]::before{content:"\f267"}[data-icon-set=uib-legacy][data-icon-name=halfmask]::before{content:"\f268"}[data-icon-set=uib-legacy][data-icon-name=hardware]::before{content:"\f271"}[data-icon-set=uib-legacy][data-icon-name=hardware-available]::before{content:"\f269";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=hardware-available]::after{content:"\f4e2";color:#000}[data-icon-set=uib-legacy][data-icon-name=hardware-available] span::before{content:"\f26b"}[data-icon-set=uib-legacy][data-icon-name=hardware-info]::before{content:"\f26c"}[data-icon-set=uib-legacy][data-icon-name=hardware-missing]::before{content:"\f26d";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=hardware-missing]::after{content:"\f26e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=hardware-missing] span::before{content:"\f26f"}[data-icon-set=uib-legacy][data-icon-name=hardware-update]::before{content:"\f270"}[data-icon-set=uib-legacy][data-icon-name=harness]::before{content:"\f272"}[data-icon-set=uib-legacy][data-icon-name=helmet]::before{content:"\f274"}[data-icon-set=uib-legacy][data-icon-name=helmet-fire]::before{content:"\f273"}[data-icon-set=uib-legacy][data-icon-name=help]::before{content:"\f4e3"}[data-icon-set=uib-legacy][data-icon-name=hierarchy]::before{content:"\f275"}[data-icon-set=uib-legacy][data-icon-name=history]::before{content:"\f276"}[data-icon-set=uib-legacy][data-icon-name=hook]::before{content:"\f277"}[data-icon-set=uib-legacy][data-icon-name=hose]::before{content:"\f278"}[data-icon-set=uib-legacy][data-icon-name=hot]::before{content:"\f279"}[data-icon-set=uib-legacy][data-icon-name=hydrant]::before{content:"\f27a"}[data-icon-set=uib-legacy][data-icon-name=hydraulic]::before{content:"\f27b"}[data-icon-set=uib-legacy][data-icon-name=hysteresis]::before{content:"\f27c"}[data-icon-set=uib-legacy][data-icon-name=identify]::before{content:"\f27d"}[data-icon-set=uib-legacy][data-icon-name=ifu]::before{content:"\f27e"}[data-icon-set=uib-legacy][data-icon-name=imaging-ang]::before{content:"\f27f"}[data-icon-set=uib-legacy][data-icon-name=imaging-ct]::before{content:"\f280"}[data-icon-set=uib-legacy][data-icon-name=imaging-mrt]::before{content:"\f281"}[data-icon-set=uib-legacy][data-icon-name=imd]::before{content:"\f282"}[data-icon-set=uib-legacy][data-icon-name=import]::before{content:"\f4e4"}[data-icon-set=uib-legacy][data-icon-name=import-substance]::before{content:"\f283"}[data-icon-set=uib-legacy][data-icon-name=in-process]::before{content:"\f284"}[data-icon-set=uib-legacy][data-icon-name=index-card]::before{content:"\f285"}[data-icon-set=uib-legacy][data-icon-name=inerting]::before{content:"\f286"}[data-icon-set=uib-legacy][data-icon-name=inflate-breathing-bag]::before{content:"\f287"}[data-icon-set=uib-legacy][data-icon-name=information]::before{content:"\f289"}[data-icon-set=uib-legacy][data-icon-name=information-maintenance]::before{content:"\f288"}[data-icon-set=uib-legacy][data-icon-name=inhibit]::before{content:"\f28a"}[data-icon-set=uib-legacy][data-icon-name=insert]::before{content:"\f28b"}[data-icon-set=uib-legacy][data-icon-name=instrument-error]::before{content:"\f28e"}[data-icon-set=uib-legacy][data-icon-name=instrument-error]::after{content:"\f28c";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-error] span::before{content:"\f28d";color:#fff}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error]::before{content:"\f291"}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error]::after{content:"\f28f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-pump-error] span::before{content:"\f290";color:#fff}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error]::before{content:"\f294"}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error]::after{content:"\f292";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=instrument-xdock-error] span::before{content:"\f293";color:#fff}[data-icon-set=uib-legacy][data-icon-name=interface-in-4-20]::before{content:"\f295"}[data-icon-set=uib-legacy][data-icon-name=interface-in-bridge]::before{content:"\f296"}[data-icon-set=uib-legacy][data-icon-name=interface-in-digital]::before{content:"\f297"}[data-icon-set=uib-legacy][data-icon-name=interface-in-ex]::before{content:"\f298"}[data-icon-set=uib-legacy][data-icon-name=interface-in-foundation-fieldbus]::before{content:"\f299"}[data-icon-set=uib-legacy][data-icon-name=interface-in-hart]::before{content:"\f29b"}[data-icon-set=uib-legacy][data-icon-name=interface-in-hart-multidrop]::before{content:"\f29a"}[data-icon-set=uib-legacy][data-icon-name=interface-in-modbus]::before{content:"\f29c"}[data-icon-set=uib-legacy][data-icon-name=interface-in-profibus]::before{content:"\f29d"}[data-icon-set=uib-legacy][data-icon-name=interface-input]::before{content:"\f29e"}[data-icon-set=uib-legacy][data-icon-name=interface-out-4-20]::before{content:"\f29f"}[data-icon-set=uib-legacy][data-icon-name=interface-out-digital]::before{content:"\f2a0"}[data-icon-set=uib-legacy][data-icon-name=interface-out-foundation-fieldbus]::before{content:"\f2a1"}[data-icon-set=uib-legacy][data-icon-name=interface-out-modbus]::before{content:"\f2a2"}[data-icon-set=uib-legacy][data-icon-name=interface-out-profibus]::before{content:"\f2a3"}[data-icon-set=uib-legacy][data-icon-name=interface-out-relay]::before{content:"\f2a4"}[data-icon-set=uib-legacy][data-icon-name=interface-output]::before{content:"\f2a5"}[data-icon-set=uib-legacy][data-icon-name=interface-slotcover]::before{content:"\f2a6"}[data-icon-set=uib-legacy][data-icon-name=interface-unknown]::before{content:"\f2a7"}[data-icon-set=uib-legacy][data-icon-name=interlock]::before{content:"\f2ad"}[data-icon-set=uib-legacy][data-icon-name=interlock-calibration]::before{content:"\f2a8"}[data-icon-set=uib-legacy][data-icon-name=interlock-installation]::before{content:"\f2a9"}[data-icon-set=uib-legacy][data-icon-name=interlock-removal]::before{content:"\f2aa"}[data-icon-set=uib-legacy][data-icon-name=interlock-reset]::before{content:"\f2ab"}[data-icon-set=uib-legacy][data-icon-name=interlock-swap]::before{content:"\f2ac"}[data-icon-set=uib-legacy][data-icon-name=ir]::before{content:"\f2ae"}[data-icon-set=uib-legacy][data-icon-name=job-approve]::before{content:"\f2b1"}[data-icon-set=uib-legacy][data-icon-name=job-approve]::after{content:"\f2af";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=job-approve] span::before{content:"\f4e5";color:#000}[data-icon-set=uib-legacy][data-icon-name=job-history]::before{content:"\f2b2"}[data-icon-set=uib-legacy][data-icon-name=job-list]::before{content:"\f2b3"}[data-icon-set=uib-legacy][data-icon-name=job-new]::before{content:"\f2b5"}[data-icon-set=uib-legacy][data-icon-name=job-pool]::before{content:"\f2b6"}[data-icon-set=uib-legacy][data-icon-name=job-proceed]::before{content:"\f2b7"}[data-icon-set=uib-legacy][data-icon-name=job-user]::before{content:"\f2b8"}[data-icon-set=uib-legacy][data-icon-name=keyboard]::before{content:"\f2bd"}[data-icon-set=uib-legacy][data-icon-name=keyboard-capslock]::before{content:"\f2b9"}[data-icon-set=uib-legacy][data-icon-name=keyboard-delete]::before{content:"\f2ba"}[data-icon-set=uib-legacy][data-icon-name=keyboard-hide]::before{content:"\f2bb"}[data-icon-set=uib-legacy][data-icon-name=keyboard-shift]::before{content:"\f2bc"}[data-icon-set=uib-legacy][data-icon-name=language]::before{content:"\f4e6"}[data-icon-set=uib-legacy][data-icon-name=laptop]::before{content:"\f2be"}[data-icon-set=uib-legacy][data-icon-name=laundry-dryer]::before{content:"\f2bf"}[data-icon-set=uib-legacy][data-icon-name=ldba]::before{content:"\f2c0"}[data-icon-set=uib-legacy][data-icon-name=leaktest-hp]::before{content:"\f2c2"}[data-icon-set=uib-legacy][data-icon-name=leaktest-hp-query]::before{content:"\f2c1"}[data-icon-set=uib-legacy][data-icon-name=leaktest-lp]::before{content:"\f2c4"}[data-icon-set=uib-legacy][data-icon-name=leaktest-lp-query]::before{content:"\f2c3"}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok]::before{content:"\f2c7"}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok]::after{content:"\f2c5";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=leaktest-ok] span::before{content:"\f4e7";color:#000}[data-icon-set=uib-legacy][data-icon-name=leaktest-query]::before{content:"\f2c8"}[data-icon-set=uib-legacy][data-icon-name=leaktest-run]::before{content:"\f2c9"}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout]::before{content:"\f2cc"}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout]::after{content:"\f2ca";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=leaktest-timeout] span::before{content:"\f2cb";color:#fff}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning]::before{content:"\f2cf"}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning]::after{content:"\f2cd";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=leaktest-warning] span::before{content:"\f4e8";color:#000}[data-icon-set=uib-legacy][data-icon-name=lifesignal]::before{content:"\f2d1"}[data-icon-set=uib-legacy][data-icon-name=lifesignal-disabled]::before{content:"\f2d0"}[data-icon-set=uib-legacy][data-icon-name=lightbulb]::before{content:"\f2d5"}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning]::before{content:"\f4eb"}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning]::after{content:"\f4e9";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=lightbulb-warning] span::before{content:"\f4ea";color:#000}[data-icon-set=uib-legacy][data-icon-name=line-graph]::before{content:"\f2d6"}[data-icon-set=uib-legacy][data-icon-name=link-external]::before{content:"\f4ec"}[data-icon-set=uib-legacy][data-icon-name=link-internal]::before{content:"\f4ed"}[data-icon-set=uib-legacy][data-icon-name=location]::before{content:"\f4f6"}[data-icon-set=uib-legacy][data-icon-name=location-disabled]::before{content:"\f4ee"}[data-icon-set=uib-legacy][data-icon-name=location-scan]::before{content:"\f4f5"}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed]::before{content:"\f4f1"}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed]::after{content:"\f4ef";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=location-scan-failed] span::before{content:"\f4f0";color:#fff}[data-icon-set=uib-legacy][data-icon-name=location-scan-success]::before{content:"\f4f4"}[data-icon-set=uib-legacy][data-icon-name=location-scan-success]::after{content:"\f4f2";color:#000}[data-icon-set=uib-legacy][data-icon-name=location-scan-success] span::before{content:"\f4f3";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=lock]::before{content:"\f4f7"}[data-icon-set=uib-legacy][data-icon-name=log-edit]::before{content:"\f2d7"}[data-icon-set=uib-legacy][data-icon-name=log-service]::before{content:"\f2d8"}[data-icon-set=uib-legacy][data-icon-name=log-view]::before{content:"\f2d9"}[data-icon-set=uib-legacy][data-icon-name=login]::before{content:"\f2dc"}[data-icon-set=uib-legacy][data-icon-name=login]::after{content:"\f2da";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=login] span::before{content:"\f4f8";color:#000}[data-icon-set=uib-legacy][data-icon-name=logout]::before{content:"\f2df"}[data-icon-set=uib-legacy][data-icon-name=logout]::after{content:"\f2dd";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=logout] span::before{content:"\f2de";color:#fff}[data-icon-set=uib-legacy][data-icon-name=long-distance-gate-way]::before{content:"\f2e0"}[data-icon-set=uib-legacy][data-icon-name=lost-report]::before{content:"\f2e1"}[data-icon-set=uib-legacy][data-icon-name=low-dosage-rate]::before{content:"\f2e2"}[data-icon-set=uib-legacy][data-icon-name=manual-input]::before{content:"\f2e3"}[data-icon-set=uib-legacy][data-icon-name=map]::before{content:"\f4f9"}[data-icon-set=uib-legacy][data-icon-name=masonry]::before{content:"\f2e4"}[data-icon-set=uib-legacy][data-icon-name=maximize]::before{content:"\f2e5"}[data-icon-set=uib-legacy][data-icon-name=measuring]::before{content:"\f2e9"}[data-icon-set=uib-legacy][data-icon-name=measuring-1]::before{content:"\f2e6"}[data-icon-set=uib-legacy][data-icon-name=measuring-2]::before{content:"\f2e7"}[data-icon-set=uib-legacy][data-icon-name=measuring-3]::before{content:"\f2e8"}[data-icon-set=uib-legacy][data-icon-name=media-fastforward]::before{content:"\f4fa"}[data-icon-set=uib-legacy][data-icon-name=media-pause]::before{content:"\f4fb"}[data-icon-set=uib-legacy][data-icon-name=media-play]::before{content:"\f4fc"}[data-icon-set=uib-legacy][data-icon-name=media-rewind]::before{content:"\f4fd"}[data-icon-set=uib-legacy][data-icon-name=media-skip-back]::before{content:"\f4fe"}[data-icon-set=uib-legacy][data-icon-name=media-skip-forward]::before{content:"\f4ff"}[data-icon-set=uib-legacy][data-icon-name=media-stop]::before{content:"\f500"}[data-icon-set=uib-legacy][data-icon-name=medical]::before{content:"\f501"}[data-icon-set=uib-legacy][data-icon-name=menu]::before{content:"\f504"}[data-icon-set=uib-legacy][data-icon-name=menu-favorites]::before{content:"\f502"}[data-icon-set=uib-legacy][data-icon-name=menu-functions]::before{content:"\f503"}[data-icon-set=uib-legacy][data-icon-name=microphone]::before{content:"\f2ea"}[data-icon-set=uib-legacy][data-icon-name=mimic]::before{content:"\f2eb"}[data-icon-set=uib-legacy][data-icon-name=minimize]::before{content:"\f2ec"}[data-icon-set=uib-legacy][data-icon-name=miniwarn]::before{content:"\f2ed"}[data-icon-set=uib-legacy][data-icon-name=minus]::before{content:"\f2ee"}[data-icon-set=uib-legacy][data-icon-name=mobile-device]::before{content:"\f2f5"}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected]::before{content:"\f2f1"}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected]::after{content:"\f2ef";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=mobile-device-connected] span::before{content:"\f505";color:#000}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error]::before{content:"\f2f2";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error]::after{content:"\f2f3";color:#fff}[data-icon-set=uib-legacy][data-icon-name=mobile-device-error] span::before{content:"\f2f4"}[data-icon-set=uib-legacy][data-icon-name=module]::before{content:"\f2f6"}[data-icon-set=uib-legacy][data-icon-name=monitoring]::before{content:"\f2fa"}[data-icon-set=uib-legacy][data-icon-name=monitoring-1]::before{content:"\f2f7"}[data-icon-set=uib-legacy][data-icon-name=monitoring-2]::before{content:"\f2f8"}[data-icon-set=uib-legacy][data-icon-name=monitoring-3]::before{content:"\f2f9"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing]::before{content:"\f301"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled]::before{content:"\f2fb";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled]::after{content:"\f2fc";color:#fff}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-disabled] span::before{content:"\f2fd"}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled]::before{content:"\f2fe";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled]::after{content:"\f506";color:#000}[data-icon-set=uib-legacy][data-icon-name=motion-sensing-enabled] span::before{content:"\f300"}[data-icon-set=uib-legacy][data-icon-name=move]::before{content:"\f303"}[data-icon-set=uib-legacy][data-icon-name=move-screen]::before{content:"\f302"}[data-icon-set=uib-legacy][data-icon-name=multigas]::before{content:"\f305"}[data-icon-set=uib-legacy][data-icon-name=multigas-cse]::before{content:"\f304"}[data-icon-set=uib-legacy][data-icon-name=multiwarn-2]::before{content:"\f306"}[data-icon-set=uib-legacy][data-icon-name=navigation-logfile-management]::before{content:"\f507"}[data-icon-set=uib-legacy][data-icon-name=navigation-logfile-management]::after{content:"\f508"}[data-icon-set=uib-legacy][data-icon-name=network]::before{content:"\f309"}[data-icon-set=uib-legacy][data-icon-name=network-upload]::before{content:"\f308"}[data-icon-set=uib-legacy][data-icon-name=newsletter]::before{content:"\f509"}[data-icon-set=uib-legacy][data-icon-name=next]::before{content:"\f50a"}[data-icon-set=uib-legacy][data-icon-name=night-mode]::before{content:"\f50b"}[data-icon-set=uib-legacy][data-icon-name=no]::before{content:"\f30a"}[data-icon-set=uib-legacy][data-icon-name=notification]::before{content:"\f50d"}[data-icon-set=uib-legacy][data-icon-name=notification-disabled]::before{content:"\f50c"}[data-icon-set=uib-legacy][data-icon-name=number-1]::before{content:"\f30b"}[data-icon-set=uib-legacy][data-icon-name=number-100]::before{content:"\f30c"}[data-icon-set=uib-legacy][data-icon-name=observation]::before{content:"\f30e"}[data-icon-set=uib-legacy][data-icon-name=observation-fire]::before{content:"\f30d"}[data-icon-set=uib-legacy][data-icon-name=offline-mode]::before{content:"\f30f"}[data-icon-set=uib-legacy][data-icon-name=ok]::before{content:"\f50e"}[data-icon-set=uib-legacy][data-icon-name=ok-repeat]::before{content:"\f310"}[data-icon-set=uib-legacy][data-icon-name=ok-to-all]::before{content:"\f311";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=ok-to-all]::after{content:"\f312"}[data-icon-set=uib-legacy][data-icon-name=online-manuals]::before{content:"\f313"}[data-icon-set=uib-legacy][data-icon-name=online-mode]::before{content:"\f314";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=online-mode]::after{content:"\f50f";color:#000}[data-icon-set=uib-legacy][data-icon-name=online-mode] span::before{content:"\f316"}[data-icon-set=uib-legacy][data-icon-name=open]::before{content:"\f317"}[data-icon-set=uib-legacy][data-icon-name=operation]::before{content:"\f319"}[data-icon-set=uib-legacy][data-icon-name=operation-hot]::before{content:"\f318"}[data-icon-set=uib-legacy][data-icon-name=overrange]::before{content:"\f31a"}[data-icon-set=uib-legacy][data-icon-name=overwrite-replace]::before{content:"\f31b"}[data-icon-set=uib-legacy][data-icon-name=p5000]::before{content:"\f31c"}[data-icon-set=uib-legacy][data-icon-name=p8000]::before{content:"\f31d"}[data-icon-set=uib-legacy][data-icon-name=pac-1000-7000]::before{content:"\f31e"}[data-icon-set=uib-legacy][data-icon-name=pac-3]::before{content:"\f31f"}[data-icon-set=uib-legacy][data-icon-name=pac-ex-2]::before{content:"\f320"}[data-icon-set=uib-legacy][data-icon-name=package]::before{content:"\f321"}[data-icon-set=uib-legacy][data-icon-name=painting]::before{content:"\f322"}[data-icon-set=uib-legacy][data-icon-name=pairing]::before{content:"\f510"}[data-icon-set=uib-legacy][data-icon-name=partner-care]::before{content:"\f323"}[data-icon-set=uib-legacy][data-icon-name=password]::before{content:"\f512"}[data-icon-set=uib-legacy][data-icon-name=password-change]::before{content:"\f511"}[data-icon-set=uib-legacy][data-icon-name=pc]::before{content:"\f32d"}[data-icon-set=uib-legacy][data-icon-name=pc-connection]::before{content:"\f324"}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected]::before{content:"\f325";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected]::after{content:"\f513";color:#000}[data-icon-set=uib-legacy][data-icon-name=pc-link-connected] span::before{content:"\f327"}[data-icon-set=uib-legacy][data-icon-name=pc-link-error]::before{content:"\f328";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=pc-link-error]::after{content:"\f329";color:#fff}[data-icon-set=uib-legacy][data-icon-name=pc-link-error] span::before{content:"\f32a"}[data-icon-set=uib-legacy][data-icon-name=pc-link-preparing]::before{content:"\f32b"}[data-icon-set=uib-legacy][data-icon-name=pc-link-query]::before{content:"\f32c"}[data-icon-set=uib-legacy][data-icon-name=pdf]::before{content:"\f32e"}[data-icon-set=uib-legacy][data-icon-name=person-confirm]::before{content:"\f32f";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=person-confirm]::after{content:"\f514";color:#000}[data-icon-set=uib-legacy][data-icon-name=person-confirm] span::before{content:"\f331"}[data-icon-set=uib-legacy][data-icon-name=person-crawling]::before{content:"\f332"}[data-icon-set=uib-legacy][data-icon-name=person-query]::before{content:"\f333"}[data-icon-set=uib-legacy][data-icon-name=person-standing]::before{content:"\f334"}[data-icon-set=uib-legacy][data-icon-name=person-walking]::before{content:"\f335"}[data-icon-set=uib-legacy][data-icon-name=phone]::before{content:"\f515"}[data-icon-set=uib-legacy][data-icon-name=photo]::before{content:"\f516"}[data-icon-set=uib-legacy][data-icon-name=picture]::before{content:"\f517"}[data-icon-set=uib-legacy][data-icon-name=pie-chart]::before{content:"\f336"}[data-icon-set=uib-legacy][data-icon-name=pincode]::before{content:"\f337"}[data-icon-set=uib-legacy][data-icon-name=pir-7000]::before{content:"\f338"}[data-icon-set=uib-legacy][data-icon-name=plus]::before{content:"\f339"}[data-icon-set=uib-legacy][data-icon-name=pneumatic]::before{content:"\f33a"}[data-icon-set=uib-legacy][data-icon-name=polytron-7000]::before{content:"\f33b"}[data-icon-set=uib-legacy][data-icon-name=position]::before{content:"\f51a"}[data-icon-set=uib-legacy][data-icon-name=position-disabled]::before{content:"\f518"}[data-icon-set=uib-legacy][data-icon-name=position-searching]::before{content:"\f519"}[data-icon-set=uib-legacy][data-icon-name=power-guard]::before{content:"\f33c"}[data-icon-set=uib-legacy][data-icon-name=power-supply]::before{content:"\f340"}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted]::before{content:"\f33d";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted]::after{content:"\f33e"}[data-icon-set=uib-legacy][data-icon-name=power-supply-restricted] span::before{content:"\f51b";color:#000}[data-icon-set=uib-legacy][data-icon-name=powerplant]::before{content:"\f341"}[data-icon-set=uib-legacy][data-icon-name=practice]::before{content:"\f343"}[data-icon-set=uib-legacy][data-icon-name=practice-hot]::before{content:"\f342"}[data-icon-set=uib-legacy][data-icon-name=prepressure-high]::before{content:"\f345"}[data-icon-set=uib-legacy][data-icon-name=prepressure-high]::after{content:"\f344";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=prepressure-low]::before{content:"\f346";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=prepressure-low]::after{content:"\f347"}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok]::before{content:"\f348";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok]::after{content:"\f349"}[data-icon-set=uib-legacy][data-icon-name=prepressure-ok] span::before{content:"\f51c";color:#000}[data-icon-set=uib-legacy][data-icon-name=prepressure-pending]::before{content:"\f34b"}[data-icon-set=uib-legacy][data-icon-name=pressure-relief]::before{content:"\f34c"}[data-icon-set=uib-legacy][data-icon-name=previous]::before{content:"\f51d"}[data-icon-set=uib-legacy][data-icon-name=print]::before{content:"\f528"}[data-icon-set=uib-legacy][data-icon-name=print-configuration]::before{content:"\f51e"}[data-icon-set=uib-legacy][data-icon-name=print-error]::before{content:"\f521"}[data-icon-set=uib-legacy][data-icon-name=print-error]::after{content:"\f51f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=print-error] span::before{content:"\f520";color:#fff}[data-icon-set=uib-legacy][data-icon-name=print-finished]::before{content:"\f522"}[data-icon-set=uib-legacy][data-icon-name=print-preview]::before{content:"\f523"}[data-icon-set=uib-legacy][data-icon-name=print-selection]::before{content:"\f524"}[data-icon-set=uib-legacy][data-icon-name=print-warning]::before{content:"\f525";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=print-warning]::after{content:"\f526";color:#000}[data-icon-set=uib-legacy][data-icon-name=print-warning] span::before{content:"\f527"}[data-icon-set=uib-legacy][data-icon-name=process]::before{content:"\f34d"}[data-icon-set=uib-legacy][data-icon-name=product-finder]::before{content:"\f34e"}[data-icon-set=uib-legacy][data-icon-name=production]::before{content:"\f34f"}[data-icon-set=uib-legacy][data-icon-name=progress]::before{content:"\f352"}[data-icon-set=uib-legacy][data-icon-name=progress-circle]::before{content:"\f351"}[data-icon-set=uib-legacy][data-icon-name=progress-circle]::after{content:"\f529";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=pulsar]::before{content:"\f353"}[data-icon-set=uib-legacy][data-icon-name=pump]::before{content:"\f35a"}[data-icon-set=uib-legacy][data-icon-name=pump-100-percent]::before{content:"\f354"}[data-icon-set=uib-legacy][data-icon-name=pump-25-percent]::before{content:"\f355"}[data-icon-set=uib-legacy][data-icon-name=pump-50-percent]::before{content:"\f356"}[data-icon-set=uib-legacy][data-icon-name=pump-75-percent]::before{content:"\f357"}[data-icon-set=uib-legacy][data-icon-name=pump-adapter-magnetic]::before{content:"\f358"}[data-icon-set=uib-legacy][data-icon-name=pump-low]::before{content:"\f359"}[data-icon-set=uib-legacy][data-icon-name=rack]::before{content:"\f35c"}[data-icon-set=uib-legacy][data-icon-name=rack-mobile]::before{content:"\f35b"}[data-icon-set=uib-legacy][data-icon-name=radiation-protection-device]::before{content:"\f35d"}[data-icon-set=uib-legacy][data-icon-name=radio-button-active]::before{content:"\f35e";color:#fff}[data-icon-set=uib-legacy][data-icon-name=radio-button-active]::after{content:"\f52a";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=radio-button-default]::before{content:"\f360"}[data-icon-set=uib-legacy][data-icon-name=radiocircuit]::before{content:"\f361"}[data-icon-set=uib-legacy][data-icon-name=rebuild]::before{content:"\f362"}[data-icon-set=uib-legacy][data-icon-name=recording]::before{content:"\f52b"}[data-icon-set=uib-legacy][data-icon-name=recycling]::before{content:"\f363"}[data-icon-set=uib-legacy][data-icon-name=redo]::before{content:"\f52c"}[data-icon-set=uib-legacy][data-icon-name=regard-1000]::before{content:"\f364"}[data-icon-set=uib-legacy][data-icon-name=regard-3000]::before{content:"\f365"}[data-icon-set=uib-legacy][data-icon-name=relay-switch-closed]::before{content:"\f366"}[data-icon-set=uib-legacy][data-icon-name=relay-switch-open]::before{content:"\f367"}[data-icon-set=uib-legacy][data-icon-name=reload]::before{content:"\f52e"}[data-icon-set=uib-legacy][data-icon-name=reload-required]::before{content:"\f52d"}[data-icon-set=uib-legacy][data-icon-name=relocate]::before{content:"\f52f"}[data-icon-set=uib-legacy][data-icon-name=remote]::before{content:"\f369"}[data-icon-set=uib-legacy][data-icon-name=remote-transmission]::before{content:"\f368"}[data-icon-set=uib-legacy][data-icon-name=remove]::before{content:"\f36a"}[data-icon-set=uib-legacy][data-icon-name=reorganisation]::before{content:"\f36b"}[data-icon-set=uib-legacy][data-icon-name=resend]::before{content:"\f530"}[data-icon-set=uib-legacy][data-icon-name=reset]::before{content:"\f531"}[data-icon-set=uib-legacy][data-icon-name=resources]::before{content:"\f36c"}[data-icon-set=uib-legacy][data-icon-name=rfid]::before{content:"\f36d"}[data-icon-set=uib-legacy][data-icon-name=rise-time-error]::before{content:"\f370"}[data-icon-set=uib-legacy][data-icon-name=rise-time-error]::after{content:"\f36e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=rise-time-error] span::before{content:"\f36f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=roofing]::before{content:"\f371"}[data-icon-set=uib-legacy][data-icon-name=rope]::before{content:"\f372"}[data-icon-set=uib-legacy][data-icon-name=saddle-roof]::before{content:"\f373"}[data-icon-set=uib-legacy][data-icon-name=save]::before{content:"\f533"}[data-icon-set=uib-legacy][data-icon-name=save-as]::before{content:"\f532"}[data-icon-set=uib-legacy][data-icon-name=saver]::before{content:"\f1f4"}[data-icon-set=uib-legacy][data-icon-name=saw]::before{content:"\f375"}[data-icon-set=uib-legacy][data-icon-name=sbom]::before{content:"\f534"}[data-icon-set=uib-legacy][data-icon-name=scba]::before{content:"\f376"}[data-icon-set=uib-legacy][data-icon-name=scroll-grip]::before{content:"\f377"}[data-icon-set=uib-legacy][data-icon-name=scroll-page-down]::before{content:"\f378"}[data-icon-set=uib-legacy][data-icon-name=scroll-page-up]::before{content:"\f379"}[data-icon-set=uib-legacy][data-icon-name=scsr]::before{content:"\f37a"}[data-icon-set=uib-legacy][data-icon-name=search]::before{content:"\f53b"}[data-icon-set=uib-legacy][data-icon-name=search-activate]::before{content:"\f535"}[data-icon-set=uib-legacy][data-icon-name=search-close]::before{content:"\f536"}[data-icon-set=uib-legacy][data-icon-name=search-next]::before{content:"\f537"}[data-icon-set=uib-legacy][data-icon-name=search-previous]::before{content:"\f538"}[data-icon-set=uib-legacy][data-icon-name=search-save]::before{content:"\f539"}[data-icon-set=uib-legacy][data-icon-name=search-service]::before{content:"\f53a"}[data-icon-set=uib-legacy][data-icon-name=searching]::before{content:"\f53f"}[data-icon-set=uib-legacy][data-icon-name=searching-1]::before{content:"\f53c"}[data-icon-set=uib-legacy][data-icon-name=searching-2]::before{content:"\f53d"}[data-icon-set=uib-legacy][data-icon-name=searching-3]::before{content:"\f53e"}[data-icon-set=uib-legacy][data-icon-name=send]::before{content:"\f546"}[data-icon-set=uib-legacy][data-icon-name=send-error]::before{content:"\f542"}[data-icon-set=uib-legacy][data-icon-name=send-error]::after{content:"\f540";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=send-error] span::before{content:"\f541";color:#fff}[data-icon-set=uib-legacy][data-icon-name=send-success]::before{content:"\f545"}[data-icon-set=uib-legacy][data-icon-name=send-success]::after{content:"\f543";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=send-success] span::before{content:"\f544";color:#000}[data-icon-set=uib-legacy][data-icon-name=sending]::before{content:"\f547"}[data-icon-set=uib-legacy][data-icon-name=sensor-100-percent]::before{content:"\f37b"}[data-icon-set=uib-legacy][data-icon-name=sensor-25-percent]::before{content:"\f37c"}[data-icon-set=uib-legacy][data-icon-name=sensor-50-percent]::before{content:"\f37d"}[data-icon-set=uib-legacy][data-icon-name=sensor-75-percent]::before{content:"\f37e"}[data-icon-set=uib-legacy][data-icon-name=sensor-catex]::before{content:"\f37f"}[data-icon-set=uib-legacy][data-icon-name=sensor-disabled]::before{content:"\f380"}[data-icon-set=uib-legacy][data-icon-name=sensor-ec]::before{content:"\f381"}[data-icon-set=uib-legacy][data-icon-name=sensor-error]::before{content:"\f384"}[data-icon-set=uib-legacy][data-icon-name=sensor-error]::after{content:"\f382";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=sensor-error] span::before{content:"\f383";color:#fff}[data-icon-set=uib-legacy][data-icon-name=sensor-information]::before{content:"\f385"}[data-icon-set=uib-legacy][data-icon-name=sensor-ir]::before{content:"\f386"}[data-icon-set=uib-legacy][data-icon-name=sensor-low]::before{content:"\f387"}[data-icon-set=uib-legacy][data-icon-name=sensor-overheat]::before{content:"\f388"}[data-icon-set=uib-legacy][data-icon-name=sensor-pid]::before{content:"\f389"}[data-icon-set=uib-legacy][data-icon-name=sensor-warning]::before{content:"\f38a";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=sensor-warning]::after{content:"\f38b"}[data-icon-set=uib-legacy][data-icon-name=sensor-warning] span::before{content:"\f548";color:#000}[data-icon-set=uib-legacy][data-icon-name=sensors]::before{content:"\f38d"}[data-icon-set=uib-legacy][data-icon-name=sent]::before{content:"\f549"}[data-icon-set=uib-legacy][data-icon-name=service]::before{content:"\f54a"}[data-icon-set=uib-legacy][data-icon-name=settings]::before{content:"\f554"}[data-icon-set=uib-legacy][data-icon-name=settings-add]::before{content:"\f54b"}[data-icon-set=uib-legacy][data-icon-name=settings-edit]::before{content:"\f54c"}[data-icon-set=uib-legacy][data-icon-name=settings-enter]::before{content:"\f54d"}[data-icon-set=uib-legacy][data-icon-name=settings-leave]::before{content:"\f54e"}[data-icon-set=uib-legacy][data-icon-name=settings-remove]::before{content:"\f54f"}[data-icon-set=uib-legacy][data-icon-name=settings-reset]::before{content:"\f550"}[data-icon-set=uib-legacy][data-icon-name=settings-reset]::after{content:"\f551"}[data-icon-set=uib-legacy][data-icon-name=settings-reset] span::before{content:"\f552";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=settings-reset] span::after{content:"\f553";color:#fff}[data-icon-set=uib-legacy][data-icon-name=share]::before{content:"\f555"}[data-icon-set=uib-legacy][data-icon-name=shoppingcart]::before{content:"\f556"}[data-icon-set=uib-legacy][data-icon-name=shutdown]::before{content:"\f557"}[data-icon-set=uib-legacy][data-icon-name=signal]::before{content:"\f393"}[data-icon-set=uib-legacy][data-icon-name=signal-0-percent]::before{content:"\f38e"}[data-icon-set=uib-legacy][data-icon-name=signal-100-percent]::before{content:"\f38f"}[data-icon-set=uib-legacy][data-icon-name=signal-25-percent]::before{content:"\f390"}[data-icon-set=uib-legacy][data-icon-name=signal-50-percent]::before{content:"\f391"}[data-icon-set=uib-legacy][data-icon-name=signal-75-percent]::before{content:"\f392"}[data-icon-set=uib-legacy][data-icon-name=simulation]::before{content:"\f394"}[data-icon-set=uib-legacy][data-icon-name=sketch]::before{content:"\f395"}[data-icon-set=uib-legacy][data-icon-name=snapshot]::before{content:"\f558"}[data-icon-set=uib-legacy][data-icon-name=sort-ascending]::before{content:"\f559"}[data-icon-set=uib-legacy][data-icon-name=sort-descending]::before{content:"\f55a"}[data-icon-set=uib-legacy][data-icon-name=sos]::before{content:"\f397"}[data-icon-set=uib-legacy][data-icon-name=sos-no-telemetry]::before{content:"\f396"}[data-icon-set=uib-legacy][data-icon-name=spare-parts]::before{content:"\f398"}[data-icon-set=uib-legacy][data-icon-name=speed]::before{content:"\f399"}[data-icon-set=uib-legacy][data-icon-name=sprinkler]::before{content:"\f39a"}[data-icon-set=uib-legacy][data-icon-name=standby]::before{content:"\f55b"}[data-icon-set=uib-legacy][data-icon-name=start-flush]::before{content:"\f39b"}[data-icon-set=uib-legacy][data-icon-name=storage-box]::before{content:"\f39c"}[data-icon-set=uib-legacy][data-icon-name=substance]::before{content:"\f39d"}[data-icon-set=uib-legacy][data-icon-name=substances]::before{content:"\f39e"}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1]::before{content:"\f3a1";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1]::after{content:"\f55d";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-a1] span::before{content:"\f3a3"}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2]::before{content:"\f3a4";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2]::after{content:"\f55e";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-a2] span::before{content:"\f3a6"}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel]::before{content:"\f3a7";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel]::after{content:"\f55f";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation-stel] span::before{content:"\f3a9"}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa]::before{content:"\f3aa";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa]::after{content:"\f3ab"}[data-icon-set=uib-legacy][data-icon-name=suffocation-twa] span::before{content:"\f560";color:#000}[data-icon-set=uib-legacy][data-icon-name=suffocation]::before{content:"\f39f";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=suffocation]::after{content:"\f55c";color:#000}[data-icon-set=uib-legacy][data-icon-name=synchronize]::before{content:"\f561"}[data-icon-set=uib-legacy][data-icon-name=system]::before{content:"\f3b3"}[data-icon-set=uib-legacy][data-icon-name=system-storage-error]::before{content:"\f3af"}[data-icon-set=uib-legacy][data-icon-name=system-storage-error]::after{content:"\f3ad";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=system-storage-error] span::before{content:"\f3ae";color:#fff}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning]::before{content:"\f3b2"}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning]::after{content:"\f562";color:#000}[data-icon-set=uib-legacy][data-icon-name=system-storage-warning] span::before{content:"\f3b1";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=table]::before{content:"\f3b4"}[data-icon-set=uib-legacy][data-icon-name=tablet]::before{content:"\f3b5"}[data-icon-set=uib-legacy][data-icon-name=tag]::before{content:"\f3b6"}[data-icon-set=uib-legacy][data-icon-name=telemetry]::before{content:"\f3c2"}[data-icon-set=uib-legacy][data-icon-name=telemetry-active]::before{content:"\f3b9"}[data-icon-set=uib-legacy][data-icon-name=telemetry-active]::after{content:"\f3b7";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=telemetry-active] span::before{content:"\f563";color:#000}[data-icon-set=uib-legacy][data-icon-name=telemetry-disabled]::before{content:"\f3ba"}[data-icon-set=uib-legacy][data-icon-name=telemetry-error]::before{content:"\f3bd"}[data-icon-set=uib-legacy][data-icon-name=telemetry-error]::after{content:"\f3bb";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=telemetry-error] span::before{content:"\f3bc";color:#fff}[data-icon-set=uib-legacy][data-icon-name=telemetry-search]::before{content:"\f3be"}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning]::before{content:"\f3c1"}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning]::after{content:"\f3bf";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=telemetry-warning] span::before{content:"\f564";color:#000}[data-icon-set=uib-legacy][data-icon-name=temperature-error]::before{content:"\f3c5"}[data-icon-set=uib-legacy][data-icon-name=temperature-error]::after{content:"\f3c3";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=temperature-error] span::before{content:"\f3c4";color:#fff}[data-icon-set=uib-legacy][data-icon-name=temperature-high]::before{content:"\f3c6"}[data-icon-set=uib-legacy][data-icon-name=temperature-low]::before{content:"\f3c7"}[data-icon-set=uib-legacy][data-icon-name=temperature-warning]::before{content:"\f3c8"}[data-icon-set=uib-legacy][data-icon-name=temperature-warning]::after{content:"\f565";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=temperature-warning] span::before{content:"\f566";color:#000}[data-icon-set=uib-legacy][data-icon-name=test]::before{content:"\f3d1"}[data-icon-set=uib-legacy][data-icon-name=test-edit]::before{content:"\f3c9"}[data-icon-set=uib-legacy][data-icon-name=test-eq]::before{content:"\f3cb"}[data-icon-set=uib-legacy][data-icon-name=test-eq-connection]::before{content:"\f3ca"}[data-icon-set=uib-legacy][data-icon-name=test-error]::before{content:"\f3ce"}[data-icon-set=uib-legacy][data-icon-name=test-error]::after{content:"\f3cc";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=test-error] span::before{content:"\f3cd";color:#fff}[data-icon-set=uib-legacy][data-icon-name=test-note]::before{content:"\f3cf"}[data-icon-set=uib-legacy][data-icon-name=test-results]::before{content:"\f3d0"}[data-icon-set=uib-legacy][data-icon-name=testing]::before{content:"\f3d2"}[data-icon-set=uib-legacy][data-icon-name=theme-switch]::before{content:"\f3d3"}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm]::before{content:"\f3d6"}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm]::after{content:"\f3d4";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=thermal-alarm] span::before{content:"\f567";color:#000}[data-icon-set=uib-legacy][data-icon-name=tic]::before{content:"\f3e6"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected]::before{content:"\f3d9"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected]::after{content:"\f3d7";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-connection-rejected] span::before{content:"\f3d8";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success]::before{content:"\f3dc"}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success]::after{content:"\f3da";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=tic-connection-success] span::before{content:"\f568";color:#000}[data-icon-set=uib-legacy][data-icon-name=tic-failed]::before{content:"\f3df"}[data-icon-set=uib-legacy][data-icon-name=tic-failed]::after{content:"\f3dd";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-failed] span::before{content:"\f3de";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed]::before{content:"\f3e2"}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed]::after{content:"\f3e0";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=tic-pairing-failed] span::before{content:"\f3e1";color:#fff}[data-icon-set=uib-legacy][data-icon-name=tic-successful]::before{content:"\f3e5"}[data-icon-set=uib-legacy][data-icon-name=tic-successful]::after{content:"\f3e3";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=tic-successful] span::before{content:"\f569";color:#000}[data-icon-set=uib-legacy][data-icon-name=tile-menu]::before{content:"\f56a"}[data-icon-set=uib-legacy][data-icon-name=time]::before{content:"\f56e"}[data-icon-set=uib-legacy][data-icon-name=time-compress]::before{content:"\f3e7"}[data-icon-set=uib-legacy][data-icon-name=time-of-whistle]::before{content:"\f3e8"}[data-icon-set=uib-legacy][data-icon-name=time-stretch]::before{content:"\f3e9"}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat]::before{content:"\f3ec"}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat]::after{content:"\f3ea";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=time-to-retreat] span::before{content:"\f3eb";color:#002766}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle]::before{content:"\f56d"}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle]::after{content:"\f56b";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=time-to-whistle] span::before{content:"\f56c";color:#002766}[data-icon-set=uib-legacy][data-icon-name=time-window]::before{content:"\f3f0"}[data-icon-set=uib-legacy][data-icon-name=timeline-view]::before{content:"\f3f1"}[data-icon-set=uib-legacy][data-icon-name=timer]::before{content:"\f3f4"}[data-icon-set=uib-legacy][data-icon-name=timer-elapsed]::before{content:"\f3f2"}[data-icon-set=uib-legacy][data-icon-name=timer-start]::before{content:"\f3f3"}[data-icon-set=uib-legacy][data-icon-name=toggle-button-active]::before{content:"\f56f";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=toggle-button-default]::before{content:"\f3f6"}[data-icon-set=uib-legacy][data-icon-name=top-level]::before{content:"\f3f7"}[data-icon-set=uib-legacy][data-icon-name=topology]::before{content:"\f3f8"}[data-icon-set=uib-legacy][data-icon-name=total-care]::before{content:"\f3f9"}[data-icon-set=uib-legacy][data-icon-name=toxic-a1]::before{content:"\f3fc";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-a1]::after{content:"\f3fd"}[data-icon-set=uib-legacy][data-icon-name=toxic-a1] span::before{content:"\f571";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-a2]::before{content:"\f3ff";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-a2]::after{content:"\f400"}[data-icon-set=uib-legacy][data-icon-name=toxic-a2] span::before{content:"\f572";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-stel]::before{content:"\f404"}[data-icon-set=uib-legacy][data-icon-name=toxic-stel]::after{content:"\f402";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-stel] span::before{content:"\f573";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic-twa]::before{content:"\f405";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic-twa]::after{content:"\f406"}[data-icon-set=uib-legacy][data-icon-name=toxic-twa] span::before{content:"\f574";color:#000}[data-icon-set=uib-legacy][data-icon-name=toxic]::before{content:"\f3fa";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=toxic]::after{content:"\f570";color:#000}[data-icon-set=uib-legacy][data-icon-name=trailer]::before{content:"\f408"}[data-icon-set=uib-legacy][data-icon-name=truck]::before{content:"\f409"}[data-icon-set=uib-legacy][data-icon-name=tube]::before{content:"\f40c"}[data-icon-set=uib-legacy][data-icon-name=tube-off]::before{content:"\f40a"}[data-icon-set=uib-legacy][data-icon-name=tube-on]::before{content:"\f40b"}[data-icon-set=uib-legacy][data-icon-name=ucf-6000-9000]::before{content:"\f40d"}[data-icon-set=uib-legacy][data-icon-name=underrange]::before{content:"\f412"}[data-icon-set=uib-legacy][data-icon-name=underrange-error]::before{content:"\f410"}[data-icon-set=uib-legacy][data-icon-name=underrange-error]::after{content:"\f40e";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=underrange-error] span::before{content:"\f40f";color:#fff}[data-icon-set=uib-legacy][data-icon-name=underrange-warning]::before{content:"\f411"}[data-icon-set=uib-legacy][data-icon-name=underrange-warning]::after{content:"\f575";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=underrange-warning] span::before{content:"\f576";color:#000}[data-icon-set=uib-legacy][data-icon-name=undo]::before{content:"\f577"}[data-icon-set=uib-legacy][data-icon-name=unlock]::before{content:"\f578"}[data-icon-set=uib-legacy][data-icon-name=upload]::before{content:"\f579"}[data-icon-set=uib-legacy][data-icon-name=user]::before{content:"\f597"}[data-icon-set=uib-legacy][data-icon-name=user-administration]::before{content:"\f57a"}[data-icon-set=uib-legacy][data-icon-name=user-administrator]::before{content:"\f57b"}[data-icon-set=uib-legacy][data-icon-name=user-edit]::before{content:"\f57c"}[data-icon-set=uib-legacy][data-icon-name=user-engineer]::before{content:"\f57d"}[data-icon-set=uib-legacy][data-icon-name=user-group]::before{content:"\f57f"}[data-icon-set=uib-legacy][data-icon-name=user-group-administration]::before{content:"\f57e"}[data-icon-set=uib-legacy][data-icon-name=user-id]::before{content:"\f589"}[data-icon-set=uib-legacy][data-icon-name=user-id-edit]::before{content:"\f1fa"}[data-icon-set=uib-legacy][data-icon-name=user-id-error]::before{content:"\f580";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=user-id-error]::after{content:"\f581"}[data-icon-set=uib-legacy][data-icon-name=user-id-error] span::before{content:"\f582";color:#fff}[data-icon-set=uib-legacy][data-icon-name=user-id-invalid]::before{content:"\f583"}[data-icon-set=uib-legacy][data-icon-name=user-id-query]::before{content:"\f584"}[data-icon-set=uib-legacy][data-icon-name=user-id-reading]::before{content:"\f585"}[data-icon-set=uib-legacy][data-icon-name=user-id-ready]::before{content:"\f588"}[data-icon-set=uib-legacy][data-icon-name=user-id-ready]::after{content:"\f586";color:#00dd31}[data-icon-set=uib-legacy][data-icon-name=user-id-ready] span::before{content:"\f587";color:#000}[data-icon-set=uib-legacy][data-icon-name=user-level-1]::before{content:"\f58a"}[data-icon-set=uib-legacy][data-icon-name=user-level-2]::before{content:"\f58b"}[data-icon-set=uib-legacy][data-icon-name=user-level-3]::before{content:"\f58c"}[data-icon-set=uib-legacy][data-icon-name=user-level-4]::before{content:"\f58d"}[data-icon-set=uib-legacy][data-icon-name=user-level-5]::before{content:"\f58e"}[data-icon-set=uib-legacy][data-icon-name=user-logout]::before{content:"\f591"}[data-icon-set=uib-legacy][data-icon-name=user-logout]::after{content:"\f58f";color:#f30303}[data-icon-set=uib-legacy][data-icon-name=user-logout] span::before{content:"\f590";color:#fff}[data-icon-set=uib-legacy][data-icon-name=user-maintainer]::before{content:"\f592"}[data-icon-set=uib-legacy][data-icon-name=user-operator]::before{content:"\f593"}[data-icon-set=uib-legacy][data-icon-name=user-trainer]::before{content:"\f594"}[data-icon-set=uib-legacy][data-icon-name=user-training]::before{content:"\f595"}[data-icon-set=uib-legacy][data-icon-name=user-worker]::before{content:"\f596"}[data-icon-set=uib-legacy][data-icon-name=vario-guard-control-center]::before{content:"\f413"}[data-icon-set=uib-legacy][data-icon-name=vario-guard-sensor]::before{content:"\f414"}[data-icon-set=uib-legacy][data-icon-name=various-graphs]::before{content:"\f415"}[data-icon-set=uib-legacy][data-icon-name=vent-close]::before{content:"\f417"}[data-icon-set=uib-legacy][data-icon-name=vent-close]::after{content:"\f598";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=vent-open]::before{content:"\f419"}[data-icon-set=uib-legacy][data-icon-name=vent-open]::after{content:"\f599";color:#0074ff}[data-icon-set=uib-legacy][data-icon-name=view]::before{content:"\f59a"}[data-icon-set=uib-legacy][data-icon-name=visual-inspection]::before{content:"\f59b"}[data-icon-set=uib-legacy][data-icon-name=volume-1]::before{content:"\f41a"}[data-icon-set=uib-legacy][data-icon-name=volume-2]::before{content:"\f41b"}[data-icon-set=uib-legacy][data-icon-name=volume-max]::before{content:"\f41c"}[data-icon-set=uib-legacy][data-icon-name=volume-min]::before{content:"\f41d"}[data-icon-set=uib-legacy][data-icon-name=volume-mute]::before{content:"\f41e"}[data-icon-set=uib-legacy][data-icon-name=volume-query]::before{content:"\f41f"}[data-icon-set=uib-legacy][data-icon-name=volume-reduction]::before{content:"\f420"}[data-icon-set=uib-legacy][data-icon-name=warm-up-time]::before{content:"\f421"}[data-icon-set=uib-legacy][data-icon-name=warning]::before{content:"\f422";color:#ffe300}[data-icon-set=uib-legacy][data-icon-name=warning]::after{content:"\f59c";color:#000}[data-icon-set=uib-legacy][data-icon-name=washing-machine]::before{content:"\f424"}[data-icon-set=uib-legacy][data-icon-name=water]::before{content:"\f59d"}[data-icon-set=uib-legacy][data-icon-name=wifi-100-percent]::before{content:"\f425"}[data-icon-set=uib-legacy][data-icon-name=wifi-25-percent]::before{content:"\f426"}[data-icon-set=uib-legacy][data-icon-name=wifi-50-percent]::before{content:"\f427"}[data-icon-set=uib-legacy][data-icon-name=wifi-75-percent]::before{content:"\f428"}[data-icon-set=uib-legacy][data-icon-name=wifi-disabled]::before{content:"\f42a"}[data-icon-set=uib-legacy][data-icon-name=wifi-disabled-circle]::before{content:"\f429"}[data-icon-set=uib-legacy][data-icon-name=wizard]::before{content:"\f42b"}[data-icon-set=uib-legacy][data-icon-name=workshop]::before{content:"\f42c"}[data-icon-set=uib-legacy][data-icon-name=xact-5000]::before{content:"\f42d"}[data-icon-set=uib-legacy][data-icon-name=xact-7000]::before{content:"\f42e"}[data-icon-set=uib-legacy][data-icon-name=xam-2000]::before{content:"\f42f"}[data-icon-set=uib-legacy][data-icon-name=xam-2500]::before{content:"\f430"}[data-icon-set=uib-legacy][data-icon-name=xam-3000]::before{content:"\f431"}[data-icon-set=uib-legacy][data-icon-name=xam-5000]::before{content:"\f432"}[data-icon-set=uib-legacy][data-icon-name=xam-7000]::before{content:"\f433"}[data-icon-set=uib-legacy][data-icon-name=xam-8000]::before{content:"\f434"}[data-icon-set=uib-legacy][data-icon-name=xdock]::before{content:"\f435"}[data-icon-set=uib-legacy][data-icon-name=xpid-9000]::before{content:"\f436"}[data-icon-set=uib-legacy][data-icon-name=xplore]::before{content:"\f440"}[data-icon-set=uib-legacy][data-icon-name=xplore-1300]::before{content:"\f437"}[data-icon-set=uib-legacy][data-icon-name=xplore-1700]::before{content:"\f438"}[data-icon-set=uib-legacy][data-icon-name=xplore-1900]::before{content:"\f439"}[data-icon-set=uib-legacy][data-icon-name=xplore-3500]::before{content:"\f43a"}[data-icon-set=uib-legacy][data-icon-name=xplore-5500]::before{content:"\f43b"}[data-icon-set=uib-legacy][data-icon-name=xplore-6300]::before{content:"\f43c"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000]::before{content:"\f43f"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000-headpiece]::before{content:"\f43d"}[data-icon-set=uib-legacy][data-icon-name=xplore-8000-system]::before{content:"\f43e"}[data-icon-set=uib-legacy][data-icon-name=xzone-5000]::before{content:"\f441"}[data-icon-set=uib-legacy][data-icon-name=yes]::before{content:"\f59e"}[data-icon-set=uib-legacy][data-icon-name=zoom-document-size]::before{content:"\f442"}[data-icon-set=uib-legacy][data-icon-name=zoom-document-width]::before{content:"\f443"}[data-icon-set=uib-legacy][data-icon-name=zoom-in]::before{content:"\f5a0"}[data-icon-set=uib-legacy][data-icon-name=zoom-original]::before{content:"\f5a1"}[data-icon-set=uib-legacy][data-icon-name=zoom-out]::before{content:"\f5a2"}[data-icon-set=uib-legacy][data-icon-name=zoom-window]::before{content:"\f5a3"}
|
|
Binary file
|
|
@@ -3451,6 +3451,9 @@
|
|
|
3451
3451
|
&[data-icon-name="user-id"]::before {
|
|
3452
3452
|
content: utils.get-icon-glyph("user-id");
|
|
3453
3453
|
}
|
|
3454
|
+
&[data-icon-name="user-id-edit"]::before {
|
|
3455
|
+
content: utils.get-icon-glyph("user-id-edit");
|
|
3456
|
+
}
|
|
3454
3457
|
&[data-icon-name="user-id-error"]::before {
|
|
3455
3458
|
content: utils.get-icon-glyph("user-id-error");
|
|
3456
3459
|
color: #F30303;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|