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