@syncfusion/ej2-angular-pdfviewer 24.1.41-ngcc → 24.1.41

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.
Files changed (120) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
  4. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
  5. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  8. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  10. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
  13. package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
  14. package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/bootstrap-dark.css +3404 -1
  17. package/styles/bootstrap.css +3411 -1
  18. package/styles/bootstrap4.css +3744 -1
  19. package/styles/bootstrap5-dark.css +3714 -1
  20. package/styles/bootstrap5.css +3714 -1
  21. package/styles/fabric-dark.css +3412 -1
  22. package/styles/fabric.css +3425 -1
  23. package/styles/fluent-dark.css +3683 -1
  24. package/styles/fluent.css +3683 -1
  25. package/styles/highcontrast-light.css +3402 -1
  26. package/styles/highcontrast.css +3423 -1
  27. package/styles/material-dark.css +3405 -1
  28. package/styles/material.css +3412 -1
  29. package/styles/material3-dark.css +3591 -1
  30. package/styles/material3-dark.scss +1 -0
  31. package/styles/material3.css +3647 -1
  32. package/styles/material3.scss +1 -0
  33. package/styles/pdfviewer/_all.scss +2 -0
  34. package/styles/pdfviewer/_bootstrap-dark-definition.scss +540 -0
  35. package/styles/pdfviewer/_bootstrap-definition.scss +540 -0
  36. package/styles/pdfviewer/_bootstrap4-definition.scss +586 -0
  37. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
  38. package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
  39. package/styles/pdfviewer/_fabric-dark-definition.scss +537 -0
  40. package/styles/pdfviewer/_fabric-definition.scss +539 -0
  41. package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
  42. package/styles/pdfviewer/_fluent-definition.scss +541 -0
  43. package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
  44. package/styles/pdfviewer/_highcontrast-definition.scss +539 -0
  45. package/styles/pdfviewer/_highcontrast-light-definition.scss +535 -0
  46. package/styles/pdfviewer/_layout.scss +196 -0
  47. package/styles/pdfviewer/_material-dark-definition.scss +538 -0
  48. package/styles/pdfviewer/_material-definition.scss +536 -0
  49. package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
  50. package/styles/pdfviewer/_material3-definition.scss +542 -0
  51. package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
  52. package/styles/pdfviewer/_tailwind-definition.scss +543 -0
  53. package/styles/pdfviewer/_theme.scss +4894 -0
  54. package/styles/pdfviewer/bootstrap-dark.css +3404 -1
  55. package/styles/pdfviewer/bootstrap-dark.scss +4 -1
  56. package/styles/pdfviewer/bootstrap.css +3411 -1
  57. package/styles/pdfviewer/bootstrap.scss +4 -1
  58. package/styles/pdfviewer/bootstrap4.css +3744 -1
  59. package/styles/pdfviewer/bootstrap4.scss +4 -1
  60. package/styles/pdfviewer/bootstrap5-dark.css +3714 -1
  61. package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
  62. package/styles/pdfviewer/bootstrap5.css +3714 -1
  63. package/styles/pdfviewer/bootstrap5.scss +4 -1
  64. package/styles/pdfviewer/fabric-dark.css +3412 -1
  65. package/styles/pdfviewer/fabric-dark.scss +4 -1
  66. package/styles/pdfviewer/fabric.css +3425 -1
  67. package/styles/pdfviewer/fabric.scss +4 -1
  68. package/styles/pdfviewer/fluent-dark.css +3683 -1
  69. package/styles/pdfviewer/fluent-dark.scss +4 -1
  70. package/styles/pdfviewer/fluent.css +3683 -1
  71. package/styles/pdfviewer/fluent.scss +4 -1
  72. package/styles/pdfviewer/highcontrast-light.css +3402 -1
  73. package/styles/pdfviewer/highcontrast-light.scss +4 -1
  74. package/styles/pdfviewer/highcontrast.css +3423 -1
  75. package/styles/pdfviewer/highcontrast.scss +4 -1
  76. package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
  77. package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
  78. package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
  79. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +488 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +492 -0
  83. package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
  84. package/styles/pdfviewer/icons/_fluent.scss +488 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +475 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +477 -0
  89. package/styles/pdfviewer/icons/_material.scss +480 -0
  90. package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
  91. package/styles/pdfviewer/icons/_material3.scss +490 -0
  92. package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
  93. package/styles/pdfviewer/icons/_tailwind.scss +489 -0
  94. package/styles/pdfviewer/material-dark.css +3405 -1
  95. package/styles/pdfviewer/material-dark.scss +4 -1
  96. package/styles/pdfviewer/material.css +3412 -1
  97. package/styles/pdfviewer/material.scss +4 -1
  98. package/styles/pdfviewer/material3-dark.css +3591 -1
  99. package/styles/pdfviewer/material3-dark.scss +4 -1
  100. package/styles/pdfviewer/material3.css +3647 -1
  101. package/styles/pdfviewer/material3.scss +4 -1
  102. package/styles/pdfviewer/tailwind-dark.css +3449 -1
  103. package/styles/pdfviewer/tailwind-dark.scss +4 -1
  104. package/styles/pdfviewer/tailwind.css +3450 -1
  105. package/styles/pdfviewer/tailwind.scss +4 -1
  106. package/styles/tailwind-dark.css +3449 -1
  107. package/styles/tailwind.css +3450 -1
  108. package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
  109. package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
  110. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
  111. package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
  112. package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
  113. package/CHANGELOG.md +0 -2235
  114. package/dist/ej2-angular-pdfviewer.umd.js +0 -486
  115. package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
  116. package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
  117. package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
  118. package/ej2-angular-pdfviewer.d.ts +0 -5
  119. package/ej2-angular-pdfviewer.metadata.json +0 -1
  120. package/postinstall/tagchange.js +0 -18
