@progress/telerik-jquery-report-viewer 28.25.1111 → 28.26.121
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/README.md +1 -1
- package/dist/cjs/accessibility.js +4 -6
- package/dist/cjs/aiPrompt.js +41 -43
- package/dist/cjs/base-component.js +0 -2
- package/dist/cjs/binder.js +0 -2
- package/dist/cjs/command.js +0 -2
- package/dist/cjs/commandSet.js +3 -6
- package/dist/cjs/components/button.js +0 -2
- package/dist/cjs/components/toggle-button.js +0 -2
- package/dist/cjs/constants.js +0 -2
- package/dist/cjs/documentMapArea.js +0 -2
- package/dist/cjs/domUtils.js +0 -2
- package/dist/cjs/enums.js +0 -2
- package/dist/cjs/event-emitter.js +0 -2
- package/dist/cjs/events.js +0 -2
- package/dist/cjs/globalSettings.js +0 -2
- package/dist/cjs/history.js +0 -2
- package/dist/cjs/index.js +0 -2
- package/dist/cjs/mainMenu.js +0 -2
- package/dist/cjs/mem-storage.js +0 -2
- package/dist/cjs/notificationService.js +0 -2
- package/dist/cjs/parameterValidators.js +0 -2
- package/dist/cjs/parameters.js +0 -2
- package/dist/cjs/parametersArea.js +6 -31
- package/dist/cjs/perspectives.js +0 -2
- package/dist/cjs/report-viewer/report-viewer-settings.js +0 -2
- package/dist/cjs/reportViewer.js +4 -7
- package/dist/cjs/search.js +3 -6
- package/dist/cjs/sendEmail.js +0 -2
- package/dist/cjs/service-client-sentinel.js +0 -2
- package/dist/cjs/sideMenu.js +0 -2
- package/dist/cjs/stringResources.js +0 -2
- package/dist/cjs/template-cache.js +0 -2
- package/dist/cjs/toolbar/button.js +0 -2
- package/dist/cjs/toolbar/link-button.js +0 -2
- package/dist/cjs/toolbar/page-count-label.js +0 -2
- package/dist/cjs/toolbar/page-number-input.js +0 -2
- package/dist/cjs/toolbar.js +0 -2
- package/dist/cjs/touch.js +0 -2
- package/dist/cjs/uiController.js +3 -6
- package/dist/cjs/utils.js +4 -6
- package/dist/font/{ReportingIcons-19.3.25.1111.ttf → ReportingIcons-19.3.26.121.ttf} +0 -0
- package/dist/font/font-icons.css +1056 -81
- package/dist/font/font-icons.min.css +4 -4
- package/dist/font/reporting-icons.ttf +0 -0
- package/dist/js/telerikReportViewer.js +424 -431
- package/dist/js/telerikReportViewer.kendo.js +74336 -68574
- package/dist/js/telerikReportViewer.kendo.min.js +1 -1
- package/dist/js/telerikReportViewer.min.js +1 -1
- package/dist/styles/telerikReportViewer.css +4 -4
- package/dist/styles/telerikReportViewer.min.css +4 -4
- package/dist/templates/telerikReportViewerTemplate.html +4 -4
- package/package.json +2 -2
package/dist/font/font-icons.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* TelerikReporting v19.3.
|
|
3
|
-
* Copyright
|
|
2
|
+
* TelerikReporting v19.3.26.121 (https://www.telerik.com/products/reporting.aspx)
|
|
3
|
+
* Copyright 2026 Progress Software EAD. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Telerik Reporting commercial licenses may be obtained at
|
|
6
6
|
* https://www.telerik.com/purchase/license-agreement/reporting.aspx
|
|
@@ -10,116 +10,123 @@
|
|
|
10
10
|
font-family: "ReportingIcons";
|
|
11
11
|
font-style: normal;
|
|
12
12
|
font-weight: normal;
|
|
13
|
-
src: url("../ReportingIcons-19.3.
|
|
13
|
+
src: url("../ReportingIcons-19.3.26.121.ttf/") format("truetype");
|
|
14
14
|
/*unicode-range: U+E0ED, U+E0EE, U+E0E6, U+E132, U+E12F, U+E008, U+E00B, U+E09C, U+E096, U+E07E, U+E086, U+E06C, U+E07F, U+E080, U+E081, U+E149, U+E087;*/
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: "WebComponentsIcons";
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: normal;
|
|
20
|
-
src: url("../ReportingIcons-19.3.
|
|
20
|
+
src: url("../ReportingIcons-19.3.26.121.ttf/") format("truetype");
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
font-family: "ReportingIcons" !important;
|
|
25
|
-
speak: none;
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: "WebComponentsIcons";
|
|
26
24
|
font-style: normal;
|
|
27
25
|
font-weight: normal;
|
|
26
|
+
src: url("sass/fonts/kendo-font-icons.ttf") format("truetype");
|
|
27
|
+
}
|
|
28
|
+
.k-font-icon {
|
|
29
|
+
width: 1em;
|
|
30
|
+
height: 1em;
|
|
31
|
+
outline: 0;
|
|
32
|
+
font-size: 16px;
|
|
33
|
+
font-family: "WebComponentsIcons";
|
|
34
|
+
font-style: normal;
|
|
28
35
|
font-variant: normal;
|
|
29
|
-
|
|
36
|
+
font-weight: normal;
|
|
30
37
|
line-height: 1;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
-webkit-font-smoothing: antialiased;
|
|
38
|
+
speak: none;
|
|
39
|
+
text-transform: none;
|
|
40
|
+
text-decoration: none;
|
|
41
|
+
flex-shrink: 0;
|
|
42
|
+
display: inline-flex;
|
|
43
|
+
flex-flow: row nowrap;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: center;
|
|
46
|
+
vertical-align: middle;
|
|
47
|
+
position: relative;
|
|
42
48
|
-moz-osx-font-smoothing: grayscale;
|
|
49
|
+
-webkit-font-smoothing: antialiased;
|
|
50
|
+
}
|
|
51
|
+
.k-font-icon:hover, .k-font-icon:focus {
|
|
52
|
+
text-decoration: none;
|
|
43
53
|
}
|
|
44
54
|
|
|
45
|
-
.
|
|
46
|
-
|
|
47
|
-
width: 2px;
|
|
48
|
-
height: 20px;
|
|
49
|
-
cursor: pointer;
|
|
55
|
+
.k-i-none::before {
|
|
56
|
+
display: none !important;
|
|
50
57
|
}
|
|
51
58
|
|
|
52
|
-
.k-
|
|
53
|
-
|
|
54
|
-
background-repeat: no-repeat;
|
|
59
|
+
.k-icon-xs {
|
|
60
|
+
font-size: calc(16px * 0.75);
|
|
55
61
|
}
|
|
56
62
|
|
|
57
|
-
.k-
|
|
58
|
-
|
|
59
|
-
background-repeat: no-repeat;
|
|
63
|
+
.k-icon-sm {
|
|
64
|
+
font-size: calc(16px * 0.875);
|
|
60
65
|
}
|
|
61
66
|
|
|
62
|
-
.k-
|
|
63
|
-
|
|
64
|
-
background-repeat: no-repeat;
|
|
67
|
+
.k-icon-md {
|
|
68
|
+
font-size: 16px;
|
|
65
69
|
}
|
|
66
70
|
|
|
67
|
-
.k-
|
|
68
|
-
|
|
69
|
-
background-repeat: no-repeat;
|
|
71
|
+
.k-icon-lg {
|
|
72
|
+
font-size: calc(16px * 1.25);
|
|
70
73
|
}
|
|
71
74
|
|
|
72
|
-
.k-
|
|
73
|
-
|
|
74
|
-
background-repeat: no-repeat;
|
|
75
|
+
.k-icon-xl {
|
|
76
|
+
font-size: calc(16px * 1.5);
|
|
75
77
|
}
|
|
76
78
|
|
|
77
|
-
.k-
|
|
78
|
-
|
|
79
|
-
background-repeat: no-repeat;
|
|
79
|
+
.k-icon-xxl {
|
|
80
|
+
font-size: calc(16px * 2);
|
|
80
81
|
}
|
|
81
82
|
|
|
82
|
-
.k-
|
|
83
|
-
|
|
84
|
-
background-repeat: no-repeat;
|
|
83
|
+
.k-icon-xxxl {
|
|
84
|
+
font-size: calc(16px * 3);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.k-
|
|
88
|
-
|
|
89
|
-
background-repeat: no-repeat;
|
|
87
|
+
.k-flip-h {
|
|
88
|
+
transform: scaleX(-1);
|
|
90
89
|
}
|
|
91
90
|
|
|
92
|
-
.k-
|
|
93
|
-
|
|
94
|
-
background-repeat: no-repeat;
|
|
91
|
+
.k-flip-v {
|
|
92
|
+
transform: scaleY(-1);
|
|
95
93
|
}
|
|
96
94
|
|
|
97
|
-
.k-
|
|
98
|
-
|
|
99
|
-
|
|
95
|
+
.k-flip-h.k-flip-v,
|
|
96
|
+
.k-flip-both {
|
|
97
|
+
transform: scale(-1, -1);
|
|
100
98
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
|
|
100
|
+
.k-rotate-0 {
|
|
101
|
+
transform: rotate(0deg);
|
|
104
102
|
}
|
|
105
103
|
|
|
106
|
-
.k-
|
|
107
|
-
|
|
108
|
-
background-repeat: no-repeat;
|
|
104
|
+
.k-rotate-45 {
|
|
105
|
+
transform: rotate(45deg);
|
|
109
106
|
}
|
|
110
107
|
|
|
111
|
-
.k-
|
|
112
|
-
|
|
113
|
-
|
|
108
|
+
.k-rotate-90 {
|
|
109
|
+
transform: rotate(90deg);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.k-rotate-135 {
|
|
113
|
+
transform: rotate(135deg);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
.k-rotate-180 {
|
|
117
|
+
transform: rotate(180deg);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.k-rotate-225 {
|
|
121
|
+
transform: rotate(225deg);
|
|
122
|
+
}
|
|
119
123
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
124
|
+
.k-rotate-270 {
|
|
125
|
+
transform: rotate(270deg);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.k-rotate-315 {
|
|
129
|
+
transform: rotate(315deg);
|
|
123
130
|
}
|
|
124
131
|
|
|
125
132
|
.k-i-caret-tr::before {
|
|
@@ -710,7 +717,7 @@
|
|
|
710
717
|
content: "\e046";
|
|
711
718
|
}
|
|
712
719
|
|
|
713
|
-
.k-i-
|
|
720
|
+
.k-i-non-recurrence::before {
|
|
714
721
|
content: "\e047";
|
|
715
722
|
}
|
|
716
723
|
|
|
@@ -878,8 +885,604 @@
|
|
|
878
885
|
content: "\e06e";
|
|
879
886
|
}
|
|
880
887
|
|
|
881
|
-
.k-i-data-sds::before {
|
|
882
|
-
content: "\e06f";
|
|
888
|
+
.k-i-data-sds::before {
|
|
889
|
+
content: "\e06f";
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.k-i-download-light::before {
|
|
893
|
+
content: "\e070";
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.k-i-eye-slash::before {
|
|
897
|
+
content: "\e071";
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.k-i-preview-off::before {
|
|
901
|
+
content: "\e071";
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.k-i-display-inline-block::before {
|
|
905
|
+
content: "\e072";
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.k-i-paper-plane::before {
|
|
909
|
+
content: "\e073";
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
.k-i-gauge-linear::before {
|
|
913
|
+
content: "\e074";
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.k-i-gauge-radial::before {
|
|
917
|
+
content: "\e075";
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.k-i-envelope-box::before {
|
|
921
|
+
content: "\e076";
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.k-i-envelope-link::before {
|
|
925
|
+
content: "\e077";
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.k-i-envelope::before {
|
|
929
|
+
content: "\e078";
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.k-i-warning-circle::before {
|
|
933
|
+
content: "\e079";
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.k-i-warning-triangle::before {
|
|
937
|
+
content: "\e07a";
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.k-i-info-solid::before {
|
|
941
|
+
content: "\e07b";
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.k-i-font-grow::before {
|
|
945
|
+
content: "\e07c";
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.k-i-font-shrink::before {
|
|
949
|
+
content: "\e07d";
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.k-i-text-overflow::before {
|
|
953
|
+
content: "\e07e";
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.k-i-text-wrap-arrow::before {
|
|
957
|
+
content: "\e07f";
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.k-i-text-truncate::before {
|
|
961
|
+
content: "\e080";
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.k-i-text-clip::before {
|
|
965
|
+
content: "\e081";
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.k-i-border-color::before {
|
|
969
|
+
content: "\e082";
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.k-i-border-type::before {
|
|
973
|
+
content: "\e083";
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.k-i-thumb-down-outline::before {
|
|
977
|
+
content: "\e084";
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.k-i-thumb-down::before {
|
|
981
|
+
content: "\e085";
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.k-i-thumb-up-outline::before {
|
|
985
|
+
content: "\e086";
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.k-i-thumb-up::before {
|
|
989
|
+
content: "\e087";
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.k-i-sparkles::before {
|
|
993
|
+
content: "\e088";
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.k-i-paragraph-mark::before {
|
|
997
|
+
content: "\e089";
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.k-i-pilcrow::before {
|
|
1001
|
+
content: "\e089";
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.k-i-paragraph-height::before {
|
|
1005
|
+
content: "\e08a";
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.k-i-user-outline::before {
|
|
1009
|
+
content: "\e08b";
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.k-i-wallet-solid::before {
|
|
1013
|
+
content: "\e08c";
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.k-i-stamp::before {
|
|
1017
|
+
content: "\e08d";
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.k-i-sticky-note::before {
|
|
1021
|
+
content: "\e08e";
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.k-i-ruler-outline::before {
|
|
1025
|
+
content: "\e08f";
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.k-i-eraser-outline::before {
|
|
1029
|
+
content: "\e090";
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.k-i-edit-annotations::before {
|
|
1033
|
+
content: "\e091";
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.k-i-highlight::before {
|
|
1037
|
+
content: "\e092";
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.k-i-highlight-free::before {
|
|
1041
|
+
content: "\e093";
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.k-i-free-text::before {
|
|
1045
|
+
content: "\e094";
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.k-i-x-logo::before {
|
|
1049
|
+
content: "\e095";
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.k-i-inputbox::before {
|
|
1053
|
+
content: "\e096";
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.k-i-scale::before {
|
|
1057
|
+
content: "\e097";
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.k-i-van::before {
|
|
1061
|
+
content: "\e098";
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.k-i-truck::before {
|
|
1065
|
+
content: "\e099";
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.k-i-wallet-outline::before {
|
|
1069
|
+
content: "\e09a";
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.k-i-transactions::before {
|
|
1073
|
+
content: "\e09b";
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.k-i-handle-drag-dots::before {
|
|
1077
|
+
content: "\e09c";
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.k-i-six-dice::before {
|
|
1081
|
+
content: "\e09c";
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.k-i-six-dots-vertical::before {
|
|
1085
|
+
content: "\e09c";
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.k-i-arrow-down-left::before {
|
|
1089
|
+
content: "\e09d";
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.k-i-return-key::before {
|
|
1093
|
+
content: "\e09d";
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.k-i-recycle-solid::before {
|
|
1097
|
+
content: "\e09e";
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.k-i-industrial-vehicle::before {
|
|
1101
|
+
content: "\e09f";
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.k-i-recycle-outline::before {
|
|
1105
|
+
content: "\e0a0";
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.k-i-plane-solid::before {
|
|
1109
|
+
content: "\e0a1";
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.k-i-plane-outline::before {
|
|
1113
|
+
content: "\e0a2";
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.k-i-money-exchange::before {
|
|
1117
|
+
content: "\e0a3";
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.k-i-sustainability::before {
|
|
1121
|
+
content: "\e0a4";
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
.k-i-speed::before {
|
|
1125
|
+
content: "\e0a5";
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.k-i-devices-outline::before {
|
|
1129
|
+
content: "\e0a6";
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.k-i-devices-solid::before {
|
|
1133
|
+
content: "\e0a7";
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.k-i-instagram-box::before {
|
|
1137
|
+
content: "\e0a8";
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.k-i-instagram::before {
|
|
1141
|
+
content: "\e0a9";
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.k-i-laptop-outline::before {
|
|
1145
|
+
content: "\e0aa";
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.k-i-laptop-solid::before {
|
|
1149
|
+
content: "\e0ab";
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.k-i-mobile-outline-ringing::before {
|
|
1153
|
+
content: "\e0ac";
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.k-i-mobile-outline::before {
|
|
1157
|
+
content: "\e0ad";
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.k-i-mobile-solid-ringing::before {
|
|
1161
|
+
content: "\e0ae";
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.k-i-mobile-solid::before {
|
|
1165
|
+
content: "\e0af";
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.k-i-locations::before {
|
|
1169
|
+
content: "\e0b0";
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.k-i-tablet-outline::before {
|
|
1173
|
+
content: "\e0b1";
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.k-i-tablet-solid::before {
|
|
1177
|
+
content: "\e0b2";
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.k-i-users-outline::before {
|
|
1181
|
+
content: "\e0b3";
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.k-i-users-solid::before {
|
|
1185
|
+
content: "\e0b4";
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.k-i-whatsapp-box::before {
|
|
1189
|
+
content: "\e0b5";
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.k-i-whatsapp::before {
|
|
1193
|
+
content: "\e0b6";
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.k-i-x-logo-box::before {
|
|
1197
|
+
content: "\e0b7";
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.k-i-sms-outline::before {
|
|
1201
|
+
content: "\e0b8";
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
.k-i-sms-solid::before {
|
|
1205
|
+
content: "\e0b9";
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.k-i-therapist-outline::before {
|
|
1209
|
+
content: "\e0ba";
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.k-i-therapist-solid::before {
|
|
1213
|
+
content: "\e0bb";
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.k-i-patient-solid::before {
|
|
1217
|
+
content: "\e0bc";
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.k-i-patient-outline::before {
|
|
1221
|
+
content: "\e0bd";
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.k-i-nurse-solid::before {
|
|
1225
|
+
content: "\e0be";
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.k-i-nurse-outline::before {
|
|
1229
|
+
content: "\e0bf";
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.k-i-optimization::before {
|
|
1233
|
+
content: "\e0c0";
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.k-i-security-check-outline::before {
|
|
1237
|
+
content: "\e0c1";
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.k-i-security-check-solid::before {
|
|
1241
|
+
content: "\e0c2";
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.k-i-security-lock-outline::before {
|
|
1245
|
+
content: "\e0c3";
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.k-i-security-lock-solid::before {
|
|
1249
|
+
content: "\e0c4";
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.k-i-upgrade-outline::before {
|
|
1253
|
+
content: "\e0c5";
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
.k-i-upgrade-reload::before {
|
|
1257
|
+
content: "\e0c6";
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.k-i-upgrade-solid::before {
|
|
1261
|
+
content: "\e0c7";
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.k-i-food-solid::before {
|
|
1265
|
+
content: "\e0c8";
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.k-i-food-outline::before {
|
|
1269
|
+
content: "\e0c9";
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.k-i-area::before {
|
|
1273
|
+
content: "\e0ca";
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.k-i-arrow-shape::before {
|
|
1277
|
+
content: "\e0cb";
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.k-i-border-radius-undefined::before {
|
|
1281
|
+
content: "\e0cc";
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.k-i-border-width::before {
|
|
1285
|
+
content: "\e0cd";
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.k-i-circle-shape::before {
|
|
1289
|
+
content: "\e0ce";
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.k-i-combobox::before {
|
|
1293
|
+
content: "\e0cf";
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.k-i-cube::before {
|
|
1297
|
+
content: "\e0d0";
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.k-i-distance::before {
|
|
1301
|
+
content: "\e0d1";
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.k-i-draw-free::before {
|
|
1305
|
+
content: "\e0d2";
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.k-i-dropdown::before {
|
|
1309
|
+
content: "\e0d3";
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.k-i-eraser-solid::before {
|
|
1313
|
+
content: "\e0d4";
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.k-i-hexagon-shape::before {
|
|
1317
|
+
content: "\e0d5";
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.k-i-insert-free-text::before {
|
|
1321
|
+
content: "\e0d6";
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.k-i-line-shape::before {
|
|
1325
|
+
content: "\e0d7";
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.k-i-password-box::before {
|
|
1329
|
+
content: "\e0d8";
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.k-i-perimeter::before {
|
|
1333
|
+
content: "\e0d9";
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.k-i-rectangle-shape::before {
|
|
1337
|
+
content: "\e0da";
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.k-i-replace-free-text::before {
|
|
1341
|
+
content: "\e0db";
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.k-i-ruler-outline-alt::before {
|
|
1345
|
+
content: "\e0dc";
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.k-i-ruler-solid-alt::before {
|
|
1349
|
+
content: "\e0dd";
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.k-i-ruler-solid::before {
|
|
1353
|
+
content: "\e0de";
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.k-i-ruler-triangle-outline::before {
|
|
1357
|
+
content: "\e0df";
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.k-i-ruler-triangle-solid::before {
|
|
1361
|
+
content: "\e0e0";
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.k-i-award-number-outline::before {
|
|
1365
|
+
content: "\e0e1";
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.k-i-award-number-solid::before {
|
|
1369
|
+
content: "\e0e2";
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.k-i-award-star-outline::before {
|
|
1373
|
+
content: "\e0e3";
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.k-i-award-star-solid::before {
|
|
1377
|
+
content: "\e0e4";
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.k-i-banknote-outline::before {
|
|
1381
|
+
content: "\e0e5";
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.k-i-banknote-solid::before {
|
|
1385
|
+
content: "\e0e6";
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.k-i-bathtube-outline::before {
|
|
1389
|
+
content: "\e0e7";
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.k-i-bathtube-solid::before {
|
|
1393
|
+
content: "\e0e8";
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.k-i-bed-outline::before {
|
|
1397
|
+
content: "\e0e9";
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.k-i-bed-solid::before {
|
|
1401
|
+
content: "\e0ea";
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.k-i-bug-outline::before {
|
|
1405
|
+
content: "\e0eb";
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.k-i-bug-solid::before {
|
|
1409
|
+
content: "\e0ec";
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.k-i-buildings-outline::before {
|
|
1413
|
+
content: "\e0ed";
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.k-i-buildings-solid::before {
|
|
1417
|
+
content: "\e0ee";
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.k-i-bicycle::before {
|
|
1421
|
+
content: "\e0ef";
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.k-i-bus::before {
|
|
1425
|
+
content: "\e0f0";
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.k-i-car::before {
|
|
1429
|
+
content: "\e0f1";
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.k-i-dashboard-outline::before {
|
|
1433
|
+
content: "\e0f2";
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.k-i-dashboard-solid::before {
|
|
1437
|
+
content: "\e0f3";
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.k-i-decision::before {
|
|
1441
|
+
content: "\e0f4";
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.k-i-directions::before {
|
|
1445
|
+
content: "\e0f5";
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.k-i-education-outline::before {
|
|
1449
|
+
content: "\e0f6";
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.k-i-education-solid::before {
|
|
1453
|
+
content: "\e0f7";
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.k-i-headset::before {
|
|
1457
|
+
content: "\e0f8";
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.k-i-luggage-outline::before {
|
|
1461
|
+
content: "\e0f9";
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.k-i-luggage-solid::before {
|
|
1465
|
+
content: "\e0fa";
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.k-i-non-stop-outline::before {
|
|
1469
|
+
content: "\e0fb";
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.k-i-non-stop-solid::before {
|
|
1473
|
+
content: "\e0fc";
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.k-i-pills-outline::before {
|
|
1477
|
+
content: "\e0fd";
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.k-i-pills-solid::before {
|
|
1481
|
+
content: "\e0fe";
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.k-i-plan::before {
|
|
1485
|
+
content: "\e0ff";
|
|
883
1486
|
}
|
|
884
1487
|
|
|
885
1488
|
.k-i-undo::before {
|
|
@@ -1566,6 +2169,74 @@
|
|
|
1566
2169
|
content: "\e15d";
|
|
1567
2170
|
}
|
|
1568
2171
|
|
|
2172
|
+
.k-i-question-solid::before {
|
|
2173
|
+
content: "\e15e";
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.k-i-clean-outline::before {
|
|
2177
|
+
content: "\e15f";
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
.k-i-clean-solid::before {
|
|
2181
|
+
content: "\e160";
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.k-i-concrete-truck::before {
|
|
2185
|
+
content: "\e161";
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.k-i-discount-outline::before {
|
|
2189
|
+
content: "\e162";
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.k-i-discount-solid::before {
|
|
2193
|
+
content: "\e163";
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.k-i-doctor-outline::before {
|
|
2197
|
+
content: "\e164";
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
.k-i-doctor-solid::before {
|
|
2201
|
+
content: "\e165";
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.k-i-lab-technician-outline::before {
|
|
2205
|
+
content: "\e166";
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.k-i-lab-technician-solid::before {
|
|
2209
|
+
content: "\e167";
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.k-i-sweeper-vehicle::before {
|
|
2213
|
+
content: "\e168";
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.k-i-weight-scale-outline::before {
|
|
2217
|
+
content: "\e169";
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.k-i-weight-scale-solid::before {
|
|
2221
|
+
content: "\e16a";
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.k-i-microphone-solid::before {
|
|
2225
|
+
content: "\e16b";
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.k-i-microphone-outline::before {
|
|
2229
|
+
content: "\e16c";
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.k-i-row-expand::before {
|
|
2233
|
+
content: "\e16d";
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.k-i-row-collapse::before {
|
|
2237
|
+
content: "\e16e";
|
|
2238
|
+
}
|
|
2239
|
+
|
|
1569
2240
|
.k-i-play::before {
|
|
1570
2241
|
content: "\e200";
|
|
1571
2242
|
}
|
|
@@ -1762,10 +2433,6 @@
|
|
|
1762
2433
|
content: "\e402";
|
|
1763
2434
|
}
|
|
1764
2435
|
|
|
1765
|
-
.k-i-warning-triangle::before {
|
|
1766
|
-
content: "\e07a";
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
2436
|
.k-i-help::before {
|
|
1770
2437
|
content: "\e402";
|
|
1771
2438
|
}
|
|
@@ -4150,7 +4817,13 @@
|
|
|
4150
4817
|
content: "\ea21";
|
|
4151
4818
|
}
|
|
4152
4819
|
|
|
4153
|
-
.t-font-icon
|
|
4820
|
+
.t-font-icon,
|
|
4821
|
+
.trv-report-viewer .k-icon:not(.fa):not(.k-resize-handle),
|
|
4822
|
+
.trv-report-viewer .k-tool-icon,
|
|
4823
|
+
.trv-report-viewer .k-button-group .k-tool-icon,
|
|
4824
|
+
.trv-report-viewer .k-colorpicker .k-tool-icon,
|
|
4825
|
+
.trv-send-email .k-icon,
|
|
4826
|
+
.trv-search .k-icon {
|
|
4154
4827
|
display: inline-block;
|
|
4155
4828
|
text-decoration: none;
|
|
4156
4829
|
font: 16px/1 ReportingIcons;
|
|
@@ -4161,11 +4834,15 @@
|
|
|
4161
4834
|
background-image: none;
|
|
4162
4835
|
}
|
|
4163
4836
|
|
|
4164
|
-
.t-font-icon
|
|
4837
|
+
.t-font-icon,
|
|
4838
|
+
.trv-report-viewer .k-icon:not(.k-resize-handle),
|
|
4839
|
+
.trv-report-viewer .k-tool-icon,
|
|
4840
|
+
.trv-report-viewer .k-button-group .k-tool-icon {
|
|
4165
4841
|
height: 16px;
|
|
4166
4842
|
}
|
|
4167
4843
|
|
|
4168
|
-
.t-font-icon
|
|
4844
|
+
.t-font-icon:before,
|
|
4845
|
+
.trv-report-viewer .k-icon:before {
|
|
4169
4846
|
vertical-align: baseline;
|
|
4170
4847
|
}
|
|
4171
4848
|
|
|
@@ -4249,6 +4926,181 @@
|
|
|
4249
4926
|
content: "\e809";
|
|
4250
4927
|
}
|
|
4251
4928
|
|
|
4929
|
+
.trv-report-viewer .k-i-calendar:before {
|
|
4930
|
+
content: "\e108";
|
|
4931
|
+
}
|
|
4932
|
+
|
|
4933
|
+
.trv-search-window .t-i-search-stop:before {
|
|
4934
|
+
content: "\e11b";
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
.trv-search-window .t-i-search-match-case:before {
|
|
4938
|
+
content: "\e606";
|
|
4939
|
+
}
|
|
4940
|
+
|
|
4941
|
+
.trv-search-window .t-i-search-match-whole-word:before {
|
|
4942
|
+
content: "\e643";
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4945
|
+
.trv-search-window .t-i-search-use-regex:before {
|
|
4946
|
+
content: "\e644";
|
|
4947
|
+
}
|
|
4948
|
+
|
|
4949
|
+
.trv-search-window .t-i-search-navigate-up:before {
|
|
4950
|
+
content: "\e013";
|
|
4951
|
+
}
|
|
4952
|
+
|
|
4953
|
+
.trv-search-window .t-i-search-navigate-down:before {
|
|
4954
|
+
content: "\e015";
|
|
4955
|
+
}
|
|
4956
|
+
|
|
4957
|
+
.trv-search-window .t-i-search-error:before {
|
|
4958
|
+
content: "\e403";
|
|
4959
|
+
}
|
|
4960
|
+
|
|
4961
|
+
.trv-search-window .k-i-arrow-s:before,
|
|
4962
|
+
.trv-search-window .k-i-arrow-60-down:before {
|
|
4963
|
+
content: "\e006";
|
|
4964
|
+
}
|
|
4965
|
+
|
|
4966
|
+
.trv-search-window .k-i-arrow-n:before,
|
|
4967
|
+
.trv-search-window .k-i-arrow-60-up:before {
|
|
4968
|
+
content: "\e004";
|
|
4969
|
+
}
|
|
4970
|
+
|
|
4971
|
+
.trv-search-window .k-i-arrow-w:before,
|
|
4972
|
+
.trv-search-window .k-i-arrow-60-left:before {
|
|
4973
|
+
content: "\e007";
|
|
4974
|
+
}
|
|
4975
|
+
|
|
4976
|
+
.trv-search-window .k-i-arrow-e:before,
|
|
4977
|
+
.trv-search-window .k-i-arrow-60-right:before {
|
|
4978
|
+
content: "\e005";
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4981
|
+
.trv-search-window .k-i-close:before {
|
|
4982
|
+
content: "\e11b";
|
|
4983
|
+
}
|
|
4984
|
+
|
|
4985
|
+
.trv-report-viewer .k-i-arrow-s:before,
|
|
4986
|
+
.trv-report-viewer .k-i-arrow-60-down:before {
|
|
4987
|
+
content: "\e006";
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4990
|
+
.trv-report-viewer .k-i-arrow-n:before,
|
|
4991
|
+
.trv-report-viewer .k-i-arrow-60-up:before {
|
|
4992
|
+
content: "\e004";
|
|
4993
|
+
}
|
|
4994
|
+
|
|
4995
|
+
.trv-report-viewer .k-i-arrow-w:before,
|
|
4996
|
+
.trv-report-viewer .k-i-arrow-60-left:before {
|
|
4997
|
+
content: "\e007";
|
|
4998
|
+
}
|
|
4999
|
+
|
|
5000
|
+
.trv-report-viewer .k-i-arrow-e:before,
|
|
5001
|
+
.trv-report-viewer .k-i-arrow-60-right:before {
|
|
5002
|
+
content: "\e005";
|
|
5003
|
+
}
|
|
5004
|
+
|
|
5005
|
+
.trv-report-viewer .k-i-close:before {
|
|
5006
|
+
content: "\e11b";
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
.trv-send-email-window .k-bold:before,
|
|
5010
|
+
.trv-send-email-window .k-i-bold:before {
|
|
5011
|
+
content: "\e601";
|
|
5012
|
+
}
|
|
5013
|
+
|
|
5014
|
+
.trv-send-email-window .k-italic:before,
|
|
5015
|
+
.trv-send-email-window .k-i-italic:before {
|
|
5016
|
+
content: "\e602";
|
|
5017
|
+
}
|
|
5018
|
+
|
|
5019
|
+
.trv-send-email-window .k-underline:before,
|
|
5020
|
+
.trv-send-email-window .k-i-underline:before {
|
|
5021
|
+
content: "\e603";
|
|
5022
|
+
}
|
|
5023
|
+
|
|
5024
|
+
.trv-send-email-window .k-strikethrough:before,
|
|
5025
|
+
.trv-send-email-window .k-i-strikethrough:before {
|
|
5026
|
+
content: "\e608";
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
.trv-send-email-window .k-justifyLeft:before,
|
|
5030
|
+
.trv-send-email-window .k-i-justifyLeft:before {
|
|
5031
|
+
content: "\e61d";
|
|
5032
|
+
}
|
|
5033
|
+
|
|
5034
|
+
.trv-send-email-window .k-justifyCenter:before,
|
|
5035
|
+
.trv-send-email-window .k-i-justifyCenter:before {
|
|
5036
|
+
content: "\e61e";
|
|
5037
|
+
}
|
|
5038
|
+
|
|
5039
|
+
.trv-send-email-window .k-justifyRight:before,
|
|
5040
|
+
.trv-send-email-window .k-i-justifyRight:before {
|
|
5041
|
+
content: "\e61f";
|
|
5042
|
+
}
|
|
5043
|
+
|
|
5044
|
+
.trv-send-email-window .k-justifyFull:before,
|
|
5045
|
+
.trv-send-email-window .k-i-justifyFull:before {
|
|
5046
|
+
content: "\e620";
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
.trv-send-email-window .k-insertUnorderedList:before,
|
|
5050
|
+
.trv-send-email-window .k-i-insertUnorderedList:before {
|
|
5051
|
+
content: "\e614";
|
|
5052
|
+
}
|
|
5053
|
+
|
|
5054
|
+
.trv-send-email-window .k-insertOrderedList:before,
|
|
5055
|
+
.trv-send-email-window .k-i-insertOrderedList:before {
|
|
5056
|
+
content: "\e613";
|
|
5057
|
+
}
|
|
5058
|
+
|
|
5059
|
+
.trv-send-email-window .k-indent:before,
|
|
5060
|
+
.trv-send-email-window .k-i-indent:before {
|
|
5061
|
+
content: "\e615";
|
|
5062
|
+
}
|
|
5063
|
+
|
|
5064
|
+
.trv-send-email-window .k-outdent:before,
|
|
5065
|
+
.trv-send-email-window .k-i-outdent:before {
|
|
5066
|
+
content: "\e616";
|
|
5067
|
+
}
|
|
5068
|
+
|
|
5069
|
+
.trv-send-email-window .k-createLink:before,
|
|
5070
|
+
.trv-send-email-window .k-i-createLink:before {
|
|
5071
|
+
content: "\e10f";
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
.trv-send-email-window .k-unlink:before,
|
|
5075
|
+
.trv-send-email-window .k-i-unlink:before {
|
|
5076
|
+
content: "\e110";
|
|
5077
|
+
}
|
|
5078
|
+
|
|
5079
|
+
.trv-send-email-window .k-cleanFormatting:before,
|
|
5080
|
+
.trv-send-email-window .k-i-cleanFormatting:before {
|
|
5081
|
+
content: "\e667";
|
|
5082
|
+
}
|
|
5083
|
+
|
|
5084
|
+
.trv-send-email-window .k-foreColor:before,
|
|
5085
|
+
.trv-send-email-window .k-i-foreColor:before {
|
|
5086
|
+
content: "\e605";
|
|
5087
|
+
}
|
|
5088
|
+
|
|
5089
|
+
.trv-send-email-window .k-backColor:before,
|
|
5090
|
+
.trv-send-email-window .k-i-backColor:before {
|
|
5091
|
+
content: "\e50f";
|
|
5092
|
+
}
|
|
5093
|
+
|
|
5094
|
+
.trv-send-email-window .k-subscript:before,
|
|
5095
|
+
.trv-send-email-window .k-i-subscript:before {
|
|
5096
|
+
content: "\e609";
|
|
5097
|
+
}
|
|
5098
|
+
|
|
5099
|
+
.trv-send-email-window .k-superscript:before,
|
|
5100
|
+
.trv-send-email-window .k-i-superscript:before {
|
|
5101
|
+
content: "\e60a";
|
|
5102
|
+
}
|
|
5103
|
+
|
|
4252
5104
|
.trv-report-viewer .t-i-scroll {
|
|
4253
5105
|
transform: rotateY(180deg);
|
|
4254
5106
|
}
|
|
@@ -4256,4 +5108,127 @@
|
|
|
4256
5108
|
.trv-report-viewer .t-i-scroll:before {
|
|
4257
5109
|
content: "\e022";
|
|
4258
5110
|
}
|
|
4259
|
-
|
|
5111
|
+
|
|
5112
|
+
.trv-report-viewer .k-expand-prev:before,
|
|
5113
|
+
.trv-report-viewer .k-collapse-next:before {
|
|
5114
|
+
content: "\e005";
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5117
|
+
.trv-report-viewer .k-treeview .k-plus:before,
|
|
5118
|
+
.trv-report-viewer .k-i-expand:before {
|
|
5119
|
+
content: "\e005";
|
|
5120
|
+
}
|
|
5121
|
+
|
|
5122
|
+
.trv-report-viewer .k-treeview .k-minus:before,
|
|
5123
|
+
.trv-report-viewer .k-i-collapse:before {
|
|
5124
|
+
content: "\e001";
|
|
5125
|
+
}
|
|
5126
|
+
|
|
5127
|
+
.trv-report-viewer .k-collapse-prev:before,
|
|
5128
|
+
.trv-report-viewer .k-expand-next:before {
|
|
5129
|
+
content: "\e007";
|
|
5130
|
+
}
|
|
5131
|
+
|
|
5132
|
+
.trv-report-viewer .k-splitbar-vertical .k-expand-prev:before,
|
|
5133
|
+
.trv-report-viewer .k-splitbar-vertical .k-collapse-next:before {
|
|
5134
|
+
content: "\e006";
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5137
|
+
.trv-report-viewer .k-splitbar-vertical .k-collapse-prev:before,
|
|
5138
|
+
.trv-report-viewer .k-splitbar-vertical .k-expand-next:before {
|
|
5139
|
+
content: "\e004";
|
|
5140
|
+
}
|
|
5141
|
+
|
|
5142
|
+
.k-icon {
|
|
5143
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
5144
|
+
font-family: "ReportingIcons" !important;
|
|
5145
|
+
speak: none;
|
|
5146
|
+
font-style: normal;
|
|
5147
|
+
font-weight: normal;
|
|
5148
|
+
font-variant: normal;
|
|
5149
|
+
text-transform: none;
|
|
5150
|
+
line-height: 1;
|
|
5151
|
+
/* Enable Ligatures ================ */
|
|
5152
|
+
letter-spacing: 0;
|
|
5153
|
+
-webkit-font-feature-settings: "liga";
|
|
5154
|
+
-moz-font-feature-settings: "liga=1";
|
|
5155
|
+
-moz-font-feature-settings: "liga";
|
|
5156
|
+
-ms-font-feature-settings: "liga" 1;
|
|
5157
|
+
font-feature-settings: "liga";
|
|
5158
|
+
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
5159
|
+
font-variant-ligatures: discretionary-ligatures;
|
|
5160
|
+
/* Better Font Rendering =========== */
|
|
5161
|
+
-webkit-font-smoothing: antialiased;
|
|
5162
|
+
-moz-osx-font-smoothing: grayscale;
|
|
5163
|
+
}
|
|
5164
|
+
|
|
5165
|
+
.twd-designer-parts .k-icon.k-resize-handle {
|
|
5166
|
+
font-size: 10px;
|
|
5167
|
+
width: 2px;
|
|
5168
|
+
height: 20px;
|
|
5169
|
+
cursor: pointer;
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
.k-i-gauge-radial {
|
|
5173
|
+
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Gauge_Radial_Segments' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <path d='M256,16C123.5,16,16,123.5,16,256s107.5,240,240,240s240-107.5,240-240S388.5,16,256,16z M256,461.7 c-113.4,0-205.7-92.3-205.7-205.7S142.6,50.3,256,50.3S461.7,142.6,461.7,256S369.4,461.7,256,461.7z'/> <path d='M355.9,117.2l-34.6,59.9c22.7,18.9,37.5,47,37.5,78.8h68.6C427.4,198.7,399.1,148.3,355.9,117.2L355.9,117.2z'/> <path d='M256,153.1c12.6,0,24.5,2.6,35.7,6.7l34.6-59.9c-21.5-9.7-45.2-15.4-70.3-15.4s-48.8,5.7-70.3,15.4l34.6,59.9 C231.5,155.7,243.4,153.1,256,153.1L256,153.1z'/> <path d='M256,204.6c-7.9,0-15.3,1.9-22,5.1L176,151.8l-20-34.6c-2.8,2-5.4,4.4-8.1,6.6l-13.2-13.2l-24.2,24.2l13.1,13.1 C99.4,177.4,84.6,214.8,84.6,256h68.6c0-22.2,7.5-42.4,19.6-59.1l37,37c-3.2,6.7-5.1,14.1-5.1,22c0,28.4,23,51.4,51.4,51.4 c7.9,0,15.3-1.9,22-5.1c10.6-5.1,19.2-13.6,24.2-24.2c3.2-6.7,5.1-14.1,5.1-22C307.4,227.6,284.4,204.6,256,204.6L256,204.6z'/> </svg>");
|
|
5174
|
+
background-repeat: no-repeat;
|
|
5175
|
+
}
|
|
5176
|
+
|
|
5177
|
+
.k-i-gauge-linear {
|
|
5178
|
+
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <g> <polygon points='90,58 200,58 145,132'/> <rect x='16' y='380' width='36' height='74'/> <rect x='460' y='380' width='36' height='74'/> <rect x='238' y='380' width='36' height='74'/> <path d='M460,164H16v184h480V164H460z M238,312H52V200h186V312z M349,312h-75V200h75V312z M460,312h-75V200h75V312z'/> <rect x='127' y='380' width='36' height='36'/> <rect x='349' y='380' width='36' height='36'/> </g> </svg>");
|
|
5179
|
+
background-repeat: no-repeat;
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5182
|
+
.k-i-gauge-radial-wizard {
|
|
5183
|
+
background-color: var(--kendo-color-on-app-surface, #272727);
|
|
5184
|
+
mask-image: url("data:image/svg+xml;utf8,<svg id='Layer_16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m256,461.7143c-113.4333,0-205.7144-92.2831-205.7144-205.7143S142.5667,50.2857,256,50.2857s205.7144,92.2831,205.7144,205.7143c0,24.0002-4.1455,47.047-11.7344,68.4799l26.4836,26.4836c12.563-29.126,19.5364-61.2285,19.5364-94.9635,0-132.5496-107.4526-240-240-240S16,123.4504,16,256s107.4526,240,240,240c33.1963,0,64.8179-6.7417,93.5723-18.9278l-26.5706-26.5706c-21.0129,7.259-43.5532,11.2127-67.0017,11.2127Z'/><path d='m355.9189,117.2123l-34.6035,59.9393c22.7468,18.8672,37.5417,46.9859,37.5417,78.8484h68.5715c0-57.2712-28.3594-107.6556-71.5098-138.7877Z'/><path d='m256,153.1428c12.606,0,24.5342,2.5886,35.7002,6.7383l34.5872-59.9058c-21.4954-9.7036-45.1758-15.4039-70.2874-15.4039s-48.792,5.7003-70.2874,15.4039l34.5872,59.9058c11.1577-4.1497,23.0898-6.7383,35.7002-6.7383Z'/><path d='m226.9995,299.3352c-3.9091,5.2727-2.3636,12.9091,3.6364,16.1818,1.7273.9091,3.6364,1.2727,5.5455,1.2727l23.0909-.2727c3.5454-.0909,7,1.6364,9.0909,4.6364l13.4545,19.0909c3.8182,5.3636,11.5455,6.2727,16.4546,1.5455,1.3636-1.3636,2.3636-3,2.9091-4.8182l6.8182-22.0909c1.0909-3.4545,3.7273-6.0909,7.1818-7.1818l22.2727-6.9091c5.7273-1.8182,9-7.9091,7.1818-13.6364-.7273-2.2727-2.1818-4.2727-4.0909-5.6364l-19.0909-13.4545c-2.9091-2.0909-4.6364-5.4545-4.6364-9.0909l.2727-23.3636c.0909-6-4.7273-11-10.7273-11.0909-2.3636,0-4.7273.7273-6.6364,2.1818l-18.7273,14c-2.9091,2.1818-6.6364,2.7273-10,1.6364l-22.0909-7.5455c-6.1818-2.0909-13,1.7273-14.2727,8.4545-.3636,1.9091-.0909,3.8182.4545,5.6364l7.4545,21.9091c1.1818,3.3636.5455,7.0909-1.6364,10l-13.9091,18.5454h0Z'/><path d='m504.6,490.1l-15.5,15.5c-8.6,8.6-22.4,8.6-31,0l-124-124c-8.6-8.6-8.6-22.4,0-31l15.5-15.5c8.6-8.6,22.4-8.6,31,0l124,124c8.6,8.5,8.6,22.4,0,31Z'/><path d='m201.144,215.6823c2.1191-11.2014,13.4719-17.5588,23.7651-14.0773l1.4197.4849-50.2842-50.2842-19.9722-34.5933c-2.8125,2.0319-5.3821,4.361-8.0691,6.552l-13.2256-13.2255-24.241,24.2432,13.1165,13.1166c-24.2661,29.4601-39.082,66.9329-39.082,108.1013h68.5715c0-22.2007,7.5042-42.3528,19.5535-59.0562l29.7615,29.7596-.5569-1.6362c-.9082-3.0274-1.3623-6.2062-.7568-9.3849Z'/></svg>");
|
|
5185
|
+
background-repeat: no-repeat;
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5188
|
+
.k-i-gauge-linear-wizard {
|
|
5189
|
+
background-color: var(--kendo-color-on-app-surface, #272727);
|
|
5190
|
+
mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <polygon points='90,58 200,58 145,132 '/> <rect x='16' y='380' width='36' height='74'/> <rect x='238' y='380' width='36' height='74'/> <rect x='127' y='380' width='36' height='36'/> <path d='M221.2,300.8c-4.3,5.8-2.6,14.2,4,17.8c1.9,1,4,1.4,6.1,1.4l25.4-0.3c3.9-0.1,7.7,1.8,10,5.1l14.8,21 c4.2,5.9,12.7,6.9,18.1,1.7c1.5-1.5,2.6-3.3,3.2-5.3l7.5-24.3c1.2-3.8,4.1-6.7,7.9-7.9l24.5-7.6c6.3-2,9.9-8.7,7.9-15 c-0.8-2.5-2.4-4.7-4.5-6.2l-21-14.8c-3.2-2.3-5.1-6-5.1-10l0.3-25.7c0.1-6.6-5.2-12.1-11.8-12.2c-2.6,0-5.2,0.8-7.3,2.4l-20.6,15.4 c-3.2,2.4-7.3,3-11,1.8l-24.3-8.3c-6.8-2.3-14.3,1.9-15.7,9.3c-0.4,2.1-0.1,4.2,0.5,6.2l8.2,24.1c1.3,3.7,0.6,7.8-1.8,11 L221.2,300.8L221.2,300.8L221.2,300.8z'/> <path d='M504.6,490.1l-15.5,15.5c-8.6,8.6-22.4,8.6-31,0l-124-124c-8.6-8.6-8.6-22.4,0-31l15.5-15.5c8.6-8.6,22.4-8.6,31,0l124,124 C513.2,467.6,513.2,481.5,504.6,490.1z'/> <polygon points='52,312 52,200 460,200 460,312 407.5,312 443.5,348 496,348 496,164 16,164 16,348 206.5,348 170.5,312 '/> </svg>");
|
|
5191
|
+
background-repeat: no-repeat;
|
|
5192
|
+
}
|
|
5193
|
+
|
|
5194
|
+
.k-i-gauge-single-range-radial {
|
|
5195
|
+
background-image: url("data:image/svg+xml;utf8,<svg id='Layer_8' data-name='Layer 8' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'> <path d='M256,16C123.4515,16,16,123.4517,16,256s107.4515,240,240,240,240-107.4518,240-240S388.5485,16,256,16Zm0,445.7143c-113.4312,0-205.7143-92.2831-205.7143-205.7143S142.5688,50.2857,256,50.2857s205.7143,92.2831,205.7143,205.7143-92.2831,205.7143-205.7143,205.7143Z'/> <path d='M256,84.5714c-41.1643,0-78.9354,14.5144-108.4874,38.6975l-12.7309-12.7309-24.2437,24.2437,12.7309,12.7309c-24.1831,29.5521-38.6975,67.3231-38.6975,108.4874h68.5715c0-22.1826,7.059-42.7467,19.0476-59.5659l37.3954,37.3954c-3.2126,6.7136-5.0145,14.2311-5.0145,22.1705,0,28.4032,23.0254,51.4285,51.4286,51.4285s51.4286-23.0253,51.4286-51.4285-23.0254-51.4286-51.4286-51.4286c-7.9393,0-15.4569,1.8018-22.1705,5.0145l-37.3954-37.3954c16.8194-11.9887,37.3838-19.0477,59.5659-19.0477,56.7167,0,102.8571,46.1405,102.8571,102.8572h68.5715c0-94.6771-76.7515-171.4286-171.4286-171.4286Z'/> </svg>");
|
|
5196
|
+
background-repeat: no-repeat;
|
|
5197
|
+
}
|
|
5198
|
+
|
|
5199
|
+
.k-i-gauge-multi-range-radial {
|
|
5200
|
+
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Gauge_Radial_Segments' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <path d='M256,16C123.5,16,16,123.5,16,256s107.5,240,240,240s240-107.5,240-240S388.5,16,256,16z M256,461.7 c-113.4,0-205.7-92.3-205.7-205.7S142.6,50.3,256,50.3S461.7,142.6,461.7,256S369.4,461.7,256,461.7z'/> <path d='M355.9,117.2l-34.6,59.9c22.7,18.9,37.5,47,37.5,78.8h68.6C427.4,198.7,399.1,148.3,355.9,117.2L355.9,117.2z'/> <path d='M256,153.1c12.6,0,24.5,2.6,35.7,6.7l34.6-59.9c-21.5-9.7-45.2-15.4-70.3-15.4s-48.8,5.7-70.3,15.4l34.6,59.9 C231.5,155.7,243.4,153.1,256,153.1L256,153.1z'/> <path d='M256,204.6c-7.9,0-15.3,1.9-22,5.1L176,151.8l-20-34.6c-2.8,2-5.4,4.4-8.1,6.6l-13.2-13.2l-24.2,24.2l13.1,13.1 C99.4,177.4,84.6,214.8,84.6,256h68.6c0-22.2,7.5-42.4,19.6-59.1l37,37c-3.2,6.7-5.1,14.1-5.1,22c0,28.4,23,51.4,51.4,51.4 c7.9,0,15.3-1.9,22-5.1c10.6-5.1,19.2-13.6,24.2-24.2c3.2-6.7,5.1-14.1,5.1-22C307.4,227.6,284.4,204.6,256,204.6L256,204.6z'/> </svg>");
|
|
5201
|
+
background-repeat: no-repeat;
|
|
5202
|
+
}
|
|
5203
|
+
|
|
5204
|
+
.k-i-gauge-horizontal-single-range-linear {
|
|
5205
|
+
background-image: url("data:image/svg+xml;utf8,<svg id='Gauge_Linear_512x512' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m460,200v112H52v-112h408m36-36H16v184h480v-184h0Z'/><polygon points='90 58 200 58 145 132 90 58'/><rect x='16' y='380' width='36' height='74'/><rect x='460' y='380' width='36' height='74'/><rect x='238' y='380' width='36' height='74'/><rect x='127' y='380' width='36' height='36'/><rect x='349' y='380' width='36' height='36'/></svg>");
|
|
5206
|
+
background-repeat: no-repeat;
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5209
|
+
.k-i-gauge-horizontal-multi-range-linear {
|
|
5210
|
+
background-image: url("data:image/svg+xml;utf8,<svg id='Gauge_Linear_512x512' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><polygon points='90 58 200 58 145 132 90 58'/><rect x='16' y='380' width='36' height='74'/><rect x='460' y='380' width='36' height='74'/><rect x='238' y='380' width='36' height='74'/><rect x='127' y='380' width='36' height='36'/><rect x='349' y='380' width='36' height='36'/><path d='m16,164v184h480v-184H16Zm333,36v112h-75v-112h75Zm-297,0h186v112H52v-112Zm408,112h-75v-112h75v112Z'/></svg>");
|
|
5211
|
+
background-repeat: no-repeat;
|
|
5212
|
+
}
|
|
5213
|
+
|
|
5214
|
+
.k-i-gauge-vertical-single-range-linear {
|
|
5215
|
+
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Gauge_Linear_512x512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <g> <path d='M312,460H200V52h112V460 M348,496V16H164v480H348L348,496z'/> <polygon points='454,90 454,200 380,145 '/> <rect x='58' y='16' width='74' height='36'/> <rect x='58' y='460' width='74' height='36'/> <rect x='58' y='238' width='74' height='36'/> <rect x='96' y='127' width='36' height='36'/> <rect x='96' y='349' width='36' height='36'/> </g> </svg>");
|
|
5216
|
+
background-repeat: no-repeat;
|
|
5217
|
+
}
|
|
5218
|
+
|
|
5219
|
+
.k-i-gauge-vertical-multi-range-linear {
|
|
5220
|
+
background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Gauge_Linear_512x512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'> <polygon points='454,90 454,200 380,145 '/> <rect x='58' y='16' width='74' height='36'/> <rect x='58' y='460' width='74' height='36'/> <rect x='58' y='238' width='74' height='36'/> <rect x='96' y='127' width='36' height='36'/> <rect x='96' y='349' width='36' height='36'/> <path d='M348,16H164v480h184V16z M312,349H200v-75h112V349z M312,52v186H200V52H312z M200,460v-75h112v75H200z'/> </svg>");
|
|
5221
|
+
background-repeat: no-repeat;
|
|
5222
|
+
}
|
|
5223
|
+
|
|
5224
|
+
.k-i-data-graphql {
|
|
5225
|
+
background-color: var(--kendo-color-on-app-surface, #272727);
|
|
5226
|
+
mask-image: url("data:image/svg+xml;utf8,<svg id='GQL' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' transform='translate(2, 2)' viewBox='0 0 512 512'><path fill='%23424242' d='M383.94,61.61v.33c-.53,33.88-86.26,61.29-191.93,61.29S.6,95.82.07,61.94v-.33C.06,27.59,86,0,192,0s191.94,27.59,191.94,61.61M383.88,108v.32c-.53,33.88-86.26,61.29-191.93,61.29S.54,142.2,0,108.32v-.32l.12,86.81v.32c.53,33.88,86.26,61.29,191.93,61.29s191.41-27.42,191.95-61.29v-.32l-.12-86.81ZM384,288l-.07-52v.32c-.34,21.73-35.73,40.8-88.93,51.68h89ZM128,294.11C53.73,285.69.43,263,0,236.32v-.32l.12,86.81v.32c.43,26.67,53.68,49.34,127.88,57.77v-86.79ZM244.11,410.63c-10.25,5.91-23,8.86-38.23,8.86-16.9,0-30.21-4.67-39.95-14.03-9.74-9.35-14.61-22.23-14.61-38.63s5.32-29.96,15.97-40.36c10.64-10.4,24.8-15.6,42.48-15.6,11.13,0,20.95,1.54,29.44,4.61v22.19c-8.11-4.69-18.02-7.03-29.74-7.03-9.81,0-17.81,3.19-23.99,9.56-6.18,6.37-9.27,14.88-9.27,25.52s2.77,19.14,8.31,25.05c5.54,5.91,13.02,8.86,22.45,8.86,5.66,0,10.16-.81,13.48-2.42v-20.51h-21.02v-18.9h44.68v52.81ZM308.93,419.49c-15.04,0-27.29-4.88-36.77-14.65-9.47-9.86-14.21-22.63-14.21-38.31,0-16.55,4.81-29.98,14.43-40.28,9.57-10.25,22.31-15.38,38.23-15.38,14.99,0,27.1,4.91,36.33,14.72,9.28,9.77,13.92,22.71,13.92,38.82s-4.81,29.76-14.43,39.92c-.34.34-.66.67-.95.99-.29.32-.61.62-.95.92l26.59,25.56h-33.11l-13.92-14.14c-4.59,1.22-9.64,1.83-15.16,1.83ZM309.95,331.23c-8.25,0-14.84,3.12-19.78,9.38-4.88,6.2-7.32,14.43-7.32,24.68s2.44,18.63,7.32,24.68c4.88,6.05,11.28,9.08,19.19,9.08s14.62-2.93,19.41-8.79c4.79-5.96,7.18-14.14,7.18-24.54s-2.32-19.31-6.96-25.42c-4.59-6.05-10.94-9.08-19.04-9.08ZM440.84,417.66h-62.55v-105.03h23.66v85.84h38.89v19.19Z'/></svg>");
|
|
5227
|
+
background-repeat: no-repeat;
|
|
5228
|
+
}
|
|
5229
|
+
|
|
5230
|
+
.k-i-exclamation-triangle {
|
|
5231
|
+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 32 0 480h512zm-32 160h64v160h-64zm0 256v-64h64v64z'></path></svg>");
|
|
5232
|
+
background-repeat: no-repeat;
|
|
5233
|
+
}
|
|
5234
|
+
/* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 62b62c19db7b9d1a6177e5ef340061ab */
|