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

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