@@ -1 +1,3683 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/fluent-dark.css';
1
+ /*! PdfViewer's default definitions and variables */
2
+ .e-pdfviewer .e-pv-icon::before {
3
+ font-family: "e-icons";
4
+ }
5
+ .e-pdfviewer .e-pv-icon-search::before {
6
+ font-family: "e-icons";
7
+ }
8
+ .e-pdfviewer .e-pv-open-document-icon::before {
9
+ content: "\e83c";
10
+ }
11
+ .e-pdfviewer .e-pv-download-document-icon::before {
12
+ content: "\e7a1";
13
+ }
14
+ .e-pdfviewer .e-pv-print-document-icon::before {
15
+ content: "\e75d";
16
+ }
17
+ .e-pdfviewer .e-pv-first-page-navigation-icon::before {
18
+ content: "\e833";
19
+ }
20
+ .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
21
+ content: "\e765";
22
+ }
23
+ .e-pdfviewer .e-pv-prev-search-icon::before {
24
+ color: #a19f9d;
25
+ content: "\e765";
26
+ }
27
+ .e-pdfviewer .e-pv-next-page-navigation-icon::before {
28
+ content: "\e748";
29
+ }
30
+ .e-pdfviewer .e-pv-next-search-icon::before {
31
+ color: #a19f9d;
32
+ content: "\e748";
33
+ }
34
+ .e-pdfviewer .e-pv-last-page-navigation-icon::before {
35
+ content: "\e818";
36
+ }
37
+ .e-pdfviewer .e-pv-zoom-out-icon::before {
38
+ content: "\e81b";
39
+ line-height: 22px;
40
+ }
41
+ .e-pdfviewer .e-pv-zoom-in-icon::before {
42
+ content: "\e768";
43
+ line-height: 22px;
44
+ }
45
+ .e-pdfviewer .e-pv-thumbnail-view-icon::before {
46
+ content: "\e79e";
47
+ }
48
+ .e-pdfviewer .e-pv-stamp-icon::before {
49
+ content: "\e717";
50
+ }
51
+ .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
52
+ color: #484644;
53
+ content: "\e79e";
54
+ }
55
+ .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
56
+ color: #fff;
57
+ content: "\e79e";
58
+ }
59
+ .e-pdfviewer .e-pv-bookmark-icon::before {
60
+ content: "\e750";
61
+ }
62
+ .e-pdfviewer .e-pv-bookmark-disable-icon::before {
63
+ color: #484644;
64
+ content: "\e750";
65
+ }
66
+ .e-pdfviewer .e-pv-bookmark-selection-icon::before {
67
+ color: #fff;
68
+ content: "\e750";
69
+ }
70
+ .e-pdfviewer .e-pv-title-close-icon::before,
71
+ .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
72
+ .e-pdfviewer .e-pv-annotation-popup-close::before {
73
+ content: "\e7e7";
74
+ }
75
+ .e-pdfviewer .e-pv-resize-icon::before {
76
+ content: "\e7e3";
77
+ font-size: 10px;
78
+ }
79
+ .e-pdfviewer .e-pv-text-select-tool-icon::before {
80
+ content: "\e74e";
81
+ }
82
+ .e-pdfviewer .e-pv-pan-tool-icon::before {
83
+ content: "\e7b1";
84
+ }
85
+ .e-pdfviewer .e-pv-text-search-icon::before {
86
+ content: "\e754";
87
+ }
88
+ .e-pdfviewer .e-pv-search-icon::before {
89
+ content: "\e754";
90
+ font-family: "e-icons";
91
+ }
92
+ .e-pdfviewer .e-pv-search-close::before {
93
+ content: "\e754";
94
+ font-family: "e-icons";
95
+ }
96
+ .e-pdfviewer .e-pv-formdesigner-icon::before {
97
+ content: "\e732";
98
+ }
99
+ .e-pdfviewer .e-pv-annotation-icon::before {
100
+ content: "\e82a";
101
+ }
102
+ .e-pdfviewer .e-pv-annotation-color-icon::before {
103
+ content: "\e783";
104
+ }
105
+ .e-pdfviewer .e-pv-annotation-stroke-icon::before {
106
+ content: "\e819";
107
+ }
108
+ .e-pdfviewer .e-pv-annotation-opacity-icon::before {
109
+ content: "\e7e1";
110
+ }
111
+ .e-pdfviewer .e-pv-annotation-thickness-icon::before {
112
+ content: "\e7bf";
113
+ }
114
+ .e-pdfviewer .e-pv-annotation-delete-icon::before {
115
+ content: "\e820";
116
+ }
117
+ .e-pdfviewer .e-pv-undo-icon::before {
118
+ content: "\e713";
119
+ }
120
+ .e-pdfviewer .e-pv-redo-icon::before {
121
+ content: "\e755";
122
+ }
123
+ .e-pdfviewer .e-pv-more-icon::before {
124
+ content: "\e701";
125
+ }
126
+ .e-pdfviewer .e-pv-backward-icon::before {
127
+ content: "\e773";
128
+ }
129
+ .e-pdfviewer .e-pv-notification-icon {
130
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
131
+ background-repeat: no-repeat;
132
+ background-size: 36.7px 31.7px;
133
+ height: 31.7px;
134
+ }
135
+ .e-pdfviewer .e-pv-notification-icon-rtl {
136
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
137
+ background-position: right;
138
+ background-repeat: no-repeat;
139
+ background-size: 36.7px 31.7px;
140
+ height: 31.7px;
141
+ }
142
+ .e-pdfviewer .e-pv-textbox-icon::before {
143
+ content: "\e830";
144
+ }
145
+ .e-pdfviewer .e-pv-password-icon::before {
146
+ content: "\e753";
147
+ }
148
+ .e-pdfviewer .e-pv-checkbox-icon::before {
149
+ content: "\e7e4";
150
+ }
151
+ .e-pdfviewer .e-pv-radiobutton-icon::before {
152
+ content: "\e7b2";
153
+ }
154
+ .e-pdfviewer .e-pv-dropdown-icon::before {
155
+ content: "\e7a6";
156
+ }
157
+ .e-pdfviewer .e-pv-listbox-icon::before {
158
+ content: "\e77e";
159
+ }
160
+ .e-pdfviewer .e-pv-annotation-shape-icon::before {
161
+ content: "\e728";
162
+ }
163
+ .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
164
+ content: "\e7c7";
165
+ }
166
+
167
+ .e-pv-download-document-icon.e-menu-icon::before {
168
+ content: "\e7a1";
169
+ }
170
+
171
+ .e-pv-bookmark-icon.e-menu-icon::before {
172
+ content: "\e750";
173
+ }
174
+
175
+ .e-pv-highlight-icon::before {
176
+ content: "\e739";
177
+ font-family: "e-icons";
178
+ }
179
+
180
+ .e-pv-underline-icon::before {
181
+ content: "\e82f";
182
+ font-family: "e-icons";
183
+ }
184
+
185
+ .e-pv-strikethrough-icon::before {
186
+ content: "\e758";
187
+ font-family: "e-icons";
188
+ }
189
+
190
+ .e-pv-copy-icon::before {
191
+ content: "\e77c";
192
+ font-family: "e-icons";
193
+ }
194
+
195
+ .e-pv-cut-icon::before {
196
+ content: "\e7fb";
197
+ font-family: "e-icons";
198
+ }
199
+
200
+ .e-pv-paste-icon::before {
201
+ content: "\e842";
202
+ font-family: "e-icons";
203
+ }
204
+
205
+ .e-pv-delete-icon::before {
206
+ content: "\e820";
207
+ font-family: "e-icons";
208
+ }
209
+
210
+ .e-pv-properties-fill-color-icon::before {
211
+ content: "\e783";
212
+ font-family: "e-icons";
213
+ }
214
+
215
+ .e-pv-properties-stroke-color-icon::before {
216
+ content: "\e819";
217
+ font-family: "e-icons";
218
+ }
219
+
220
+ .e-pv-shape-line-icon::before {
221
+ content: "\e819";
222
+ font-family: "e-icons";
223
+ }
224
+
225
+ .e-pv-shape-arrow-icon::before {
226
+ content: "\e708";
227
+ font-family: "e-icons";
228
+ }
229
+
230
+ .e-pv-shape-rectangle-icon::before {
231
+ content: "\e723";
232
+ font-family: "e-icons";
233
+ }
234
+
235
+ .e-pv-shape-circle-icon::before {
236
+ content: "\e7ca";
237
+ font-family: "e-icons";
238
+ }
239
+
240
+ .e-pv-shape-pentagon-icon::before {
241
+ content: "\e802";
242
+ font-family: "e-icons";
243
+ }
244
+
245
+ .e-pv-comment-icon::before {
246
+ content: "\e733";
247
+ font-family: "e-icons";
248
+ }
249
+
250
+ .e-pv-property-icon::before {
251
+ content: "\e83e";
252
+ font-family: "e-icons";
253
+ }
254
+
255
+ .e-pv-comment-selection-icon::before {
256
+ color: #fff;
257
+ content: "\e733";
258
+ font-family: "e-icons";
259
+ }
260
+
261
+ .e-pv-comment-panel-icon::before {
262
+ content: "\e71a";
263
+ font-family: "e-icons";
264
+ }
265
+
266
+ .e-pv-accepted-icon::before {
267
+ color: #fff;
268
+ content: "\e7a8";
269
+ font-family: "e-icons";
270
+ font-size: 14px;
271
+ padding: 1px 1px 1px 4px;
272
+ position: absolute;
273
+ }
274
+
275
+ .e-pv-rejected-icon::before {
276
+ color: #fff;
277
+ content: "\e815";
278
+ font-family: "e-icons";
279
+ font-size: 14px;
280
+ padding: 2px 1px 1px 4px;
281
+ position: absolute;
282
+ }
283
+
284
+ .e-pv-completed-icon::before {
285
+ color: #fff;
286
+ content: "\e774";
287
+ font-family: "e-icons";
288
+ font-size: 14px;
289
+ padding: 2px 1px 1px 3.5px;
290
+ position: absolute;
291
+ }
292
+
293
+ .e-pv-cancelled-icon::before {
294
+ color: #fff;
295
+ content: "\e7e7";
296
+ font-family: "e-icons";
297
+ font-size: 14px;
298
+ padding: 2px 1px 1px 3.5px;
299
+ position: absolute;
300
+ }
301
+
302
+ .e-pv-scale-ratio-icon::before {
303
+ content: "\e7c7";
304
+ font-family: "e-icons";
305
+ }
306
+
307
+ .e-pv-calibrate-distance-icon::before {
308
+ content: "\e743";
309
+ font-family: "e-icons";
310
+ }
311
+
312
+ .e-pv-calibrate-perimeter-icon::before {
313
+ content: "\e716";
314
+ font-family: "e-icons";
315
+ }
316
+
317
+ .e-pv-calibrate-area-icon::before {
318
+ content: "\e78c";
319
+ font-family: "e-icons";
320
+ }
321
+
322
+ .e-pv-calibrate-radius-icon::before {
323
+ content: "\e790";
324
+ font-family: "e-icons";
325
+ }
326
+
327
+ .e-pv-calibrate-volume-icon::before {
328
+ content: "\e741";
329
+ font-family: "e-icons";
330
+ }
331
+
332
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
333
+ content: "\e734";
334
+ font-size: 18px;
335
+ }
336
+
337
+ .e-pv-freetext-icon::before {
338
+ content: "\e7b3";
339
+ font-family: "e-icons";
340
+ }
341
+
342
+ .e-pv-annotation-textcolor-icon::before {
343
+ content: "\e79f";
344
+ }
345
+
346
+ .e-pv-annotation-textalign-icon::before {
347
+ content: "\e7b8";
348
+ font-family: "e-icons";
349
+ }
350
+
351
+ .e-pv-annotation-textprop-icon::before {
352
+ content: "\e71c";
353
+ font-family: "e-icons";
354
+ }
355
+
356
+ .e-pv-left-align-icon::before {
357
+ content: "\e7b8";
358
+ font-family: "e-icons";
359
+ }
360
+
361
+ .e-pv-right-align-icon::before {
362
+ content: "\e719";
363
+ font-family: "e-icons";
364
+ }
365
+
366
+ .e-pv-center-align-icon::before {
367
+ content: "\e813";
368
+ font-family: "e-icons";
369
+ }
370
+
371
+ .e-pv-justfiy-align-icon::before {
372
+ content: "\e721";
373
+ font-family: "e-icons";
374
+ }
375
+
376
+ .e-pv-bold-icon::before {
377
+ content: "\e737";
378
+ font-family: "e-icons";
379
+ }
380
+
381
+ .e-pv-italic-icon::before {
382
+ content: "\e75a";
383
+ font-family: "e-icons";
384
+ }
385
+
386
+ .e-pv-strikeout-icon::before {
387
+ content: "\e758";
388
+ font-family: "e-icons";
389
+ }
390
+
391
+ .e-pv-underlinetext-icon::before {
392
+ content: "\e82f";
393
+ font-family: "e-icons";
394
+ }
395
+
396
+ .e-pv-superscript-icon::before {
397
+ content: "\e7a7";
398
+ font-family: "e-icons";
399
+ }
400
+
401
+ .e-pv-subscript-icon::before {
402
+ content: "\e80a";
403
+ font-family: "e-icons";
404
+ }
405
+
406
+ .e-pv-handwritten-icon::before {
407
+ content: "\e7db";
408
+ font-family: "e-icons";
409
+ }
410
+
411
+ .e-pv-inkannotation-icon::before {
412
+ content: "\e76e";
413
+ font-family: "e-icons";
414
+ }
415
+
416
+ .e-pv-delete::before {
417
+ content: "\e820";
418
+ font-family: "e-icons";
419
+ }
420
+
421
+ .e-pv-eye-icon::before {
422
+ content: "\e7de";
423
+ cursor: pointer;
424
+ font-family: "e-icons";
425
+ font-size: 18px;
426
+ padding: 7px;
427
+ }
428
+
429
+ .e-pv-eye-slash-icon::before {
430
+ content: "\e887";
431
+ cursor: pointer;
432
+ font-family: "e-icons";
433
+ font-size: 18px;
434
+ padding: 7px;
435
+ }
436
+
437
+ /*! component layout */
438
+ /* stylelint-disable property-no-vendor-prefix */
439
+ .e-pdfviewer .e-pv-viewer-container {
440
+ border-style: solid;
441
+ border-width: 1px 1px 1px 0;
442
+ }
443
+ .e-pdfviewer .e-pv-text-layer {
444
+ position: absolute;
445
+ top: 0;
446
+ z-index: 2;
447
+ }
448
+ .e-pdfviewer .e-pv-annotation-canvas {
449
+ left: 0;
450
+ position: absolute;
451
+ top: 0;
452
+ }
453
+ .e-pdfviewer .e-pv-text {
454
+ background: transparent;
455
+ color: transparent;
456
+ line-height: normal;
457
+ opacity: 0.6;
458
+ position: absolute;
459
+ }
460
+ .e-pdfviewer .e-pv-search-text-highlight,
461
+ .e-pdfviewer .e-pv-search-text-highlightother {
462
+ line-height: normal;
463
+ opacity: 0.6;
464
+ position: absolute;
465
+ }
466
+ .e-pdfviewer .e-pv-hyperlink {
467
+ z-index: 2;
468
+ }
469
+ .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
470
+ z-index: 1;
471
+ }
472
+ .e-pdfviewer .e-enable-text-selection {
473
+ -ms-user-select: text;
474
+ -webkit-user-select: text;
475
+ user-select: text;
476
+ }
477
+ .e-pdfviewer .e-disable-text-selection {
478
+ -ms-user-select: none;
479
+ -webkit-user-select: none;
480
+ user-select: none;
481
+ }
482
+ .e-pdfviewer .e-enable-text-selection .e-pv-text {
483
+ display: inline-block;
484
+ }
485
+ .e-pdfviewer .e-disable-text-selection .e-pv-text {
486
+ display: none;
487
+ }
488
+ .e-pdfviewer .e-pv-cursor {
489
+ cursor: text;
490
+ }
491
+ .e-pdfviewer .e-pv-crosshair-cursor {
492
+ cursor: crosshair;
493
+ }
494
+ .e-pdfviewer .e-pv-touch-select-drop {
495
+ display: inline-block;
496
+ height: 30px;
497
+ position: absolute;
498
+ width: 30px;
499
+ z-index: 1000;
500
+ }
501
+ .e-pdfviewer .e-pv-touch-ellipse {
502
+ background-color: #0078d4;
503
+ border-bottom-left-radius: 50%;
504
+ border-bottom-right-radius: 50%;
505
+ border-color: #0078d4;
506
+ border-style: solid;
507
+ border-top-left-radius: 50%;
508
+ border-width: 2px;
509
+ height: 20px;
510
+ margin: 0 0 0 9px;
511
+ position: absolute;
512
+ width: 20px;
513
+ }
514
+ .e-pdfviewer .e-pv-annotation-note {
515
+ border-radius: 2px;
516
+ cursor: auto;
517
+ font-size: 14px;
518
+ height: auto;
519
+ max-width: 200px;
520
+ min-height: 10px;
521
+ min-width: 30px;
522
+ overflow-wrap: break-word;
523
+ padding: 5px;
524
+ position: absolute;
525
+ width: auto;
526
+ z-index: 10000;
527
+ }
528
+ .e-pdfviewer .e-pv-annotation-note-author {
529
+ border-bottom: 1px solid #000;
530
+ font-weight: bold;
531
+ }
532
+ .e-pdfviewer .e-pv-annotation-popup-menu {
533
+ cursor: auto;
534
+ min-width: 396px;
535
+ padding-bottom: 6px;
536
+ position: absolute;
537
+ width: auto;
538
+ z-index: 10000;
539
+ }
540
+ .e-pdfviewer .e-pv-annotation-popup-header {
541
+ height: auto;
542
+ min-height: 29px;
543
+ padding-top: 14px;
544
+ }
545
+ .e-pdfviewer .e-pv-annotation-popup-author {
546
+ float: left;
547
+ font-size: 16px;
548
+ font-weight: bold;
549
+ margin-left: 14px;
550
+ }
551
+ .e-pdfviewer .e-pv-annotation-popup-close {
552
+ float: right;
553
+ height: 20px;
554
+ margin-right: 14px;
555
+ width: 20px;
556
+ }
557
+ .e-pdfviewer .e-pv-annotation-modified-time {
558
+ height: 14px;
559
+ margin-left: 14px;
560
+ padding-top: 8px;
561
+ }
562
+ .e-pdfviewer .e-pv-annotation-popup-note-container {
563
+ height: auto;
564
+ padding: 14px;
565
+ width: auto;
566
+ }
567
+ .e-pdfviewer .e-pv-annotation-popup-content {
568
+ background-color: #fff;
569
+ border: 1px solid;
570
+ font-size: 16px;
571
+ min-height: 132.08px;
572
+ overflow: hidden auto;
573
+ width: 368px;
574
+ }
575
+ .e-pdfviewer .e-pv-properties-fill-color-icon,
576
+ .e-pdfviewer .e-pv-properties-stroke-color-icon {
577
+ border-bottom: 2px solid;
578
+ }
579
+ .e-pdfviewer .e-pv-drop {
580
+ color: #0078d4;
581
+ display: inline-block;
582
+ height: 20px;
583
+ position: absolute;
584
+ width: 20px;
585
+ z-index: 1000;
586
+ }
587
+ .e-pdfviewer .e-pv-droplet {
588
+ background-color: #0078d4;
589
+ border-bottom-left-radius: 50%;
590
+ border-bottom-right-radius: 50%;
591
+ border-color: #0078d4;
592
+ border-style: solid;
593
+ border-top-left-radius: 50%;
594
+ border-width: 2px;
595
+ height: 20px;
596
+ margin: 0 0 0 9px;
597
+ position: absolute;
598
+ width: 20px;
599
+ }
600
+
601
+ /* stylelint-disable value-no-vendor-prefix */
602
+ /* stylelint-disable property-no-vendor-prefix */
603
+ .e-pv-viewer-container {
604
+ border-color: #323130;
605
+ height: 100%;
606
+ overflow: auto;
607
+ position: relative;
608
+ -ms-touch-action: pan-x pan-y;
609
+ touch-action: pan-x pan-y;
610
+ background-color: #323130;
611
+ }
612
+
613
+ .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
614
+ display: none;
615
+ }
616
+
617
+ input.e-pv-input-password::-ms-reveal {
618
+ display: none;
619
+ }
620
+
621
+ .e-pv-page-container {
622
+ margin: 0;
623
+ padding: 0;
624
+ -ms-touch-action: pan-x pan-y;
625
+ touch-action: pan-x pan-y;
626
+ }
627
+
628
+ .e-pv-signaturehover {
629
+ background-color: #252423;
630
+ }
631
+
632
+ .e-pv-mobilespanscroll-container {
633
+ color: #f3f2f1;
634
+ font-family: Roboto-Regular;
635
+ font-size: 14px;
636
+ }
637
+
638
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
639
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
640
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
641
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
642
+ .e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
643
+ .e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
644
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
645
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
646
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
647
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
648
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
649
+ .e-bigger .e-pv-icon-search,
650
+ .e-pv-icon {
651
+ font-size: 14px;
652
+ }
653
+
654
+ .e-bigger .e-pv-icon {
655
+ font-size: 16px;
656
+ }
657
+
658
+ .e-pv-annotation-stamp-container .e-menu-wrapper {
659
+ background-color: transparent;
660
+ }
661
+
662
+ .e-pv-annotation-ink-container .e-pv-inkannotation-icon {
663
+ font-size: 14px;
664
+ }
665
+
666
+ .e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
667
+ font-size: 14px;
668
+ }
669
+
670
+ .e-pv-mobilescroll-container {
671
+ background-color: #323130;
672
+ border: 1px solid #797775;
673
+ border-radius: 56px 0 0 56px;
674
+ line-height: 27px;
675
+ position: absolute;
676
+ text-align: center;
677
+ }
678
+
679
+ .e-pv-viewer-container .e-pv-page-div {
680
+ border-color: #292827;
681
+ border-style: solid;
682
+ border-width: 1px;
683
+ box-shadow: none;
684
+ box-sizing: border-box;
685
+ position: absolute;
686
+ }
687
+
688
+ .e-pv-viewer-container .e-pv-page-div.e-focused {
689
+ box-shadow: rgb(0, 0, 0) 0 0 0 2px;
690
+ }
691
+
692
+ .e-pv-viewer-container.e-focused {
693
+ box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
694
+ }
695
+
696
+ .e-pv-toolbar,
697
+ .e-pv-nav-toolbar,
698
+ .e-pv-annotation-toolbar,
699
+ .e-pv-formdesigner-toolbar {
700
+ border: solid #292827;
701
+ border-radius: 0;
702
+ border-width: 1px 1px 1px 1px;
703
+ }
704
+
705
+ .e-pv-toolbar,
706
+ .e-pv-annotation-toolbar,
707
+ .e-pv-mobile-annotation-toolbar,
708
+ .e-pv-formdesigner-toolbar {
709
+ height: 38px;
710
+ }
711
+
712
+ .e-pv-nav-toolbar,
713
+ .e-bigger .e-pv-toolbar,
714
+ .e-pv-toolbar.e-pv-mobile-toolbar,
715
+ .e-bigger .e-pv-annotation-toolbar,
716
+ .e-pv-mobile-view .e-pv-annotation-toolbar {
717
+ height: 38px;
718
+ }
719
+
720
+ .e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container {
721
+ height: 32px;
722
+ width: 86px;
723
+ }
724
+
725
+ .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
726
+ display: block;
727
+ padding-left: 10px;
728
+ padding-right: 10px;
729
+ width: auto;
730
+ }
731
+
732
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
733
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
734
+ display: none;
735
+ }
736
+
737
+ .e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
738
+ display: none;
739
+ }
740
+
741
+ .e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
742
+ display: none;
743
+ }
744
+
745
+ .e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
746
+ display: none;
747
+ }
748
+
749
+ .e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
750
+ display: none;
751
+ }
752
+
753
+ .e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
754
+ display: none;
755
+ }
756
+
757
+ .e-pv-current-page-box.e-input-group.e-control-wrapper {
758
+ height: 32px;
759
+ margin-top: 0;
760
+ width: 50px;
761
+ }
762
+
763
+ .e-pv-mobilepagenoscroll-container {
764
+ background: #201f1e;
765
+ border: 1px solid #797775;
766
+ border-radius: 10px;
767
+ padding: 6px;
768
+ text-align: center;
769
+ vertical-align: middle;
770
+ }
771
+
772
+ .e-pv-mobilecurrentpage-container {
773
+ color: #f3f2f1;
774
+ display: block;
775
+ font-family: Roboto-Regular;
776
+ font-size: 24px;
777
+ }
778
+
779
+ .e-pv-mobiledashedline-container {
780
+ color: #f3f2f1;
781
+ display: block;
782
+ padding: 10px;
783
+ }
784
+
785
+ .e-pv-number-ofpages {
786
+ width: 10%;
787
+ }
788
+
789
+ .e-dialog.e-pv-gotopage-popup {
790
+ max-width: 500px;
791
+ padding-left: 16px;
792
+ padding-top: 16px;
793
+ }
794
+
795
+ .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
796
+ background-color: transparent;
797
+ }
798
+
799
+ .e-pv-mobiletotalpage-container {
800
+ color: #f3f2f1;
801
+ display: block;
802
+ font-family: Roboto-Regular;
803
+ font-size: 14px;
804
+ }
805
+
806
+ .e-pv-password-input {
807
+ margin-top: 8px;
808
+ }
809
+
810
+ .e-pv-password-error {
811
+ color: #d13438;
812
+ }
813
+
814
+ .e-pv-corrupted-popup-header {
815
+ color: #0078d4;
816
+ opacity: 0.87;
817
+ }
818
+
819
+ .e-pv-corrupted-popup-content {
820
+ color: #0078d4;
821
+ font-size: 16px;
822
+ line-height: 24px;
823
+ margin-left: 50px;
824
+ opacity: 0.87;
825
+ padding-top: 4.7px;
826
+ text-align: left;
827
+ }
828
+
829
+ .e-pv-corrupted-popup-content-rtl {
830
+ color: #0078d4;
831
+ font-size: 16px;
832
+ line-height: 24px;
833
+ margin-right: 53px;
834
+ opacity: 0.87;
835
+ padding-top: 4.7px;
836
+ text-align: right;
837
+ }
838
+
839
+ .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
840
+ height: auto;
841
+ margin-left: 0.5px;
842
+ margin-right: 0.5px;
843
+ padding-bottom: 4px;
844
+ padding-top: 3px;
845
+ }
846
+
847
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
848
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
849
+ height: auto;
850
+ margin-left: 0.5px;
851
+ margin-right: 0.5px;
852
+ }
853
+
854
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
855
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
856
+ padding-bottom: 2px;
857
+ }
858
+
859
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
860
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
861
+ padding-bottom: 2px;
862
+ }
863
+
864
+ .e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
865
+ padding: 0;
866
+ }
867
+
868
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
869
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
870
+ line-height: 22px;
871
+ min-height: 22px;
872
+ }
873
+
874
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
875
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
876
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
877
+ border-right-width: 1px;
878
+ height: 24px;
879
+ margin-left: 3px;
880
+ margin-right: 3px;
881
+ }
882
+
883
+ .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
884
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
885
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
886
+ margin-left: 4.5px;
887
+ }
888
+
889
+ .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
890
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
891
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
892
+ margin-right: 4.5px;
893
+ }
894
+
895
+ .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
896
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
897
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
898
+ margin-right: 4.5px;
899
+ }
900
+
901
+ .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
902
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
903
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
904
+ margin-left: 4.5px;
905
+ }
906
+
907
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
908
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
909
+ .e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
910
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
911
+ height: 32px;
912
+ min-width: 32px;
913
+ width: 32px;
914
+ line-height: 32px;
915
+ min-width: 40px;
916
+ }
917
+
918
+ .e-pv-open-document-icon {
919
+ font-size: 14px;
920
+ height: 12.44px;
921
+ line-height: 12.44px;
922
+ width: 16px;
923
+ }
924
+
925
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon {
926
+ line-height: 16px;
927
+ }
928
+
929
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon {
930
+ line-height: 16px;
931
+ }
932
+
933
+ .e-pv-first-page-navigation-icon {
934
+ line-height: 14px;
935
+ }
936
+
937
+ .e-pv-previous-page-navigation-icon {
938
+ line-height: 14px;
939
+ }
940
+
941
+ .e-pv-next-page-navigation-icon {
942
+ line-height: 14px;
943
+ }
944
+
945
+ .e-pv-last-page-navigation-icon {
946
+ line-height: 14px;
947
+ }
948
+
949
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon,
950
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon {
951
+ line-height: 16px;
952
+ }
953
+
954
+ .e-pv-eye-slash-icon,
955
+ .e-pv-eye-icon {
956
+ margin-top: 3px;
957
+ }
958
+
959
+ .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
960
+ padding-left: 8px;
961
+ }
962
+
963
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon {
964
+ margin-right: 2px;
965
+ }
966
+
967
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
968
+ margin: 0 4px;
969
+ padding: 6px 0;
970
+ }
971
+
972
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) {
973
+ color: #f3f2f1;
974
+ cursor: default;
975
+ font-size: 13px;
976
+ margin-left: 4px;
977
+ margin-right: 9.5px;
978
+ min-width: unset;
979
+ padding-left: 0;
980
+ padding-top: 0;
981
+ position: relative;
982
+ }
983
+
984
+ .e-pv-total-page {
985
+ color: #f3f2f1;
986
+ font-size: inherit;
987
+ }
988
+
989
+ .e-pv-total-page-ms {
990
+ -ms-transform: translateY(-50%);
991
+ margin: 0;
992
+ position: absolute;
993
+ top: 50%;
994
+ transform: translateY(-50%);
995
+ }
996
+
997
+ .e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
998
+ .e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
999
+ .e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
1000
+ .e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
1001
+ background-color: transparent;
1002
+ border: 0;
1003
+ height: inherit;
1004
+ margin-top: 0;
1005
+ padding: 0;
1006
+ }
1007
+
1008
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1009
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1010
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1011
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
1012
+ background-color: #1b1a19;
1013
+ border: 0;
1014
+ border-radius: 2px;
1015
+ }
1016
+
1017
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1018
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1019
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1020
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
1021
+ color: inherit;
1022
+ }
1023
+
1024
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1025
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1026
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1027
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1028
+ height: auto;
1029
+ margin-top: 0;
1030
+ padding-bottom: 3px;
1031
+ padding-top: 0;
1032
+ }
1033
+
1034
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1035
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1036
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1037
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1038
+ padding-left: 12px;
1039
+ }
1040
+
1041
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1042
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1043
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1044
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1045
+ padding-right: 12px;
1046
+ }
1047
+
1048
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
1049
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
1050
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
1051
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
1052
+ background-color: transparent;
1053
+ border-left: 0;
1054
+ margin-bottom: 0;
1055
+ margin-left: 0;
1056
+ margin-top: 0;
1057
+ padding-right: 0;
1058
+ }
1059
+
1060
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
1061
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
1062
+ .e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
1063
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
1064
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
1065
+ text-align: center;
1066
+ }
1067
+
1068
+ .e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open,
1069
+ .e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open {
1070
+ text-align: left;
1071
+ }
1072
+
1073
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
1074
+ .e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
1075
+ text-align: right;
1076
+ }
1077
+
1078
+ .e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
1079
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
1080
+ color: #0078d4;
1081
+ }
1082
+
1083
+ .e-pv-zoom-drop-down.e-popup.e-popup-open,
1084
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
1085
+ min-height: 327px;
1086
+ min-width: 110px;
1087
+ }
1088
+
1089
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
1090
+ border: 1px solid #a19f9d;
1091
+ border-radius: 2px;
1092
+ }
1093
+
1094
+ .e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
1095
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
1096
+ box-shadow: none;
1097
+ }
1098
+
1099
+ .e-pv-password-popup.e-dialog .e-dlg-header,
1100
+ .e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
1101
+ .e-pv-notification-popup.e-dialog .e-dlg-header {
1102
+ font-size: 20px;
1103
+ font-weight: 500;
1104
+ letter-spacing: -0.2px;
1105
+ }
1106
+
1107
+ .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1108
+ .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1109
+ .e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1110
+ padding-top: 6px;
1111
+ }
1112
+
1113
+ .e-pv-password-popup.e-dialog {
1114
+ height: 240px;
1115
+ margin: 0 10px;
1116
+ max-width: 500px;
1117
+ }
1118
+
1119
+ .e-pv-corrupted-popup.e-dialog {
1120
+ height: 180px;
1121
+ margin: 0 10px;
1122
+ max-width: 409px;
1123
+ }
1124
+
1125
+ .e-pv-corrupted-popup.e-dialog .e-dlg-header-content,
1126
+ .e-pv-notification-popup.e-dialog .e-dlg-header-content {
1127
+ border-bottom: 0;
1128
+ }
1129
+
1130
+ .e-pv-corrupted-popup.e-dialog .e-footer-content,
1131
+ .e-pv-notification-popup.e-dialog .e-footer-content {
1132
+ border-top: 0;
1133
+ }
1134
+
1135
+ .e-pv-corrupted-popup.e-dialog .e-dlg-content {
1136
+ padding-bottom: 15px;
1137
+ padding-top: 6.9px;
1138
+ }
1139
+
1140
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1141
+ font-size: 16px;
1142
+ letter-spacing: -0.16px;
1143
+ }
1144
+
1145
+ .e-pv-password-popup.e-dialog .e-dlg-header-content {
1146
+ border-bottom: 0;
1147
+ }
1148
+
1149
+ .e-pv-password-popup.e-dialog .e-footer-content {
1150
+ border-top: 0;
1151
+ }
1152
+
1153
+ .e-pv-password-popup.e-dialog .e-dlg-content {
1154
+ padding-bottom: 11px;
1155
+ padding-top: 6px;
1156
+ }
1157
+
1158
+ .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1159
+ max-height: 32px;
1160
+ padding-bottom: 1px;
1161
+ }
1162
+
1163
+ .e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1164
+ padding-left: 0;
1165
+ }
1166
+
1167
+ .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1168
+ padding-right: 0;
1169
+ }
1170
+
1171
+ .e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1172
+ .e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1173
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1174
+ .e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
1175
+ transform: rotate(0deg);
1176
+ }
1177
+
1178
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after,
1179
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before,
1180
+ .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after,
1181
+ .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before,
1182
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after,
1183
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before,
1184
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after,
1185
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before,
1186
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
1187
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
1188
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
1189
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
1190
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
1191
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
1192
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
1193
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
1194
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
1195
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
1196
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
1197
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
1198
+ background: none;
1199
+ }
1200
+
1201
+ .e-pv-sidebar-container {
1202
+ background: #0078d4;
1203
+ border-top: 1px solid #0078d4;
1204
+ bottom: 0;
1205
+ position: absolute;
1206
+ top: 56px;
1207
+ transition: transform 0.3s ease;
1208
+ transition-duration: 200ms;
1209
+ transition-timing-function: ease;
1210
+ width: 250px;
1211
+ z-index: 100;
1212
+ }
1213
+
1214
+ .e-pv-main-container {
1215
+ height: 100%;
1216
+ overflow: hidden;
1217
+ position: relative;
1218
+ width: 100%;
1219
+ }
1220
+
1221
+ .e-pv-viewer-main-container {
1222
+ background-color: #323130;
1223
+ bottom: 0;
1224
+ left: 0;
1225
+ position: absolute;
1226
+ right: 0;
1227
+ top: 0;
1228
+ }
1229
+
1230
+ .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container {
1231
+ min-width: 400px;
1232
+ }
1233
+
1234
+ .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
1235
+ min-height: 500px;
1236
+ }
1237
+
1238
+ .e-pv-sidebar-content-container {
1239
+ border-top: 1px solid #292827;
1240
+ display: none;
1241
+ float: left;
1242
+ height: calc(100% - 38px);
1243
+ position: absolute;
1244
+ transition-duration: 200ms;
1245
+ transition-timing-function: ease;
1246
+ width: 202px;
1247
+ }
1248
+
1249
+ .e-pv-sidebar-content-container.e-thumbnail {
1250
+ height: 100%;
1251
+ left: 1px;
1252
+ position: unset;
1253
+ }
1254
+
1255
+ .e-pv-sidebar-title-container {
1256
+ background: #201f1e;
1257
+ border: 1px solid #292827;
1258
+ border-width: 0 1px 0 0;
1259
+ height: 38px;
1260
+ position: absolute;
1261
+ top: 0;
1262
+ width: 202px;
1263
+ }
1264
+
1265
+ .e-pv-sidebar-title {
1266
+ color: #d2d0ce;
1267
+ font-size: 14px;
1268
+ height: 38px;
1269
+ margin: 0;
1270
+ position: absolute;
1271
+ text-align: left;
1272
+ top: 0;
1273
+ padding: 8px;
1274
+ }
1275
+
1276
+ .e-pv-sidebar-title.e-left {
1277
+ left: 8px;
1278
+ width: 160px;
1279
+ }
1280
+
1281
+ .e-pv-sidebar-title.e-right {
1282
+ right: 8px;
1283
+ }
1284
+
1285
+ .e-pv-sidebar-toolbar {
1286
+ background: #201f1e;
1287
+ border: 1px solid #292827;
1288
+ border-width: 1px 1px 1px 1px;
1289
+ bottom: 0;
1290
+ height: calc(100% - 38px);
1291
+ position: absolute;
1292
+ width: 40px;
1293
+ z-index: 100;
1294
+ }
1295
+
1296
+ .e-bigger .e-pv-sidebar-toolbar {
1297
+ width: 46px;
1298
+ }
1299
+
1300
+ .e-pv-sidebar-content {
1301
+ -webkit-overflow-scrolling: touch;
1302
+ background: #201f1e;
1303
+ bottom: 0;
1304
+ overflow: auto;
1305
+ overflow-x: hidden;
1306
+ position: absolute;
1307
+ top: 38px;
1308
+ width: 202px;
1309
+ z-index: 103;
1310
+ }
1311
+
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1316
+ .e-pv-sidebar-content.e-thumbnail {
1317
+ top: 1px;
1318
+ }
1319
+
1320
+ .e-pv-sidebar-resizer {
1321
+ background: #201f1e;
1322
+ border: 0;
1323
+ border-width: 0;
1324
+ color: inherit;
1325
+ cursor: ew-resize;
1326
+ height: 100%;
1327
+ position: absolute;
1328
+ width: 8px;
1329
+ z-index: 105;
1330
+ }
1331
+
1332
+ .e-pv-sidebar-content::-webkit-scrollbar {
1333
+ width: 16px;
1334
+ }
1335
+
1336
+ .e-pv-sidebar-content::-webkit-scrollbar-track {
1337
+ -webkit-box-shadow: inset 0 0 0 #292827;
1338
+ background: #201f1e;
1339
+ border: 1px solid #292827;
1340
+ }
1341
+
1342
+ .e-pv-sidebar-content::-webkit-scrollbar-thumb {
1343
+ -webkit-box-shadow: inset 0 0 0 #292827;
1344
+ background: #a19f9d;
1345
+ background-clip: content-box;
1346
+ border: 4px solid transparent;
1347
+ border-radius: 100px;
1348
+ }
1349
+
1350
+ .e-pv-thumbnail-view-button.e-btn {
1351
+ background: transparent;
1352
+ border: 0;
1353
+ border-radius: 4px;
1354
+ box-shadow: none;
1355
+ font-weight: 500;
1356
+ height: 30px;
1357
+ line-height: inherit;
1358
+ margin: 12px 2px;
1359
+ outline: none;
1360
+ padding: 0;
1361
+ width: 30px;
1362
+ -ms-flex-align: center;
1363
+ align-items: center;
1364
+ display: -ms-flexbox;
1365
+ display: flex;
1366
+ -ms-flex-pack: center;
1367
+ justify-content: center;
1368
+ }
1369
+
1370
+ .e-bigger .e-pv-thumbnail-view-button.e-btn {
1371
+ margin: 12px 6px;
1372
+ }
1373
+
1374
+ .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1375
+ .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1376
+ background: #292827;
1377
+ border: none;
1378
+ border-radius: 4px;
1379
+ line-height: inherit;
1380
+ padding: 0;
1381
+ }
1382
+
1383
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1384
+ background: #292827;
1385
+ border: none;
1386
+ border-radius: 4px;
1387
+ line-height: inherit;
1388
+ padding: 0;
1389
+ }
1390
+
1391
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
1392
+ background: #292827;
1393
+ border: none;
1394
+ border-radius: 4px;
1395
+ line-height: inherit;
1396
+ padding: 0;
1397
+ }
1398
+
1399
+ .e-bigger .e-pv-bookmark-button.e-btn {
1400
+ margin: 12px 6px;
1401
+ }
1402
+
1403
+ .e-pv-bookmark-button.e-btn {
1404
+ background: transparent;
1405
+ border: none;
1406
+ box-shadow: none;
1407
+ font-weight: 500;
1408
+ height: 30px;
1409
+ margin: 15px 2px;
1410
+ outline: none;
1411
+ padding: 0;
1412
+ width: 30px;
1413
+ -ms-flex-align: center;
1414
+ align-items: center;
1415
+ display: -ms-flexbox;
1416
+ display: flex;
1417
+ -ms-flex-pack: center;
1418
+ justify-content: center;
1419
+ }
1420
+
1421
+ .e-pv-title-close-div.e-btn {
1422
+ background: transparent;
1423
+ border: none;
1424
+ box-shadow: none;
1425
+ height: 38px;
1426
+ left: 0;
1427
+ padding: 8px;
1428
+ position: absolute;
1429
+ right: 0;
1430
+ top: 0;
1431
+ width: 32px;
1432
+ }
1433
+
1434
+ .e-pv-sidebar-toolbar-splitter {
1435
+ background: #292827;
1436
+ bottom: 0;
1437
+ height: calc(100% - 38px);
1438
+ position: absolute;
1439
+ width: 0;
1440
+ z-index: 104;
1441
+ }
1442
+
1443
+ .e-pv-sidebar-content-splitter {
1444
+ background: #292827;
1445
+ height: 1px;
1446
+ position: absolute;
1447
+ top: 38px;
1448
+ width: 201px;
1449
+ z-index: 104;
1450
+ }
1451
+
1452
+ .e-pv-thumbnail-view {
1453
+ bottom: 0;
1454
+ height: 50%;
1455
+ padding: 8px 30px 0;
1456
+ position: absolute;
1457
+ top: 0;
1458
+ }
1459
+
1460
+ .e-pv-thumbnail {
1461
+ height: 140px;
1462
+ margin: 0 20px 40px;
1463
+ width: 100px;
1464
+ }
1465
+
1466
+ .e-pv-thumbnail-number {
1467
+ color: #d2d0ce;
1468
+ font-family: Roboto;
1469
+ padding-left: 50px;
1470
+ padding-right: 50px;
1471
+ padding-top: 8px;
1472
+ }
1473
+
1474
+ .e-pv-thumbnail-selection-ring {
1475
+ border: 1px solid #292827;
1476
+ border-radius: 0;
1477
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
1478
+ padding: 2px;
1479
+ }
1480
+
1481
+ .e-pv-thumbnail-image {
1482
+ background-clip: content-box;
1483
+ background-color: #fff;
1484
+ height: 126px;
1485
+ width: 94px;
1486
+ }
1487
+
1488
+ .e-pv-thumbnail-hover {
1489
+ border: 1px solid #797775;
1490
+ border-radius: 0;
1491
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
1492
+ cursor: pointer;
1493
+ padding: 2px;
1494
+ }
1495
+
1496
+ .e-pv-thumbnail-focus {
1497
+ border: 2px solid #0078d4;
1498
+ border-radius: 0;
1499
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
1500
+ cursor: pointer;
1501
+ padding: 0;
1502
+ }
1503
+
1504
+ .e-pv-thumbnail-selection {
1505
+ border: 2px solid #0078d4;
1506
+ border-radius: 0;
1507
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
1508
+ cursor: pointer;
1509
+ padding: 1px;
1510
+ }
1511
+
1512
+ .e-pv-thumbnail-row {
1513
+ -ms-flex-wrap: wrap;
1514
+ display: -ms-flexbox;
1515
+ display: flex;
1516
+ flex-wrap: wrap;
1517
+ }
1518
+
1519
+ .e-pv-thumbnail-row {
1520
+ display: -ms-flexbox;
1521
+ }
1522
+
1523
+ .e-pv-thumbnail-column {
1524
+ -ms-flex: 25%;
1525
+ flex: 25%;
1526
+ }
1527
+
1528
+ .e-pv-thumbnail-column img {
1529
+ display: block;
1530
+ margin-left: auto;
1531
+ margin-right: auto;
1532
+ }
1533
+
1534
+ .e-pv-bookmark-view {
1535
+ height: 100%;
1536
+ overflow: auto;
1537
+ padding-top: 0;
1538
+ position: relative;
1539
+ }
1540
+
1541
+ div > .e-pv-bookmark-icon.e-pv-icon {
1542
+ float: left;
1543
+ font-size: 14px;
1544
+ padding-left: 6px;
1545
+ padding-right: 18px;
1546
+ }
1547
+
1548
+ .e-pv-bookmark-title {
1549
+ padding-left: 40px;
1550
+ }
1551
+
1552
+ .e-pv-sidebar-bookmark-title {
1553
+ color: #d2d0ce;
1554
+ font-family: Roboto-Regular;
1555
+ font-size: 14px;
1556
+ }
1557
+
1558
+ .e-pv-bookmark-view::-webkit-scrollbar {
1559
+ height: 16px;
1560
+ width: 16px;
1561
+ }
1562
+
1563
+ .e-pv-bookmark-view::-webkit-scrollbar-track {
1564
+ -webkit-box-shadow: inset 0 0 0 #292827;
1565
+ background: #201f1e;
1566
+ border: 1px solid #292827;
1567
+ }
1568
+
1569
+ .e-pv-bookmark-view::-webkit-scrollbar-thumb {
1570
+ -webkit-box-shadow: inset 0 0 0 #292827;
1571
+ background: #a19f9d;
1572
+ background-clip: content-box;
1573
+ border: 4px solid transparent;
1574
+ border-radius: 100px;
1575
+ }
1576
+
1577
+ .e-pv-bookmark-view > .e-ul {
1578
+ height: inherit;
1579
+ overflow: unset;
1580
+ }
1581
+
1582
+ .e-pv-bookmark-view .e-fullrow {
1583
+ height: 34px;
1584
+ }
1585
+
1586
+ .e-pv-bookmark-view .e-icon-collapsible::before,
1587
+ .e-pv-bookmark-view .e-icon-expandable::before {
1588
+ display: inline-block;
1589
+ height: 20px;
1590
+ padding: 4px;
1591
+ width: 20px;
1592
+ }
1593
+
1594
+ .e-pv-bookmark-view .e-list-item .e-ul {
1595
+ padding-left: 32px;
1596
+ }
1597
+
1598
+ .e-pv-bookmark-view .e-ul {
1599
+ padding: 0 0 0 16px;
1600
+ }
1601
+
1602
+ .e-pv-text::selection {
1603
+ background: #038387;
1604
+ }
1605
+
1606
+ .e-pv-text .e-pv-maintaincontent {
1607
+ background: #038387;
1608
+ }
1609
+
1610
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1611
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1612
+ .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1613
+ .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
1614
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
1615
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1616
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
1617
+ .e-pv-shapes-toolbar .e-pv-tbar-btn,
1618
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1619
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1620
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1621
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1622
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1623
+ color: #a19f9d;
1624
+ }
1625
+
1626
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon,
1627
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-selected .e-caret {
1628
+ color: #fff;
1629
+ }
1630
+
1631
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover {
1632
+ background: #201f1e;
1633
+ border-color: #201f1e;
1634
+ }
1635
+
1636
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
1637
+ background: #201f1e;
1638
+ border-color: #201f1e;
1639
+ }
1640
+
1641
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
1642
+ transform: skewX(-1deg) translateX(6px);
1643
+ width: 56px;
1644
+ }
1645
+
1646
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
1647
+ font-size: 14px;
1648
+ transform: skewX(4deg);
1649
+ }
1650
+
1651
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
1652
+ color: #a19f9d;
1653
+ }
1654
+
1655
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
1656
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
1657
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,
1658
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
1659
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
1660
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover,
1661
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
1662
+ .e-pv-shapes-toolbar .e-pv-tbar-btn:hover,
1663
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover,
1664
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:hover,
1665
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1666
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1667
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1668
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1669
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1670
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1671
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1672
+ .e-pv-shapes-toolbar .e-pv-tbar-btn:focus,
1673
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:focus,
1674
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1675
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1676
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1677
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1678
+ color: #fff;
1679
+ }
1680
+
1681
+ .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1682
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1683
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
1684
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1685
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
1686
+ color: #a19f9d;
1687
+ }
1688
+
1689
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
1690
+ height: inherit;
1691
+ }
1692
+
1693
+ .e-pv-print-popup-container {
1694
+ height: 100%;
1695
+ left: 0;
1696
+ overflow: auto;
1697
+ position: absolute;
1698
+ top: 0;
1699
+ width: 100%;
1700
+ z-index: 2000;
1701
+ }
1702
+
1703
+ .e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
1704
+ background-color: rgba(0, 0, 0, 0.3);
1705
+ }
1706
+
1707
+ .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1708
+ padding: 0 16px 0 0;
1709
+ }
1710
+
1711
+ .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1712
+ padding: 0 0 0 16px;
1713
+ }
1714
+
1715
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1716
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1717
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1718
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1719
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
1720
+ background: #292827;
1721
+ border: 0;
1722
+ border-radius: 0;
1723
+ color: #fff;
1724
+ }
1725
+
1726
+ .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1727
+ color: #a19f9d;
1728
+ }
1729
+
1730
+ .e-pv-search-bar {
1731
+ background-color: #201f1e;
1732
+ border: 1px solid #292827;
1733
+ border-radius: 2px;
1734
+ box-shadow: 0 3px 8px 0 #292827;
1735
+ height: 90px;
1736
+ padding: 12px;
1737
+ position: absolute;
1738
+ width: 338px;
1739
+ z-index: 105;
1740
+ }
1741
+
1742
+ .e-bigger .e-pv-search-bar {
1743
+ height: 109px;
1744
+ padding: 16px;
1745
+ width: 368px;
1746
+ }
1747
+
1748
+ .e-pv-search-input {
1749
+ height: 32px;
1750
+ width: 240px;
1751
+ }
1752
+
1753
+ .e-bigger .e-pv-search-input {
1754
+ height: 42px;
1755
+ }
1756
+
1757
+ .e-pv-search-input-mobile {
1758
+ height: 32px;
1759
+ }
1760
+
1761
+ .e-pv-match-case-container {
1762
+ margin-top: 12px;
1763
+ }
1764
+
1765
+ .e-pv-search-btn.e-btn {
1766
+ background-color: transparent;
1767
+ border: 0;
1768
+ box-shadow: none;
1769
+ height: 24px;
1770
+ margin-top: 0;
1771
+ width: 24px;
1772
+ padding-bottom: 0;
1773
+ padding-left: 1px;
1774
+ padding-right: 1px;
1775
+ padding-top: 1px;
1776
+ }
1777
+
1778
+ .e-bigger .e-pv-search-btn.e-btn {
1779
+ height: 30px;
1780
+ padding: 2px;
1781
+ width: 30px;
1782
+ }
1783
+
1784
+ .e-pv-search-btn.e-btn:active {
1785
+ background-color: transparent;
1786
+ }
1787
+
1788
+ .e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
1789
+ margin-left: 16px;
1790
+ }
1791
+
1792
+ .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
1793
+ margin-left: 8px;
1794
+ }
1795
+
1796
+ .e-pv-search-bar.e-rtl .e-pv-prev-search {
1797
+ margin-right: 16px;
1798
+ }
1799
+
1800
+ .e-pv-search-bar.e-rtl .e-pv-next-search {
1801
+ margin-right: 8px;
1802
+ }
1803
+
1804
+ .e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search {
1805
+ padding-right: 5px;
1806
+ }
1807
+
1808
+ .e-pv-notification-popup {
1809
+ height: 180px;
1810
+ margin: 0 10px;
1811
+ max-width: 409px;
1812
+ }
1813
+
1814
+ .e-pv-notification-popup.e-pv-notification-large-content {
1815
+ height: 278px;
1816
+ max-width: 400px;
1817
+ }
1818
+
1819
+ .e-pv-notification-popup .e-pv-notification-popup-content {
1820
+ font-size: 16px;
1821
+ }
1822
+
1823
+ .e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
1824
+ background: transparent;
1825
+ }
1826
+
1827
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
1828
+ background: transparent;
1829
+ color: rgba(0, 120, 212, 0.54);
1830
+ }
1831
+
1832
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
1833
+ color: #f3f2f1;
1834
+ }
1835
+
1836
+ .e-pv-bookmark-container {
1837
+ background-color: #0078d4;
1838
+ border: 1px solid #0078d4;
1839
+ }
1840
+
1841
+ .e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
1842
+ border-bottom: 1px solid #0078d4;
1843
+ height: 48px;
1844
+ }
1845
+
1846
+ .e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
1847
+ border-bottom-width: 0;
1848
+ }
1849
+
1850
+ .e-pv-bookmark-container .e-listview .e-list-text {
1851
+ -ms-transform: translateY(-50%);
1852
+ position: absolute;
1853
+ top: 50%;
1854
+ transform: translateY(-50%);
1855
+ }
1856
+
1857
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
1858
+ color: rgba(0, 120, 212, 0.87);
1859
+ }
1860
+
1861
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
1862
+ background-color: transparent;
1863
+ border-width: 0;
1864
+ box-shadow: none;
1865
+ }
1866
+
1867
+ .e-pv-bookmark-container .e-pv-bookmark-view {
1868
+ padding-top: 0;
1869
+ }
1870
+
1871
+ .e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
1872
+ padding-left: 0;
1873
+ }
1874
+
1875
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
1876
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
1877
+ border-bottom: 2px solid;
1878
+ margin-top: 0;
1879
+ padding-top: 5px;
1880
+ line-height: 11px;
1881
+ vertical-align: initial;
1882
+ }
1883
+
1884
+ .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
1885
+ border-bottom: 2px solid;
1886
+ margin-top: 0;
1887
+ padding-top: 1px;
1888
+ vertical-align: initial;
1889
+ line-height: 11px;
1890
+ padding-top: 5px;
1891
+ }
1892
+
1893
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1894
+ margin-top: 0;
1895
+ padding-top: 7px;
1896
+ padding-top: 0;
1897
+ vertical-align: initial;
1898
+ }
1899
+
1900
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1901
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1902
+ vertical-align: initial;
1903
+ }
1904
+
1905
+ .e-pv-annotation-opacity-popup-container,
1906
+ .e-pv-annotation-thickness-popup-container {
1907
+ background-color: #fff;
1908
+ box-shadow: none;
1909
+ color: #f3f2f1;
1910
+ height: auto;
1911
+ min-height: 48px;
1912
+ padding: 16px;
1913
+ width: auto;
1914
+ }
1915
+
1916
+ .e-pv-annotation-opacity-label,
1917
+ .e-pv-annotation-opacity-indicator,
1918
+ .e-pv-annotation-thickness-label,
1919
+ .e-pv-annotation-thickness-indicator {
1920
+ float: left;
1921
+ font-family: inherit;
1922
+ font-size: inherit;
1923
+ }
1924
+
1925
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1926
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1927
+ float: left;
1928
+ height: auto;
1929
+ margin-left: 11px;
1930
+ margin-right: 10px;
1931
+ }
1932
+
1933
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1934
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1935
+ width: 172px;
1936
+ }
1937
+
1938
+ .e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1939
+ .e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1940
+ width: 140px;
1941
+ }
1942
+
1943
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
1944
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider {
1945
+ height: 16px;
1946
+ }
1947
+
1948
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1949
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1950
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1951
+ font-size: 16px;
1952
+ }
1953
+
1954
+ .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1955
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1956
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1957
+ font-size: 18px;
1958
+ }
1959
+
1960
+ .e-pv-annotation-color-container.e-icon-btn,
1961
+ .e-pv-annotation-opacity-container.e-icon-btn,
1962
+ .e-pv-annotation-stroke-container.e-icon-btn,
1963
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
1964
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
1965
+ .e-pv-annotation-thickness-container.e-icon-btn,
1966
+ .e-pv-annotation-textcolor-container.e-icon-btn,
1967
+ .e-pv-annotation-textalign-container.e-icon-btn,
1968
+ .e-pv-annotation-textprop-container.e-icon-btn {
1969
+ height: 32px;
1970
+ width: auto;
1971
+ }
1972
+
1973
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
1974
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
1975
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
1976
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
1977
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
1978
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
1979
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
1980
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
1981
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
1982
+ white-space: nowrap;
1983
+ }
1984
+
1985
+ .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
1986
+ padding-top: 0;
1987
+ }
1988
+
1989
+ .e-pv-shapes-toolbar {
1990
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
1991
+ }
1992
+
1993
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1994
+ padding: 4px;
1995
+ }
1996
+
1997
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
1998
+ margin-bottom: 0;
1999
+ margin-left: 4px;
2000
+ margin-right: 4px;
2001
+ }
2002
+
2003
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2004
+ height: 32px;
2005
+ width: 32px;
2006
+ min-height: 32px;
2007
+ }
2008
+
2009
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2010
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2011
+ min-height: 32px;
2012
+ }
2013
+
2014
+ .e-pv-annotation-thickness-slider-container {
2015
+ margin-top: -6px;
2016
+ }
2017
+
2018
+ .e-pv-annotation-opacity-icon {
2019
+ padding-top: 1px;
2020
+ }
2021
+
2022
+ .e-pv-annotation-color-container.e-btn,
2023
+ .e-pv-annotation-opacity-container.e-btn,
2024
+ .e-pv-annotation-stroke-container.e-btn,
2025
+ .e-pv-annotation-thickness-container.e-btn,
2026
+ .e-pv-annotation-shapes-container.e-btn,
2027
+ .e-pv-annotation-calibrate-container.e-btn,
2028
+ .e-pv-annotation-textcolor-container.e-btn,
2029
+ .e-pv-annotation-textalign-container.e-btn,
2030
+ .e-pv-annotation-textprop-container.e-btn,
2031
+ .e-pv-annotation-handwritten-container.e-btn,
2032
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
2033
+ background-color: transparent;
2034
+ border-color: transparent;
2035
+ }
2036
+
2037
+ .e-pv-annotation-color-container.e-btn:hover,
2038
+ .e-pv-annotation-opacity-container.e-btn:hover,
2039
+ .e-pv-annotation-stroke-container.e-btn:hover,
2040
+ .e-pv-annotation-thickness-container.e-btn:hover,
2041
+ .e-pv-annotation-shapes-container.e-btn:hover,
2042
+ .e-pv-annotation-calibrate-container.e-btn:hover,
2043
+ .e-pv-annotation-textcolor-container.e-btn:hover,
2044
+ .e-pv-annotation-textalign-container.e-btn:hover,
2045
+ .e-pv-annotation-textprop-container.e-btn:hover,
2046
+ .e-pv-annotation-handwritten-container.e-btn:hover,
2047
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
2048
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
2049
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
2050
+ background-color: #292827;
2051
+ border-color: #292827;
2052
+ }
2053
+
2054
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2055
+ background-color: #292827;
2056
+ border-color: #292827;
2057
+ outline: none;
2058
+ color: #fff;
2059
+ }
2060
+
2061
+ .e-pv-annotation-color-container.e-btn:focus,
2062
+ .e-pv-annotation-opacity-container.e-btn:focus,
2063
+ .e-pv-annotation-stroke-container.e-btn:focus,
2064
+ .e-pv-annotation-thickness-container.e-btn:focus,
2065
+ .e-pv-annotation-shapes-container.e-btn:focus,
2066
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2067
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2068
+ .e-pv-annotation-textalign-container.e-btn:focus,
2069
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2070
+ .e-pv-annotation-textprop-container.e-btn:focus {
2071
+ background-color: #292827;
2072
+ border-color: #292827;
2073
+ outline: none;
2074
+ }
2075
+
2076
+ .e-pv-annotation-color-container.e-btn:active,
2077
+ .e-pv-annotation-opacity-container.e-btn:active,
2078
+ .e-pv-annotation-stroke-container.e-btn:active,
2079
+ .e-pv-annotation-thickness-container.e-btn:active,
2080
+ .e-pv-annotation-shapes-container.e-btn:active,
2081
+ .e-pv-annotation-calibrate-container.e-btn:active,
2082
+ .e-pv-annotation-textcolor-container.e-btn:active,
2083
+ .e-pv-annotation-textalign-container.e-btn:active,
2084
+ .e-pv-annotation-textprop-container.e-btn:active,
2085
+ .e-pv-annotation-handwritten-container.e-btn:active {
2086
+ background-color: #292827;
2087
+ border-color: #292827;
2088
+ box-shadow: none;
2089
+ color: #fff;
2090
+ }
2091
+
2092
+ .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2093
+ .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2094
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
2095
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
2096
+ background-color: #292827;
2097
+ color: #a19f9d;
2098
+ }
2099
+
2100
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
2101
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2102
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2103
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2104
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2105
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2106
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2107
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
2108
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
2109
+ line-height: 30px;
2110
+ padding: 0 8px;
2111
+ }
2112
+
2113
+ .e-pv-annotation-color-container.e-dropdown-btn.e-button,
2114
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2115
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2116
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2117
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2118
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2119
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2120
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2121
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2122
+ line-height: 30px;
2123
+ padding: 0 8px;
2124
+ }
2125
+
2126
+ .e-pv-custom-annotation-stamp-container,
2127
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
2128
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
2129
+ background-color: transparent;
2130
+ height: 32px;
2131
+ line-height: 32px;
2132
+ }
2133
+
2134
+ .e-pv-toolbar.e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
2135
+ .e-pv-annotation-toolbar.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
2136
+ font-size: 14px;
2137
+ }
2138
+
2139
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
2140
+ display: inline-block;
2141
+ padding: 0 4px;
2142
+ }
2143
+
2144
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
2145
+ display: inline-block;
2146
+ padding: 3px 4px;
2147
+ }
2148
+
2149
+ .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
2150
+ .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
2151
+ height: 30px;
2152
+ min-width: 36px;
2153
+ }
2154
+
2155
+ .e-pv-annotation-popup-menu {
2156
+ background-color: #201f1e;
2157
+ border-color: #323130;
2158
+ color: #f3f2f1;
2159
+ }
2160
+
2161
+ .e-pv-properties-window {
2162
+ max-width: 412px;
2163
+ }
2164
+
2165
+ .e-pv-scale-ratio-window {
2166
+ max-width: 472px;
2167
+ }
2168
+
2169
+ .e-pv-scale-ratio-dialog {
2170
+ max-width: 508px;
2171
+ }
2172
+
2173
+ .e-pv-line-styles-content,
2174
+ .e-pv-line-styles-item {
2175
+ border-bottom-color: #f3f2f1;
2176
+ }
2177
+
2178
+ .e-pv-line-styles-container:hover {
2179
+ background-color: #252423;
2180
+ }
2181
+
2182
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2183
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2184
+ height: 30px;
2185
+ line-height: 16px;
2186
+ }
2187
+
2188
+ .e-bigger .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2189
+ .e-bigger .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2190
+ height: 40px;
2191
+ }
2192
+
2193
+ .e-pv-properties-window .e-dlg-content {
2194
+ padding-top: 6px;
2195
+ }
2196
+
2197
+ .e-pv-scale-ratio-text,
2198
+ .e-pv-depth-text {
2199
+ margin-bottom: 8px;
2200
+ }
2201
+
2202
+ .e-pv-properties-line-start-container,
2203
+ .e-pv-properties-line-end-container,
2204
+ .e-pv-properties-line-style-container,
2205
+ .e-pv-properties-line-thickness-container,
2206
+ .e-pv-properties-line-fill-color-container,
2207
+ .e-pv-properties-line-stroke-color-container,
2208
+ .e-pv-properties-line-leader-length-container {
2209
+ float: left;
2210
+ height: 58px;
2211
+ margin-bottom: 24px;
2212
+ }
2213
+
2214
+ .e-pv-properties-line-opacity-container {
2215
+ float: left;
2216
+ height: auto;
2217
+ width: 170px;
2218
+ }
2219
+
2220
+ .e-pv-scale-ratio-src-input-container,
2221
+ .e-pv-scale-ratio-src-unit-container,
2222
+ .e-pv-scale-ratio-dest-input-container,
2223
+ .e-pv-scale-ratio-dest-unit-container,
2224
+ .e-pv-depth-input-container,
2225
+ .e-pv-depth-unit-container {
2226
+ float: left;
2227
+ height: 32px;
2228
+ }
2229
+
2230
+ .e-bigger .e-pv-scale-ratio-src-input-container,
2231
+ .e-bigger .e-pv-scale-ratio-src-unit-container,
2232
+ .e-bigger .e-pv-scale-ratio-dest-input-container,
2233
+ .e-bigger .e-pv-scale-ratio-dest-unit-container,
2234
+ .e-bigger .e-pv-depth-input-container,
2235
+ .e-bigger .e-pv-depth-unit-container {
2236
+ float: left;
2237
+ height: 40px;
2238
+ }
2239
+
2240
+ .e-pv-scale-ratio-src-input-container,
2241
+ .e-pv-scale-ratio-src-unit-container,
2242
+ .e-pv-scale-ratio-dest-input-container,
2243
+ .e-pv-scale-ratio-dest-unit-container {
2244
+ margin-bottom: 16px;
2245
+ }
2246
+
2247
+ .e-pv-scale-ratio-src-unit-container,
2248
+ .e-pv-scale-ratio-dest-unit-container,
2249
+ .e-pv-depth-unit-container {
2250
+ margin-left: 24px;
2251
+ }
2252
+
2253
+ .e-pv-scale-ratio-src-unit.e-btn,
2254
+ .e-pv-scale-ratio-dest-unit.e-btn,
2255
+ .e-pv-depth-unit.e-btn {
2256
+ padding: 4px 8px 4px;
2257
+ }
2258
+
2259
+ .e-pv-scale-unit-content {
2260
+ float: left;
2261
+ width: 33px;
2262
+ }
2263
+
2264
+ .e-pv-scale-ratio-src-unit .e-caret,
2265
+ .e-pv-scale-ratio-dest-unit .e-caret,
2266
+ .e-pv-depth-unit .e-caret {
2267
+ margin-left: 96px;
2268
+ margin-top: 0;
2269
+ }
2270
+
2271
+ .e-bigger .e-pv-scale-ratio-src-unit .e-caret,
2272
+ .e-bigger .e-pv-scale-ratio-dest-unit .e-caret,
2273
+ .e-bigger .e-pv-depth-unit .e-caret {
2274
+ margin-left: 160px;
2275
+ }
2276
+
2277
+ .e-pv-properties-line-opacity {
2278
+ margin-top: -10px;
2279
+ }
2280
+
2281
+ .e-pv-properties-line-start-label,
2282
+ .e-pv-properties-line-end-label,
2283
+ .e-pv-properties-line-style-label,
2284
+ .e-pv-properties-line-thickness-label,
2285
+ .e-pv-properties-line-fill-color-label,
2286
+ .e-pv-properties-line-stroke-color-label,
2287
+ .e-pv-properties-line-opacity-label,
2288
+ .e-pv-properties-line-leader-length-label {
2289
+ margin-bottom: 8px;
2290
+ font-weight: 600;
2291
+ font-size: 14px;
2292
+ }
2293
+
2294
+ .e-pv-properties-line-end-container,
2295
+ .e-pv-properties-line-thickness-container {
2296
+ margin-left: 24px;
2297
+ }
2298
+
2299
+ .e-pv-properties-line-leader-length-container {
2300
+ margin-left: 20px;
2301
+ }
2302
+
2303
+ .e-bigger .e-pv-properties-line-leader-length-container {
2304
+ margin-left: 100px;
2305
+ }
2306
+
2307
+ .e-pv-properties-line-stroke-color-container {
2308
+ margin-left: 131px;
2309
+ margin-right: 87px;
2310
+ }
2311
+
2312
+ .e-bigger .e-pv-properties-line-stroke-color-container {
2313
+ margin-left: 195px;
2314
+ }
2315
+
2316
+ .e-pv-properties-line-start,
2317
+ .e-pv-properties-line-end,
2318
+ .e-pv-properties-line-style,
2319
+ .e-pv-properties-line-thickness,
2320
+ .e-pv-properties-line-opacity,
2321
+ .e-pv-properties-line-leader-length {
2322
+ max-width: 170px;
2323
+ }
2324
+
2325
+ .e-bigger .e-pv-properties-line-start,
2326
+ .e-bigger .e-pv-properties-line-end,
2327
+ .e-bigger .e-pv-properties-line-style,
2328
+ .e-bigger .e-pv-properties-line-thickness,
2329
+ .e-bigger .e-pv-properties-line-opacity,
2330
+ .e-bigger .e-pv-properties-line-leader-length {
2331
+ max-width: 248px;
2332
+ }
2333
+
2334
+ .e-pv-scale-ratio-src-input,
2335
+ .e-pv-scale-ratio-dest-input,
2336
+ .e-pv-depth-input {
2337
+ max-width: 200px;
2338
+ }
2339
+
2340
+ .e-bigger .e-pv-scale-ratio-src-input,
2341
+ .e-bigger .e-pv-scale-ratio-dest-input,
2342
+ .e-bigger .e-pv-depth-input {
2343
+ max-width: 248px;
2344
+ }
2345
+
2346
+ .e-pv-properties-line-start,
2347
+ .e-pv-properties-line-end,
2348
+ .e-pv-properties-line-style {
2349
+ width: 170px;
2350
+ }
2351
+
2352
+ .e-bigger .e-pv-properties-line-start,
2353
+ .e-bigger .e-pv-properties-line-end,
2354
+ .e-bigger .e-pv-properties-line-style {
2355
+ width: 248px;
2356
+ }
2357
+
2358
+ .e-pv-scale-ratio-src-unit,
2359
+ .e-pv-scale-ratio-dest-unit,
2360
+ .e-pv-depth-unit {
2361
+ width: 200px;
2362
+ }
2363
+
2364
+ .e-bigger .e-pv-scale-ratio-src-unit,
2365
+ .e-bigger .e-pv-scale-ratio-dest-unit,
2366
+ .e-bigger .e-pv-depth-unit {
2367
+ height: 40px;
2368
+ width: 248px;
2369
+ }
2370
+
2371
+ .e-pv-line-styles-container {
2372
+ line-height: 0;
2373
+ padding: 17px;
2374
+ }
2375
+
2376
+ .e-pv-line-styles-item {
2377
+ border-bottom-width: 2px;
2378
+ box-sizing: border-box;
2379
+ display: inline-block;
2380
+ width: 100%;
2381
+ }
2382
+
2383
+ .e-pv-line-styles-content {
2384
+ border-bottom-width: 2px;
2385
+ display: inline-block;
2386
+ width: 100%;
2387
+ }
2388
+
2389
+ .e-pv-properties-line-style-content {
2390
+ float: left;
2391
+ line-height: 16px;
2392
+ width: 44px;
2393
+ line-height: 20px;
2394
+ }
2395
+
2396
+ .e-pv-properties-line-start.e-btn,
2397
+ .e-pv-properties-line-end.e-btn {
2398
+ height: 32px;
2399
+ padding: 4px 11px;
2400
+ }
2401
+
2402
+ .e-bigger .e-pv-properties-line-start.e-btn,
2403
+ .e-bigger .e-pv-properties-line-end.e-btn,
2404
+ .e-bigger .e-pv-properties-line-style.e-btn {
2405
+ height: 40px;
2406
+ }
2407
+
2408
+ .e-pv-properties-line-style.e-btn {
2409
+ height: 32px;
2410
+ line-height: 0;
2411
+ padding: 11px 4px;
2412
+ white-space: pre;
2413
+ }
2414
+
2415
+ .e-pv-properties-line-start.e-btn .e-caret,
2416
+ .e-pv-properties-line-end.e-btn .e-caret {
2417
+ display: inline;
2418
+ line-height: 16px;
2419
+ margin-left: 83px;
2420
+ }
2421
+
2422
+ .e-bigger .e-pv-properties-line-start.e-btn .e-caret,
2423
+ .e-bigger .e-pv-properties-line-end.e-btn .e-caret {
2424
+ margin-left: 145px;
2425
+ }
2426
+
2427
+ .e-pv-line-styles-content-container {
2428
+ float: left;
2429
+ font-size: 0;
2430
+ margin-right: 7.5px;
2431
+ margin-top: 2.5px;
2432
+ width: 120px;
2433
+ width: 138px;
2434
+ }
2435
+
2436
+ .e-bigger .e-pv-line-styles-content-container {
2437
+ margin-top: 5.5px;
2438
+ width: 180px;
2439
+ }
2440
+
2441
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2442
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2443
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2444
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
2445
+ height: 32px;
2446
+ width: auto;
2447
+ }
2448
+
2449
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2450
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2451
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2452
+ padding: 0 8px;
2453
+ }
2454
+
2455
+ .e-pv-annotation-shape-icon,
2456
+ .e-pv-annotation-calibrate-icon,
2457
+ .e-pv-handwritten-icon {
2458
+ margin-right: 4px;
2459
+ }
2460
+
2461
+ .e-pv-properties-opacity-indicator {
2462
+ margin-left: 141px;
2463
+ margin-left: 153px;
2464
+ }
2465
+
2466
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
2467
+ border-radius: 2px;
2468
+ }
2469
+
2470
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2471
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2472
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2473
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
2474
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
2475
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
2476
+ line-height: 30px;
2477
+ }
2478
+
2479
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2480
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2481
+ height: 32px;
2482
+ line-height: 25px;
2483
+ margin: -4px 0;
2484
+ padding: 0 1.5px;
2485
+ width: 32px;
2486
+ }
2487
+
2488
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2489
+ padding-top: 0;
2490
+ }
2491
+
2492
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
2493
+ width: 93px;
2494
+ }
2495
+
2496
+ .e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
2497
+ line-height: 22px;
2498
+ min-height: 22px;
2499
+ }
2500
+
2501
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus {
2502
+ padding-left: 0;
2503
+ }
2504
+
2505
+ .e-bigger .e-pv-password-popup.e-dialog,
2506
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2507
+ height: 240px;
2508
+ }
2509
+
2510
+ .e-bigger .e-pv-password-popup.e-dialog,
2511
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2512
+ height: 270px;
2513
+ }
2514
+
2515
+ .e-bigger .e-pv-notification-popup.e-dialog,
2516
+ .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2517
+ height: 195px;
2518
+ }
2519
+
2520
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2521
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2522
+ height: 220px;
2523
+ }
2524
+
2525
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2526
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2527
+ height: 280px;
2528
+ }
2529
+
2530
+ .e-bigger .e-pv-corrupted-popup.e-dialog,
2531
+ .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2532
+ height: 198px;
2533
+ }
2534
+
2535
+ .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2536
+ .e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2537
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2538
+ .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2539
+ padding-top: 6px;
2540
+ }
2541
+
2542
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2543
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2544
+ top: 0;
2545
+ }
2546
+
2547
+ .e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2548
+ padding-right: 0;
2549
+ }
2550
+
2551
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
2552
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
2553
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
2554
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
2555
+ padding-left: 0;
2556
+ padding-right: 12px;
2557
+ }
2558
+
2559
+ .e-pv-sidebar-content-container.e-left {
2560
+ left: 38px;
2561
+ }
2562
+
2563
+ .e-pv-sidebar-content-container.e-right {
2564
+ right: 38px;
2565
+ }
2566
+
2567
+ .e-pv-sidebar-toolbar-splitter.e-left {
2568
+ left: 38px;
2569
+ }
2570
+
2571
+ .e-pv-sidebar-toolbar-splitter.e-right {
2572
+ right: 38px;
2573
+ }
2574
+
2575
+ .e-pv-sidebar-resizer.e-left {
2576
+ left: 202px;
2577
+ }
2578
+
2579
+ .e-pv-sidebar-resizer.e-right {
2580
+ right: 202px;
2581
+ }
2582
+
2583
+ .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2584
+ .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2585
+ margin-right: 10px;
2586
+ }
2587
+
2588
+ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2589
+ float: left;
2590
+ font-size: 14px;
2591
+ padding-left: 1px;
2592
+ padding-right: 1px;
2593
+ position: absolute;
2594
+ }
2595
+
2596
+ .e-bigger .e-pv-properties-window {
2597
+ max-width: 577px;
2598
+ min-height: 498px;
2599
+ }
2600
+
2601
+ .e-bigger .e-pv-scale-ratio-window {
2602
+ max-width: 580px;
2603
+ }
2604
+
2605
+ .e-pdfviewer .e-treeview .e-list-item {
2606
+ white-space: pre-wrap;
2607
+ word-break: break-word;
2608
+ }
2609
+
2610
+ .e-pdfviewer .e-treeview .e-list-text {
2611
+ width: 100%;
2612
+ }
2613
+
2614
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
2615
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
2616
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
2617
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
2618
+ margin-top: 3px;
2619
+ position: absolute;
2620
+ }
2621
+
2622
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide {
2623
+ display: none;
2624
+ }
2625
+
2626
+ .e-pdfviewer .e-editable-inline {
2627
+ padding: 7px 8px 42px;
2628
+ }
2629
+
2630
+ .e-pv-comment-textbox {
2631
+ min-height: 22px;
2632
+ }
2633
+
2634
+ .e-pdfviewer .e-editable-value-wrapper {
2635
+ color: #d2d0ce;
2636
+ line-height: normal;
2637
+ min-height: 22px;
2638
+ padding: 2px 8px 3px;
2639
+ font-size: 14px;
2640
+ }
2641
+
2642
+ .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
2643
+ color: #d2d0ce;
2644
+ font-size: 14px;
2645
+ line-height: normal;
2646
+ min-height: 24px;
2647
+ padding: 2px 8px 3px 32px;
2648
+ }
2649
+
2650
+ .e-pv-reply-div.e-pv-comments-leave.e-focused {
2651
+ border: #f3f2f1;
2652
+ background: #292827;
2653
+ }
2654
+
2655
+ .e-pv-comments-div.e-focused {
2656
+ border: #f3f2f1;
2657
+ background: #292827;
2658
+ }
2659
+
2660
+ .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
2661
+ float: right;
2662
+ padding-bottom: 7px;
2663
+ padding-top: 5px;
2664
+ position: relative;
2665
+ right: 8px;
2666
+ }
2667
+
2668
+ .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
2669
+ float: right;
2670
+ padding-bottom: 7px;
2671
+ padding-top: 5px;
2672
+ position: relative;
2673
+ right: 8px;
2674
+ }
2675
+
2676
+ .e-pv-comment-title-container {
2677
+ height: 36px;
2678
+ }
2679
+
2680
+ .e-pv-reply-title-container {
2681
+ height: 36px;
2682
+ }
2683
+
2684
+ .e-pv-more-options-button.e-btn {
2685
+ background: transparent;
2686
+ border: 0;
2687
+ border-radius: 4px;
2688
+ box-shadow: none;
2689
+ float: right;
2690
+ padding: 4px 7px 4px 7px;
2691
+ }
2692
+
2693
+ .e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
2694
+ .e-pdfviewer .e-editable-inline .e-btn.e-outline {
2695
+ border-color: transparent;
2696
+ }
2697
+
2698
+ .e-pdfviewer .e-editable-inline .e-editable-form {
2699
+ margin-bottom: 1px;
2700
+ }
2701
+
2702
+ .e-pdfviewer .e-editable-inline .e-clear-icon {
2703
+ padding-right: 2px;
2704
+ }
2705
+
2706
+ .e-pdfviewer .e-btn-cancel {
2707
+ font-size: 14px;
2708
+ padding-left: 5px;
2709
+ padding-right: 5px;
2710
+ }
2711
+
2712
+ .e-pdfviewer .e-btn-save {
2713
+ font-size: 14px;
2714
+ margin-right: 12px;
2715
+ padding-left: 7px;
2716
+ padding-right: 7px;
2717
+ }
2718
+
2719
+ .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
2720
+ background-color: transparent;
2721
+ border-radius: 2px;
2722
+ color: #1b1a19;
2723
+ }
2724
+
2725
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2726
+ box-shadow: 0 0 0 8px #201f1e inset;
2727
+ padding: 8px;
2728
+ }
2729
+
2730
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
2731
+ line-height: 32px;
2732
+ min-height: 32px;
2733
+ }
2734
+
2735
+ .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
2736
+ height: 38px;
2737
+ }
2738
+
2739
+ .e-pv-comment-panel {
2740
+ background-color: #201f1e;
2741
+ border: 1px solid #292827;
2742
+ border-width: 1px 1px 0;
2743
+ opacity: 1;
2744
+ overflow: hidden;
2745
+ position: absolute;
2746
+ top: 57px;
2747
+ width: 300px;
2748
+ z-index: 100;
2749
+ }
2750
+
2751
+ .e-pv-comment-panel-title-container {
2752
+ background-color: #201f1e;
2753
+ border-style: double;
2754
+ border-width: 0 1px 1px 0;
2755
+ height: 45px;
2756
+ position: relative;
2757
+ border-color: #292827;
2758
+ }
2759
+
2760
+ .e-pv-comment-panel-title {
2761
+ color: #d2d0ce;
2762
+ font-size: 14px;
2763
+ font-weight: 600;
2764
+ left: 15px;
2765
+ top: 14px;
2766
+ position: absolute;
2767
+ text-align: left;
2768
+ }
2769
+
2770
+ .e-pv-comment-panel-title-close-div.e-btn {
2771
+ background: transparent;
2772
+ border: none;
2773
+ box-shadow: none;
2774
+ height: 38px;
2775
+ position: absolute;
2776
+ right: 11px;
2777
+ top: 5px;
2778
+ width: 32px;
2779
+ padding: 4px;
2780
+ }
2781
+
2782
+ .e-pv-title-close-icon {
2783
+ color: #0078d4;
2784
+ color: #a19f9d;
2785
+ }
2786
+
2787
+ .e-pv-comments-panel-text {
2788
+ font-size: 15px;
2789
+ padding-left: 85px;
2790
+ color: rgba(var(--color-sf-on-surface-variant));
2791
+ }
2792
+
2793
+ .e-pv-comments-content-container {
2794
+ background-color: #201f1e;
2795
+ border-color: #292827;
2796
+ border-style: double;
2797
+ border-width: 0 1px 1px 0;
2798
+ height: calc(100% - 45px);
2799
+ overflow: auto;
2800
+ }
2801
+
2802
+ .e-pv-comments-container {
2803
+ background-color: #201f1e;
2804
+ border-radius: 2px;
2805
+ left: 7px;
2806
+ right: 7px;
2807
+ }
2808
+
2809
+ .e-pv-comment-title {
2810
+ color: #0078d4;
2811
+ padding-left: 32px;
2812
+ padding-top: 5px;
2813
+ color: #f3f2f1;
2814
+ font-size: 14px;
2815
+ font-weight: 600;
2816
+ max-width: 237px;
2817
+ position: absolute;
2818
+ }
2819
+
2820
+ .e-pv-reply-title {
2821
+ color: #0078d4;
2822
+ color: #f3f2f1;
2823
+ font-size: 14px;
2824
+ font-weight: 600;
2825
+ max-width: 212px;
2826
+ padding-left: 8px;
2827
+ padding-top: 5px;
2828
+ position: absolute;
2829
+ }
2830
+
2831
+ .e-pv-comments-hover {
2832
+ background-color: #252423;
2833
+ }
2834
+
2835
+ .e-pv-comments-select {
2836
+ background-color: #292827;
2837
+ }
2838
+
2839
+ .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
2840
+ color: #f3f2f1;
2841
+ }
2842
+
2843
+ .e-pv-comments-leave {
2844
+ background-color: #201f1e;
2845
+ }
2846
+
2847
+ .e-pdfviewer .e-accordion {
2848
+ background-color: #201f1e;
2849
+ border: transparent;
2850
+ }
2851
+
2852
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
2853
+ border: 0;
2854
+ display: block;
2855
+ }
2856
+
2857
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
2858
+ padding-bottom: 6px;
2859
+ padding-top: 6px;
2860
+ }
2861
+
2862
+ .e-bigger .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup .e-btn.e-outline.e-primary {
2863
+ min-height: 49px;
2864
+ min-width: 152px;
2865
+ }
2866
+
2867
+ .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
2868
+ margin-top: 0;
2869
+ padding-left: 7px;
2870
+ }
2871
+
2872
+ .e-pdfviewer .e-inplaceeditor {
2873
+ display: block;
2874
+ }
2875
+
2876
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
2877
+ display: none;
2878
+ }
2879
+
2880
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2881
+ border-bottom: 0;
2882
+ word-break: break-word;
2883
+ }
2884
+
2885
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
2886
+ display: block;
2887
+ }
2888
+
2889
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
2890
+ background: transparent;
2891
+ }
2892
+
2893
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
2894
+ background: transparent;
2895
+ width: 229px;
2896
+ }
2897
+
2898
+ .e-pv-status-div {
2899
+ height: 20px;
2900
+ left: 8px;
2901
+ position: relative;
2902
+ width: 20px;
2903
+ }
2904
+
2905
+ .e-pv-status-container {
2906
+ padding-bottom: 5px;
2907
+ padding-top: 2px;
2908
+ }
2909
+
2910
+ .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2911
+ caret-color: #000;
2912
+ }
2913
+
2914
+ .e-pv-reply-div {
2915
+ margin-top: 3px;
2916
+ }
2917
+
2918
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
2919
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
2920
+ background: #201f1e;
2921
+ }
2922
+
2923
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
2924
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
2925
+ background: #201f1e;
2926
+ box-shadow: none;
2927
+ }
2928
+
2929
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2930
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
2931
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2932
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
2933
+ color: #0078d4;
2934
+ font-size: 14px;
2935
+ font-weight: 600;
2936
+ }
2937
+
2938
+ .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
2939
+ background-size: 100%;
2940
+ }
2941
+
2942
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2943
+ line-height: normal;
2944
+ }
2945
+
2946
+ .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2947
+ margin-top: 10px;
2948
+ padding-bottom: 5px;
2949
+ }
2950
+
2951
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2952
+ float: left;
2953
+ }
2954
+
2955
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2956
+ float: left;
2957
+ height: 30px;
2958
+ min-height: 30px;
2959
+ }
2960
+
2961
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2962
+ height: 32px;
2963
+ min-height: 32px;
2964
+ }
2965
+
2966
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2967
+ height: 30px;
2968
+ min-height: 30px;
2969
+ }
2970
+
2971
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2972
+ float: left;
2973
+ height: 49px;
2974
+ min-height: 49px;
2975
+ }
2976
+
2977
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2978
+ height: 49px;
2979
+ min-height: 49px;
2980
+ }
2981
+
2982
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2983
+ height: 49px;
2984
+ min-height: 49px;
2985
+ }
2986
+
2987
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2988
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2989
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2990
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2991
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2992
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2993
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2994
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
2995
+ background: #252423;
2996
+ border-color: #252423;
2997
+ }
2998
+
2999
+ .e-pv-comment-panel-resizer {
3000
+ background: #201f1e;
3001
+ border: 0;
3002
+ border-width: 0;
3003
+ color: inherit;
3004
+ cursor: ew-resize;
3005
+ height: 100%;
3006
+ position: absolute;
3007
+ width: 8px;
3008
+ z-index: 105;
3009
+ }
3010
+
3011
+ .e-pv-comment-panel-resizer.e-left {
3012
+ left: 300px;
3013
+ }
3014
+
3015
+ .e-pv-comment-panel-resizer.e-right {
3016
+ right: 300px;
3017
+ }
3018
+
3019
+ .e-pv-align {
3020
+ cursor: pointer;
3021
+ float: right;
3022
+ font-size: 20px;
3023
+ margin-right: 16px;
3024
+ margin-top: 10px;
3025
+ }
3026
+
3027
+ .e-pv-align-border {
3028
+ border: 1px dotted #252423;
3029
+ border-radius: 5px;
3030
+ cursor: pointer;
3031
+ display: inline-block;
3032
+ width: 170px;
3033
+ }
3034
+
3035
+ .e-pv-font-sign {
3036
+ border: 1px solid #d2d0ce;
3037
+ border-radius: 5px;
3038
+ display: inline-block;
3039
+ font-size: 13px;
3040
+ height: 88px;
3041
+ margin: 15px;
3042
+ padding-top: 40px;
3043
+ text-align: center;
3044
+ width: 311px;
3045
+ word-wrap: break-word;
3046
+ max-width: 300px;
3047
+ padding-top: 36px;
3048
+ }
3049
+
3050
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3051
+ color: #a19f9d;
3052
+ }
3053
+
3054
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3055
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3056
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3057
+ color: #a19f9d;
3058
+ }
3059
+
3060
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3061
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3062
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3063
+ height: 32px;
3064
+ }
3065
+
3066
+ .e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
3067
+ overflow-y: hidden;
3068
+ }
3069
+
3070
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
3071
+ background-color: transparent;
3072
+ border-color: transparent;
3073
+ }
3074
+
3075
+ .e-pv-custom-annotation-thickness-container,
3076
+ .e-pv-custom-annotation-opacity-container {
3077
+ background-color: transparent;
3078
+ border-color: transparent;
3079
+ }
3080
+
3081
+ .e-pdfviewer-signatureformfields.e-pv-signature-focus,
3082
+ .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
3083
+ outline: #000 dotted 2px;
3084
+ }
3085
+
3086
+ .e-pv-checkbox-container {
3087
+ -moz-user-select: none;
3088
+ -ms-user-select: none;
3089
+ -webkit-user-select: none;
3090
+ cursor: pointer;
3091
+ display: block;
3092
+ margin-bottom: 0;
3093
+ position: relative;
3094
+ user-select: none;
3095
+ }
3096
+
3097
+ .e-pv-text-selection-none {
3098
+ -ms-user-select: none;
3099
+ -webkit-user-select: none;
3100
+ user-select: none;
3101
+ }
3102
+
3103
+ .e-pv-checkbox-container input {
3104
+ cursor: pointer;
3105
+ height: 0;
3106
+ opacity: 0;
3107
+ position: absolute;
3108
+ width: 0;
3109
+ }
3110
+
3111
+ .e-pv-checkbox-div {
3112
+ border: 1px solid #000;
3113
+ display: inline;
3114
+ height: 100%;
3115
+ left: 0;
3116
+ position: absolute;
3117
+ text-align: center;
3118
+ top: 0;
3119
+ width: 100%;
3120
+ }
3121
+
3122
+ .e-pv-cb-checked {
3123
+ border: solid #000;
3124
+ border-left-color: transparent;
3125
+ border-top-color: transparent;
3126
+ border-width: 3px;
3127
+ position: absolute;
3128
+ transform: rotate(45deg);
3129
+ }
3130
+
3131
+ .e-pv-cb-unchecked {
3132
+ border: 1px;
3133
+ border-width: 1px;
3134
+ }
3135
+
3136
+ .e-pv-radiobtn-container {
3137
+ -moz-user-select: none;
3138
+ -ms-user-select: none;
3139
+ -webkit-user-select: none;
3140
+ cursor: pointer;
3141
+ display: block;
3142
+ margin-bottom: 0;
3143
+ position: relative;
3144
+ user-select: none;
3145
+ }
3146
+
3147
+ .e-pv-radiobtn-container input {
3148
+ cursor: pointer;
3149
+ opacity: 0;
3150
+ position: absolute;
3151
+ }
3152
+
3153
+ .e-pv-radiobtn-div {
3154
+ border: 1px solid #000;
3155
+ border-radius: 50%;
3156
+ height: 100%;
3157
+ left: 0;
3158
+ position: absolute;
3159
+ top: 0;
3160
+ width: 100%;
3161
+ }
3162
+
3163
+ .e-pv-radio-btn {
3164
+ border: 0;
3165
+ clip: rect(0 0 0 0);
3166
+ height: 1px;
3167
+ margin: -1px;
3168
+ overflow: hidden;
3169
+ padding: 0;
3170
+ position: absolute;
3171
+ width: 1px;
3172
+ }
3173
+
3174
+ .e-pv-radio-btn + span {
3175
+ display: block;
3176
+ }
3177
+
3178
+ .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3179
+ content: "";
3180
+ display: block;
3181
+ height: inherit;
3182
+ width: inherit;
3183
+ }
3184
+
3185
+ .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
3186
+ background: #000;
3187
+ border-radius: 50%;
3188
+ }
3189
+
3190
+ .e-pv-properties-text-edit-prop,
3191
+ .e-pv-properties-visibility-style-prop,
3192
+ .e-pv-properties-font-items-container {
3193
+ display: -ms-flexbox;
3194
+ display: flex;
3195
+ -ms-flex-pack: space-evenly;
3196
+ justify-content: space-evenly;
3197
+ }
3198
+
3199
+ .e-pv-properties-form-field-name-main-div,
3200
+ .e-pv-properties-form-field-value-main-div {
3201
+ padding-right: 12px;
3202
+ }
3203
+
3204
+ .e-pv-properties-form-field-name-main-div,
3205
+ .e-pv-properties-form-field-tooltip-main-div,
3206
+ .e-pv-properties-form-field-value-main-div,
3207
+ .e-pv-properties-form-field-visibility-main-div {
3208
+ width: 232px;
3209
+ }
3210
+
3211
+ .e-pv-properties-text-edit-prop {
3212
+ padding-top: 35px;
3213
+ }
3214
+
3215
+ .e-pv-properties-visibility-style-prop {
3216
+ padding-bottom: 12px;
3217
+ padding-top: 12px;
3218
+ padding-bottom: 10px;
3219
+ padding-top: 20px;
3220
+ }
3221
+
3222
+ .e-pv-properties-checkbox-main-div-prop {
3223
+ display: -ms-flexbox;
3224
+ display: flex;
3225
+ -ms-flex-direction: row;
3226
+ flex-direction: row;
3227
+ -ms-flex-pack: justify;
3228
+ justify-content: space-between;
3229
+ padding-top: 20px;
3230
+ }
3231
+
3232
+ .e-pv-bold-icon-div,
3233
+ .e-pv-italic-icon-div,
3234
+ .e-pv-strikeout-icon-div,
3235
+ .e-pv-underlinetext-icon-div,
3236
+ .e-pv-left-align-icon-div,
3237
+ .e-pv-center-align-icon-div,
3238
+ .e-pv-right-align-icon-div {
3239
+ padding: 4px 8px;
3240
+ }
3241
+
3242
+ .e-pv-bold-icon-div:hover,
3243
+ .e-pv-italic-icon-div:hover,
3244
+ .e-pv-strikeout-icon-div:hover,
3245
+ .e-pv-underlinetext-icon-div:hover,
3246
+ .e-pv-left-align-icon-div:hover,
3247
+ .e-pv-center-align-icon-div:hover,
3248
+ .e-pv-right-align-icon-div:hover {
3249
+ background-color: #292827;
3250
+ border-color: #292827;
3251
+ }
3252
+
3253
+ .e-pv-bold-icon-div:active,
3254
+ .e-pv-italic-icon-div:active,
3255
+ .e-pv-strikeout-icon-div:active,
3256
+ .e-pv-underlinetext-icon-div:active,
3257
+ .e-pv-left-align-icon-div:active,
3258
+ .e-pv-center-align-icon-div:active,
3259
+ .e-pv-right-align-icon-div:active {
3260
+ background-color: #252423;
3261
+ border-color: #252423;
3262
+ }
3263
+
3264
+ .e-pv-properties-fill-color-style-prop,
3265
+ .e-pv-properties-stroke-color-style-prop,
3266
+ .e-pv-properties-stroke-thickness-style-prop {
3267
+ padding: 12px 20px 12px 1px;
3268
+ }
3269
+
3270
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3271
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3272
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3273
+ padding: 12px 20px 12px 1px;
3274
+ }
3275
+
3276
+ .e-pv-formfield-fontcolor-icon,
3277
+ .e-pv-formfield-strokecolor-icon,
3278
+ .e-pv-formfield-strokethickness-icon {
3279
+ background: #1b1a19;
3280
+ border-radius: 2px;
3281
+ height: auto;
3282
+ margin-top: 8px;
3283
+ }
3284
+
3285
+ .e-pv-properties-format-text-style-prop {
3286
+ padding: 15px 15px 15px 1px;
3287
+ }
3288
+
3289
+ .e-pv-properties-font-family-container {
3290
+ margin-right: 15px;
3291
+ width: 122px;
3292
+ width: 165px;
3293
+ }
3294
+
3295
+ .e-pv-properties-font-size-container {
3296
+ border-right-color: #292827;
3297
+ border-right-style: solid;
3298
+ border-right-width: 1px;
3299
+ margin-right: 15px;
3300
+ padding-right: 15px;
3301
+ width: 92px;
3302
+ }
3303
+
3304
+ .e-pv-formfield-maxlength {
3305
+ padding-left: 20px;
3306
+ }
3307
+
3308
+ .e-pv-left-align-icon-div,
3309
+ .e-pv-center-align-icon-div,
3310
+ .e-pv-right-align-icon-div {
3311
+ padding-left: 6px;
3312
+ }
3313
+
3314
+ .e-pv-properties-font-color-container,
3315
+ .e-pv-properties-color-container-style-prop {
3316
+ display: -ms-flexbox;
3317
+ display: flex;
3318
+ padding-top: 20px;
3319
+ }
3320
+
3321
+ .e-pv-formfield-textcolor {
3322
+ margin-right: 10px;
3323
+ }
3324
+
3325
+ .e-pv-formfield-maxlength-icon {
3326
+ -ms-flex-align: center;
3327
+ align-items: center;
3328
+ display: -ms-flexbox;
3329
+ display: flex;
3330
+ padding-right: 14px;
3331
+ padding-right: 8px;
3332
+ }
3333
+
3334
+ .e-pv-formfield-textcolor-icon {
3335
+ background: #1b1a19;
3336
+ border-radius: 2px;
3337
+ width: inherit;
3338
+ height: auto;
3339
+ }
3340
+
3341
+ .e-pv-properties-formfield-maxlength-text-label,
3342
+ .e-pv-formfield-maxlength {
3343
+ padding-left: 1px;
3344
+ width: 62px;
3345
+ }
3346
+
3347
+ .e-pv-formfield-maxlength-group {
3348
+ display: -ms-flexbox;
3349
+ display: flex;
3350
+ padding-left: 30px;
3351
+ }
3352
+
3353
+ .e-pv-properties-form-field-list-add-div {
3354
+ display: -ms-flexbox;
3355
+ display: flex;
3356
+ padding-bottom: 12px;
3357
+ padding-top: 16px;
3358
+ }
3359
+
3360
+ .e-pv-properties-list-item-edit-prop {
3361
+ margin-right: 15px;
3362
+ width: 295px;
3363
+ margin-right: 12px;
3364
+ width: 318px;
3365
+ }
3366
+
3367
+ .e-pv-properties-form-field-window {
3368
+ max-width: 456px;
3369
+ }
3370
+
3371
+ .e-pv-properties-formfield-textarea {
3372
+ min-width: 318px;
3373
+ }
3374
+
3375
+ .e-pv-properties-export-value-edit-prop {
3376
+ width: 295px;
3377
+ width: 318px;
3378
+ }
3379
+
3380
+ .e-pv-properties-form-field-list-btn-div {
3381
+ -ms-flex-align: center;
3382
+ align-items: center;
3383
+ display: -ms-flexbox;
3384
+ display: flex;
3385
+ height: 36px;
3386
+ margin-top: 10px;
3387
+ text-align: center;
3388
+ height: 32px;
3389
+ margin-top: 25px;
3390
+ }
3391
+
3392
+ .e-pv-properties-form-field-export-value-main-div {
3393
+ padding-bottom: 12px;
3394
+ padding-top: 0;
3395
+ width: 335px;
3396
+ }
3397
+
3398
+ .e-pv-properties-form-field-group-btn-div {
3399
+ display: -ms-grid;
3400
+ display: grid;
3401
+ }
3402
+
3403
+ .e-pv-properties-form-field-option-dropdown-list-div {
3404
+ padding-top: 0;
3405
+ }
3406
+
3407
+ .e-pv-properties-form-field-btn-textarea-container {
3408
+ display: -ms-flexbox;
3409
+ display: flex;
3410
+ width: 385px;
3411
+ padding-top: 0;
3412
+ }
3413
+
3414
+ .e-pv-properties-dropdown-btn {
3415
+ -ms-flex-align: center;
3416
+ align-items: center;
3417
+ display: -ms-flexbox;
3418
+ display: flex;
3419
+ height: 36px;
3420
+ text-align: center;
3421
+ width: 75px;
3422
+ }
3423
+
3424
+ .e-pv-show-designer-name {
3425
+ -ms-flex-align: center;
3426
+ align-items: center;
3427
+ color: #000;
3428
+ display: -ms-grid;
3429
+ display: grid;
3430
+ height: 100%;
3431
+ overflow: hidden;
3432
+ text-align: center;
3433
+ text-overflow: ellipsis;
3434
+ white-space: nowrap;
3435
+ width: 100%;
3436
+ }
3437
+
3438
+ .e-pv-formfield-li-element {
3439
+ list-style: none;
3440
+ padding-left: 10px;
3441
+ }
3442
+
3443
+ .e-pv-li-select {
3444
+ background-color: #0078d4;
3445
+ }
3446
+
3447
+ .e-pv-formfield-li-element.e-pv-li-select {
3448
+ background-color: #0078d4;
3449
+ color: #fff;
3450
+ }
3451
+
3452
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3453
+ background-color: #0078d4;
3454
+ color: #fff;
3455
+ }
3456
+
3457
+ .e-pv-form-designer-ul-list-items {
3458
+ padding-left: 1px;
3459
+ }
3460
+
3461
+ .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3462
+ font-size: 16px;
3463
+ font-weight: 500;
3464
+ }
3465
+
3466
+ .e-pv-form-field-property-header {
3467
+ -ms-user-select: none;
3468
+ -webkit-user-select: none;
3469
+ color: #f3f2f1;
3470
+ display: block;
3471
+ font-family: "Segoe UI";
3472
+ height: 24px;
3473
+ font-size: 16px;
3474
+ font-style: normal;
3475
+ font-weight: 500;
3476
+ line-height: 23px;
3477
+ margin-top: 5px;
3478
+ mix-blend-mode: normal;
3479
+ opacity: 1;
3480
+ overflow: hidden;
3481
+ text-overflow: ellipsis;
3482
+ user-select: none;
3483
+ vertical-align: top;
3484
+ white-space: nowrap;
3485
+ width: 80%;
3486
+ }
3487
+
3488
+ .e-pv-form-field-property-header-general {
3489
+ font-family: "Segoe UI";
3490
+ height: 24px;
3491
+ font-family: "Roboto";
3492
+ font-size: 14px;
3493
+ font-style: normal;
3494
+ line-height: 22px;
3495
+ }
3496
+
3497
+ .e-pv-properties-formfield-formatting {
3498
+ color: #d2d0ce;
3499
+ font-family: "Roboto";
3500
+ font-size: 14px;
3501
+ font-style: normal;
3502
+ font-weight: normal;
3503
+ height: 22px;
3504
+ line-height: 22px;
3505
+ width: 64px;
3506
+ }
3507
+
3508
+ .e-pv-properties-form-field-font-style {
3509
+ background: #1b1a19;
3510
+ border-radius: 2px;
3511
+ display: -ms-flexbox;
3512
+ display: flex;
3513
+ height: 36px;
3514
+ -ms-flex-pack: space-evenly;
3515
+ justify-content: space-evenly;
3516
+ width: 154px;
3517
+ -ms-flex-align: center;
3518
+ align-items: center;
3519
+ border: 1px solid #a19f9d;
3520
+ height: 32px;
3521
+ width: 163px;
3522
+ }
3523
+
3524
+ .e-pv-properties-form-field-font-align {
3525
+ background: #1b1a19;
3526
+ border-radius: 2px;
3527
+ display: -ms-flexbox;
3528
+ display: flex;
3529
+ height: 36px;
3530
+ -ms-flex-pack: space-evenly;
3531
+ justify-content: space-evenly;
3532
+ margin-right: 15px;
3533
+ width: 120px;
3534
+ -ms-flex-align: center;
3535
+ align-items: center;
3536
+ border: 1px solid #292827;
3537
+ height: 32px;
3538
+ border: 1px solid #a19f9d;
3539
+ }
3540
+
3541
+ .e-bigger .e-pv-properties-form-field-font-style {
3542
+ background: #1b1a19;
3543
+ border-radius: 2px;
3544
+ display: -ms-flexbox;
3545
+ display: flex;
3546
+ height: 36px;
3547
+ -ms-flex-pack: space-evenly;
3548
+ justify-content: space-evenly;
3549
+ width: 154px;
3550
+ -ms-flex-align: center;
3551
+ align-items: center;
3552
+ border: 1px solid #a19f9d;
3553
+ height: 32px;
3554
+ width: 163px;
3555
+ }
3556
+
3557
+ .e-bigger .e-pv-properties-form-field-font-align {
3558
+ background: #1b1a19;
3559
+ border-radius: 2px;
3560
+ display: -ms-flexbox;
3561
+ display: flex;
3562
+ height: 36px;
3563
+ -ms-flex-pack: space-evenly;
3564
+ justify-content: space-evenly;
3565
+ margin-right: 15px;
3566
+ width: 120px;
3567
+ -ms-flex-align: center;
3568
+ align-items: center;
3569
+ border: 1px solid #292827;
3570
+ height: 32px;
3571
+ border: 1px solid #a19f9d;
3572
+ }
3573
+
3574
+ .e-pv-properties-formfield-label {
3575
+ color: #d2d0ce;
3576
+ font-family: "Roboto";
3577
+ font-size: 14px;
3578
+ font-style: normal;
3579
+ font-weight: normal;
3580
+ font-family: "Segoe UI";
3581
+ font-weight: 600;
3582
+ margin-bottom: 4px;
3583
+ height: 22px;
3584
+ line-height: 22px;
3585
+ }
3586
+
3587
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3588
+ min-width: 18px;
3589
+ }
3590
+
3591
+ .e-pv-properties-form-field-window {
3592
+ height: 555px;
3593
+ }
3594
+
3595
+ .e-bigger .e-pv-properties-form-field-window {
3596
+ height: 585px;
3597
+ }
3598
+
3599
+ .e-pv-properties-header-spliter {
3600
+ border-bottom-color: #0078d4;
3601
+ border-bottom-style: solid;
3602
+ border-bottom-width: 0;
3603
+ left: 0;
3604
+ padding-top: 38px;
3605
+ position: absolute;
3606
+ width: 100%;
3607
+ }
3608
+
3609
+ .e-pv-properties-bottom-spliter {
3610
+ border-bottom-color: #0078d4;
3611
+ border-bottom-style: solid;
3612
+ border-bottom-width: 0;
3613
+ left: 0;
3614
+ margin-bottom: 0;
3615
+ padding-top: 0;
3616
+ width: 100%;
3617
+ }
3618
+
3619
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
3620
+ background-color: #201f1e;
3621
+ padding: 0 7px;
3622
+ }
3623
+
3624
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
3625
+ -ms-flex-pack: center;
3626
+ justify-content: center;
3627
+ padding: 0 7px;
3628
+ }
3629
+
3630
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
3631
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
3632
+ width: 1em !important; /* stylelint-disable-line declaration-no-important */
3633
+ line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
3634
+ }
3635
+
3636
+ .e-dialog.e-pv-signature-dialog-height {
3637
+ height: 591px;
3638
+ min-height: 591px;
3639
+ }
3640
+
3641
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3642
+ height: 627px;
3643
+ min-height: 591px;
3644
+ }
3645
+
3646
+ .e-bigger .e-pv-signature-dialog-height {
3647
+ min-height: 592px;
3648
+ }
3649
+
3650
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3651
+ height: 535px;
3652
+ min-height: 591px;
3653
+ }
3654
+
3655
+ .e-pv-handwritten-signature-canvas {
3656
+ height: 366px;
3657
+ width: 712px;
3658
+ }
3659
+
3660
+ .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
3661
+ overflow: auto;
3662
+ }
3663
+
3664
+ .e-pv-canvas-signature {
3665
+ width: 702px;
3666
+ max-width: 702px;
3667
+ }
3668
+
3669
+ .e-pv-canvas-signature-blazor {
3670
+ width: 702px;
3671
+ }
3672
+
3673
+ .e-pv-font-appearance-style {
3674
+ padding: 15px 18px;
3675
+ }
3676
+
3677
+ .e-pv-font-appearance-style-blazor {
3678
+ padding: 15px 18px;
3679
+ }
3680
+
3681
+ .e-pv-toolbar-tooltip {
3682
+ pointer-events: none;
3683
+ }