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

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