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

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