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