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

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