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

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