@voicenter-team/voicenter-ui-plus 0.0.1
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 +35 -0
- package/library/favicon.ico +0 -0
- package/library/fonts/VC-icon.eot +0 -0
- package/library/fonts/VC-icon.svg +268 -0
- package/library/fonts/VC-icon.ttf +0 -0
- package/library/fonts/VC-icon.woff +0 -0
- package/library/icon-vc.css +753 -0
- package/library/images/logo-icon.svg +6 -0
- package/library/images/not-found.png +0 -0
- package/library/images/perfil.jpg +0 -0
- package/library/sound/test-audio.mp3 +0 -0
- package/library/style.css +1 -0
- package/library/super.mjs +24050 -0
- package/library/super.mjs.map +1 -0
- package/library/super.umd.js +37 -0
- package/library/super.umd.js.map +1 -0
- package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -0
- package/library/types/src/components/VcButton/VcButton.vue.d.ts +94 -0
- package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -0
- package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -0
- package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -0
- package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -0
- package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -0
- package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -0
- package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -0
- package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -0
- package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -0
- package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -0
- package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -0
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -0
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -0
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -0
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -0
- package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -0
- package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -0
- package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -0
- package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -0
- package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -0
- package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -0
- package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -0
- package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -0
- package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -0
- package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -0
- package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -0
- package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -0
- package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -0
- package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -0
- package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -0
- package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -0
- package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -0
- package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -0
- package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -0
- package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -0
- package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -0
- package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -0
- package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -0
- package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -0
- package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -0
- package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -0
- package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -0
- package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -0
- package/library/types/src/components/VcProgress/progress.options.d.ts +13 -0
- package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -0
- package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -0
- package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -0
- package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -0
- package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -0
- package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -0
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -0
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -0
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -0
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -0
- package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -0
- package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -0
- package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -0
- package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -0
- package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -0
- package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -0
- package/library/types/src/components/VcTable/tableOptions.d.ts +6 -0
- package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -0
- package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -0
- package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -0
- package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -0
- package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -0
- package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -0
- package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -0
- package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -0
- package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -0
- package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -0
- package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -0
- package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -0
- package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -0
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -0
- package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -0
- package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -0
- package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -0
- package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -0
- package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -0
- package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -0
- package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -0
- package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -0
- package/library/types/src/components/index.d.ts +43 -0
- package/library/types/src/directives/resize.d.ts +6 -0
- package/library/types/src/entry.d.ts +2 -0
- package/library/types/src/entry.esm.d.ts +4 -0
- package/library/types/src/env.d.ts +18 -0
- package/library/types/src/localization/Localization.types.d.ts +17 -0
- package/library/types/src/localization/index.d.ts +9 -0
- package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -0
- package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -0
- package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -0
- package/library/types/src/mixins/input/color.mixin.d.ts +33 -0
- package/library/types/src/mixins/input/error.mixin.d.ts +23 -0
- package/library/types/src/mixins/input/input.mixin.d.ts +146 -0
- package/library/types/src/mixins/input/label.mixin.d.ts +52 -0
- package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -0
- package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -0
- package/library/types/src/theme/index.d.ts +1 -0
- package/library/types/src/theme/theme.types.d.ts +6 -0
- package/library/types/src/types/AppendToTarget.types.d.ts +1 -0
- package/library/types/src/types/Entry.types.d.ts +6 -0
- package/library/types/src/types/OptionAndConfig.types.d.ts +23 -0
- package/library/types/src/types/VueGeneric.types.d.ts +1 -0
- package/library/types/src/utils/DomHandler.d.ts +5 -0
- package/library/types/src/utils/UniqueComponentId.d.ts +1 -0
- package/library/types/src/utils/ZIndexUtils.d.ts +12 -0
- package/library/types/src/utils/helpers.d.ts +6 -0
- package/library/types/src/utils/isValidTime.d.ts +2 -0
- package/package.json +66 -0
- package/src/assets/element/index.scss +161 -0
- package/src/assets/sass/main/_icons.scss +36 -0
- package/src/assets/sass/main/_loading.scss +51 -0
- package/src/assets/sass/main/_mixins.scss +339 -0
- package/src/assets/sass/main/_typography.scss +29 -0
- package/src/assets/sass/main.scss +9 -0
- package/src/components/VcButton/VcButton.scss +190 -0
- package/src/components/VcButton/VcButton.vue +117 -0
- package/src/components/VcButton/VcButtonIcon.scss +100 -0
- package/src/components/VcButton/VcButtonIcon.vue +97 -0
- package/src/components/VcCard/VcCard.vue +53 -0
- package/src/components/VcCheckbox/VcCheckbox.scss +66 -0
- package/src/components/VcCheckbox/VcCheckbox.vue +99 -0
- package/src/components/VcCheckbox/VcCheckboxGroupEl.vue +18 -0
- package/src/components/VcCheckboxGroup/VcCheckboxGroup.vue +164 -0
- package/src/components/VcCollapse/VcCollapse.vue +70 -0
- package/src/components/VcCollapse/VcCollapseItem.vue +229 -0
- package/src/components/VcCollapse/VcCollapseTransition.vue +78 -0
- package/src/components/VcColorPicker/ColorPicker/ColorPicker.vue +192 -0
- package/src/components/VcColorPicker/ColorPicker/Hue.vue +130 -0
- package/src/components/VcColorPicker/ColorPicker/Saturation.vue +146 -0
- package/src/components/VcColorPicker/VcColorPicker.vue +140 -0
- package/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue +474 -0
- package/src/components/VcDelimitedList/VcDelimitedList.vue +223 -0
- package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue +166 -0
- package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue +180 -0
- package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue +178 -0
- package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue +128 -0
- package/src/components/VcFileUploader/VcFileUploader.vue +324 -0
- package/src/components/VcForm/Styles/VcInputLabel.scss +24 -0
- package/src/components/VcForm/UiComponents/VcInputError.vue +31 -0
- package/src/components/VcForm/UiComponents/VcInputLabel.vue +67 -0
- package/src/components/VcForm/VcForm.vue +88 -0
- package/src/components/VcForm/VcFormItem.vue +115 -0
- package/src/components/VcHyperLink/VcHyperLink.vue +83 -0
- package/src/components/VcIconPicker/VcIconPicker.vue +142 -0
- package/src/components/VcInput/VcInput.vue +220 -0
- package/src/components/VcInputNumber/VcInputNumber.vue +128 -0
- package/src/components/VcLoading/Loaders/Circles.vue +100 -0
- package/src/components/VcLoading/Loaders/LdsSpinner.vue +52 -0
- package/src/components/VcLoading/Loaders/LoadIcon.vue +56 -0
- package/src/components/VcLoading/Loaders/Stretch.vue +82 -0
- package/src/components/VcLoading/VcLoading.vue +159 -0
- package/src/components/VcModal/VcModal.scss +227 -0
- package/src/components/VcModal/VcModal.vue +384 -0
- package/src/components/VcNotification/VcNotification.vue +302 -0
- package/src/components/VcNotification/VcNotificationMessage.vue +119 -0
- package/src/components/VcPagination/VcPagination.vue +175 -0
- package/src/components/VcPagination/VcPaginationButton.vue +37 -0
- package/src/components/VcPopover/VcPopover.vue +186 -0
- package/src/components/VcProgress/VcProgress.vue +235 -0
- package/src/components/VcRadio/VcRadio.scss +59 -0
- package/src/components/VcRadio/VcRadio.vue +89 -0
- package/src/components/VcRadioGroup/VcRadioGroup.vue +146 -0
- package/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue +128 -0
- package/src/components/VcRadioTabs/VcRadioTabs.vue +151 -0
- package/src/components/VcSelect/VcSelect.scss +135 -0
- package/src/components/VcSelect/VcSelect.vue +191 -0
- package/src/components/VcSkeletonLoader/Loaders/Card.vue +79 -0
- package/src/components/VcSkeletonLoader/Loaders/Circle.vue +45 -0
- package/src/components/VcSkeletonLoader/Loaders/Row.vue +36 -0
- package/src/components/VcSkeletonLoader/Loaders/Square.vue +44 -0
- package/src/components/VcSkeletonLoader/Loaders/Text.vue +42 -0
- package/src/components/VcSkeletonLoader/VcSkeletonLoader.vue +111 -0
- package/src/components/VcSoundplayer/VcSoundPlayer.vue +497 -0
- package/src/components/VcSplitButton/VcSplitButton.vue +338 -0
- package/src/components/VcSwitch/VcSwitch.vue +352 -0
- package/src/components/VcTable/VcTable.vue +869 -0
- package/src/components/VcTabs/VcTabNav.scss +120 -0
- package/src/components/VcTabs/VcTabNav.vue +203 -0
- package/src/components/VcTabs/VcTabPane.vue +128 -0
- package/src/components/VcTabs/VcTabs.vue +186 -0
- package/src/components/VcTag/VcTag.vue +186 -0
- package/src/components/VcTagInput/VcTagInput.vue +280 -0
- package/src/components/VcTagInput/VcTagInputStyle.scss +224 -0
- package/src/components/VcTimeInput/VcTimeInput.vue +441 -0
- package/src/components/VcTree/VcTree.vue +410 -0
- package/src/components/VcTree/VcTreeNode.vue +283 -0
- package/src/components/VcTree/VcTreeSelect.vue +472 -0
- package/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue +99 -0
- package/src/components/VcVerticalTabs/VcVerticalTabs.vue +125 -0
- package/src/components/VcViewSwitcher/VcViewSwitcher.vue +137 -0
- package/src/components/VcWizard/VcSummaryProgress.vue +193 -0
- package/src/components/VcWizard/VcSummaryStep.vue +172 -0
- package/src/components/VcWizard/VcWizard.vue +292 -0
- package/src/components/VcWizard/VcWizardNavigation.vue +196 -0
- package/src/components/VcWizard/VcWizardSummary.vue +73 -0
- package/src/components/VcWizard/VcWizardTransition.vue +119 -0
- package/src/theme/index.ts +47 -0
- package/src/theme/tailwindConfig.js +143 -0
- package/src/theme/tailwindScheme.js +9 -0
- package/src/theme/theme.types.ts +6 -0
- package/src/theme/themes.json +130 -0
|
@@ -0,0 +1,753 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'VC-icon';
|
|
3
|
+
src: url('./fonts/VC-icon.eot?kd68pa');
|
|
4
|
+
src: url('./fonts/VC-icon.eot?kd68pa#iefix') format('embedded-opentype'),
|
|
5
|
+
url('./fonts/VC-icon.ttf?kd68pa') format('truetype'),
|
|
6
|
+
url('./fonts/VC-icon.woff?kd68pa') format('woff'),
|
|
7
|
+
url('./fonts/VC-icon.svg?kd68pa#VC-icon') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="vc-icon-"], [class*=" vc-icon-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'VC-icon' !important;
|
|
16
|
+
speak: never;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.vc-icon-csv:before {
|
|
29
|
+
content: "\e9f1";
|
|
30
|
+
}
|
|
31
|
+
.vc-icon-phone-down:before {
|
|
32
|
+
content: "\e9e9";
|
|
33
|
+
}
|
|
34
|
+
.vc-icon-mic-off:before {
|
|
35
|
+
content: "\e9ea";
|
|
36
|
+
}
|
|
37
|
+
.vc-icon-phone-off:before {
|
|
38
|
+
content: "\e9eb";
|
|
39
|
+
}
|
|
40
|
+
.vc-icon-move:before {
|
|
41
|
+
content: "\e9ec";
|
|
42
|
+
}
|
|
43
|
+
.vc-icon-sound-off:before {
|
|
44
|
+
content: "\e9ed";
|
|
45
|
+
}
|
|
46
|
+
.vc-icon-delete:before {
|
|
47
|
+
content: "\e9ee";
|
|
48
|
+
}
|
|
49
|
+
.vc-icon-transfer:before {
|
|
50
|
+
content: "\e9ef";
|
|
51
|
+
}
|
|
52
|
+
.vc-icon-pause:before {
|
|
53
|
+
content: "\e9f0";
|
|
54
|
+
}
|
|
55
|
+
.vc-icon-sound-low:before {
|
|
56
|
+
content: "\e9e8";
|
|
57
|
+
}
|
|
58
|
+
.vc-icon-abandone:before {
|
|
59
|
+
content: "\e9e0";
|
|
60
|
+
}
|
|
61
|
+
.vc-icon-answer:before {
|
|
62
|
+
content: "\e9e1";
|
|
63
|
+
}
|
|
64
|
+
.vc-icon-busy:before {
|
|
65
|
+
content: "\e9e2";
|
|
66
|
+
}
|
|
67
|
+
.vc-icon-cancel-circle:before {
|
|
68
|
+
content: "\e9e3";
|
|
69
|
+
}
|
|
70
|
+
.vc-icon-joinempty:before {
|
|
71
|
+
content: "\e9e4";
|
|
72
|
+
}
|
|
73
|
+
.vc-icon-no-answer:before {
|
|
74
|
+
content: "\e9e5";
|
|
75
|
+
}
|
|
76
|
+
.vc-icon-not-called:before {
|
|
77
|
+
content: "\e9e6";
|
|
78
|
+
}
|
|
79
|
+
.vc-icon-not-dialed:before {
|
|
80
|
+
content: "\e9e7";
|
|
81
|
+
}
|
|
82
|
+
.vc-icon-top-left:before {
|
|
83
|
+
content: "\e9dc";
|
|
84
|
+
}
|
|
85
|
+
.vc-icon-bottom-left:before {
|
|
86
|
+
content: "\e9dd";
|
|
87
|
+
}
|
|
88
|
+
.vc-icon-top-right:before {
|
|
89
|
+
content: "\e9de";
|
|
90
|
+
}
|
|
91
|
+
.vc-icon-bottom-right:before {
|
|
92
|
+
content: "\e9df";
|
|
93
|
+
}
|
|
94
|
+
.vc-icon-anonymous:before {
|
|
95
|
+
content: "\e9bf";
|
|
96
|
+
}
|
|
97
|
+
.vc-icon-available-agent:before {
|
|
98
|
+
content: "\e9cd";
|
|
99
|
+
}
|
|
100
|
+
.vc-icon-database:before {
|
|
101
|
+
content: "\e9d7";
|
|
102
|
+
}
|
|
103
|
+
.vc-icon-robot:before {
|
|
104
|
+
content: "\e9d8";
|
|
105
|
+
}
|
|
106
|
+
.vc-icon-Text-to-sp:before {
|
|
107
|
+
content: "\e9d9";
|
|
108
|
+
}
|
|
109
|
+
.vc-icon-Waiting-callers:before {
|
|
110
|
+
content: "\e9da";
|
|
111
|
+
}
|
|
112
|
+
.vc-icon-WaitTime:before {
|
|
113
|
+
content: "\e9db";
|
|
114
|
+
}
|
|
115
|
+
.vc-icon-minimap:before {
|
|
116
|
+
content: "\e915";
|
|
117
|
+
}
|
|
118
|
+
.vc-icon-partners:before {
|
|
119
|
+
content: "\e96f";
|
|
120
|
+
}
|
|
121
|
+
.vc-icon-call-flow:before {
|
|
122
|
+
content: "\e9bd";
|
|
123
|
+
}
|
|
124
|
+
.vc-icon-dragdrop:before {
|
|
125
|
+
content: "\e922";
|
|
126
|
+
}
|
|
127
|
+
.vc-icon-zoom-in:before {
|
|
128
|
+
content: "\e958";
|
|
129
|
+
}
|
|
130
|
+
.vc-icon-zoom-out:before {
|
|
131
|
+
content: "\e978";
|
|
132
|
+
}
|
|
133
|
+
.vc-icon-minus-linear:before {
|
|
134
|
+
content: "\e9d5";
|
|
135
|
+
}
|
|
136
|
+
.vc-icon-plus-linear:before {
|
|
137
|
+
content: "\e9d6";
|
|
138
|
+
}
|
|
139
|
+
.vc-icon-fullscreen:before {
|
|
140
|
+
content: "\e9d3";
|
|
141
|
+
}
|
|
142
|
+
.vc-icon-clear:before {
|
|
143
|
+
content: "\e9d2";
|
|
144
|
+
}
|
|
145
|
+
.vc-icon-pause1:before {
|
|
146
|
+
content: "\e9d4";
|
|
147
|
+
}
|
|
148
|
+
.vc-icon-checkmark-solid:before {
|
|
149
|
+
content: "\e9c6";
|
|
150
|
+
}
|
|
151
|
+
.vc-icon-diling_in_leg:before {
|
|
152
|
+
content: "\e9c7";
|
|
153
|
+
}
|
|
154
|
+
.vc-icon-diling_out_leg:before {
|
|
155
|
+
content: "\e9c8";
|
|
156
|
+
}
|
|
157
|
+
.vc-icon-ID_number:before {
|
|
158
|
+
content: "\e9c9";
|
|
159
|
+
}
|
|
160
|
+
.vc-icon-minus-solid:before {
|
|
161
|
+
content: "\e9ca";
|
|
162
|
+
}
|
|
163
|
+
.vc-icon-pages:before {
|
|
164
|
+
content: "\e9cb";
|
|
165
|
+
}
|
|
166
|
+
.vc-icon-qa_category:before {
|
|
167
|
+
content: "\e9cc";
|
|
168
|
+
}
|
|
169
|
+
.vc-icon-ticket-open:before {
|
|
170
|
+
content: "\e9ce";
|
|
171
|
+
}
|
|
172
|
+
.vc-icon-tour_category:before {
|
|
173
|
+
content: "\e9cf";
|
|
174
|
+
}
|
|
175
|
+
.vc-icon-tutorial_category:before {
|
|
176
|
+
content: "\e9d0";
|
|
177
|
+
}
|
|
178
|
+
.vc-icon-wait_for_client:before {
|
|
179
|
+
content: "\e9d1";
|
|
180
|
+
}
|
|
181
|
+
.vc-icon-tracker-play:before {
|
|
182
|
+
content: "\e9c4";
|
|
183
|
+
}
|
|
184
|
+
.vc-icon-tracker-stop:before {
|
|
185
|
+
content: "\e9c5";
|
|
186
|
+
}
|
|
187
|
+
.vc-icon-additional-services:before {
|
|
188
|
+
content: "\e9c1";
|
|
189
|
+
}
|
|
190
|
+
.vc-icon-customer-experience:before {
|
|
191
|
+
content: "\e9c2";
|
|
192
|
+
}
|
|
193
|
+
.vc-icon-Inventory-and-Procurement:before {
|
|
194
|
+
content: "\e9c3";
|
|
195
|
+
}
|
|
196
|
+
.vc-icon-ticket-closed:before {
|
|
197
|
+
content: "\e9c0";
|
|
198
|
+
}
|
|
199
|
+
.vc-icon-ticket-frozen:before {
|
|
200
|
+
content: "\e918";
|
|
201
|
+
}
|
|
202
|
+
.vc-icon-in-progress:before {
|
|
203
|
+
content: "\e9bc";
|
|
204
|
+
}
|
|
205
|
+
.vc-icon-911:before {
|
|
206
|
+
content: "\e900";
|
|
207
|
+
}
|
|
208
|
+
.vc-icon-account-list:before {
|
|
209
|
+
content: "\e901";
|
|
210
|
+
}
|
|
211
|
+
.vc-icon-Accounting-Finance:before {
|
|
212
|
+
content: "\e902";
|
|
213
|
+
}
|
|
214
|
+
.vc-icon-add-user:before {
|
|
215
|
+
content: "\e903";
|
|
216
|
+
}
|
|
217
|
+
.vc-icon-admin:before {
|
|
218
|
+
content: "\e904";
|
|
219
|
+
}
|
|
220
|
+
.vc-icon-admins:before {
|
|
221
|
+
content: "\e905";
|
|
222
|
+
}
|
|
223
|
+
.vc-icon-agent:before {
|
|
224
|
+
content: "\e906";
|
|
225
|
+
}
|
|
226
|
+
.vc-icon-alert:before {
|
|
227
|
+
content: "\e907";
|
|
228
|
+
}
|
|
229
|
+
.vc-icon-allowed-ips:before {
|
|
230
|
+
content: "\e908";
|
|
231
|
+
}
|
|
232
|
+
.vc-icon-always:before {
|
|
233
|
+
content: "\e909";
|
|
234
|
+
}
|
|
235
|
+
.vc-icon-arrow-down:before {
|
|
236
|
+
content: "\e90a";
|
|
237
|
+
}
|
|
238
|
+
.vc-icon-arrow-up:before {
|
|
239
|
+
content: "\e90b";
|
|
240
|
+
}
|
|
241
|
+
.vc-icon-attachment:before {
|
|
242
|
+
content: "\e90c";
|
|
243
|
+
}
|
|
244
|
+
.vc-icon-autokick:before {
|
|
245
|
+
content: "\e90d";
|
|
246
|
+
}
|
|
247
|
+
.vc-icon-back:before {
|
|
248
|
+
content: "\e90e";
|
|
249
|
+
}
|
|
250
|
+
.vc-icon-basic:before {
|
|
251
|
+
content: "\e90f";
|
|
252
|
+
}
|
|
253
|
+
.vc-icon-billing:before {
|
|
254
|
+
content: "\e910";
|
|
255
|
+
}
|
|
256
|
+
.vc-icon-binding:before {
|
|
257
|
+
content: "\e911";
|
|
258
|
+
}
|
|
259
|
+
.vc-icon-blind:before {
|
|
260
|
+
content: "\e912";
|
|
261
|
+
}
|
|
262
|
+
.vc-icon-bold:before {
|
|
263
|
+
content: "\e913";
|
|
264
|
+
}
|
|
265
|
+
.vc-icon-box:before {
|
|
266
|
+
content: "\e914";
|
|
267
|
+
}
|
|
268
|
+
.vc-icon-call-actions:before {
|
|
269
|
+
content: "\e916";
|
|
270
|
+
}
|
|
271
|
+
.vc-icon-call-back:before {
|
|
272
|
+
content: "\e917";
|
|
273
|
+
}
|
|
274
|
+
.vc-icon-call-groups:before {
|
|
275
|
+
content: "\e9be";
|
|
276
|
+
}
|
|
277
|
+
.vc-icon-call-history:before {
|
|
278
|
+
content: "\e919";
|
|
279
|
+
}
|
|
280
|
+
.vc-icon-cancel:before {
|
|
281
|
+
content: "\e91a";
|
|
282
|
+
}
|
|
283
|
+
.vc-icon-celebration:before {
|
|
284
|
+
content: "\e91b";
|
|
285
|
+
}
|
|
286
|
+
.vc-icon-cluster:before {
|
|
287
|
+
content: "\e91c";
|
|
288
|
+
}
|
|
289
|
+
.vc-icon-checkmark:before {
|
|
290
|
+
content: "\e91d";
|
|
291
|
+
}
|
|
292
|
+
.vc-icon-city:before {
|
|
293
|
+
content: "\e91e";
|
|
294
|
+
}
|
|
295
|
+
.vc-icon-close:before {
|
|
296
|
+
content: "\e91f";
|
|
297
|
+
}
|
|
298
|
+
.vc-icon-code:before {
|
|
299
|
+
content: "\e920";
|
|
300
|
+
}
|
|
301
|
+
.vc-icon-color:before {
|
|
302
|
+
content: "\e921";
|
|
303
|
+
}
|
|
304
|
+
.vc-icon-conference:before {
|
|
305
|
+
content: "\e923";
|
|
306
|
+
}
|
|
307
|
+
.vc-icon-confirm-action:before {
|
|
308
|
+
content: "\e924";
|
|
309
|
+
}
|
|
310
|
+
.vc-icon-connection:before {
|
|
311
|
+
content: "\e925";
|
|
312
|
+
}
|
|
313
|
+
.vc-icon-contact-list:before {
|
|
314
|
+
content: "\e926";
|
|
315
|
+
}
|
|
316
|
+
.vc-icon-country:before {
|
|
317
|
+
content: "\e927";
|
|
318
|
+
}
|
|
319
|
+
.vc-icon-customer:before {
|
|
320
|
+
content: "\e928";
|
|
321
|
+
}
|
|
322
|
+
.vc-icon-data:before {
|
|
323
|
+
content: "\e929";
|
|
324
|
+
}
|
|
325
|
+
.vc-icon-date-range:before {
|
|
326
|
+
content: "\e92a";
|
|
327
|
+
}
|
|
328
|
+
.vc-icon-date-received:before {
|
|
329
|
+
content: "\e92b";
|
|
330
|
+
}
|
|
331
|
+
.vc-icon-devices:before {
|
|
332
|
+
content: "\e92c";
|
|
333
|
+
}
|
|
334
|
+
.vc-icon-dial-rules:before {
|
|
335
|
+
content: "\e92d";
|
|
336
|
+
}
|
|
337
|
+
.vc-icon-down:before {
|
|
338
|
+
content: "\e92e";
|
|
339
|
+
}
|
|
340
|
+
.vc-icon-download:before {
|
|
341
|
+
content: "\e92f";
|
|
342
|
+
}
|
|
343
|
+
.vc-icon-edit-pencil:before {
|
|
344
|
+
content: "\e930";
|
|
345
|
+
}
|
|
346
|
+
.vc-icon-editor:before {
|
|
347
|
+
content: "\e931";
|
|
348
|
+
}
|
|
349
|
+
.vc-icon-email-groups:before {
|
|
350
|
+
content: "\e932";
|
|
351
|
+
}
|
|
352
|
+
.vc-icon-equalizer:before {
|
|
353
|
+
content: "\e933";
|
|
354
|
+
}
|
|
355
|
+
.vc-icon-exit-recycle-bin:before {
|
|
356
|
+
content: "\e934";
|
|
357
|
+
}
|
|
358
|
+
.vc-icon-extensions:before {
|
|
359
|
+
content: "\e935";
|
|
360
|
+
}
|
|
361
|
+
.vc-icon-eye:before {
|
|
362
|
+
content: "\e936";
|
|
363
|
+
}
|
|
364
|
+
.vc-icon-fax-in:before {
|
|
365
|
+
content: "\e937";
|
|
366
|
+
}
|
|
367
|
+
.vc-icon-fax-out:before {
|
|
368
|
+
content: "\e938";
|
|
369
|
+
}
|
|
370
|
+
.vc-icon-fax:before {
|
|
371
|
+
content: "\e939";
|
|
372
|
+
}
|
|
373
|
+
.vc-icon-filter:before {
|
|
374
|
+
content: "\e93a";
|
|
375
|
+
}
|
|
376
|
+
.vc-icon-folder:before {
|
|
377
|
+
content: "\e93b";
|
|
378
|
+
}
|
|
379
|
+
.vc-icon-folders:before {
|
|
380
|
+
content: "\e93c";
|
|
381
|
+
}
|
|
382
|
+
.vc-icon-format:before {
|
|
383
|
+
content: "\e93d";
|
|
384
|
+
}
|
|
385
|
+
.vc-icon-general-settings:before {
|
|
386
|
+
content: "\e93e";
|
|
387
|
+
}
|
|
388
|
+
.vc-icon-headphones:before {
|
|
389
|
+
content: "\e93f";
|
|
390
|
+
}
|
|
391
|
+
.vc-icon-help:before {
|
|
392
|
+
content: "\e940";
|
|
393
|
+
}
|
|
394
|
+
.vc-icon-home:before {
|
|
395
|
+
content: "\e941";
|
|
396
|
+
}
|
|
397
|
+
.vc-icon-hr:before {
|
|
398
|
+
content: "\e942";
|
|
399
|
+
}
|
|
400
|
+
.vc-icon-html:before {
|
|
401
|
+
content: "\e943";
|
|
402
|
+
}
|
|
403
|
+
.vc-icon-mail:before {
|
|
404
|
+
content: "\e944";
|
|
405
|
+
}
|
|
406
|
+
.vc-icon-cross:before {
|
|
407
|
+
content: "\e945";
|
|
408
|
+
}
|
|
409
|
+
.vc-icon-clock:before {
|
|
410
|
+
content: "\e946";
|
|
411
|
+
}
|
|
412
|
+
.vc-icon-web:before {
|
|
413
|
+
content: "\e947";
|
|
414
|
+
}
|
|
415
|
+
.vc-icon-filter2:before {
|
|
416
|
+
content: "\e948";
|
|
417
|
+
}
|
|
418
|
+
.vc-icon-copy:before {
|
|
419
|
+
content: "\e949";
|
|
420
|
+
}
|
|
421
|
+
.vc-icon-login-status:before {
|
|
422
|
+
content: "\e94a";
|
|
423
|
+
}
|
|
424
|
+
.vc-icon-helper:before {
|
|
425
|
+
content: "\e94b";
|
|
426
|
+
}
|
|
427
|
+
.vc-icon-id:before {
|
|
428
|
+
content: "\e94c";
|
|
429
|
+
}
|
|
430
|
+
.vc-icon-image:before {
|
|
431
|
+
content: "\e94d";
|
|
432
|
+
}
|
|
433
|
+
.vc-icon-incoming:before {
|
|
434
|
+
content: "\e94e";
|
|
435
|
+
}
|
|
436
|
+
.vc-icon-info:before {
|
|
437
|
+
content: "\e94f";
|
|
438
|
+
}
|
|
439
|
+
.vc-icon-integration:before {
|
|
440
|
+
content: "\e950";
|
|
441
|
+
}
|
|
442
|
+
.vc-icon-it:before {
|
|
443
|
+
content: "\e951";
|
|
444
|
+
}
|
|
445
|
+
.vc-icon-italic:before {
|
|
446
|
+
content: "\e952";
|
|
447
|
+
}
|
|
448
|
+
.vc-icon-ivrs:before {
|
|
449
|
+
content: "\e953";
|
|
450
|
+
}
|
|
451
|
+
.vc-icon-language:before {
|
|
452
|
+
content: "\e954";
|
|
453
|
+
}
|
|
454
|
+
.vc-icon-left:before {
|
|
455
|
+
content: "\e955";
|
|
456
|
+
}
|
|
457
|
+
.vc-icon-license:before {
|
|
458
|
+
content: "\e956";
|
|
459
|
+
}
|
|
460
|
+
.vc-icon-lisence-type:before {
|
|
461
|
+
content: "\e957";
|
|
462
|
+
}
|
|
463
|
+
.vc-icon-load:before {
|
|
464
|
+
content: "\e959";
|
|
465
|
+
}
|
|
466
|
+
.vc-icon-log-in:before {
|
|
467
|
+
content: "\e95a";
|
|
468
|
+
}
|
|
469
|
+
.vc-icon-log-out:before {
|
|
470
|
+
content: "\e95b";
|
|
471
|
+
}
|
|
472
|
+
.vc-icon-logs:before {
|
|
473
|
+
content: "\e95c";
|
|
474
|
+
}
|
|
475
|
+
.vc-icon-lunch:before {
|
|
476
|
+
content: "\e95d";
|
|
477
|
+
}
|
|
478
|
+
.vc-icon-managment:before {
|
|
479
|
+
content: "\e95e";
|
|
480
|
+
}
|
|
481
|
+
.vc-icon-marketing:before {
|
|
482
|
+
content: "\e95f";
|
|
483
|
+
}
|
|
484
|
+
.vc-icon-meeting-history:before {
|
|
485
|
+
content: "\e960";
|
|
486
|
+
}
|
|
487
|
+
.vc-icon-meetings:before {
|
|
488
|
+
content: "\e961";
|
|
489
|
+
}
|
|
490
|
+
.vc-icon-menu:before {
|
|
491
|
+
content: "\e962";
|
|
492
|
+
}
|
|
493
|
+
.vc-icon-messages:before {
|
|
494
|
+
content: "\e963";
|
|
495
|
+
}
|
|
496
|
+
.vc-icon-mic:before {
|
|
497
|
+
content: "\e964";
|
|
498
|
+
}
|
|
499
|
+
.vc-icon-mp3:before {
|
|
500
|
+
content: "\e965";
|
|
501
|
+
}
|
|
502
|
+
.vc-icon-music:before {
|
|
503
|
+
content: "\e966";
|
|
504
|
+
}
|
|
505
|
+
.vc-icon-name:before {
|
|
506
|
+
content: "\e967";
|
|
507
|
+
}
|
|
508
|
+
.vc-icon-next:before {
|
|
509
|
+
content: "\e968";
|
|
510
|
+
}
|
|
511
|
+
.vc-icon-none:before {
|
|
512
|
+
content: "\e969";
|
|
513
|
+
}
|
|
514
|
+
.vc-icon-notes:before {
|
|
515
|
+
content: "\e96a";
|
|
516
|
+
}
|
|
517
|
+
.vc-icon-notification-provider:before {
|
|
518
|
+
content: "\e96b";
|
|
519
|
+
}
|
|
520
|
+
.vc-icon-notification:before {
|
|
521
|
+
content: "\e96c";
|
|
522
|
+
}
|
|
523
|
+
.vc-icon-number-group:before {
|
|
524
|
+
content: "\e96d";
|
|
525
|
+
}
|
|
526
|
+
.vc-icon-open:before {
|
|
527
|
+
content: "\e96e";
|
|
528
|
+
}
|
|
529
|
+
.vc-icon-operations:before {
|
|
530
|
+
content: "\e970";
|
|
531
|
+
}
|
|
532
|
+
.vc-icon-other:before {
|
|
533
|
+
content: "\e971";
|
|
534
|
+
}
|
|
535
|
+
.vc-icon-outgoing:before {
|
|
536
|
+
content: "\e972";
|
|
537
|
+
}
|
|
538
|
+
.vc-icon-paging:before {
|
|
539
|
+
content: "\e973";
|
|
540
|
+
}
|
|
541
|
+
.vc-icon-parent-acc:before {
|
|
542
|
+
content: "\e974";
|
|
543
|
+
}
|
|
544
|
+
.vc-icon-password:before {
|
|
545
|
+
content: "\e975";
|
|
546
|
+
}
|
|
547
|
+
.vc-icon-pause2:before {
|
|
548
|
+
content: "\e976";
|
|
549
|
+
}
|
|
550
|
+
.vc-icon-permissions:before {
|
|
551
|
+
content: "\e977";
|
|
552
|
+
}
|
|
553
|
+
.vc-icon-phone-numbers:before {
|
|
554
|
+
content: "\e979";
|
|
555
|
+
}
|
|
556
|
+
.vc-icon-phone-system:before {
|
|
557
|
+
content: "\e97a";
|
|
558
|
+
}
|
|
559
|
+
.vc-icon-phone:before {
|
|
560
|
+
content: "\e97b";
|
|
561
|
+
}
|
|
562
|
+
.vc-icon-pickup:before {
|
|
563
|
+
content: "\e97c";
|
|
564
|
+
}
|
|
565
|
+
.vc-icon-pin:before {
|
|
566
|
+
content: "\e97d";
|
|
567
|
+
}
|
|
568
|
+
.vc-icon-play:before {
|
|
569
|
+
content: "\e97e";
|
|
570
|
+
}
|
|
571
|
+
.vc-icon-pobox:before {
|
|
572
|
+
content: "\e97f";
|
|
573
|
+
}
|
|
574
|
+
.vc-icon-postal-code:before {
|
|
575
|
+
content: "\e980";
|
|
576
|
+
}
|
|
577
|
+
.vc-icon-print:before {
|
|
578
|
+
content: "\e981";
|
|
579
|
+
}
|
|
580
|
+
.vc-icon-private:before {
|
|
581
|
+
content: "\e982";
|
|
582
|
+
}
|
|
583
|
+
.vc-icon-process:before {
|
|
584
|
+
content: "\e983";
|
|
585
|
+
}
|
|
586
|
+
.vc-icon-production:before {
|
|
587
|
+
content: "\e984";
|
|
588
|
+
}
|
|
589
|
+
.vc-icon-purchasing:before {
|
|
590
|
+
content: "\e985";
|
|
591
|
+
}
|
|
592
|
+
.vc-icon-puzzle:before {
|
|
593
|
+
content: "\e986";
|
|
594
|
+
}
|
|
595
|
+
.vc-icon-qa:before {
|
|
596
|
+
content: "\e987";
|
|
597
|
+
}
|
|
598
|
+
.vc-icon-queues:before {
|
|
599
|
+
content: "\e988";
|
|
600
|
+
}
|
|
601
|
+
.vc-icon-rd:before {
|
|
602
|
+
content: "\e989";
|
|
603
|
+
}
|
|
604
|
+
.vc-icon-read-email:before {
|
|
605
|
+
content: "\e98a";
|
|
606
|
+
}
|
|
607
|
+
.vc-icon-real-time:before {
|
|
608
|
+
content: "\e98b";
|
|
609
|
+
}
|
|
610
|
+
.vc-icon-recycle-bin:before {
|
|
611
|
+
content: "\e98c";
|
|
612
|
+
}
|
|
613
|
+
.vc-icon-region:before {
|
|
614
|
+
content: "\e98d";
|
|
615
|
+
}
|
|
616
|
+
.vc-icon-reset:before {
|
|
617
|
+
content: "\e98e";
|
|
618
|
+
}
|
|
619
|
+
.vc-icon-restart:before {
|
|
620
|
+
content: "\e98f";
|
|
621
|
+
}
|
|
622
|
+
.vc-icon-Restore:before {
|
|
623
|
+
content: "\e990";
|
|
624
|
+
}
|
|
625
|
+
.vc-icon-right:before {
|
|
626
|
+
content: "\e991";
|
|
627
|
+
}
|
|
628
|
+
.vc-icon-rooms:before {
|
|
629
|
+
content: "\e992";
|
|
630
|
+
}
|
|
631
|
+
.vc-icon-sales:before {
|
|
632
|
+
content: "\e993";
|
|
633
|
+
}
|
|
634
|
+
.vc-icon-Save:before {
|
|
635
|
+
content: "\e994";
|
|
636
|
+
}
|
|
637
|
+
.vc-icon-schedule-calendar:before {
|
|
638
|
+
content: "\e995";
|
|
639
|
+
}
|
|
640
|
+
.vc-icon-add:before {
|
|
641
|
+
content: "\e996";
|
|
642
|
+
}
|
|
643
|
+
.vc-icon-search:before {
|
|
644
|
+
content: "\e997";
|
|
645
|
+
}
|
|
646
|
+
.vc-icon-server:before {
|
|
647
|
+
content: "\e998";
|
|
648
|
+
}
|
|
649
|
+
.vc-icon-settings:before {
|
|
650
|
+
content: "\e999";
|
|
651
|
+
}
|
|
652
|
+
.vc-icon-share:before {
|
|
653
|
+
content: "\e99a";
|
|
654
|
+
}
|
|
655
|
+
.vc-icon-skill-groups:before {
|
|
656
|
+
content: "\e99b";
|
|
657
|
+
}
|
|
658
|
+
.vc-icon-skip-arrow:before {
|
|
659
|
+
content: "\e99c";
|
|
660
|
+
}
|
|
661
|
+
.vc-icon-slack:before {
|
|
662
|
+
content: "\e99d";
|
|
663
|
+
}
|
|
664
|
+
.vc-icon-slidebar:before {
|
|
665
|
+
content: "\e99e";
|
|
666
|
+
}
|
|
667
|
+
.vc-icon-smartphone:before {
|
|
668
|
+
content: "\e99f";
|
|
669
|
+
}
|
|
670
|
+
.vc-icon-sms:before {
|
|
671
|
+
content: "\e9a0";
|
|
672
|
+
}
|
|
673
|
+
.vc-icon-softphone:before {
|
|
674
|
+
content: "\e9a1";
|
|
675
|
+
}
|
|
676
|
+
.vc-icon-sounds:before {
|
|
677
|
+
content: "\e9a2";
|
|
678
|
+
}
|
|
679
|
+
.vc-icon-speed-dial:before {
|
|
680
|
+
content: "\e9a3";
|
|
681
|
+
}
|
|
682
|
+
.vc-icon-state:before {
|
|
683
|
+
content: "\e9a4";
|
|
684
|
+
}
|
|
685
|
+
.vc-icon-statistic:before {
|
|
686
|
+
content: "\e9a5";
|
|
687
|
+
}
|
|
688
|
+
.vc-icon-stop:before {
|
|
689
|
+
content: "\e9a6";
|
|
690
|
+
}
|
|
691
|
+
.vc-icon-street:before {
|
|
692
|
+
content: "\e9a7";
|
|
693
|
+
}
|
|
694
|
+
.vc-icon-Strickethrough:before {
|
|
695
|
+
content: "\e9a8";
|
|
696
|
+
}
|
|
697
|
+
.vc-icon-table:before {
|
|
698
|
+
content: "\e9a9";
|
|
699
|
+
}
|
|
700
|
+
.vc-icon-target:before {
|
|
701
|
+
content: "\e9aa";
|
|
702
|
+
}
|
|
703
|
+
.vc-icon-template-list:before {
|
|
704
|
+
content: "\e9ab";
|
|
705
|
+
}
|
|
706
|
+
.vc-icon-timer:before {
|
|
707
|
+
content: "\e9ac";
|
|
708
|
+
}
|
|
709
|
+
.vc-icon-training:before {
|
|
710
|
+
content: "\e9ad";
|
|
711
|
+
}
|
|
712
|
+
.vc-icon-statistics:before {
|
|
713
|
+
content: "\e9ae";
|
|
714
|
+
}
|
|
715
|
+
.vc-icon-type:before {
|
|
716
|
+
content: "\e9af";
|
|
717
|
+
}
|
|
718
|
+
.vc-icon-unlocked:before {
|
|
719
|
+
content: "\e9b0";
|
|
720
|
+
}
|
|
721
|
+
.vc-icon-up:before {
|
|
722
|
+
content: "\e9b1";
|
|
723
|
+
}
|
|
724
|
+
.vc-icon-upload:before {
|
|
725
|
+
content: "\e9b2";
|
|
726
|
+
}
|
|
727
|
+
.vc-icon-users:before {
|
|
728
|
+
content: "\e9b3";
|
|
729
|
+
}
|
|
730
|
+
.vc-icon-very-left:before {
|
|
731
|
+
content: "\e9b4";
|
|
732
|
+
}
|
|
733
|
+
.vc-icon-very-right:before {
|
|
734
|
+
content: "\e9b5";
|
|
735
|
+
}
|
|
736
|
+
.vc-icon-voicemail-boxes:before {
|
|
737
|
+
content: "\e9b6";
|
|
738
|
+
}
|
|
739
|
+
.vc-icon-voicemail-history:before {
|
|
740
|
+
content: "\e9b7";
|
|
741
|
+
}
|
|
742
|
+
.vc-icon-wav:before {
|
|
743
|
+
content: "\e9b8";
|
|
744
|
+
}
|
|
745
|
+
.vc-icon-weight:before {
|
|
746
|
+
content: "\e9b9";
|
|
747
|
+
}
|
|
748
|
+
.vc-icon-whisper:before {
|
|
749
|
+
content: "\e9ba";
|
|
750
|
+
}
|
|
751
|
+
.vc-icon-working:before {
|
|
752
|
+
content: "\e9bb";
|
|
753
|
+
}
|