pul_uv_rails 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (588) hide show
  1. checksums.yaml +7 -0
  2. data/.bowerrc +3 -0
  3. data/.gitignore +9 -0
  4. data/.rspec +2 -0
  5. data/.travis.yml +5 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE +202 -0
  8. data/README.md +44 -0
  9. data/Rakefile +6 -0
  10. data/bower.json +27 -0
  11. data/lib/pul_uv_rails.rb +12 -0
  12. data/lib/pul_uv_rails/universal_viewer.rb +34 -0
  13. data/lib/pul_uv_rails/version.rb +3 -0
  14. data/public/universalviewer/.bower.json +32 -0
  15. data/public/universalviewer/.bowerrc +6 -0
  16. data/public/universalviewer/.gitattributes +4 -0
  17. data/public/universalviewer/.gitignore +88 -0
  18. data/public/universalviewer/.gitmodules +6 -0
  19. data/public/universalviewer/.npmignore +19 -0
  20. data/public/universalviewer/.travis.yml +21 -0
  21. data/public/universalviewer/.vscode/settings.json +13 -0
  22. data/public/universalviewer/.vscode/tasks.json +25 -0
  23. data/public/universalviewer/CHANGELOG.md +11 -0
  24. data/public/universalviewer/Gruntfile.js +490 -0
  25. data/public/universalviewer/LICENSE.txt +16 -0
  26. data/public/universalviewer/README.md +98 -0
  27. data/public/universalviewer/app.build.js +14 -0
  28. data/public/universalviewer/bower.json +23 -0
  29. data/public/universalviewer/config.js +56 -0
  30. data/public/universalviewer/dist/uv-2.0.1/app.html +61 -0
  31. data/public/universalviewer/dist/uv-2.0.1/html/uv-pdfcenterpanel-module/viewer.html +363 -0
  32. data/public/universalviewer/dist/uv-2.0.1/l10n/ach/chrome.properties +18 -0
  33. data/public/universalviewer/dist/uv-2.0.1/l10n/ach/viewer.properties +97 -0
  34. data/public/universalviewer/dist/uv-2.0.1/l10n/af/chrome.properties +18 -0
  35. data/public/universalviewer/dist/uv-2.0.1/l10n/af/viewer.properties +140 -0
  36. data/public/universalviewer/dist/uv-2.0.1/l10n/ak/chrome.properties +18 -0
  37. data/public/universalviewer/dist/uv-2.0.1/l10n/ak/viewer.properties +123 -0
  38. data/public/universalviewer/dist/uv-2.0.1/l10n/an/chrome.properties +19 -0
  39. data/public/universalviewer/dist/uv-2.0.1/l10n/an/viewer.properties +161 -0
  40. data/public/universalviewer/dist/uv-2.0.1/l10n/ar/chrome.properties +19 -0
  41. data/public/universalviewer/dist/uv-2.0.1/l10n/ar/viewer.properties +161 -0
  42. data/public/universalviewer/dist/uv-2.0.1/l10n/as/chrome.properties +19 -0
  43. data/public/universalviewer/dist/uv-2.0.1/l10n/as/viewer.properties +161 -0
  44. data/public/universalviewer/dist/uv-2.0.1/l10n/ast/chrome.properties +7 -0
  45. data/public/universalviewer/dist/uv-2.0.1/l10n/ast/viewer.properties +73 -0
  46. data/public/universalviewer/dist/uv-2.0.1/l10n/az/chrome.properties +18 -0
  47. data/public/universalviewer/dist/uv-2.0.1/l10n/az/viewer.properties +139 -0
  48. data/public/universalviewer/dist/uv-2.0.1/l10n/be/chrome.properties +4 -0
  49. data/public/universalviewer/dist/uv-2.0.1/l10n/be/viewer.properties +103 -0
  50. data/public/universalviewer/dist/uv-2.0.1/l10n/bg/chrome.properties +18 -0
  51. data/public/universalviewer/dist/uv-2.0.1/l10n/bg/viewer.properties +124 -0
  52. data/public/universalviewer/dist/uv-2.0.1/l10n/bn-BD/chrome.properties +18 -0
  53. data/public/universalviewer/dist/uv-2.0.1/l10n/bn-BD/viewer.properties +139 -0
  54. data/public/universalviewer/dist/uv-2.0.1/l10n/bn-IN/chrome.properties +18 -0
  55. data/public/universalviewer/dist/uv-2.0.1/l10n/bn-IN/viewer.properties +139 -0
  56. data/public/universalviewer/dist/uv-2.0.1/l10n/br/chrome.properties +19 -0
  57. data/public/universalviewer/dist/uv-2.0.1/l10n/br/viewer.properties +161 -0
  58. data/public/universalviewer/dist/uv-2.0.1/l10n/bs/chrome.properties +8 -0
  59. data/public/universalviewer/dist/uv-2.0.1/l10n/bs/viewer.properties +125 -0
  60. data/public/universalviewer/dist/uv-2.0.1/l10n/ca/chrome.properties +19 -0
  61. data/public/universalviewer/dist/uv-2.0.1/l10n/ca/viewer.properties +161 -0
  62. data/public/universalviewer/dist/uv-2.0.1/l10n/cs/chrome.properties +19 -0
  63. data/public/universalviewer/dist/uv-2.0.1/l10n/cs/viewer.properties +161 -0
  64. data/public/universalviewer/dist/uv-2.0.1/l10n/csb/chrome.properties +8 -0
  65. data/public/universalviewer/dist/uv-2.0.1/l10n/csb/viewer.properties +134 -0
  66. data/public/universalviewer/dist/uv-2.0.1/l10n/cy/chrome.properties +19 -0
  67. data/public/universalviewer/dist/uv-2.0.1/l10n/cy/viewer.properties +161 -0
  68. data/public/universalviewer/dist/uv-2.0.1/l10n/da/chrome.properties +9 -0
  69. data/public/universalviewer/dist/uv-2.0.1/l10n/da/viewer.properties +161 -0
  70. data/public/universalviewer/dist/uv-2.0.1/l10n/de/chrome.properties +19 -0
  71. data/public/universalviewer/dist/uv-2.0.1/l10n/de/viewer.properties +161 -0
  72. data/public/universalviewer/dist/uv-2.0.1/l10n/el/chrome.properties +9 -0
  73. data/public/universalviewer/dist/uv-2.0.1/l10n/el/viewer.properties +131 -0
  74. data/public/universalviewer/dist/uv-2.0.1/l10n/en-GB/chrome.properties +19 -0
  75. data/public/universalviewer/dist/uv-2.0.1/l10n/en-GB/viewer.properties +161 -0
  76. data/public/universalviewer/dist/uv-2.0.1/l10n/en-US/chrome.properties +19 -0
  77. data/public/universalviewer/dist/uv-2.0.1/l10n/en-US/viewer.properties +161 -0
  78. data/public/universalviewer/dist/uv-2.0.1/l10n/en-ZA/chrome.properties +19 -0
  79. data/public/universalviewer/dist/uv-2.0.1/l10n/en-ZA/viewer.properties +161 -0
  80. data/public/universalviewer/dist/uv-2.0.1/l10n/eo/chrome.properties +19 -0
  81. data/public/universalviewer/dist/uv-2.0.1/l10n/eo/viewer.properties +161 -0
  82. data/public/universalviewer/dist/uv-2.0.1/l10n/es-AR/chrome.properties +19 -0
  83. data/public/universalviewer/dist/uv-2.0.1/l10n/es-AR/viewer.properties +167 -0
  84. data/public/universalviewer/dist/uv-2.0.1/l10n/es-CL/chrome.properties +19 -0
  85. data/public/universalviewer/dist/uv-2.0.1/l10n/es-CL/viewer.properties +126 -0
  86. data/public/universalviewer/dist/uv-2.0.1/l10n/es-ES/chrome.properties +8 -0
  87. data/public/universalviewer/dist/uv-2.0.1/l10n/es-ES/viewer.properties +107 -0
  88. data/public/universalviewer/dist/uv-2.0.1/l10n/es-MX/chrome.properties +19 -0
  89. data/public/universalviewer/dist/uv-2.0.1/l10n/es-MX/viewer.properties +161 -0
  90. data/public/universalviewer/dist/uv-2.0.1/l10n/et/chrome.properties +19 -0
  91. data/public/universalviewer/dist/uv-2.0.1/l10n/et/viewer.properties +161 -0
  92. data/public/universalviewer/dist/uv-2.0.1/l10n/eu/chrome.properties +18 -0
  93. data/public/universalviewer/dist/uv-2.0.1/l10n/eu/viewer.properties +136 -0
  94. data/public/universalviewer/dist/uv-2.0.1/l10n/fa/chrome.properties +18 -0
  95. data/public/universalviewer/dist/uv-2.0.1/l10n/fa/viewer.properties +102 -0
  96. data/public/universalviewer/dist/uv-2.0.1/l10n/ff/chrome.properties +18 -0
  97. data/public/universalviewer/dist/uv-2.0.1/l10n/ff/viewer.properties +123 -0
  98. data/public/universalviewer/dist/uv-2.0.1/l10n/fi/chrome.properties +19 -0
  99. data/public/universalviewer/dist/uv-2.0.1/l10n/fi/viewer.properties +161 -0
  100. data/public/universalviewer/dist/uv-2.0.1/l10n/fr/chrome.properties +18 -0
  101. data/public/universalviewer/dist/uv-2.0.1/l10n/fr/viewer.properties +161 -0
  102. data/public/universalviewer/dist/uv-2.0.1/l10n/fy-NL/chrome.properties +9 -0
  103. data/public/universalviewer/dist/uv-2.0.1/l10n/fy-NL/viewer.properties +167 -0
  104. data/public/universalviewer/dist/uv-2.0.1/l10n/ga-IE/chrome.properties +19 -0
  105. data/public/universalviewer/dist/uv-2.0.1/l10n/ga-IE/viewer.properties +161 -0
  106. data/public/universalviewer/dist/uv-2.0.1/l10n/gd/chrome.properties +19 -0
  107. data/public/universalviewer/dist/uv-2.0.1/l10n/gd/viewer.properties +161 -0
  108. data/public/universalviewer/dist/uv-2.0.1/l10n/gl/chrome.properties +8 -0
  109. data/public/universalviewer/dist/uv-2.0.1/l10n/gl/viewer.properties +124 -0
  110. data/public/universalviewer/dist/uv-2.0.1/l10n/gu-IN/chrome.properties +10 -0
  111. data/public/universalviewer/dist/uv-2.0.1/l10n/gu-IN/viewer.properties +108 -0
  112. data/public/universalviewer/dist/uv-2.0.1/l10n/he/chrome.properties +20 -0
  113. data/public/universalviewer/dist/uv-2.0.1/l10n/he/viewer.properties +150 -0
  114. data/public/universalviewer/dist/uv-2.0.1/l10n/hi-IN/chrome.properties +18 -0
  115. data/public/universalviewer/dist/uv-2.0.1/l10n/hi-IN/viewer.properties +136 -0
  116. data/public/universalviewer/dist/uv-2.0.1/l10n/hr/chrome.properties +18 -0
  117. data/public/universalviewer/dist/uv-2.0.1/l10n/hr/viewer.properties +139 -0
  118. data/public/universalviewer/dist/uv-2.0.1/l10n/hu/chrome.properties +19 -0
  119. data/public/universalviewer/dist/uv-2.0.1/l10n/hu/viewer.properties +161 -0
  120. data/public/universalviewer/dist/uv-2.0.1/l10n/hy-AM/chrome.properties +19 -0
  121. data/public/universalviewer/dist/uv-2.0.1/l10n/hy-AM/viewer.properties +161 -0
  122. data/public/universalviewer/dist/uv-2.0.1/l10n/id/chrome.properties +19 -0
  123. data/public/universalviewer/dist/uv-2.0.1/l10n/id/viewer.properties +167 -0
  124. data/public/universalviewer/dist/uv-2.0.1/l10n/is/chrome.properties +19 -0
  125. data/public/universalviewer/dist/uv-2.0.1/l10n/is/viewer.properties +161 -0
  126. data/public/universalviewer/dist/uv-2.0.1/l10n/it/chrome.properties +8 -0
  127. data/public/universalviewer/dist/uv-2.0.1/l10n/it/viewer.properties +107 -0
  128. data/public/universalviewer/dist/uv-2.0.1/l10n/ja/chrome.properties +19 -0
  129. data/public/universalviewer/dist/uv-2.0.1/l10n/ja/viewer.properties +161 -0
  130. data/public/universalviewer/dist/uv-2.0.1/l10n/ka/chrome.properties +18 -0
  131. data/public/universalviewer/dist/uv-2.0.1/l10n/ka/viewer.properties +124 -0
  132. data/public/universalviewer/dist/uv-2.0.1/l10n/kk/chrome.properties +19 -0
  133. data/public/universalviewer/dist/uv-2.0.1/l10n/kk/viewer.properties +161 -0
  134. data/public/universalviewer/dist/uv-2.0.1/l10n/km/chrome.properties +19 -0
  135. data/public/universalviewer/dist/uv-2.0.1/l10n/km/viewer.properties +161 -0
  136. data/public/universalviewer/dist/uv-2.0.1/l10n/kn/chrome.properties +18 -0
  137. data/public/universalviewer/dist/uv-2.0.1/l10n/kn/viewer.properties +123 -0
  138. data/public/universalviewer/dist/uv-2.0.1/l10n/ko/chrome.properties +19 -0
  139. data/public/universalviewer/dist/uv-2.0.1/l10n/ko/viewer.properties +161 -0
  140. data/public/universalviewer/dist/uv-2.0.1/l10n/ku/chrome.properties +18 -0
  141. data/public/universalviewer/dist/uv-2.0.1/l10n/ku/viewer.properties +136 -0
  142. data/public/universalviewer/dist/uv-2.0.1/l10n/lg/chrome.properties +18 -0
  143. data/public/universalviewer/dist/uv-2.0.1/l10n/lg/viewer.properties +100 -0
  144. data/public/universalviewer/dist/uv-2.0.1/l10n/lij/chrome.properties +7 -0
  145. data/public/universalviewer/dist/uv-2.0.1/l10n/lij/viewer.properties +94 -0
  146. data/public/universalviewer/dist/uv-2.0.1/l10n/locale.properties +312 -0
  147. data/public/universalviewer/dist/uv-2.0.1/l10n/lt/chrome.properties +19 -0
  148. data/public/universalviewer/dist/uv-2.0.1/l10n/lt/viewer.properties +161 -0
  149. data/public/universalviewer/dist/uv-2.0.1/l10n/lv/chrome.properties +9 -0
  150. data/public/universalviewer/dist/uv-2.0.1/l10n/lv/viewer.properties +157 -0
  151. data/public/universalviewer/dist/uv-2.0.1/l10n/mai/chrome.properties +18 -0
  152. data/public/universalviewer/dist/uv-2.0.1/l10n/mai/viewer.properties +123 -0
  153. data/public/universalviewer/dist/uv-2.0.1/l10n/mk/chrome.properties +9 -0
  154. data/public/universalviewer/dist/uv-2.0.1/l10n/mk/viewer.properties +126 -0
  155. data/public/universalviewer/dist/uv-2.0.1/l10n/ml/chrome.properties +18 -0
  156. data/public/universalviewer/dist/uv-2.0.1/l10n/ml/viewer.properties +136 -0
  157. data/public/universalviewer/dist/uv-2.0.1/l10n/mn/chrome.properties +15 -0
  158. data/public/universalviewer/dist/uv-2.0.1/l10n/mn/viewer.properties +65 -0
  159. data/public/universalviewer/dist/uv-2.0.1/l10n/mr/chrome.properties +18 -0
  160. data/public/universalviewer/dist/uv-2.0.1/l10n/mr/viewer.properties +119 -0
  161. data/public/universalviewer/dist/uv-2.0.1/l10n/ms/chrome.properties +19 -0
  162. data/public/universalviewer/dist/uv-2.0.1/l10n/ms/viewer.properties +161 -0
  163. data/public/universalviewer/dist/uv-2.0.1/l10n/my/chrome.properties +18 -0
  164. data/public/universalviewer/dist/uv-2.0.1/l10n/my/viewer.properties +123 -0
  165. data/public/universalviewer/dist/uv-2.0.1/l10n/nb-NO/chrome.properties +19 -0
  166. data/public/universalviewer/dist/uv-2.0.1/l10n/nb-NO/viewer.properties +161 -0
  167. data/public/universalviewer/dist/uv-2.0.1/l10n/nl/chrome.properties +19 -0
  168. data/public/universalviewer/dist/uv-2.0.1/l10n/nl/viewer.properties +161 -0
  169. data/public/universalviewer/dist/uv-2.0.1/l10n/nn-NO/chrome.properties +8 -0
  170. data/public/universalviewer/dist/uv-2.0.1/l10n/nn-NO/viewer.properties +136 -0
  171. data/public/universalviewer/dist/uv-2.0.1/l10n/nso/chrome.properties +18 -0
  172. data/public/universalviewer/dist/uv-2.0.1/l10n/nso/viewer.properties +123 -0
  173. data/public/universalviewer/dist/uv-2.0.1/l10n/oc/chrome.properties +19 -0
  174. data/public/universalviewer/dist/uv-2.0.1/l10n/oc/viewer.properties +161 -0
  175. data/public/universalviewer/dist/uv-2.0.1/l10n/or/chrome.properties +18 -0
  176. data/public/universalviewer/dist/uv-2.0.1/l10n/or/viewer.properties +139 -0
  177. data/public/universalviewer/dist/uv-2.0.1/l10n/pa-IN/chrome.properties +10 -0
  178. data/public/universalviewer/dist/uv-2.0.1/l10n/pa-IN/viewer.properties +175 -0
  179. data/public/universalviewer/dist/uv-2.0.1/l10n/pl/chrome.properties +9 -0
  180. data/public/universalviewer/dist/uv-2.0.1/l10n/pl/viewer.properties +149 -0
  181. data/public/universalviewer/dist/uv-2.0.1/l10n/pt-BR/chrome.properties +19 -0
  182. data/public/universalviewer/dist/uv-2.0.1/l10n/pt-BR/viewer.properties +161 -0
  183. data/public/universalviewer/dist/uv-2.0.1/l10n/pt-PT/chrome.properties +19 -0
  184. data/public/universalviewer/dist/uv-2.0.1/l10n/pt-PT/viewer.properties +166 -0
  185. data/public/universalviewer/dist/uv-2.0.1/l10n/rm/chrome.properties +8 -0
  186. data/public/universalviewer/dist/uv-2.0.1/l10n/rm/viewer.properties +127 -0
  187. data/public/universalviewer/dist/uv-2.0.1/l10n/ro/chrome.properties +27 -0
  188. data/public/universalviewer/dist/uv-2.0.1/l10n/ro/viewer.properties +156 -0
  189. data/public/universalviewer/dist/uv-2.0.1/l10n/ru/chrome.properties +8 -0
  190. data/public/universalviewer/dist/uv-2.0.1/l10n/ru/viewer.properties +107 -0
  191. data/public/universalviewer/dist/uv-2.0.1/l10n/rw/chrome.properties +18 -0
  192. data/public/universalviewer/dist/uv-2.0.1/l10n/rw/viewer.properties +123 -0
  193. data/public/universalviewer/dist/uv-2.0.1/l10n/sah/chrome.properties +18 -0
  194. data/public/universalviewer/dist/uv-2.0.1/l10n/sah/viewer.properties +122 -0
  195. data/public/universalviewer/dist/uv-2.0.1/l10n/si/chrome.properties +17 -0
  196. data/public/universalviewer/dist/uv-2.0.1/l10n/si/viewer.properties +98 -0
  197. data/public/universalviewer/dist/uv-2.0.1/l10n/sk/chrome.properties +19 -0
  198. data/public/universalviewer/dist/uv-2.0.1/l10n/sk/viewer.properties +161 -0
  199. data/public/universalviewer/dist/uv-2.0.1/l10n/sl/chrome.properties +8 -0
  200. data/public/universalviewer/dist/uv-2.0.1/l10n/sl/viewer.properties +136 -0
  201. data/public/universalviewer/dist/uv-2.0.1/l10n/son/chrome.properties +18 -0
  202. data/public/universalviewer/dist/uv-2.0.1/l10n/son/viewer.properties +120 -0
  203. data/public/universalviewer/dist/uv-2.0.1/l10n/sq/chrome.properties +19 -0
  204. data/public/universalviewer/dist/uv-2.0.1/l10n/sq/viewer.properties +160 -0
  205. data/public/universalviewer/dist/uv-2.0.1/l10n/sr/chrome.properties +18 -0
  206. data/public/universalviewer/dist/uv-2.0.1/l10n/sr/viewer.properties +123 -0
  207. data/public/universalviewer/dist/uv-2.0.1/l10n/sv-SE/chrome.properties +19 -0
  208. data/public/universalviewer/dist/uv-2.0.1/l10n/sv-SE/viewer.properties +161 -0
  209. data/public/universalviewer/dist/uv-2.0.1/l10n/sw/chrome.properties +18 -0
  210. data/public/universalviewer/dist/uv-2.0.1/l10n/sw/viewer.properties +121 -0
  211. data/public/universalviewer/dist/uv-2.0.1/l10n/ta-LK/chrome.properties +3 -0
  212. data/public/universalviewer/dist/uv-2.0.1/l10n/ta-LK/viewer.properties +50 -0
  213. data/public/universalviewer/dist/uv-2.0.1/l10n/ta/chrome.properties +19 -0
  214. data/public/universalviewer/dist/uv-2.0.1/l10n/ta/viewer.properties +161 -0
  215. data/public/universalviewer/dist/uv-2.0.1/l10n/te/chrome.properties +18 -0
  216. data/public/universalviewer/dist/uv-2.0.1/l10n/te/viewer.properties +145 -0
  217. data/public/universalviewer/dist/uv-2.0.1/l10n/th/chrome.properties +19 -0
  218. data/public/universalviewer/dist/uv-2.0.1/l10n/th/viewer.properties +161 -0
  219. data/public/universalviewer/dist/uv-2.0.1/l10n/tl/chrome.properties +17 -0
  220. data/public/universalviewer/dist/uv-2.0.1/l10n/tl/viewer.properties +83 -0
  221. data/public/universalviewer/dist/uv-2.0.1/l10n/tn/chrome.properties +15 -0
  222. data/public/universalviewer/dist/uv-2.0.1/l10n/tn/viewer.properties +68 -0
  223. data/public/universalviewer/dist/uv-2.0.1/l10n/tr/chrome.properties +19 -0
  224. data/public/universalviewer/dist/uv-2.0.1/l10n/tr/viewer.properties +161 -0
  225. data/public/universalviewer/dist/uv-2.0.1/l10n/uk/chrome.properties +18 -0
  226. data/public/universalviewer/dist/uv-2.0.1/l10n/uk/viewer.properties +136 -0
  227. data/public/universalviewer/dist/uv-2.0.1/l10n/ur/chrome.properties +19 -0
  228. data/public/universalviewer/dist/uv-2.0.1/l10n/ur/viewer.properties +161 -0
  229. data/public/universalviewer/dist/uv-2.0.1/l10n/vi/chrome.properties +18 -0
  230. data/public/universalviewer/dist/uv-2.0.1/l10n/vi/viewer.properties +120 -0
  231. data/public/universalviewer/dist/uv-2.0.1/l10n/wo/chrome.properties +18 -0
  232. data/public/universalviewer/dist/uv-2.0.1/l10n/wo/viewer.properties +116 -0
  233. data/public/universalviewer/dist/uv-2.0.1/l10n/xh/chrome.properties +19 -0
  234. data/public/universalviewer/dist/uv-2.0.1/l10n/xh/viewer.properties +161 -0
  235. data/public/universalviewer/dist/uv-2.0.1/l10n/zh-CN/chrome.properties +19 -0
  236. data/public/universalviewer/dist/uv-2.0.1/l10n/zh-CN/viewer.properties +161 -0
  237. data/public/universalviewer/dist/uv-2.0.1/l10n/zh-TW/chrome.properties +20 -0
  238. data/public/universalviewer/dist/uv-2.0.1/l10n/zh-TW/viewer.properties +162 -0
  239. data/public/universalviewer/dist/uv-2.0.1/l10n/zu/chrome.properties +18 -0
  240. data/public/universalviewer/dist/uv-2.0.1/l10n/zu/viewer.properties +124 -0
  241. data/public/universalviewer/dist/uv-2.0.1/lib/Detector.js +67 -0
  242. data/public/universalviewer/dist/uv-2.0.1/lib/README.md +9 -0
  243. data/public/universalviewer/dist/uv-2.0.1/lib/app.js +9 -0
  244. data/public/universalviewer/dist/uv-2.0.1/lib/bundle.min.js +11 -0
  245. data/public/universalviewer/dist/uv-2.0.1/lib/compatibility.js +559 -0
  246. data/public/universalviewer/dist/uv-2.0.1/lib/embed.js +553 -0
  247. data/public/universalviewer/dist/uv-2.0.1/lib/flashmediaelement.swf +0 -0
  248. data/public/universalviewer/dist/uv-2.0.1/lib/iiif-gallery-component.js +475 -0
  249. data/public/universalviewer/dist/uv-2.0.1/lib/iiif-metadata-component.js +458 -0
  250. data/public/universalviewer/dist/uv-2.0.1/lib/iiif-tree-component.js +293 -0
  251. data/public/universalviewer/dist/uv-2.0.1/lib/l10n.js +1007 -0
  252. data/public/universalviewer/dist/uv-2.0.1/lib/mediaelement-and-player.js +4288 -0
  253. data/public/universalviewer/dist/uv-2.0.1/lib/openseadragon.min.js +15 -0
  254. data/public/universalviewer/dist/uv-2.0.1/lib/pdf.js +8568 -0
  255. data/public/universalviewer/dist/uv-2.0.1/lib/pdf.min.js +197 -0
  256. data/public/universalviewer/dist/uv-2.0.1/lib/pdf.worker.js +42400 -0
  257. data/public/universalviewer/dist/uv-2.0.1/lib/pdf.worker.min.js +891 -0
  258. data/public/universalviewer/dist/uv-2.0.1/lib/pdf_combined.js +937 -0
  259. data/public/universalviewer/dist/uv-2.0.1/lib/pdfobject.js +250 -0
  260. data/public/universalviewer/dist/uv-2.0.1/lib/stats.min.js +7 -0
  261. data/public/universalviewer/dist/uv-2.0.1/lib/three.min.js +870 -0
  262. data/public/universalviewer/dist/uv-2.0.1/lib/uv-mediaelement-extension-dependencies.js +5 -0
  263. data/public/universalviewer/dist/uv-2.0.1/lib/uv-mediaelement-extension.cy-GB.config.json +1 -0
  264. data/public/universalviewer/dist/uv-2.0.1/lib/uv-mediaelement-extension.en-GB.config.json +1 -0
  265. data/public/universalviewer/dist/uv-2.0.1/lib/uv-pdf-extension-dependencies.js +5 -0
  266. data/public/universalviewer/dist/uv-2.0.1/lib/uv-pdf-extension.cy-GB.config.json +1 -0
  267. data/public/universalviewer/dist/uv-2.0.1/lib/uv-pdf-extension.en-GB.config.json +1 -0
  268. data/public/universalviewer/dist/uv-2.0.1/lib/uv-seadragon-extension-dependencies.js +5 -0
  269. data/public/universalviewer/dist/uv-2.0.1/lib/uv-seadragon-extension.cy-GB.config.json +1 -0
  270. data/public/universalviewer/dist/uv-2.0.1/lib/uv-seadragon-extension.en-GB.config.json +1 -0
  271. data/public/universalviewer/dist/uv-2.0.1/lib/uv-virtex-extension-dependencies.js +5 -0
  272. data/public/universalviewer/dist/uv-2.0.1/lib/uv-virtex-extension.cy-GB.config.json +1 -0
  273. data/public/universalviewer/dist/uv-2.0.1/lib/uv-virtex-extension.en-GB.config.json +1 -0
  274. data/public/universalviewer/dist/uv-2.0.1/lib/viewer.js +5861 -0
  275. data/public/universalviewer/dist/uv-2.0.1/lib/viewer.min.js +178 -0
  276. data/public/universalviewer/dist/uv-2.0.1/lib/virtex.js +343 -0
  277. data/public/universalviewer/dist/uv-2.0.1/package.json +70 -0
  278. data/public/universalviewer/dist/uv-2.0.1/schema/uv-mediaelement-extension.cy-GB.schema.json +1 -0
  279. data/public/universalviewer/dist/uv-2.0.1/schema/uv-mediaelement-extension.en-GB.schema.json +1 -0
  280. data/public/universalviewer/dist/uv-2.0.1/schema/uv-pdf-extension.cy-GB.schema.json +1 -0
  281. data/public/universalviewer/dist/uv-2.0.1/schema/uv-pdf-extension.en-GB.schema.json +1 -0
  282. data/public/universalviewer/dist/uv-2.0.1/schema/uv-seadragon-extension.cy-GB.schema.json +1 -0
  283. data/public/universalviewer/dist/uv-2.0.1/schema/uv-seadragon-extension.en-GB.schema.json +1 -0
  284. data/public/universalviewer/dist/uv-2.0.1/schema/uv-virtex-extension.cy-GB.schema.json +1 -0
  285. data/public/universalviewer/dist/uv-2.0.1/schema/uv-virtex-extension.en-GB.schema.json +1 -0
  286. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/css/uv-mediaelement-extension/theme.css +3178 -0
  287. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/css/uv-pdf-extension/theme.css +4044 -0
  288. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/css/uv-seadragon-extension/theme.css +3185 -0
  289. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/css/uv-virtex-extension/theme.css +2455 -0
  290. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-contentleftpanel-module/padlock.png +0 -0
  291. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-contentleftpanel-module/thumb_placeholder.png +0 -0
  292. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-mediaelementcenterpanel-module/bigplay.png +0 -0
  293. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-mediaelementcenterpanel-module/controls-wellcome-bg.png +0 -0
  294. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-mediaelementcenterpanel-module/controls-wellcome.png +0 -0
  295. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-mediaelementcenterpanel-module/loading.gif +0 -0
  296. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-moreinforightpanel-module/copy.png +0 -0
  297. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-osdmobilefooterpanel-module/rotate_right.png +0 -0
  298. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-osdmobilefooterpanel-module/zoom_in.png +0 -0
  299. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-osdmobilefooterpanel-module/zoom_out.png +0 -0
  300. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/first.png +0 -0
  301. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/grid.png +0 -0
  302. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/last.png +0 -0
  303. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/next.png +0 -0
  304. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/one_up.png +0 -0
  305. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/prev.png +0 -0
  306. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/settings.png +0 -0
  307. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pagingheaderpanel-module/two_up.png +0 -0
  308. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-check.svg +11 -0
  309. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-comment.svg +16 -0
  310. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-help.svg +26 -0
  311. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-insert.svg +10 -0
  312. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-key.svg +11 -0
  313. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-newparagraph.svg +11 -0
  314. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-noicon.svg +7 -0
  315. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-note.svg +42 -0
  316. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/annotation-paragraph.svg +16 -0
  317. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next-rtl.png +0 -0
  318. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next-rtl@2x.png +0 -0
  319. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next.png +0 -0
  320. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next@2x.png +0 -0
  321. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous-rtl.png +0 -0
  322. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous-rtl@2x.png +0 -0
  323. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous.png +0 -0
  324. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous@2x.png +0 -0
  325. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/grab.cur +0 -0
  326. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/grabbing.cur +0 -0
  327. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/loading-icon.gif +0 -0
  328. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/loading-small.png +0 -0
  329. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties.png +0 -0
  330. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties@2x.png +0 -0
  331. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage.png +0 -0
  332. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage@2x.png +0 -0
  333. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool.png +0 -0
  334. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool@2x.png +0 -0
  335. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage.png +0 -0
  336. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage@2x.png +0 -0
  337. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw.png +0 -0
  338. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw@2x.png +0 -0
  339. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw.png +0 -0
  340. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw@2x.png +0 -0
  341. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/shadow.png +0 -0
  342. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/texture.png +0 -0
  343. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-bookmark.png +0 -0
  344. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-bookmark@2x.png +0 -0
  345. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-download.png +0 -0
  346. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-download@2x.png +0 -0
  347. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-menuArrows.png +0 -0
  348. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-menuArrows@2x.png +0 -0
  349. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-openFile.png +0 -0
  350. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-openFile@2x.png +0 -0
  351. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl.png +0 -0
  352. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl@2x.png +0 -0
  353. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown.png +0 -0
  354. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown@2x.png +0 -0
  355. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl.png +0 -0
  356. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl@2x.png +0 -0
  357. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp.png +0 -0
  358. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp@2x.png +0 -0
  359. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-presentationMode.png +0 -0
  360. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-presentationMode@2x.png +0 -0
  361. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-print.png +0 -0
  362. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-print@2x.png +0 -0
  363. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-search.png +0 -0
  364. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-search@2x.png +0 -0
  365. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl.png +0 -0
  366. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl@2x.png +0 -0
  367. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle.png +0 -0
  368. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle@2x.png +0 -0
  369. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl.png +0 -0
  370. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl@2x.png +0 -0
  371. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle.png +0 -0
  372. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle@2x.png +0 -0
  373. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments.png +0 -0
  374. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl.png +0 -0
  375. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl@2x.png +0 -0
  376. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline.png +0 -0
  377. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline@2x.png +0 -0
  378. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail.png +0 -0
  379. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail@2x.png +0 -0
  380. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomIn.png +0 -0
  381. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomIn@2x.png +0 -0
  382. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomOut.png +0 -0
  383. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomOut@2x.png +0 -0
  384. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/down_arrow.png +0 -0
  385. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/down_arrow_disabled.png +0 -0
  386. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/home.png +0 -0
  387. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/left_arrow.png +0 -0
  388. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/left_arrow_disabled.png +0 -0
  389. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/pixel.gif +0 -0
  390. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/right_arrow.png +0 -0
  391. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/right_arrow_disabled.png +0 -0
  392. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/rotate_right.png +0 -0
  393. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/up_arrow.png +0 -0
  394. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/up_arrow_disabled.png +0 -0
  395. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/zoom_in.png +0 -0
  396. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-seadragoncenterpanel-module/zoom_out.png +0 -0
  397. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/next.png +0 -0
  398. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/placemarker_down.png +0 -0
  399. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/placemarker_down_hover.png +0 -0
  400. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/placemarker_up.png +0 -0
  401. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/prev.png +0 -0
  402. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/search.png +0 -0
  403. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-searchfooterpanel-module/spinner.gif +0 -0
  404. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/arrows_left.png +0 -0
  405. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/arrows_right.png +0 -0
  406. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/bookmark.png +0 -0
  407. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/close.png +0 -0
  408. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/close_attribution.png +0 -0
  409. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/close_information_box.png +0 -0
  410. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/close_message_box.png +0 -0
  411. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/copy.png +0 -0
  412. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/dialogue_arrow.png +0 -0
  413. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/download.png +0 -0
  414. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/embed.png +0 -0
  415. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/error.png +0 -0
  416. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/exit_fullscreen.png +0 -0
  417. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/feedback.png +0 -0
  418. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/fullscreen.png +0 -0
  419. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/hidden_thumb.png +0 -0
  420. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/iiif.png +0 -0
  421. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/minus.png +0 -0
  422. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/modal_bg.gif +0 -0
  423. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/moreinfo.png +0 -0
  424. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/open.png +0 -0
  425. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/plus.png +0 -0
  426. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/print.png +0 -0
  427. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/search_result.png +0 -0
  428. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/settings.png +0 -0
  429. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/share.png +0 -0
  430. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/sprite.png +0 -0
  431. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-shared-module/unavailable.png +0 -0
  432. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-virtexcenterpanel-module/zoom_in.png +0 -0
  433. data/public/universalviewer/dist/uv-2.0.1/themes/uv-cy-GB-theme/img/uv-virtexcenterpanel-module/zoom_out.png +0 -0
  434. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/css/uv-mediaelement-extension/theme.css +3172 -0
  435. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/css/uv-pdf-extension/theme.css +4035 -0
  436. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/css/uv-seadragon-extension/theme.css +3178 -0
  437. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/css/uv-virtex-extension/theme.css +2448 -0
  438. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/hamburger.png +0 -0
  439. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-contentleftpanel-module/padlock.png +0 -0
  440. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-contentleftpanel-module/thumb_placeholder.png +0 -0
  441. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-mediaelementcenterpanel-module/bigplay.png +0 -0
  442. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-mediaelementcenterpanel-module/controls-wellcome-bg.png +0 -0
  443. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-mediaelementcenterpanel-module/controls-wellcome.png +0 -0
  444. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-mediaelementcenterpanel-module/loading.gif +0 -0
  445. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-moreinforightpanel-module/copy.png +0 -0
  446. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-osdmobilefooterpanel-module/rotate_right.png +0 -0
  447. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-osdmobilefooterpanel-module/zoom_in.png +0 -0
  448. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-osdmobilefooterpanel-module/zoom_out.png +0 -0
  449. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/first.png +0 -0
  450. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/grid.png +0 -0
  451. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/last.png +0 -0
  452. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/next.png +0 -0
  453. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/one_up.png +0 -0
  454. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/prev.png +0 -0
  455. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/settings.png +0 -0
  456. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pagingheaderpanel-module/two_up.png +0 -0
  457. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-check.svg +11 -0
  458. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-comment.svg +16 -0
  459. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-help.svg +26 -0
  460. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-insert.svg +10 -0
  461. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-key.svg +11 -0
  462. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-newparagraph.svg +11 -0
  463. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-noicon.svg +7 -0
  464. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-note.svg +42 -0
  465. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/annotation-paragraph.svg +16 -0
  466. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next-rtl.png +0 -0
  467. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next-rtl@2x.png +0 -0
  468. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next.png +0 -0
  469. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-next@2x.png +0 -0
  470. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous-rtl.png +0 -0
  471. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous-rtl@2x.png +0 -0
  472. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous.png +0 -0
  473. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/findbarButton-previous@2x.png +0 -0
  474. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/grab.cur +0 -0
  475. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/grabbing.cur +0 -0
  476. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/loading-icon.gif +0 -0
  477. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/loading-small.png +0 -0
  478. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties.png +0 -0
  479. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties@2x.png +0 -0
  480. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage.png +0 -0
  481. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage@2x.png +0 -0
  482. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool.png +0 -0
  483. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool@2x.png +0 -0
  484. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage.png +0 -0
  485. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage@2x.png +0 -0
  486. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw.png +0 -0
  487. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw@2x.png +0 -0
  488. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw.png +0 -0
  489. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw@2x.png +0 -0
  490. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/shadow.png +0 -0
  491. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/texture.png +0 -0
  492. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-bookmark.png +0 -0
  493. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-bookmark@2x.png +0 -0
  494. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-download.png +0 -0
  495. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-download@2x.png +0 -0
  496. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-menuArrows.png +0 -0
  497. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-menuArrows@2x.png +0 -0
  498. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-openFile.png +0 -0
  499. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-openFile@2x.png +0 -0
  500. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl.png +0 -0
  501. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl@2x.png +0 -0
  502. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown.png +0 -0
  503. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageDown@2x.png +0 -0
  504. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl.png +0 -0
  505. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl@2x.png +0 -0
  506. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp.png +0 -0
  507. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-pageUp@2x.png +0 -0
  508. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-presentationMode.png +0 -0
  509. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-presentationMode@2x.png +0 -0
  510. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-print.png +0 -0
  511. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-print@2x.png +0 -0
  512. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-search.png +0 -0
  513. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-search@2x.png +0 -0
  514. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl.png +0 -0
  515. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl@2x.png +0 -0
  516. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle.png +0 -0
  517. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle@2x.png +0 -0
  518. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl.png +0 -0
  519. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl@2x.png +0 -0
  520. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle.png +0 -0
  521. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle@2x.png +0 -0
  522. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments.png +0 -0
  523. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl.png +0 -0
  524. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl@2x.png +0 -0
  525. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline.png +0 -0
  526. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewOutline@2x.png +0 -0
  527. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail.png +0 -0
  528. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail@2x.png +0 -0
  529. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomIn.png +0 -0
  530. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomIn@2x.png +0 -0
  531. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomOut.png +0 -0
  532. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-pdfcenterpanel-module/toolbarButton-zoomOut@2x.png +0 -0
  533. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/down_arrow.png +0 -0
  534. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/down_arrow_disabled.png +0 -0
  535. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/home.png +0 -0
  536. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/left_arrow.png +0 -0
  537. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/left_arrow_disabled.png +0 -0
  538. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/pixel.gif +0 -0
  539. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/right_arrow.png +0 -0
  540. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/right_arrow_disabled.png +0 -0
  541. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/rotate_right.png +0 -0
  542. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/up_arrow.png +0 -0
  543. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/up_arrow_disabled.png +0 -0
  544. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/zoom_in.png +0 -0
  545. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-seadragoncenterpanel-module/zoom_out.png +0 -0
  546. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/next.png +0 -0
  547. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/placemarker_down.png +0 -0
  548. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/placemarker_down_hover.png +0 -0
  549. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/placemarker_up.png +0 -0
  550. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/prev.png +0 -0
  551. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/search.png +0 -0
  552. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-searchfooterpanel-module/spinner.gif +0 -0
  553. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/arrows_left.png +0 -0
  554. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/arrows_right.png +0 -0
  555. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/bookmark.png +0 -0
  556. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/close.png +0 -0
  557. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/close_attribution.png +0 -0
  558. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/close_information_box.png +0 -0
  559. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/close_message_box.png +0 -0
  560. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/copy.png +0 -0
  561. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/dialogue_arrow.png +0 -0
  562. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/download.png +0 -0
  563. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/embed.png +0 -0
  564. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/error.png +0 -0
  565. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/exit_fullscreen.png +0 -0
  566. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/feedback.png +0 -0
  567. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/fullscreen.png +0 -0
  568. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/hidden_thumb.png +0 -0
  569. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/iiif.png +0 -0
  570. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/minus.png +0 -0
  571. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/modal_bg.gif +0 -0
  572. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/moreinfo.png +0 -0
  573. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/open.png +0 -0
  574. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/plus.png +0 -0
  575. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/print.png +0 -0
  576. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/search_result.png +0 -0
  577. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/settings.png +0 -0
  578. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/share.png +0 -0
  579. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/sprite.png +0 -0
  580. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-shared-module/unavailable.png +0 -0
  581. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-virtexcenterpanel-module/zoom_in.png +0 -0
  582. data/public/universalviewer/dist/uv-2.0.1/themes/uv-en-GB-theme/img/uv-virtexcenterpanel-module/zoom_out.png +0 -0
  583. data/public/universalviewer/favicon.ico +0 -0
  584. data/public/universalviewer/gulpfile.js +13 -0
  585. data/public/universalviewer/package.json +70 -0
  586. data/public/universalviewer/typings.json +20 -0
  587. data/pul_uv_rails.gemspec +26 -0
  588. metadata +687 -0
@@ -0,0 +1,4035 @@
1
+ #app .overlay {
2
+ color: #000;
3
+ }
4
+ #app .overlay.share {
5
+ width: 280px;
6
+ padding: 0 0 30px 8px;
7
+ }
8
+ #app .overlay.share .middle .content .tabs {
9
+ padding: 5px 0 0 0;
10
+ line-height: normal;
11
+ font-size: 0px;
12
+ }
13
+ #app .overlay.share .middle .content .tabs .tab {
14
+ line-height: normal;
15
+ color: #565656;
16
+ font-size: 12px;
17
+ display: inline-block;
18
+ text-align: center;
19
+ line-height: 22px;
20
+ height: 22px;
21
+ overflow: hidden;
22
+ width: 75px;
23
+ margin: 0;
24
+ cursor: pointer;
25
+ text-decoration: none;
26
+ }
27
+ #app .overlay.share .middle .content .tabs .tab:hover {
28
+ border-bottom: 1px solid #14a4c3;
29
+ color: #000;
30
+ margin-bottom: -1px;
31
+ font-weight: bold;
32
+ height: 23px;
33
+ line-height: 23px;
34
+ text-decoration: none;
35
+ }
36
+ #app .overlay.share .middle .content .tabs .tab.first {
37
+ margin: 0 0 0 10px;
38
+ }
39
+ #app .overlay.share .middle .content .tabs .tab.on {
40
+ border-bottom: 1px solid #14a4c3;
41
+ color: #000;
42
+ margin-bottom: -1px;
43
+ font-weight: bold;
44
+ height: 23px;
45
+ line-height: 23px;
46
+ }
47
+ #app .overlay.share .middle .content .tabsContent {
48
+ padding: 10px 0 5px 0;
49
+ border-top: 1px solid #efefef;
50
+ }
51
+ #app .overlay.share .middle .content .tabsContent .header {
52
+ margin-bottom: 5px;
53
+ font-size: 11px;
54
+ }
55
+ #app .overlay.share .middle .content .tabsContent .shareView .shareInput {
56
+ width: 100%;
57
+ background: #efefef;
58
+ border: 1px solid #9a9a9a;
59
+ font-size: 11px;
60
+ }
61
+ #app .overlay.share .middle .content .tabsContent .shareView .shareLink {
62
+ display: block;
63
+ overflow: hidden;
64
+ height: 18px;
65
+ text-overflow: ellipsis;
66
+ }
67
+ #app .overlay.share .middle .content .tabsContent .shareView .shareFrame {
68
+ width: 240px;
69
+ border: none;
70
+ height: 30px;
71
+ margin-top: 5px;
72
+ }
73
+ #app .overlay.share .middle .content .tabsContent .embedView .code {
74
+ width: 100%;
75
+ background: #efefef;
76
+ border: 1px solid #9a9a9a;
77
+ font-size: 11px;
78
+ }
79
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize {
80
+ overflow: hidden;
81
+ padding-top: 10px;
82
+ }
83
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize .size {
84
+ padding: 0 5px 0 0;
85
+ }
86
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize .x {
87
+ padding: 0 5px 0 5px;
88
+ }
89
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize select {
90
+ margin-right: 5px;
91
+ height: 21px;
92
+ font-size: 11px;
93
+ }
94
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize input {
95
+ display: inline-block;
96
+ width: 50px;
97
+ height: 21px;
98
+ font-size: 11px;
99
+ }
100
+ #app .overlay.share .middle .content .footer {
101
+ overflow: hidden;
102
+ }
103
+ #app .overlay.share .middle .content .footer a {
104
+ font-size: 11px;
105
+ display: block;
106
+ float: left;
107
+ line-height: 30px;
108
+ }
109
+ #app .overlay.share .middle .content .footer a.imageBtn {
110
+ width: 30px;
111
+ height: 30px;
112
+ }
113
+ #app .overlay.share .middle .content .footer a.iiif {
114
+ background-image: url('../../img/uv-shared-module/iiif.png');
115
+ background-repeat: no-repeat;
116
+ margin-right: 5px;
117
+ }
118
+ #app .overlay.moreInfo {
119
+ width: 260px;
120
+ padding: 0 0 30px 8px;
121
+ }
122
+ #app .overlay.moreInfo .content .iiif-metadata-component {
123
+ height: 200px;
124
+ overflow: auto;
125
+ }
126
+ #app .overlay.moreInfo .content .iiif-metadata-component .items {
127
+ padding-left: 0px;
128
+ }
129
+ #app .overlay.moreInfo .content .iiif-metadata-component .items .item .value {
130
+ color: #000;
131
+ }
132
+ #app .overlay.download {
133
+ width: 260px;
134
+ padding: 0 0 30px 8px;
135
+ }
136
+ #app .overlay.download .middle .noneAvailable {
137
+ padding: 10px 0 10px 0;
138
+ }
139
+ #app .overlay.download .middle .pagingNote {
140
+ padding: 10px 0 0 0;
141
+ }
142
+ #app .overlay.download .middle ol.options {
143
+ padding: 0;
144
+ }
145
+ #app .overlay.download .middle ol.options li.group {
146
+ border-bottom: 1px solid #efefef;
147
+ }
148
+ #app .overlay.download .middle ol.options li.group.lastVisible {
149
+ border-bottom: none;
150
+ }
151
+ #app .overlay.download .middle ol.options li.group ul {
152
+ list-style-type: none;
153
+ margin: 0;
154
+ padding: 0;
155
+ }
156
+ #app .overlay.download .middle ol.options li.group ul li {
157
+ overflow: hidden;
158
+ }
159
+ #app .overlay.download .middle ol.options li.group ul li input {
160
+ float: left;
161
+ display: block;
162
+ }
163
+ #app .overlay.download .middle ol.options li.group ul li label {
164
+ float: left;
165
+ width: 190px;
166
+ line-height: 1.2em;
167
+ }
168
+ #app .overlay.download .middle ol.options li.group ul li label span.explanatory {
169
+ display: block;
170
+ font-size: 11px;
171
+ margin: 4px 0 4px 0;
172
+ color: #949494;
173
+ }
174
+ #app .overlay.download .middle .footer a {
175
+ margin-top: 5px;
176
+ font-size: 11px;
177
+ display: block;
178
+ }
179
+ #app .overlay.help {
180
+ width: 470px;
181
+ height: 250px;
182
+ }
183
+ #app .overlay.help .scroll {
184
+ height: 180px;
185
+ }
186
+ #app .overlay.help .bottom {
187
+ background: none;
188
+ }
189
+ #app .overlay.settings {
190
+ width: 470px;
191
+ height: 250px;
192
+ }
193
+ #app .overlay.settings .scroll {
194
+ height: 180px;
195
+ }
196
+ #app .overlay.settings .scroll .setting {
197
+ margin-bottom: 10px;
198
+ }
199
+ #app .overlay.settings .scroll .setting input {
200
+ margin: 0 5px 0 0;
201
+ }
202
+ #app .overlay.settings .scroll .setting label {
203
+ margin: 0 5px 0 0;
204
+ }
205
+ #app .overlay.settings .version {
206
+ float: left;
207
+ }
208
+ #app .overlay.settings .website {
209
+ float: right;
210
+ }
211
+ #app .overlay.settings .bottom {
212
+ background: none;
213
+ }
214
+ #app .overlay.externalContent {
215
+ width: 470px;
216
+ height: 300px;
217
+ }
218
+ #app .overlay.externalContent .middle .content {
219
+ width: 470px;
220
+ height: 300px;
221
+ overflow: hidden;
222
+ }
223
+ #app .overlay.externalContent .middle .content iframe {
224
+ overflow: auto;
225
+ border: none;
226
+ }
227
+ #app .overlay.externalContent .bottom {
228
+ background: none;
229
+ }
230
+ #app .overlay.clickthrough {
231
+ width: 470px;
232
+ height: 250px;
233
+ }
234
+ #app .overlay.clickthrough .message {
235
+ height: 180px;
236
+ }
237
+ #app .overlay.clickthrough .message.loading {
238
+ background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
239
+ background-repeat: no-repeat;
240
+ background-position: 50% 50%;
241
+ }
242
+ #app .overlay.clickthrough .message h1 {
243
+ border-bottom: none;
244
+ font-size: 12px;
245
+ }
246
+ #app .overlay.clickthrough .bottom {
247
+ background: none;
248
+ }
249
+ #app .overlay.login {
250
+ width: 470px;
251
+ height: 250px;
252
+ }
253
+ #app .overlay.login .message {
254
+ height: 180px;
255
+ }
256
+ #app .overlay.login .message h1 {
257
+ border-bottom: none !important;
258
+ font-size: 12px !important;
259
+ }
260
+ #app .overlay.login .message .warning {
261
+ display: block;
262
+ background-color: #FFB81D;
263
+ font-weight: bold;
264
+ padding: 10px 10px 10px 10px;
265
+ margin-bottom: 10px;
266
+ }
267
+ #app .overlay.login .bottom {
268
+ background: none;
269
+ }
270
+ @media only screen and (min-width: 0px) and (max-width: 640px) {
271
+ #app .overlay.share {
272
+ padding: 0 0 45px 8px;
273
+ }
274
+ #app .overlay.download {
275
+ padding: 0 0 45px 8px;
276
+ }
277
+ #app .overlay.moreInfo {
278
+ padding: 0 0 45px 8px;
279
+ }
280
+ }
281
+ #app .leftPanel .views .thumbsView {
282
+ overflow: auto;
283
+ }
284
+ #app .leftPanel .views .thumbsView .thumbs {
285
+ overflow: hidden;
286
+ width: 210px;
287
+ position: relative;
288
+ }
289
+ #app .leftPanel .views .thumbsView .thumbs .thumb {
290
+ cursor: pointer;
291
+ }
292
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap {
293
+ border: 2px solid #373737;
294
+ padding: 2px;
295
+ overflow: hidden;
296
+ text-align: center;
297
+ background: none;
298
+ }
299
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loading {
300
+ background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
301
+ background-repeat: no-repeat;
302
+ background-position: 50% 50%;
303
+ }
304
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loadingFailed {
305
+ background: url('../../img/uv-shared-module/error.png') no-repeat 50% 50%;
306
+ }
307
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.hidden {
308
+ background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
309
+ }
310
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap img {
311
+ display: block;
312
+ max-width: 100%;
313
+ max-height: 100%;
314
+ }
315
+ #app .leftPanel .views .thumbsView .thumbs .thumb.selected .wrap {
316
+ border: 2px solid #fff;
317
+ }
318
+ #app .leftPanel .views .thumbsView .thumbs .thumb.searchpreview .wrap {
319
+ border: 2px solid #26b5cc;
320
+ }
321
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info {
322
+ overflow: hidden;
323
+ }
324
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info span {
325
+ font-size: 11px;
326
+ color: #fff;
327
+ display: block;
328
+ padding: 2px 0 0 0;
329
+ }
330
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .index {
331
+ float: left;
332
+ }
333
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .label {
334
+ float: left;
335
+ overflow-x: hidden;
336
+ text-overflow: ellipsis;
337
+ white-space: nowrap;
338
+ }
339
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .searchResults {
340
+ float: right;
341
+ width: 35px;
342
+ overflow-x: hidden;
343
+ text-overflow: ellipsis;
344
+ color: #14a4c3;
345
+ padding-left: 14px;
346
+ background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
347
+ }
348
+ #app .leftPanel .views .thumbsView .thumbs .thumb.placeholder .wrap {
349
+ background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
350
+ }
351
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol {
352
+ margin: 0 0 7px 0;
353
+ }
354
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .label {
355
+ width: 178px;
356
+ }
357
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .wrap {
358
+ width: 208px;
359
+ max-height: 373px;
360
+ }
361
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol {
362
+ margin: 0 7px 7px 0;
363
+ }
364
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .label {
365
+ width: 63px;
366
+ }
367
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .wrap {
368
+ width: 98px;
369
+ max-height: 182px;
370
+ }
371
+ #app .leftPanel .views .thumbsView .thumbs .separator {
372
+ height: 1px;
373
+ clear: both;
374
+ border: none;
375
+ }
376
+ #app .leftPanel .views .thumbsView .thumbs.left-to-right.paged .thumb.first {
377
+ float: right;
378
+ }
379
+ #app .leftPanel .views .thumbsView .thumbs.left-to-right .thumb {
380
+ float: left;
381
+ }
382
+ #app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb {
383
+ float: right;
384
+ }
385
+ #app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb.first {
386
+ float: left;
387
+ }
388
+ #app .leftPanel .top .title {
389
+ text-transform: uppercase;
390
+ }
391
+ #app .leftPanel ul {
392
+ margin: 10px 10px 10px 10px;
393
+ padding: 0;
394
+ list-style-type: none;
395
+ }
396
+ #app .rightPanel .top .title {
397
+ text-transform: uppercase;
398
+ }
399
+ #app .rightPanel .content {
400
+ padding: 10px 10px 10px 10px;
401
+ }
402
+ #app .rightPanel .main {
403
+ overflow: auto;
404
+ color: #fff;
405
+ }
406
+ #app .rightPanel .main.loading {
407
+ background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
408
+ background-repeat: no-repeat;
409
+ background-position: 50% 50%;
410
+ }
411
+ #app .rightPanel .main .noData {
412
+ padding: 0 10px 20px 10px;
413
+ }
414
+ #app .rightPanel .main .groups {
415
+ padding: 10px 10px 20px 10px;
416
+ }
417
+ #app .rightPanel .main .groups .items .header {
418
+ font-size: 11px;
419
+ text-transform: uppercase;
420
+ }
421
+ #app .rightPanel .main .groups .items .item .header {
422
+ font-size: 11px;
423
+ text-transform: uppercase;
424
+ }
425
+ /* Copyright 2012 Mozilla Foundation
426
+ *
427
+ * Licensed under the Apache License, Version 2.0 (the "License");
428
+ * you may not use this file except in compliance with the License.
429
+ * You may obtain a copy of the License at
430
+ *
431
+ * http://www.apache.org/licenses/LICENSE-2.0
432
+ *
433
+ * Unless required by applicable law or agreed to in writing, software
434
+ * distributed under the License is distributed on an "AS IS" BASIS,
435
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
436
+ * See the License for the specific language governing permissions and
437
+ * limitations under the License.
438
+ */
439
+ * {
440
+ padding: 0;
441
+ margin: 0;
442
+ }
443
+ /* Font size is needed to make the activity bar the correct size. */
444
+ body {
445
+ font-size: 10px;
446
+ height: 100%;
447
+ background-color: #404040;
448
+ background-image: url('../../img/uv-pdfcenterpanel-module/texture.png');
449
+ }
450
+ body,
451
+ input,
452
+ button,
453
+ select {
454
+ font: message-box;
455
+ outline: none;
456
+ }
457
+ .hidden {
458
+ display: none !important;
459
+ }
460
+ [hidden] {
461
+ display: none !important;
462
+ }
463
+ #viewerContainer:-webkit-full-screen {
464
+ top: 0px;
465
+ border-top: 2px solid transparent;
466
+ background-color: #000;
467
+ width: 100%;
468
+ height: 100%;
469
+ overflow: hidden;
470
+ cursor: none;
471
+ }
472
+ #viewerContainer:-moz-full-screen {
473
+ top: 0px;
474
+ border-top: 2px solid transparent;
475
+ background-color: #000;
476
+ width: 100%;
477
+ height: 100%;
478
+ overflow: hidden;
479
+ cursor: none;
480
+ }
481
+ #viewerContainer:-ms-fullscreen {
482
+ top: 0px !important;
483
+ border-top: 2px solid transparent;
484
+ width: 100%;
485
+ height: 100%;
486
+ overflow: hidden !important;
487
+ cursor: none;
488
+ }
489
+ #viewerContainer:-ms-fullscreen::-ms-backdrop {
490
+ background-color: #000;
491
+ }
492
+ #viewerContainer:fullscreen {
493
+ top: 0px;
494
+ border-top: 2px solid transparent;
495
+ background-color: #000;
496
+ width: 100%;
497
+ height: 100%;
498
+ overflow: hidden;
499
+ cursor: none;
500
+ }
501
+ :-webkit-full-screen .page {
502
+ margin-bottom: 100%;
503
+ border: 0;
504
+ }
505
+ :-moz-full-screen .page {
506
+ margin-bottom: 100%;
507
+ border: 0;
508
+ }
509
+ :-ms-fullscreen .page {
510
+ margin-bottom: 100% !important;
511
+ border: 0;
512
+ }
513
+ :fullscreen .page {
514
+ margin-bottom: 100%;
515
+ border: 0;
516
+ }
517
+ :-webkit-full-screen a:not(.internalLink) {
518
+ display: none;
519
+ }
520
+ :-moz-full-screen a:not(.internalLink) {
521
+ display: none;
522
+ }
523
+ :-ms-fullscreen a:not(.internalLink) {
524
+ display: none !important;
525
+ }
526
+ :fullscreen a:not(.internalLink) {
527
+ display: none;
528
+ }
529
+ :-webkit-full-screen .textLayer > div {
530
+ cursor: none;
531
+ }
532
+ :-moz-full-screen .textLayer > div {
533
+ cursor: none;
534
+ }
535
+ :fullscreen .textLayer > div {
536
+ cursor: none;
537
+ }
538
+ #viewerContainer.presentationControls,
539
+ #viewerContainer.presentationControls .textLayer > div {
540
+ cursor: default;
541
+ }
542
+ /* outer/inner center provides horizontal center */
543
+ .outerCenter {
544
+ pointer-events: none;
545
+ position: relative;
546
+ }
547
+ #outerContainer[dir='ltr'] .outerCenter {
548
+ float: right;
549
+ right: 50%;
550
+ }
551
+ #outerContainer[dir='rtl'] .outerCenter {
552
+ float: left;
553
+ left: 50%;
554
+ }
555
+ .innerCenter {
556
+ pointer-events: auto;
557
+ position: relative;
558
+ }
559
+ #outerContainer[dir='ltr'] .innerCenter {
560
+ float: right;
561
+ right: -50%;
562
+ }
563
+ #outerContainer[dir='rtl'] .innerCenter {
564
+ float: left;
565
+ left: -50%;
566
+ }
567
+ #outerContainer {
568
+ width: 100%;
569
+ height: 100%;
570
+ position: relative;
571
+ }
572
+ #sidebarContainer {
573
+ position: absolute;
574
+ top: 0;
575
+ bottom: 0;
576
+ width: 200px;
577
+ visibility: hidden;
578
+ -webkit-transition-duration: 200ms;
579
+ -webkit-transition-timing-function: ease;
580
+ transition-duration: 200ms;
581
+ transition-timing-function: ease;
582
+ }
583
+ #outerContainer[dir='ltr'] #sidebarContainer {
584
+ -webkit-transition-property: left;
585
+ transition-property: left;
586
+ left: -200px;
587
+ }
588
+ #outerContainer[dir='rtl'] #sidebarContainer {
589
+ -webkit-transition-property: right;
590
+ transition-property: right;
591
+ right: -200px;
592
+ }
593
+ #outerContainer.sidebarMoving > #sidebarContainer,
594
+ #outerContainer.sidebarOpen > #sidebarContainer {
595
+ visibility: visible;
596
+ }
597
+ #outerContainer[dir='ltr'].sidebarOpen > #sidebarContainer {
598
+ left: 0px;
599
+ }
600
+ #outerContainer[dir='rtl'].sidebarOpen > #sidebarContainer {
601
+ right: 0px;
602
+ }
603
+ #mainContainer {
604
+ position: absolute;
605
+ top: 0;
606
+ right: 0;
607
+ bottom: 0;
608
+ left: 0;
609
+ min-width: 320px;
610
+ -webkit-transition-duration: 200ms;
611
+ -webkit-transition-timing-function: ease;
612
+ transition-duration: 200ms;
613
+ transition-timing-function: ease;
614
+ }
615
+ #outerContainer[dir='ltr'].sidebarOpen > #mainContainer {
616
+ -webkit-transition-property: left;
617
+ transition-property: left;
618
+ left: 200px;
619
+ }
620
+ #outerContainer[dir='rtl'].sidebarOpen > #mainContainer {
621
+ -webkit-transition-property: right;
622
+ transition-property: right;
623
+ right: 200px;
624
+ }
625
+ #sidebarContent {
626
+ top: 32px;
627
+ bottom: 0;
628
+ overflow: auto;
629
+ -webkit-overflow-scrolling: touch;
630
+ position: absolute;
631
+ width: 200px;
632
+ background-color: rgba(0, 0, 0, 0.1);
633
+ }
634
+ #outerContainer[dir='ltr'] #sidebarContent {
635
+ left: 0;
636
+ box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
637
+ }
638
+ #outerContainer[dir='rtl'] #sidebarContent {
639
+ right: 0;
640
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
641
+ }
642
+ #viewerContainer {
643
+ overflow: auto;
644
+ -webkit-overflow-scrolling: touch;
645
+ position: absolute;
646
+ top: 32px;
647
+ right: 0;
648
+ bottom: 0;
649
+ left: 0;
650
+ outline: none;
651
+ }
652
+ #outerContainer[dir='ltr'] #viewerContainer {
653
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
654
+ }
655
+ #outerContainer[dir='rtl'] #viewerContainer {
656
+ box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
657
+ }
658
+ .toolbar {
659
+ position: relative;
660
+ left: 0;
661
+ right: 0;
662
+ z-index: 9999;
663
+ cursor: default;
664
+ }
665
+ #toolbarContainer {
666
+ width: 100%;
667
+ }
668
+ #toolbarSidebar {
669
+ width: 200px;
670
+ height: 32px;
671
+ background-color: #424242;
672
+ /* fallback */
673
+ background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
674
+ }
675
+ #outerContainer[dir='ltr'] #toolbarSidebar {
676
+ box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
677
+ }
678
+ #outerContainer[dir='rtl'] #toolbarSidebar {
679
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
680
+ }
681
+ #toolbarContainer,
682
+ .findbar,
683
+ .secondaryToolbar {
684
+ position: relative;
685
+ height: 32px;
686
+ background-color: #474747;
687
+ /* fallback */
688
+ background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
689
+ }
690
+ #outerContainer[dir='ltr'] #toolbarContainer,
691
+ .findbar,
692
+ .secondaryToolbar {
693
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
694
+ }
695
+ #outerContainer[dir='rtl'] #toolbarContainer,
696
+ .findbar,
697
+ .secondaryToolbar {
698
+ box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
699
+ }
700
+ #toolbarViewer {
701
+ height: 32px;
702
+ }
703
+ #loadingBar {
704
+ position: relative;
705
+ width: 100%;
706
+ height: 6px;
707
+ background-color: #333;
708
+ border-bottom: 1px solid #333;
709
+ }
710
+ #loadingBar .progress {
711
+ position: absolute;
712
+ top: 0;
713
+ left: 0;
714
+ width: 0%;
715
+ height: 100%;
716
+ background-color: #ddd;
717
+ overflow: hidden;
718
+ -webkit-transition: width 200ms;
719
+ transition: width 200ms;
720
+ }
721
+ @-webkit-keyframes progressIndeterminate {
722
+ 0% {
723
+ left: 0%;
724
+ }
725
+ 50% {
726
+ left: 100%;
727
+ }
728
+ 100% {
729
+ left: 100%;
730
+ }
731
+ }
732
+ @keyframes progressIndeterminate {
733
+ 0% {
734
+ left: 0%;
735
+ }
736
+ 50% {
737
+ left: 100%;
738
+ }
739
+ 100% {
740
+ left: 100%;
741
+ }
742
+ }
743
+ #loadingBar .progress.indeterminate {
744
+ background-color: #999;
745
+ -webkit-transition: none;
746
+ transition: none;
747
+ }
748
+ #loadingBar .indeterminate .glimmer {
749
+ position: absolute;
750
+ top: 0;
751
+ left: 0;
752
+ height: 100%;
753
+ width: 50px;
754
+ background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
755
+ background-size: 100% 100%;
756
+ background-repeat: no-repeat;
757
+ -webkit-animation: progressIndeterminate 2s linear infinite;
758
+ animation: progressIndeterminate 2s linear infinite;
759
+ }
760
+ .findbar,
761
+ .secondaryToolbar {
762
+ top: 32px;
763
+ position: absolute;
764
+ z-index: 10000;
765
+ height: 32px;
766
+ min-width: 16px;
767
+ padding: 0px 6px 0px 6px;
768
+ margin: 4px 2px 4px 2px;
769
+ color: #d9d9d9;
770
+ font-size: 12px;
771
+ line-height: 14px;
772
+ text-align: left;
773
+ cursor: default;
774
+ }
775
+ #outerContainer[dir='ltr'] .findbar {
776
+ left: 68px;
777
+ }
778
+ #outerContainer[dir='rtl'] .findbar {
779
+ right: 68px;
780
+ }
781
+ .findbar label {
782
+ -webkit-user-select: none;
783
+ -moz-user-select: none;
784
+ }
785
+ #findInput[data-status="pending"] {
786
+ background-image: url('../../img/uv-pdfcenterpanel-module/loading-small.png');
787
+ background-repeat: no-repeat;
788
+ background-position: right;
789
+ }
790
+ .secondaryToolbar {
791
+ padding: 6px;
792
+ height: auto;
793
+ z-index: 30000;
794
+ }
795
+ #outerContainer[dir='ltr'] .secondaryToolbar {
796
+ right: 4px;
797
+ }
798
+ #outerContainer[dir='rtl'] .secondaryToolbar {
799
+ left: 4px;
800
+ }
801
+ #secondaryToolbarButtonContainer {
802
+ max-width: 200px;
803
+ max-height: 400px;
804
+ overflow-y: auto;
805
+ -webkit-overflow-scrolling: touch;
806
+ margin-bottom: -4px;
807
+ }
808
+ .doorHanger,
809
+ .doorHangerRight {
810
+ border: 1px solid rgba(0, 0, 0, 0.5);
811
+ border-radius: 2px;
812
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
813
+ }
814
+ .doorHanger:after,
815
+ .doorHanger:before,
816
+ .doorHangerRight:after,
817
+ .doorHangerRight:before {
818
+ bottom: 100%;
819
+ border: solid transparent;
820
+ content: " ";
821
+ height: 0;
822
+ width: 0;
823
+ position: absolute;
824
+ pointer-events: none;
825
+ }
826
+ .doorHanger:after,
827
+ .doorHangerRight:after {
828
+ border-bottom-color: rgba(82, 82, 82, 0.99);
829
+ border-width: 8px;
830
+ }
831
+ .doorHanger:before,
832
+ .doorHangerRight:before {
833
+ border-bottom-color: rgba(0, 0, 0, 0.5);
834
+ border-width: 9px;
835
+ }
836
+ #outerContainer[dir='ltr'] .doorHanger:after,
837
+ #outerContainer[dir='rtl'] .doorHangerRight:after {
838
+ left: 13px;
839
+ margin-left: -8px;
840
+ }
841
+ #outerContainer[dir='ltr'] .doorHanger:before,
842
+ #outerContainer[dir='rtl'] .doorHangerRight:before {
843
+ left: 13px;
844
+ margin-left: -9px;
845
+ }
846
+ #outerContainer[dir='rtl'] .doorHanger:after,
847
+ #outerContainer[dir='ltr'] .doorHangerRight:after {
848
+ right: 13px;
849
+ margin-right: -8px;
850
+ }
851
+ #outerContainer[dir='rtl'] .doorHanger:before,
852
+ #outerContainer[dir='ltr'] .doorHangerRight:before {
853
+ right: 13px;
854
+ margin-right: -9px;
855
+ }
856
+ #findMsg {
857
+ font-style: italic;
858
+ color: #A6B7D0;
859
+ }
860
+ .notFound {
861
+ background-color: #ff8999;
862
+ }
863
+ #outerContainer[dir='ltr'] #toolbarViewerLeft {
864
+ margin-left: -1px;
865
+ }
866
+ #outerContainer[dir='rtl'] #toolbarViewerRight {
867
+ margin-right: -1px;
868
+ }
869
+ #outerContainer[dir='ltr'] #toolbarViewerLeft,
870
+ #outerContainer[dir='rtl'] #toolbarViewerRight {
871
+ position: absolute;
872
+ top: 0;
873
+ left: 0;
874
+ }
875
+ #outerContainer[dir='ltr'] #toolbarViewerRight,
876
+ #outerContainer[dir='rtl'] #toolbarViewerLeft {
877
+ position: absolute;
878
+ top: 0;
879
+ right: 0;
880
+ }
881
+ #outerContainer[dir='ltr'] #toolbarViewerLeft > *,
882
+ #outerContainer[dir='ltr'] #toolbarViewerMiddle > *,
883
+ #outerContainer[dir='ltr'] #toolbarViewerRight > *,
884
+ #outerContainer[dir='ltr'] .findbar > * {
885
+ position: relative;
886
+ float: left;
887
+ }
888
+ #outerContainer[dir='rtl'] #toolbarViewerLeft > *,
889
+ #outerContainer[dir='rtl'] #toolbarViewerMiddle > *,
890
+ #outerContainer[dir='rtl'] #toolbarViewerRight > *,
891
+ #outerContainer[dir='rtl'] .findbar > * {
892
+ position: relative;
893
+ float: right;
894
+ }
895
+ #outerContainer[dir='ltr'] .splitToolbarButton {
896
+ margin: 3px 2px 4px 0;
897
+ display: inline-block;
898
+ }
899
+ #outerContainer[dir='rtl'] .splitToolbarButton {
900
+ margin: 3px 0 4px 2px;
901
+ display: inline-block;
902
+ }
903
+ #outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton {
904
+ border-radius: 0;
905
+ float: left;
906
+ }
907
+ #outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton {
908
+ border-radius: 0;
909
+ float: right;
910
+ }
911
+ .toolbarButton,
912
+ .secondaryToolbarButton {
913
+ border: 0 none;
914
+ background-color: rgba(0, 0, 0, 0);
915
+ width: 32px;
916
+ height: 25px;
917
+ }
918
+ .toolbarButton > span {
919
+ display: inline-block;
920
+ width: 0;
921
+ height: 0;
922
+ overflow: hidden;
923
+ }
924
+ .toolbarButton[disabled],
925
+ .secondaryToolbarButton[disabled] {
926
+ opacity: .5;
927
+ }
928
+ .toolbarButton.group {
929
+ margin-right: 0;
930
+ }
931
+ .splitToolbarButton.toggled .toolbarButton {
932
+ margin: 0;
933
+ }
934
+ .splitToolbarButton:hover > .toolbarButton,
935
+ .splitToolbarButton:focus > .toolbarButton,
936
+ .splitToolbarButton.toggled > .toolbarButton,
937
+ .toolbarButton.textButton {
938
+ background-color: rgba(0, 0, 0, 0.12);
939
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
940
+ background-clip: padding-box;
941
+ border: 1px solid rgba(0, 0, 0, 0.35);
942
+ border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
943
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
944
+ -webkit-transition-property: background-color, border-color, box-shadow;
945
+ -webkit-transition-duration: 150ms;
946
+ -webkit-transition-timing-function: ease;
947
+ transition-property: background-color, border-color, box-shadow;
948
+ transition-duration: 150ms;
949
+ transition-timing-function: ease;
950
+ }
951
+ .splitToolbarButton > .toolbarButton:hover,
952
+ .splitToolbarButton > .toolbarButton:focus,
953
+ .dropdownToolbarButton:hover,
954
+ .overlayButton:hover,
955
+ .toolbarButton.textButton:hover,
956
+ .toolbarButton.textButton:focus {
957
+ background-color: rgba(0, 0, 0, 0.2);
958
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
959
+ z-index: 199;
960
+ }
961
+ .splitToolbarButton > .toolbarButton {
962
+ position: relative;
963
+ }
964
+ #outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
965
+ #outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
966
+ position: relative;
967
+ margin: 0;
968
+ margin-right: -1px;
969
+ border-top-left-radius: 2px;
970
+ border-bottom-left-radius: 2px;
971
+ border-right-color: transparent;
972
+ }
973
+ #outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
974
+ #outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
975
+ position: relative;
976
+ margin: 0;
977
+ margin-left: -1px;
978
+ border-top-right-radius: 2px;
979
+ border-bottom-right-radius: 2px;
980
+ border-left-color: transparent;
981
+ }
982
+ .splitToolbarButtonSeparator {
983
+ padding: 8px 0;
984
+ width: 1px;
985
+ background-color: rgba(0, 0, 0, 0.5);
986
+ z-index: 99;
987
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
988
+ display: inline-block;
989
+ margin: 5px 0;
990
+ }
991
+ #outerContainer[dir='ltr'] .splitToolbarButtonSeparator {
992
+ float: left;
993
+ }
994
+ #outerContainer[dir='rtl'] .splitToolbarButtonSeparator {
995
+ float: right;
996
+ }
997
+ .splitToolbarButton:hover > .splitToolbarButtonSeparator,
998
+ .splitToolbarButton.toggled > .splitToolbarButtonSeparator {
999
+ padding: 12px 0;
1000
+ margin: 1px 0;
1001
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
1002
+ -webkit-transition-property: padding;
1003
+ -webkit-transition-duration: 10ms;
1004
+ -webkit-transition-timing-function: ease;
1005
+ transition-property: padding;
1006
+ transition-duration: 10ms;
1007
+ transition-timing-function: ease;
1008
+ }
1009
+ .toolbarButton,
1010
+ .dropdownToolbarButton,
1011
+ .overlayButton,
1012
+ .secondaryToolbarButton {
1013
+ min-width: 16px;
1014
+ padding: 2px 6px 0;
1015
+ border: 1px solid transparent;
1016
+ border-radius: 2px;
1017
+ color: rgba(255, 255, 255, 0.8);
1018
+ font-size: 12px;
1019
+ line-height: 14px;
1020
+ -webkit-user-select: none;
1021
+ -moz-user-select: none;
1022
+ -ms-user-select: none;
1023
+ /* Opera does not support user-select, use <... unselectable="on"> instead */
1024
+ cursor: default;
1025
+ -webkit-transition-property: background-color, border-color, box-shadow;
1026
+ -webkit-transition-duration: 150ms;
1027
+ -webkit-transition-timing-function: ease;
1028
+ transition-property: background-color, border-color, box-shadow;
1029
+ transition-duration: 150ms;
1030
+ transition-timing-function: ease;
1031
+ }
1032
+ #outerContainer[dir='ltr'] .toolbarButton,
1033
+ #outerContainer[dir='ltr'] .overlayButton,
1034
+ #outerContainer[dir='ltr'] .dropdownToolbarButton {
1035
+ margin: 3px 2px 4px 0;
1036
+ }
1037
+ #outerContainer[dir='rtl'] .toolbarButton,
1038
+ #outerContainer[dir='rtl'] .overlayButton,
1039
+ #outerContainer[dir='rtl'] .dropdownToolbarButton {
1040
+ margin: 3px 0 4px 2px;
1041
+ }
1042
+ .toolbarButton:hover,
1043
+ .toolbarButton:focus,
1044
+ .dropdownToolbarButton,
1045
+ .overlayButton,
1046
+ .secondaryToolbarButton:hover,
1047
+ .secondaryToolbarButton:focus {
1048
+ background-color: rgba(0, 0, 0, 0.12);
1049
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1050
+ background-clip: padding-box;
1051
+ border: 1px solid rgba(0, 0, 0, 0.35);
1052
+ border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
1053
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
1054
+ }
1055
+ .toolbarButton:hover:active,
1056
+ .overlayButton:hover:active,
1057
+ .dropdownToolbarButton:hover:active,
1058
+ .secondaryToolbarButton:hover:active {
1059
+ background-color: rgba(0, 0, 0, 0.2);
1060
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1061
+ border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
1062
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
1063
+ -webkit-transition-property: background-color, border-color, box-shadow;
1064
+ -webkit-transition-duration: 10ms;
1065
+ -webkit-transition-timing-function: linear;
1066
+ transition-property: background-color, border-color, box-shadow;
1067
+ transition-duration: 10ms;
1068
+ transition-timing-function: linear;
1069
+ }
1070
+ .toolbarButton.toggled,
1071
+ .splitToolbarButton.toggled > .toolbarButton.toggled,
1072
+ .secondaryToolbarButton.toggled {
1073
+ background-color: rgba(0, 0, 0, 0.3);
1074
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1075
+ border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
1076
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
1077
+ -webkit-transition-property: background-color, border-color, box-shadow;
1078
+ -webkit-transition-duration: 10ms;
1079
+ -webkit-transition-timing-function: linear;
1080
+ transition-property: background-color, border-color, box-shadow;
1081
+ transition-duration: 10ms;
1082
+ transition-timing-function: linear;
1083
+ }
1084
+ .toolbarButton.toggled:hover:active,
1085
+ .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
1086
+ .secondaryToolbarButton.toggled:hover:active {
1087
+ background-color: rgba(0, 0, 0, 0.4);
1088
+ border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
1089
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
1090
+ }
1091
+ .dropdownToolbarButton {
1092
+ width: 120px;
1093
+ max-width: 120px;
1094
+ padding: 3px 2px 2px;
1095
+ overflow: hidden;
1096
+ background: url('../../img/uv-pdfcenterpanel-module/toolbarButton-menuArrows.png') no-repeat;
1097
+ }
1098
+ #outerContainer[dir='ltr'] .dropdownToolbarButton {
1099
+ background-position: 95%;
1100
+ }
1101
+ #outerContainer[dir='rtl'] .dropdownToolbarButton {
1102
+ background-position: 5%;
1103
+ }
1104
+ .dropdownToolbarButton > select {
1105
+ -webkit-appearance: none;
1106
+ -moz-appearance: none;
1107
+ /* in the future this might matter, see bugzilla bug #649849 */
1108
+ min-width: 140px;
1109
+ font-size: 12px;
1110
+ color: #f2f2f2;
1111
+ margin: 0;
1112
+ padding: 0;
1113
+ border: none;
1114
+ background: rgba(0, 0, 0, 0);
1115
+ /* Opera does not support 'transparent' <select> background */
1116
+ }
1117
+ .dropdownToolbarButton > select > option {
1118
+ background: #3d3d3d;
1119
+ }
1120
+ .overlayButton {
1121
+ margin: 3px 2px 4px 5px !important;
1122
+ line-height: 16px;
1123
+ padding: 2px 6px 3px 6px;
1124
+ }
1125
+ #customScaleOption {
1126
+ display: none;
1127
+ }
1128
+ #pageWidthOption {
1129
+ border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
1130
+ }
1131
+ #outerContainer[dir='ltr'] .splitToolbarButton:first-child,
1132
+ #outerContainer[dir='ltr'] .toolbarButton:first-child,
1133
+ #outerContainer[dir='rtl'] .splitToolbarButton:last-child,
1134
+ #outerContainer[dir='rtl'] .toolbarButton:last-child {
1135
+ margin-left: 4px;
1136
+ }
1137
+ #outerContainer[dir='ltr'] .splitToolbarButton:last-child,
1138
+ #outerContainer[dir='ltr'] .toolbarButton:last-child,
1139
+ #outerContainer[dir='rtl'] .splitToolbarButton:first-child,
1140
+ #outerContainer[dir='rtl'] .toolbarButton:first-child {
1141
+ margin-right: 4px;
1142
+ }
1143
+ .toolbarButtonSpacer {
1144
+ width: 30px;
1145
+ display: inline-block;
1146
+ height: 1px;
1147
+ }
1148
+ .toolbarButtonFlexibleSpacer {
1149
+ -webkit-box-flex: 1;
1150
+ -moz-box-flex: 1;
1151
+ min-width: 30px;
1152
+ }
1153
+ #outerContainer[dir='ltr'] #findPrevious {
1154
+ margin-left: 3px;
1155
+ }
1156
+ #outerContainer[dir='ltr'] #findNext {
1157
+ margin-right: 3px;
1158
+ }
1159
+ #outerContainer[dir='rtl'] #findPrevious {
1160
+ margin-right: 3px;
1161
+ }
1162
+ #outerContainer[dir='rtl'] #findNext {
1163
+ margin-left: 3px;
1164
+ }
1165
+ .toolbarButton::before,
1166
+ .secondaryToolbarButton::before {
1167
+ /* All matching images have a size of 16x16
1168
+ * All relevant containers have a size of 32x25 */
1169
+ position: absolute;
1170
+ display: inline-block;
1171
+ top: 4px;
1172
+ left: 7px;
1173
+ }
1174
+ #outerContainer[dir="ltr"] .secondaryToolbarButton::before {
1175
+ left: 4px;
1176
+ }
1177
+ #outerContainer[dir="rtl"] .secondaryToolbarButton::before {
1178
+ right: 4px;
1179
+ }
1180
+ #outerContainer[dir='ltr'] .toolbarButton#sidebarToggle::before {
1181
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle.png');
1182
+ }
1183
+ #outerContainer[dir='rtl'] .toolbarButton#sidebarToggle::before {
1184
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl.png');
1185
+ }
1186
+ #outerContainer[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
1187
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle.png');
1188
+ }
1189
+ #outerContainer[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
1190
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl.png');
1191
+ }
1192
+ #outerContainer[dir='ltr'] .toolbarButton.findPrevious::before {
1193
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous.png');
1194
+ }
1195
+ #outerContainer[dir='rtl'] .toolbarButton.findPrevious::before {
1196
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous-rtl.png');
1197
+ }
1198
+ #outerContainer[dir='ltr'] .toolbarButton.findNext::before {
1199
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next.png');
1200
+ }
1201
+ #outerContainer[dir='rtl'] .toolbarButton.findNext::before {
1202
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next-rtl.png');
1203
+ }
1204
+ #outerContainer[dir='ltr'] .toolbarButton.pageUp::before {
1205
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp.png');
1206
+ }
1207
+ #outerContainer[dir='rtl'] .toolbarButton.pageUp::before {
1208
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl.png');
1209
+ }
1210
+ #outerContainer[dir='ltr'] .toolbarButton.pageDown::before {
1211
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown.png');
1212
+ }
1213
+ #outerContainer[dir='rtl'] .toolbarButton.pageDown::before {
1214
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl.png');
1215
+ }
1216
+ .toolbarButton.zoomOut::before {
1217
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomOut.png');
1218
+ }
1219
+ .toolbarButton.zoomIn::before {
1220
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomIn.png');
1221
+ }
1222
+ .toolbarButton.presentationMode::before,
1223
+ .secondaryToolbarButton.presentationMode::before {
1224
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-presentationMode.png');
1225
+ }
1226
+ .toolbarButton.print::before,
1227
+ .secondaryToolbarButton.print::before {
1228
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-print.png');
1229
+ }
1230
+ .toolbarButton.openFile::before,
1231
+ .secondaryToolbarButton.openFile::before {
1232
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-openFile.png');
1233
+ }
1234
+ .toolbarButton.download::before,
1235
+ .secondaryToolbarButton.download::before {
1236
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-download.png');
1237
+ }
1238
+ .toolbarButton.bookmark,
1239
+ .secondaryToolbarButton.bookmark {
1240
+ -webkit-box-sizing: border-box;
1241
+ -moz-box-sizing: border-box;
1242
+ box-sizing: border-box;
1243
+ outline: none;
1244
+ padding-top: 4px;
1245
+ text-decoration: none;
1246
+ }
1247
+ .secondaryToolbarButton.bookmark {
1248
+ padding-top: 5px;
1249
+ }
1250
+ .bookmark[href='#'] {
1251
+ opacity: .5;
1252
+ pointer-events: none;
1253
+ }
1254
+ .toolbarButton.bookmark::before,
1255
+ .secondaryToolbarButton.bookmark::before {
1256
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-bookmark.png');
1257
+ }
1258
+ #viewThumbnail.toolbarButton::before {
1259
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail.png');
1260
+ }
1261
+ #outerContainer[dir="ltr"] #viewOutline.toolbarButton::before {
1262
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline.png');
1263
+ }
1264
+ #outerContainer[dir="rtl"] #viewOutline.toolbarButton::before {
1265
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl.png');
1266
+ }
1267
+ #viewAttachments.toolbarButton::before {
1268
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments.png');
1269
+ }
1270
+ #viewFind.toolbarButton::before {
1271
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-search.png');
1272
+ }
1273
+ .secondaryToolbarButton {
1274
+ position: relative;
1275
+ margin: 0 0 4px 0;
1276
+ padding: 3px 0 1px 0;
1277
+ height: auto;
1278
+ min-height: 25px;
1279
+ width: auto;
1280
+ min-width: 100%;
1281
+ white-space: normal;
1282
+ }
1283
+ #outerContainer[dir="ltr"] .secondaryToolbarButton {
1284
+ padding-left: 24px;
1285
+ text-align: left;
1286
+ }
1287
+ #outerContainer[dir="rtl"] .secondaryToolbarButton {
1288
+ padding-right: 24px;
1289
+ text-align: right;
1290
+ }
1291
+ #outerContainer[dir="ltr"] .secondaryToolbarButton.bookmark {
1292
+ padding-left: 27px;
1293
+ }
1294
+ #outerContainer[dir="rtl"] .secondaryToolbarButton.bookmark {
1295
+ padding-right: 27px;
1296
+ }
1297
+ #outerContainer[dir="ltr"] .secondaryToolbarButton > span {
1298
+ padding-right: 4px;
1299
+ }
1300
+ #outerContainer[dir="rtl"] .secondaryToolbarButton > span {
1301
+ padding-left: 4px;
1302
+ }
1303
+ .secondaryToolbarButton.firstPage::before {
1304
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage.png');
1305
+ }
1306
+ .secondaryToolbarButton.lastPage::before {
1307
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage.png');
1308
+ }
1309
+ .secondaryToolbarButton.rotateCcw::before {
1310
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw.png');
1311
+ }
1312
+ .secondaryToolbarButton.rotateCw::before {
1313
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw.png');
1314
+ }
1315
+ .secondaryToolbarButton.handTool::before {
1316
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool.png');
1317
+ }
1318
+ .secondaryToolbarButton.documentProperties::before {
1319
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties.png');
1320
+ }
1321
+ .verticalToolbarSeparator {
1322
+ display: block;
1323
+ padding: 8px 0;
1324
+ margin: 8px 4px;
1325
+ width: 1px;
1326
+ background-color: rgba(0, 0, 0, 0.5);
1327
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
1328
+ }
1329
+ #outerContainer[dir='ltr'] .verticalToolbarSeparator {
1330
+ margin-left: 2px;
1331
+ }
1332
+ #outerContainer[dir='rtl'] .verticalToolbarSeparator {
1333
+ margin-right: 2px;
1334
+ }
1335
+ .horizontalToolbarSeparator {
1336
+ display: block;
1337
+ margin: 0 0 4px 0;
1338
+ height: 1px;
1339
+ width: 100%;
1340
+ background-color: rgba(0, 0, 0, 0.5);
1341
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
1342
+ }
1343
+ .toolbarField {
1344
+ padding: 3px 6px !important;
1345
+ margin: 4px 0 4px 0 !important;
1346
+ border: 1px solid transparent !important;
1347
+ border-radius: 2px !important;
1348
+ background-color: rgba(255, 255, 255, 0.09);
1349
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1350
+ background-clip: padding-box;
1351
+ border: 1px solid rgba(0, 0, 0, 0.35);
1352
+ border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
1353
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
1354
+ color: #f2f2f2;
1355
+ font-size: 12px !important;
1356
+ line-height: 14px !important;
1357
+ outline-style: none;
1358
+ transition-property: background-color, border-color, box-shadow;
1359
+ transition-duration: 150ms;
1360
+ transition-timing-function: ease;
1361
+ }
1362
+ .toolbarField[type=checkbox] {
1363
+ display: inline-block;
1364
+ margin: 8px 0px !important;
1365
+ }
1366
+ .toolbarField.pageNumber {
1367
+ -moz-appearance: textfield;
1368
+ /* hides the spinner in moz */
1369
+ min-width: 16px;
1370
+ text-align: right;
1371
+ width: 40px;
1372
+ }
1373
+ .toolbarField.pageNumber::-webkit-inner-spin-button,
1374
+ .toolbarField.pageNumber::-webkit-outer-spin-button {
1375
+ -webkit-appearance: none;
1376
+ margin: 0;
1377
+ }
1378
+ .toolbarField:hover {
1379
+ background-color: rgba(255, 255, 255, 0.11);
1380
+ border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
1381
+ }
1382
+ .toolbarField:focus {
1383
+ background-color: rgba(255, 255, 255, 0.15);
1384
+ border-color: rgba(77, 184, 255, 0.8) rgba(77, 184, 255, 0.85) rgba(77, 184, 255, 0.9);
1385
+ }
1386
+ .toolbarLabel {
1387
+ min-width: 16px;
1388
+ padding: 3px 6px 3px 2px;
1389
+ margin: 4px 2px 4px 0;
1390
+ border: 1px solid transparent;
1391
+ border-radius: 2px;
1392
+ color: #d9d9d9;
1393
+ font-size: 12px;
1394
+ line-height: 14px;
1395
+ text-align: left;
1396
+ -webkit-user-select: none;
1397
+ -moz-user-select: none;
1398
+ cursor: default;
1399
+ }
1400
+ #thumbnailView {
1401
+ position: absolute;
1402
+ width: 120px;
1403
+ top: 0;
1404
+ bottom: 0;
1405
+ padding: 10px 40px 0;
1406
+ overflow: auto;
1407
+ -webkit-overflow-scrolling: touch;
1408
+ }
1409
+ .thumbnail {
1410
+ float: left;
1411
+ margin-bottom: 5px;
1412
+ }
1413
+ #thumbnailView > a:last-of-type > .thumbnail {
1414
+ margin-bottom: 10px;
1415
+ }
1416
+ .thumbnail:not([data-loaded]) {
1417
+ border: 1px dashed rgba(255, 255, 255, 0.5);
1418
+ margin-bottom: 10px;
1419
+ }
1420
+ .thumbnailImage {
1421
+ transition-duration: 150ms;
1422
+ border: 1px solid transparent;
1423
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
1424
+ opacity: 0.8;
1425
+ z-index: 99;
1426
+ }
1427
+ .thumbnailSelectionRing {
1428
+ border-radius: 2px;
1429
+ padding: 7px;
1430
+ transition-duration: 150ms;
1431
+ }
1432
+ a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
1433
+ .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
1434
+ opacity: .9;
1435
+ }
1436
+ a:focus > .thumbnail > .thumbnailSelectionRing,
1437
+ .thumbnail:hover > .thumbnailSelectionRing {
1438
+ background-color: rgba(255, 255, 255, 0.15);
1439
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1440
+ background-clip: padding-box;
1441
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
1442
+ color: rgba(255, 255, 255, 0.9);
1443
+ }
1444
+ .thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
1445
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1446
+ opacity: 1;
1447
+ }
1448
+ .thumbnail.selected > .thumbnailSelectionRing {
1449
+ background-color: rgba(255, 255, 255, 0.3);
1450
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1451
+ background-clip: padding-box;
1452
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
1453
+ color: #ffffff;
1454
+ }
1455
+ #outlineView,
1456
+ #attachmentsView {
1457
+ position: absolute;
1458
+ width: 192px;
1459
+ top: 0;
1460
+ bottom: 0;
1461
+ padding: 4px 4px 0;
1462
+ overflow: auto;
1463
+ -webkit-overflow-scrolling: touch;
1464
+ -webkit-user-select: none;
1465
+ -moz-user-select: none;
1466
+ }
1467
+ #outerContainer[dir='ltr'] .outlineItem > .outlineItems {
1468
+ margin-left: 20px;
1469
+ }
1470
+ #outerContainer[dir='rtl'] .outlineItem > .outlineItems {
1471
+ margin-right: 20px;
1472
+ }
1473
+ .outlineItem > a,
1474
+ .attachmentsItem > a {
1475
+ text-decoration: none;
1476
+ display: inline-block;
1477
+ min-width: 95%;
1478
+ height: auto;
1479
+ margin-bottom: 1px;
1480
+ border-radius: 2px;
1481
+ color: rgba(255, 255, 255, 0.8);
1482
+ font-size: 13px;
1483
+ line-height: 15px;
1484
+ -moz-user-select: none;
1485
+ white-space: normal;
1486
+ }
1487
+ #outerContainer[dir='ltr'] .outlineItem > a,
1488
+ #outerContainer[dir='ltr'] .attachmentsItem > a {
1489
+ padding: 2px 0 5px 10px;
1490
+ }
1491
+ #outerContainer[dir='rtl'] .outlineItem > a,
1492
+ #outerContainer[dir='rtl'] .attachmentsItem > a {
1493
+ padding: 2px 10px 5px 0;
1494
+ }
1495
+ .outlineItem > a:hover,
1496
+ .attachmentsItem > a:hover {
1497
+ background-color: rgba(255, 255, 255, 0.02);
1498
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1499
+ background-clip: padding-box;
1500
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
1501
+ color: rgba(255, 255, 255, 0.9);
1502
+ }
1503
+ .outlineItem.selected {
1504
+ background-color: rgba(255, 255, 255, 0.08);
1505
+ background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
1506
+ background-clip: padding-box;
1507
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
1508
+ color: #ffffff;
1509
+ }
1510
+ .noResults {
1511
+ font-size: 12px;
1512
+ color: rgba(255, 255, 255, 0.8);
1513
+ font-style: italic;
1514
+ cursor: default;
1515
+ }
1516
+ .canvasWrapper {
1517
+ overflow: hidden;
1518
+ }
1519
+ canvas {
1520
+ margin: 0;
1521
+ display: block;
1522
+ }
1523
+ .page {
1524
+ direction: ltr;
1525
+ width: 816px;
1526
+ height: 1056px;
1527
+ margin: 1px auto -8px auto;
1528
+ position: relative;
1529
+ overflow: visible;
1530
+ border: 9px solid transparent;
1531
+ background-clip: content-box;
1532
+ border-image: url('../../img/uv-pdfcenterpanel-module/shadow.png') 9 9 repeat;
1533
+ background-color: white;
1534
+ }
1535
+ .annotLink > a:hover {
1536
+ opacity: 0.2;
1537
+ background: #ff0;
1538
+ box-shadow: 0px 2px 10px #ff0;
1539
+ }
1540
+ .loadingIcon {
1541
+ position: absolute;
1542
+ display: block;
1543
+ left: 0;
1544
+ top: 0;
1545
+ right: 0;
1546
+ bottom: 0;
1547
+ background: url('../../img/uv-pdfcenterpanel-module/loading-icon.gif') center no-repeat;
1548
+ }
1549
+ .textLayer {
1550
+ position: absolute;
1551
+ left: 0;
1552
+ top: 0;
1553
+ right: 0;
1554
+ bottom: 0;
1555
+ color: #000;
1556
+ font-family: sans-serif;
1557
+ overflow: hidden;
1558
+ }
1559
+ .textLayer > div {
1560
+ color: transparent;
1561
+ position: absolute;
1562
+ white-space: pre;
1563
+ cursor: text;
1564
+ }
1565
+ .textLayer .highlight {
1566
+ margin: -1px;
1567
+ padding: 1px;
1568
+ background-color: rgba(180, 0, 170, 0.2);
1569
+ border-radius: 4px;
1570
+ }
1571
+ .textLayer .highlight.begin {
1572
+ border-radius: 4px 0px 0px 4px;
1573
+ }
1574
+ .textLayer .highlight.end {
1575
+ border-radius: 0px 4px 4px 0px;
1576
+ }
1577
+ .textLayer .highlight.middle {
1578
+ border-radius: 0px;
1579
+ }
1580
+ .textLayer .highlight.selected {
1581
+ background-color: rgba(0, 100, 0, 0.2);
1582
+ }
1583
+ /* TODO: file FF bug to support ::-moz-selection:window-inactive
1584
+ so we can override the opaque grey background when the window is inactive;
1585
+ see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
1586
+ ::selection {
1587
+ background: rgba(0, 0, 255, 0.3);
1588
+ }
1589
+ ::-moz-selection {
1590
+ background: rgba(0, 0, 255, 0.3);
1591
+ }
1592
+ .annotationHighlight {
1593
+ position: absolute;
1594
+ border: 2px #FFFF99 solid;
1595
+ }
1596
+ .annotText > img {
1597
+ position: absolute;
1598
+ cursor: pointer;
1599
+ }
1600
+ .annotTextContentWrapper {
1601
+ position: absolute;
1602
+ width: 20em;
1603
+ }
1604
+ .annotTextContent {
1605
+ z-index: 200;
1606
+ float: left;
1607
+ max-width: 20em;
1608
+ background-color: #FFFF99;
1609
+ box-shadow: 0px 2px 5px #333;
1610
+ border-radius: 2px;
1611
+ padding: 0.6em;
1612
+ cursor: pointer;
1613
+ }
1614
+ .annotTextContent > h1 {
1615
+ font-size: 1em;
1616
+ border-bottom: 1px solid #000000;
1617
+ padding-bottom: 0.2em;
1618
+ }
1619
+ .annotTextContent > p {
1620
+ padding-top: 0.2em;
1621
+ }
1622
+ .annotLink > a {
1623
+ position: absolute;
1624
+ font-size: 1em;
1625
+ top: 0;
1626
+ left: 0;
1627
+ width: 100%;
1628
+ height: 100%;
1629
+ }
1630
+ #errorWrapper {
1631
+ background: none repeat scroll 0 0 #FF5555;
1632
+ color: white;
1633
+ left: 0;
1634
+ position: absolute;
1635
+ right: 0;
1636
+ z-index: 1000;
1637
+ padding: 3px;
1638
+ font-size: 0.8em;
1639
+ }
1640
+ .loadingInProgress #errorWrapper {
1641
+ top: 39px;
1642
+ }
1643
+ #errorMessageLeft {
1644
+ float: left;
1645
+ }
1646
+ #errorMessageRight {
1647
+ float: right;
1648
+ }
1649
+ #errorMoreInfo {
1650
+ background-color: #FFFFFF;
1651
+ color: black;
1652
+ padding: 3px;
1653
+ margin: 3px;
1654
+ width: 98%;
1655
+ }
1656
+ #overlayContainer {
1657
+ display: table;
1658
+ position: absolute;
1659
+ width: 100%;
1660
+ height: 100%;
1661
+ background-color: rgba(0, 0, 0, 0.2);
1662
+ z-index: 10000;
1663
+ }
1664
+ #overlayContainer > * {
1665
+ overflow: auto;
1666
+ -webkit-overflow-scrolling: touch;
1667
+ }
1668
+ #promptContainer {
1669
+ display: table-cell;
1670
+ vertical-align: middle;
1671
+ text-align: center;
1672
+ }
1673
+ #promptContainer > * {
1674
+ display: inline-block;
1675
+ }
1676
+ .prompt {
1677
+ display: table;
1678
+ padding: 15px;
1679
+ border-spacing: 4px;
1680
+ color: #d9d9d9;
1681
+ line-height: 14px;
1682
+ text-align: center;
1683
+ background-color: #474747;
1684
+ /* fallback */
1685
+ background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
1686
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
1687
+ }
1688
+ .prompt > .row {
1689
+ display: table-row;
1690
+ }
1691
+ .prompt > .row > * {
1692
+ display: table-cell;
1693
+ }
1694
+ .prompt .toolbarField {
1695
+ margin: 5px 0;
1696
+ width: 200px;
1697
+ }
1698
+ .prompt .toolbarField:hover,
1699
+ .prompt .toolbarField:focus {
1700
+ border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
1701
+ }
1702
+ #documentPropertiesContainer {
1703
+ display: table-cell;
1704
+ vertical-align: middle;
1705
+ text-align: center;
1706
+ }
1707
+ #documentPropertiesContainer > * {
1708
+ display: inline-block;
1709
+ padding: 15px;
1710
+ border-spacing: 4px;
1711
+ max-width: 350px;
1712
+ max-height: 350px;
1713
+ color: #d9d9d9;
1714
+ font-size: 12px;
1715
+ line-height: 14px;
1716
+ text-align: left;
1717
+ cursor: default;
1718
+ background-color: #474747;
1719
+ /* fallback */
1720
+ background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
1721
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
1722
+ }
1723
+ #documentPropertiesContainer .separator {
1724
+ display: block;
1725
+ margin: 4px 0 4px 0;
1726
+ height: 1px;
1727
+ width: 100%;
1728
+ background-color: rgba(0, 0, 0, 0.5);
1729
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
1730
+ }
1731
+ #documentPropertiesContainer .row {
1732
+ display: table-row;
1733
+ }
1734
+ #outerContainer[dir='ltr'] #documentPropertiesContainer .row > * {
1735
+ display: table-cell;
1736
+ min-width: 100px;
1737
+ }
1738
+ #outerContainer[dir='rtl'] #documentPropertiesContainer .row > * {
1739
+ display: table-cell;
1740
+ min-width: 100px;
1741
+ text-align: right;
1742
+ }
1743
+ #documentPropertiesContainer .row span {
1744
+ width: 125px;
1745
+ word-wrap: break-word;
1746
+ }
1747
+ #documentPropertiesContainer .row p {
1748
+ max-width: 225px;
1749
+ word-wrap: break-word;
1750
+ }
1751
+ #documentPropertiesContainer .buttonRow {
1752
+ margin-top: 10px;
1753
+ text-align: center;
1754
+ vertical-align: middle;
1755
+ }
1756
+ .clearBoth {
1757
+ clear: both;
1758
+ }
1759
+ .fileInput {
1760
+ background: white;
1761
+ color: black;
1762
+ margin-top: 5px;
1763
+ visibility: hidden;
1764
+ position: fixed;
1765
+ right: 0;
1766
+ top: 0;
1767
+ }
1768
+ #PDFBug {
1769
+ background: none repeat scroll 0 0 white;
1770
+ border: 1px solid #666666;
1771
+ position: fixed;
1772
+ top: 32px;
1773
+ right: 0;
1774
+ bottom: 0;
1775
+ font-size: 10px;
1776
+ padding: 0;
1777
+ width: 300px;
1778
+ }
1779
+ #PDFBug .controls {
1780
+ background: #EEEEEE;
1781
+ border-bottom: 1px solid #666666;
1782
+ padding: 3px;
1783
+ }
1784
+ #PDFBug .panels {
1785
+ bottom: 0;
1786
+ left: 0;
1787
+ overflow: auto;
1788
+ -webkit-overflow-scrolling: touch;
1789
+ position: absolute;
1790
+ right: 0;
1791
+ top: 27px;
1792
+ }
1793
+ #PDFBug button.active {
1794
+ font-weight: bold;
1795
+ }
1796
+ .debuggerShowText {
1797
+ background: none repeat scroll 0 0 yellow;
1798
+ color: blue;
1799
+ opacity: 0.3;
1800
+ }
1801
+ .debuggerHideText:hover {
1802
+ background: none repeat scroll 0 0 yellow;
1803
+ opacity: 0.3;
1804
+ }
1805
+ #PDFBug .stats {
1806
+ font-family: courier;
1807
+ font-size: 10px;
1808
+ white-space: pre;
1809
+ }
1810
+ #PDFBug .stats .title {
1811
+ font-weight: bold;
1812
+ }
1813
+ #PDFBug table {
1814
+ font-size: 10px;
1815
+ }
1816
+ #viewer.textLayer-visible .textLayer > div,
1817
+ #viewer.textLayer-hover .textLayer > div:hover {
1818
+ background-color: white;
1819
+ color: black;
1820
+ }
1821
+ #viewer.textLayer-shadow .textLayer > div {
1822
+ background-color: rgba(255, 255, 255, 0.6);
1823
+ color: black;
1824
+ }
1825
+ .grab-to-pan-grab {
1826
+ cursor: url('../../img/uv-pdfcenterpanel-module/grab.cur'), move !important;
1827
+ cursor: -webkit-grab !important;
1828
+ cursor: -moz-grab !important;
1829
+ cursor: grab !important;
1830
+ }
1831
+ .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
1832
+ cursor: inherit !important;
1833
+ }
1834
+ .grab-to-pan-grab:active,
1835
+ .grab-to-pan-grabbing {
1836
+ cursor: url('../../img/uv-pdfcenterpanel-module/grabbing.cur'), move !important;
1837
+ cursor: -webkit-grabbing !important;
1838
+ cursor: -moz-grabbing !important;
1839
+ cursor: grabbing !important;
1840
+ position: fixed;
1841
+ background: transparent;
1842
+ display: block;
1843
+ top: 0;
1844
+ left: 0;
1845
+ right: 0;
1846
+ bottom: 0;
1847
+ overflow: hidden;
1848
+ z-index: 50000;
1849
+ /* should be higher than anything else in PDF.js! */
1850
+ }
1851
+ @page {
1852
+ margin: 0;
1853
+ }
1854
+ #printContainer {
1855
+ display: none;
1856
+ }
1857
+ @media screen and (min-resolution: 2dppx) {
1858
+ /* Rules for Retina screens */
1859
+ .toolbarButton::before {
1860
+ -webkit-transform: scale(0.5);
1861
+ transform: scale(0.5);
1862
+ top: -5px;
1863
+ }
1864
+ .secondaryToolbarButton::before {
1865
+ -webkit-transform: scale(0.5);
1866
+ transform: scale(0.5);
1867
+ top: -4px;
1868
+ }
1869
+ #outerContainer[dir='ltr'] .toolbarButton::before,
1870
+ #outerContainer[dir='rtl'] .toolbarButton::before {
1871
+ left: -1px;
1872
+ }
1873
+ #outerContainer[dir='ltr'] .secondaryToolbarButton::before {
1874
+ left: -2px;
1875
+ }
1876
+ #outerContainer[dir='rtl'] .secondaryToolbarButton::before {
1877
+ left: 186px;
1878
+ }
1879
+ .dropdownToolbarButton {
1880
+ background: url('../../img/uv-pdfcenterpanel-module/toolbarButton-menuArrows@2x.png') no-repeat;
1881
+ background-size: 7px 16px;
1882
+ }
1883
+ #outerContainer[dir='ltr'] .toolbarButton#sidebarToggle::before {
1884
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle@2x.png');
1885
+ }
1886
+ #outerContainer[dir='rtl'] .toolbarButton#sidebarToggle::before {
1887
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl@2x.png');
1888
+ }
1889
+ #outerContainer[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
1890
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle@2x.png');
1891
+ }
1892
+ #outerContainer[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
1893
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl@2x.png');
1894
+ }
1895
+ #outerContainer[dir='ltr'] .toolbarButton.findPrevious::before {
1896
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous@2x.png');
1897
+ }
1898
+ #outerContainer[dir='rtl'] .toolbarButton.findPrevious::before {
1899
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous-rtl@2x.png');
1900
+ }
1901
+ #outerContainer[dir='ltr'] .toolbarButton.findNext::before {
1902
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next@2x.png');
1903
+ }
1904
+ #outerContainer[dir='rtl'] .toolbarButton.findNext::before {
1905
+ content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next-rtl@2x.png');
1906
+ }
1907
+ #outerContainer[dir='ltr'] .toolbarButton.pageUp::before {
1908
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp@2x.png');
1909
+ }
1910
+ #outerContainer[dir='rtl'] .toolbarButton.pageUp::before {
1911
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl@2x.png');
1912
+ }
1913
+ #outerContainer[dir='ltr'] .toolbarButton.pageDown::before {
1914
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown@2x.png');
1915
+ }
1916
+ #outerContainer[dir='rtl'] .toolbarButton.pageDown::before {
1917
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl@2x.png');
1918
+ }
1919
+ .toolbarButton.zoomIn::before {
1920
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomIn@2x.png');
1921
+ }
1922
+ .toolbarButton.zoomOut::before {
1923
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomOut@2x.png');
1924
+ }
1925
+ .toolbarButton.presentationMode::before,
1926
+ .secondaryToolbarButton.presentationMode::before {
1927
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-presentationMode@2x.png');
1928
+ }
1929
+ .toolbarButton.print::before,
1930
+ .secondaryToolbarButton.print::before {
1931
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-print@2x.png');
1932
+ }
1933
+ .toolbarButton.openFile::before,
1934
+ .secondaryToolbarButton.openFile::before {
1935
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-openFile@2x.png');
1936
+ }
1937
+ .toolbarButton.download::before,
1938
+ .secondaryToolbarButton.download::before {
1939
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-download@2x.png');
1940
+ }
1941
+ .toolbarButton.bookmark::before,
1942
+ .secondaryToolbarButton.bookmark::before {
1943
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-bookmark@2x.png');
1944
+ }
1945
+ #viewThumbnail.toolbarButton::before {
1946
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail@2x.png');
1947
+ }
1948
+ #outerContainer[dir="ltr"] #viewOutline.toolbarButton::before {
1949
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline@2x.png');
1950
+ }
1951
+ #outerContainer[dir="rtl"] #viewOutline.toolbarButton::before {
1952
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl@2x.png');
1953
+ }
1954
+ #viewAttachments.toolbarButton::before {
1955
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments@2x.png');
1956
+ }
1957
+ #viewFind.toolbarButton::before {
1958
+ content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-search@2x.png');
1959
+ }
1960
+ .secondaryToolbarButton.firstPage::before {
1961
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage@2x.png');
1962
+ }
1963
+ .secondaryToolbarButton.lastPage::before {
1964
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage@2x.png');
1965
+ }
1966
+ .secondaryToolbarButton.rotateCcw::before {
1967
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw@2x.png');
1968
+ }
1969
+ .secondaryToolbarButton.rotateCw::before {
1970
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw@2x.png');
1971
+ }
1972
+ .secondaryToolbarButton.handTool::before {
1973
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool@2x.png');
1974
+ }
1975
+ .secondaryToolbarButton.documentProperties::before {
1976
+ content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties@2x.png');
1977
+ }
1978
+ }
1979
+ @media print {
1980
+ /* General rules for printing. */
1981
+ body {
1982
+ background: transparent none;
1983
+ }
1984
+ /* Rules for browsers that don't support mozPrintCallback. */
1985
+ #sidebarContainer,
1986
+ #secondaryToolbar,
1987
+ .toolbar,
1988
+ #loadingBox,
1989
+ #errorWrapper,
1990
+ .textLayer {
1991
+ display: none;
1992
+ }
1993
+ #viewerContainer {
1994
+ overflow: visible;
1995
+ }
1996
+ #mainContainer,
1997
+ #viewerContainer,
1998
+ .page,
1999
+ .page canvas {
2000
+ position: static;
2001
+ padding: 0;
2002
+ margin: 0;
2003
+ }
2004
+ .page {
2005
+ float: left;
2006
+ display: none;
2007
+ border: none;
2008
+ box-shadow: none;
2009
+ }
2010
+ .page[data-loaded] {
2011
+ display: block;
2012
+ }
2013
+ .fileInput {
2014
+ display: none;
2015
+ }
2016
+ /* Rules for browsers that support mozPrintCallback */
2017
+ #outerContainer[data-mozPrintCallback] #outerContainer {
2018
+ display: none;
2019
+ }
2020
+ #outerContainer[data-mozPrintCallback] #printContainer {
2021
+ display: block;
2022
+ }
2023
+ #printContainer canvas {
2024
+ position: relative;
2025
+ top: 0;
2026
+ left: 0;
2027
+ }
2028
+ }
2029
+ .visibleLargeView,
2030
+ .visibleMediumView,
2031
+ .visibleSmallView {
2032
+ display: none;
2033
+ }
2034
+ @media all and (max-width: 960px) {
2035
+ #outerContainer[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
2036
+ #outerContainer[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
2037
+ float: left;
2038
+ left: 205px;
2039
+ }
2040
+ #outerContainer[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
2041
+ #outerContainer[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
2042
+ float: right;
2043
+ right: 205px;
2044
+ }
2045
+ }
2046
+ @media all and (max-width: 900px) {
2047
+ .sidebarOpen .hiddenLargeView {
2048
+ display: none;
2049
+ }
2050
+ .sidebarOpen .visibleLargeView {
2051
+ display: inherit;
2052
+ }
2053
+ }
2054
+ @media all and (max-width: 860px) {
2055
+ .sidebarOpen .hiddenMediumView {
2056
+ display: none;
2057
+ }
2058
+ .sidebarOpen .visibleMediumView {
2059
+ display: inherit;
2060
+ }
2061
+ }
2062
+ @media all and (max-width: 770px) {
2063
+ #sidebarContainer {
2064
+ top: 32px;
2065
+ z-index: 100;
2066
+ }
2067
+ .loadingInProgress #sidebarContainer {
2068
+ top: 39px;
2069
+ }
2070
+ #sidebarContent {
2071
+ top: 32px;
2072
+ background-color: rgba(0, 0, 0, 0.7);
2073
+ }
2074
+ #outerContainer[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
2075
+ left: 0px;
2076
+ }
2077
+ #outerContainer[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
2078
+ right: 0px;
2079
+ }
2080
+ #outerContainer[dir='ltr'] .outerCenter {
2081
+ float: left;
2082
+ left: 205px;
2083
+ }
2084
+ #outerContainer[dir='rtl'] .outerCenter {
2085
+ float: right;
2086
+ right: 205px;
2087
+ }
2088
+ #outerContainer .hiddenLargeView,
2089
+ #outerContainer .hiddenMediumView {
2090
+ display: inherit;
2091
+ }
2092
+ #outerContainer .visibleLargeView,
2093
+ #outerContainer .visibleMediumView {
2094
+ display: none;
2095
+ }
2096
+ }
2097
+ @media all and (max-width: 700px) {
2098
+ #outerContainer .hiddenLargeView {
2099
+ display: none;
2100
+ }
2101
+ #outerContainer .visibleLargeView {
2102
+ display: inherit;
2103
+ }
2104
+ }
2105
+ @media all and (max-width: 660px) {
2106
+ #outerContainer .hiddenMediumView {
2107
+ display: none;
2108
+ }
2109
+ #outerContainer .visibleMediumView {
2110
+ display: inherit;
2111
+ }
2112
+ }
2113
+ @media all and (max-width: 600px) {
2114
+ .hiddenSmallView {
2115
+ display: none;
2116
+ }
2117
+ .visibleSmallView {
2118
+ display: inherit;
2119
+ }
2120
+ #outerContainer[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
2121
+ #outerContainer[dir='ltr'] #outerContainer.sidebarOpen .outerCenter,
2122
+ #outerContainer[dir='ltr'] .outerCenter {
2123
+ left: 156px;
2124
+ }
2125
+ #outerContainer[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
2126
+ #outerContainer[dir='rtl'] #outerContainer.sidebarOpen .outerCenter,
2127
+ #outerContainer[dir='rtl'] .outerCenter {
2128
+ right: 156px;
2129
+ }
2130
+ .toolbarButtonSpacer {
2131
+ width: 0;
2132
+ }
2133
+ }
2134
+ @media all and (max-width: 510px) {
2135
+ #scaleSelectContainer,
2136
+ #pageNumberLabel {
2137
+ display: none;
2138
+ }
2139
+ }
2140
+ #app .centerPanel .content .container {
2141
+ margin: 0 20px 0 20px;
2142
+ }
2143
+ #app .centerPanel .content #pdfContainer {
2144
+ overflow: auto;
2145
+ }
2146
+ *,
2147
+ *:before,
2148
+ *:after {
2149
+ -webkit-box-sizing: border-box;
2150
+ -moz-box-sizing: border-box;
2151
+ box-sizing: border-box;
2152
+ }
2153
+ ::-webkit-scrollbar {
2154
+ width: 12px;
2155
+ height: 12px;
2156
+ }
2157
+ ::-webkit-scrollbar-track {
2158
+ background: none;
2159
+ }
2160
+ ::-webkit-scrollbar-thumb {
2161
+ background: #565656;
2162
+ }
2163
+ html,
2164
+ body {
2165
+ margin: 0;
2166
+ padding: 0;
2167
+ height: 100%;
2168
+ }
2169
+ html {
2170
+ font-size: 12px;
2171
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2172
+ }
2173
+ body {
2174
+ font-family: sans-serif;
2175
+ font-size: 12px;
2176
+ line-height: 1.42857143;
2177
+ color: #fff;
2178
+ background-color: #000;
2179
+ }
2180
+ input,
2181
+ button,
2182
+ select,
2183
+ textarea {
2184
+ font-family: inherit;
2185
+ font-size: inherit;
2186
+ line-height: inherit;
2187
+ }
2188
+ button,
2189
+ input,
2190
+ select[multiple],
2191
+ textarea {
2192
+ background-image: none;
2193
+ }
2194
+ a {
2195
+ color: #26b5cc;
2196
+ text-decoration: none;
2197
+ }
2198
+ a:hover,
2199
+ a:focus {
2200
+ color: #48c8dd;
2201
+ text-decoration: underline;
2202
+ }
2203
+ a:focus {
2204
+ outline: thin dotted #333;
2205
+ outline: 5px auto -webkit-focus-ring-color;
2206
+ outline-offset: -2px;
2207
+ }
2208
+ img {
2209
+ vertical-align: middle;
2210
+ }
2211
+ .img-responsive {
2212
+ display: block;
2213
+ max-width: 100%;
2214
+ height: auto;
2215
+ }
2216
+ .img-rounded {
2217
+ border-radius: 6px;
2218
+ }
2219
+ .img-thumbnail {
2220
+ padding: 5px 5px 5px 5px;
2221
+ line-height: 1.42857143;
2222
+ background-color: #000;
2223
+ border: 1px solid #565656;
2224
+ border-radius: 4px;
2225
+ -webkit-transition: all 0.2s ease-in-out;
2226
+ transition: all 0.2s ease-in-out;
2227
+ display: inline-block;
2228
+ max-width: 100%;
2229
+ height: auto;
2230
+ }
2231
+ .img-circle {
2232
+ border-radius: 50%;
2233
+ }
2234
+ hr {
2235
+ margin-top: 17px;
2236
+ margin-bottom: 17px;
2237
+ border: 0;
2238
+ border-top: 1px solid #efefef;
2239
+ }
2240
+ .sr-only {
2241
+ position: absolute;
2242
+ width: 1px;
2243
+ height: 1px;
2244
+ margin: -1px;
2245
+ padding: 0;
2246
+ overflow: hidden;
2247
+ clip: rect(0 0 0 0);
2248
+ border: 0;
2249
+ }
2250
+ .btn {
2251
+ display: inline-block;
2252
+ padding: 5px 5px;
2253
+ margin-bottom: 0;
2254
+ font-size: 12px;
2255
+ font-weight: normal;
2256
+ line-height: 1.42857143;
2257
+ text-align: center;
2258
+ vertical-align: middle;
2259
+ cursor: pointer;
2260
+ border: 1px solid transparent;
2261
+ border-radius: 4px;
2262
+ white-space: nowrap;
2263
+ -webkit-user-select: none;
2264
+ -moz-user-select: none;
2265
+ -ms-user-select: none;
2266
+ -o-user-select: none;
2267
+ user-select: none;
2268
+ }
2269
+ .btn:focus {
2270
+ outline: thin dotted #333;
2271
+ outline: 5px auto -webkit-focus-ring-color;
2272
+ outline-offset: -2px;
2273
+ }
2274
+ .btn:hover,
2275
+ .btn:focus {
2276
+ color: #fff;
2277
+ text-decoration: none;
2278
+ }
2279
+ .btn:active,
2280
+ .btn.active {
2281
+ outline: 0;
2282
+ background-image: none;
2283
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2284
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2285
+ }
2286
+ .btn.disabled,
2287
+ .btn[disabled],
2288
+ fieldset[disabled] .btn {
2289
+ cursor: not-allowed;
2290
+ pointer-events: none;
2291
+ opacity: 0.65;
2292
+ filter: alpha(opacity=65);
2293
+ -webkit-box-shadow: none;
2294
+ box-shadow: none;
2295
+ }
2296
+ .btn-default {
2297
+ color: #fff;
2298
+ background-color: #565656;
2299
+ border-color: #565656;
2300
+ }
2301
+ .btn-default:hover,
2302
+ .btn-default:focus,
2303
+ .btn-default:active,
2304
+ .btn-default.active,
2305
+ .open .dropdown-toggle.btn-default {
2306
+ color: #fff;
2307
+ background-color: #424242;
2308
+ border-color: #383838;
2309
+ }
2310
+ .btn-default:active,
2311
+ .btn-default.active,
2312
+ .open .dropdown-toggle.btn-default {
2313
+ background-image: none;
2314
+ }
2315
+ .btn-default.disabled,
2316
+ .btn-default[disabled],
2317
+ fieldset[disabled] .btn-default,
2318
+ .btn-default.disabled:hover,
2319
+ .btn-default[disabled]:hover,
2320
+ fieldset[disabled] .btn-default:hover,
2321
+ .btn-default.disabled:focus,
2322
+ .btn-default[disabled]:focus,
2323
+ fieldset[disabled] .btn-default:focus,
2324
+ .btn-default.disabled:active,
2325
+ .btn-default[disabled]:active,
2326
+ fieldset[disabled] .btn-default:active,
2327
+ .btn-default.disabled.active,
2328
+ .btn-default[disabled].active,
2329
+ fieldset[disabled] .btn-default.active {
2330
+ background-color: #565656;
2331
+ border-color: #565656;
2332
+ }
2333
+ .btn-primary {
2334
+ color: #fff;
2335
+ background-color: #14a4c3;
2336
+ border-color: #14a4c3;
2337
+ }
2338
+ .btn-primary:hover,
2339
+ .btn-primary:focus,
2340
+ .btn-primary:active,
2341
+ .btn-primary.active,
2342
+ .open .dropdown-toggle.btn-primary {
2343
+ color: #fff;
2344
+ background-color: #10859e;
2345
+ border-color: #0e758b;
2346
+ }
2347
+ .btn-primary:active,
2348
+ .btn-primary.active,
2349
+ .open .dropdown-toggle.btn-primary {
2350
+ background-image: none;
2351
+ }
2352
+ .btn-primary.disabled,
2353
+ .btn-primary[disabled],
2354
+ fieldset[disabled] .btn-primary,
2355
+ .btn-primary.disabled:hover,
2356
+ .btn-primary[disabled]:hover,
2357
+ fieldset[disabled] .btn-primary:hover,
2358
+ .btn-primary.disabled:focus,
2359
+ .btn-primary[disabled]:focus,
2360
+ fieldset[disabled] .btn-primary:focus,
2361
+ .btn-primary.disabled:active,
2362
+ .btn-primary[disabled]:active,
2363
+ fieldset[disabled] .btn-primary:active,
2364
+ .btn-primary.disabled.active,
2365
+ .btn-primary[disabled].active,
2366
+ fieldset[disabled] .btn-primary.active {
2367
+ background-color: #14a4c3;
2368
+ border-color: #14a4c3;
2369
+ }
2370
+ .btn-secondary {
2371
+ color: #fff;
2372
+ background-color: #14a4c3;
2373
+ border-color: #14a4c3;
2374
+ }
2375
+ .btn-secondary:hover,
2376
+ .btn-secondary:focus,
2377
+ .btn-secondary:active,
2378
+ .btn-secondary.active,
2379
+ .open .dropdown-toggle.btn-secondary {
2380
+ color: #fff;
2381
+ background-color: #10859e;
2382
+ border-color: #0e758b;
2383
+ }
2384
+ .btn-secondary:active,
2385
+ .btn-secondary.active,
2386
+ .open .dropdown-toggle.btn-secondary {
2387
+ background-image: none;
2388
+ }
2389
+ .btn-secondary.disabled,
2390
+ .btn-secondary[disabled],
2391
+ fieldset[disabled] .btn-secondary,
2392
+ .btn-secondary.disabled:hover,
2393
+ .btn-secondary[disabled]:hover,
2394
+ fieldset[disabled] .btn-secondary:hover,
2395
+ .btn-secondary.disabled:focus,
2396
+ .btn-secondary[disabled]:focus,
2397
+ fieldset[disabled] .btn-secondary:focus,
2398
+ .btn-secondary.disabled:active,
2399
+ .btn-secondary[disabled]:active,
2400
+ fieldset[disabled] .btn-secondary:active,
2401
+ .btn-secondary.disabled.active,
2402
+ .btn-secondary[disabled].active,
2403
+ fieldset[disabled] .btn-secondary.active {
2404
+ background-color: #14a4c3;
2405
+ border-color: #14a4c3;
2406
+ }
2407
+ .btn-warning {
2408
+ color: #fff;
2409
+ background-color: #FFB81D;
2410
+ border-color: #FFB81D;
2411
+ }
2412
+ .btn-warning:hover,
2413
+ .btn-warning:focus,
2414
+ .btn-warning:active,
2415
+ .btn-warning.active,
2416
+ .open .dropdown-toggle.btn-warning {
2417
+ color: #fff;
2418
+ background-color: #f3a700;
2419
+ border-color: #df9900;
2420
+ }
2421
+ .btn-warning:active,
2422
+ .btn-warning.active,
2423
+ .open .dropdown-toggle.btn-warning {
2424
+ background-image: none;
2425
+ }
2426
+ .btn-warning.disabled,
2427
+ .btn-warning[disabled],
2428
+ fieldset[disabled] .btn-warning,
2429
+ .btn-warning.disabled:hover,
2430
+ .btn-warning[disabled]:hover,
2431
+ fieldset[disabled] .btn-warning:hover,
2432
+ .btn-warning.disabled:focus,
2433
+ .btn-warning[disabled]:focus,
2434
+ fieldset[disabled] .btn-warning:focus,
2435
+ .btn-warning.disabled:active,
2436
+ .btn-warning[disabled]:active,
2437
+ fieldset[disabled] .btn-warning:active,
2438
+ .btn-warning.disabled.active,
2439
+ .btn-warning[disabled].active,
2440
+ fieldset[disabled] .btn-warning.active {
2441
+ background-color: #FFB81D;
2442
+ border-color: #FFB81D;
2443
+ }
2444
+ .btn-danger {
2445
+ color: #fff;
2446
+ background-color: #d9534f;
2447
+ border-color: #d9534f;
2448
+ }
2449
+ .btn-danger:hover,
2450
+ .btn-danger:focus,
2451
+ .btn-danger:active,
2452
+ .btn-danger.active,
2453
+ .open .dropdown-toggle.btn-danger {
2454
+ color: #fff;
2455
+ background-color: #d2322d;
2456
+ border-color: #c12e2a;
2457
+ }
2458
+ .btn-danger:active,
2459
+ .btn-danger.active,
2460
+ .open .dropdown-toggle.btn-danger {
2461
+ background-image: none;
2462
+ }
2463
+ .btn-danger.disabled,
2464
+ .btn-danger[disabled],
2465
+ fieldset[disabled] .btn-danger,
2466
+ .btn-danger.disabled:hover,
2467
+ .btn-danger[disabled]:hover,
2468
+ fieldset[disabled] .btn-danger:hover,
2469
+ .btn-danger.disabled:focus,
2470
+ .btn-danger[disabled]:focus,
2471
+ fieldset[disabled] .btn-danger:focus,
2472
+ .btn-danger.disabled:active,
2473
+ .btn-danger[disabled]:active,
2474
+ fieldset[disabled] .btn-danger:active,
2475
+ .btn-danger.disabled.active,
2476
+ .btn-danger[disabled].active,
2477
+ fieldset[disabled] .btn-danger.active {
2478
+ background-color: #d9534f;
2479
+ border-color: #d9534f;
2480
+ }
2481
+ .btn-success {
2482
+ color: #fff;
2483
+ background-color: #5cb85c;
2484
+ border-color: #5cb85c;
2485
+ }
2486
+ .btn-success:hover,
2487
+ .btn-success:focus,
2488
+ .btn-success:active,
2489
+ .btn-success.active,
2490
+ .open .dropdown-toggle.btn-success {
2491
+ color: #fff;
2492
+ background-color: #47a447;
2493
+ border-color: #419641;
2494
+ }
2495
+ .btn-success:active,
2496
+ .btn-success.active,
2497
+ .open .dropdown-toggle.btn-success {
2498
+ background-image: none;
2499
+ }
2500
+ .btn-success.disabled,
2501
+ .btn-success[disabled],
2502
+ fieldset[disabled] .btn-success,
2503
+ .btn-success.disabled:hover,
2504
+ .btn-success[disabled]:hover,
2505
+ fieldset[disabled] .btn-success:hover,
2506
+ .btn-success.disabled:focus,
2507
+ .btn-success[disabled]:focus,
2508
+ fieldset[disabled] .btn-success:focus,
2509
+ .btn-success.disabled:active,
2510
+ .btn-success[disabled]:active,
2511
+ fieldset[disabled] .btn-success:active,
2512
+ .btn-success.disabled.active,
2513
+ .btn-success[disabled].active,
2514
+ fieldset[disabled] .btn-success.active {
2515
+ background-color: #5cb85c;
2516
+ border-color: #5cb85c;
2517
+ }
2518
+ .btn-info {
2519
+ color: #fff;
2520
+ background-color: #5bc0de;
2521
+ border-color: #5bc0de;
2522
+ }
2523
+ .btn-info:hover,
2524
+ .btn-info:focus,
2525
+ .btn-info:active,
2526
+ .btn-info.active,
2527
+ .open .dropdown-toggle.btn-info {
2528
+ color: #fff;
2529
+ background-color: #39b3d7;
2530
+ border-color: #2aabd2;
2531
+ }
2532
+ .btn-info:active,
2533
+ .btn-info.active,
2534
+ .open .dropdown-toggle.btn-info {
2535
+ background-image: none;
2536
+ }
2537
+ .btn-info.disabled,
2538
+ .btn-info[disabled],
2539
+ fieldset[disabled] .btn-info,
2540
+ .btn-info.disabled:hover,
2541
+ .btn-info[disabled]:hover,
2542
+ fieldset[disabled] .btn-info:hover,
2543
+ .btn-info.disabled:focus,
2544
+ .btn-info[disabled]:focus,
2545
+ fieldset[disabled] .btn-info:focus,
2546
+ .btn-info.disabled:active,
2547
+ .btn-info[disabled]:active,
2548
+ fieldset[disabled] .btn-info:active,
2549
+ .btn-info.disabled.active,
2550
+ .btn-info[disabled].active,
2551
+ fieldset[disabled] .btn-info.active {
2552
+ background-color: #5bc0de;
2553
+ border-color: #5bc0de;
2554
+ }
2555
+ .btn-link {
2556
+ color: #26b5cc;
2557
+ font-weight: normal;
2558
+ cursor: pointer;
2559
+ border-radius: 0;
2560
+ }
2561
+ .btn-link,
2562
+ .btn-link:active,
2563
+ .btn-link[disabled],
2564
+ fieldset[disabled] .btn-link {
2565
+ background-color: transparent;
2566
+ -webkit-box-shadow: none;
2567
+ box-shadow: none;
2568
+ }
2569
+ .btn-link,
2570
+ .btn-link:hover,
2571
+ .btn-link:focus,
2572
+ .btn-link:active {
2573
+ border-color: transparent;
2574
+ }
2575
+ .btn-link:hover,
2576
+ .btn-link:focus {
2577
+ color: #48c8dd;
2578
+ text-decoration: underline;
2579
+ background-color: transparent;
2580
+ }
2581
+ .btn-link[disabled]:hover,
2582
+ fieldset[disabled] .btn-link:hover,
2583
+ .btn-link[disabled]:focus,
2584
+ fieldset[disabled] .btn-link:focus {
2585
+ color: #9a9a9a;
2586
+ text-decoration: none;
2587
+ }
2588
+ .btn-lg {
2589
+ padding: 15px 15px;
2590
+ font-size: 14px;
2591
+ line-height: 1.33;
2592
+ border-radius: 6px;
2593
+ }
2594
+ .btn-sm,
2595
+ .btn-xs {
2596
+ padding: 5px 5px;
2597
+ font-size: 11px;
2598
+ line-height: 1.5;
2599
+ border-radius: 3px;
2600
+ }
2601
+ .btn-xs {
2602
+ padding: 1px 5px;
2603
+ }
2604
+ .btn-block {
2605
+ display: block;
2606
+ width: 100%;
2607
+ padding-left: 0;
2608
+ padding-right: 0;
2609
+ }
2610
+ .btn-block + .btn-block {
2611
+ margin-top: 5px;
2612
+ }
2613
+ input[type="submit"].btn-block,
2614
+ input[type="reset"].btn-block,
2615
+ input[type="button"].btn-block {
2616
+ width: 100%;
2617
+ }
2618
+ /* WebKit */
2619
+ input[type=range] {
2620
+ -webkit-appearance: none;
2621
+ }
2622
+ input[type=range]::-webkit-slider-runnable-track {
2623
+ width: 300px;
2624
+ height: 5px;
2625
+ background: #9a9a9a;
2626
+ border: none;
2627
+ }
2628
+ input[type=range]::-webkit-slider-thumb {
2629
+ -webkit-appearance: none;
2630
+ border: none;
2631
+ height: 16px;
2632
+ width: 16px;
2633
+ border-radius: 50%;
2634
+ background: #565656;
2635
+ margin-top: -5px;
2636
+ }
2637
+ input[type=range]:focus {
2638
+ outline: none;
2639
+ }
2640
+ input[type=range]:focus::-webkit-slider-runnable-track {
2641
+ background: #9a9a9a;
2642
+ }
2643
+ /* Firefox */
2644
+ input[type=range] {
2645
+ /* fix for FF unable to apply focus style bug */
2646
+ /*required for proper track sizing in FF*/
2647
+ width: 300px;
2648
+ }
2649
+ input[type=range]::-moz-range-track {
2650
+ width: 300px;
2651
+ height: 5px;
2652
+ background: #ddd;
2653
+ border: none;
2654
+ }
2655
+ input[type=range]::-moz-range-thumb {
2656
+ border: none;
2657
+ height: 16px;
2658
+ width: 16px;
2659
+ border-radius: 50%;
2660
+ background: #565656;
2661
+ }
2662
+ /*hide the outline behind the border*/
2663
+ input[type=range]:-moz-focusring {
2664
+ outline: 1px solid white;
2665
+ outline-offset: -1px;
2666
+ }
2667
+ input[type=range]:focus::-moz-range-track {
2668
+ background: #ccc;
2669
+ }
2670
+ /* IE */
2671
+ input[type=range]::-ms-track {
2672
+ width: 300px;
2673
+ height: 5px;
2674
+ /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
2675
+ background: transparent;
2676
+ /*leave room for the larger thumb to overflow with a transparent border */
2677
+ border-color: transparent;
2678
+ border-width: 6px 0;
2679
+ /*remove default tick marks*/
2680
+ color: transparent;
2681
+ }
2682
+ input[type=range]::-ms-fill-lower {
2683
+ background: #9a9a9a;
2684
+ }
2685
+ input[type=range]::-ms-fill-upper {
2686
+ background: #9a9a9a;
2687
+ }
2688
+ input[type=range]::-ms-thumb {
2689
+ border: none;
2690
+ height: 16px;
2691
+ width: 16px;
2692
+ border-radius: 50%;
2693
+ background: #565656;
2694
+ }
2695
+ input[type=range]:focus::-ms-fill-lower {
2696
+ background: #9a9a9a;
2697
+ }
2698
+ input[type=range]:focus::-ms-fill-upper {
2699
+ background: #efefef;
2700
+ }
2701
+ .btn-default .caret {
2702
+ border-top-color: #fff;
2703
+ }
2704
+ .btn-primary .caret,
2705
+ .btn-success .caret,
2706
+ .btn-warning .caret,
2707
+ .btn-danger .caret,
2708
+ .btn-info .caret {
2709
+ border-top-color: #fff;
2710
+ }
2711
+ .dropup .btn-default .caret {
2712
+ border-bottom-color: #fff;
2713
+ }
2714
+ .dropup .btn-primary .caret,
2715
+ .dropup .btn-success .caret,
2716
+ .dropup .btn-warning .caret,
2717
+ .dropup .btn-danger .caret,
2718
+ .dropup .btn-info .caret {
2719
+ border-bottom-color: #fff;
2720
+ }
2721
+ .btn-group,
2722
+ .btn-group-vertical {
2723
+ position: relative;
2724
+ display: inline-block;
2725
+ vertical-align: middle;
2726
+ }
2727
+ .btn-group > .btn,
2728
+ .btn-group-vertical > .btn {
2729
+ position: relative;
2730
+ float: left;
2731
+ }
2732
+ .btn-group > .btn:hover,
2733
+ .btn-group-vertical > .btn:hover,
2734
+ .btn-group > .btn:focus,
2735
+ .btn-group-vertical > .btn:focus,
2736
+ .btn-group > .btn:active,
2737
+ .btn-group-vertical > .btn:active,
2738
+ .btn-group > .btn.active,
2739
+ .btn-group-vertical > .btn.active {
2740
+ z-index: 2;
2741
+ }
2742
+ .btn-group > .btn:focus,
2743
+ .btn-group-vertical > .btn:focus {
2744
+ outline: none;
2745
+ }
2746
+ .btn-group .btn + .btn,
2747
+ .btn-group .btn + .btn-group,
2748
+ .btn-group .btn-group + .btn,
2749
+ .btn-group .btn-group + .btn-group {
2750
+ margin-left: -1px;
2751
+ }
2752
+ .btn-toolbar:before,
2753
+ .btn-toolbar:after {
2754
+ content: " ";
2755
+ /* 1 */
2756
+ display: table;
2757
+ /* 2 */
2758
+ }
2759
+ .btn-toolbar:after {
2760
+ clear: both;
2761
+ }
2762
+ .btn-toolbar .btn-group {
2763
+ float: left;
2764
+ }
2765
+ .btn-toolbar > .btn + .btn,
2766
+ .btn-toolbar > .btn-group + .btn,
2767
+ .btn-toolbar > .btn + .btn-group,
2768
+ .btn-toolbar > .btn-group + .btn-group {
2769
+ margin-left: 5px;
2770
+ }
2771
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
2772
+ border-radius: 0;
2773
+ }
2774
+ .btn-group > .btn:first-child {
2775
+ margin-left: 0;
2776
+ }
2777
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
2778
+ border-bottom-right-radius: 0;
2779
+ border-top-right-radius: 0;
2780
+ }
2781
+ .btn-group > .btn:last-child:not(:first-child),
2782
+ .btn-group > .dropdown-toggle:not(:first-child) {
2783
+ border-bottom-left-radius: 0;
2784
+ border-top-left-radius: 0;
2785
+ }
2786
+ .btn-group > .btn-group {
2787
+ float: left;
2788
+ }
2789
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
2790
+ border-radius: 0;
2791
+ }
2792
+ .btn-group > .btn-group:first-child > .btn:last-child,
2793
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
2794
+ border-bottom-right-radius: 0;
2795
+ border-top-right-radius: 0;
2796
+ }
2797
+ .btn-group > .btn-group:last-child > .btn:first-child {
2798
+ border-bottom-left-radius: 0;
2799
+ border-top-left-radius: 0;
2800
+ }
2801
+ .btn-group .dropdown-toggle:active,
2802
+ .btn-group.open .dropdown-toggle {
2803
+ outline: 0;
2804
+ }
2805
+ .btn-group-xs > .btn {
2806
+ padding: 5px 5px;
2807
+ font-size: 11px;
2808
+ line-height: 1.5;
2809
+ border-radius: 3px;
2810
+ padding: 1px 5px;
2811
+ }
2812
+ .btn-group-sm > .btn {
2813
+ padding: 5px 5px;
2814
+ font-size: 11px;
2815
+ line-height: 1.5;
2816
+ border-radius: 3px;
2817
+ }
2818
+ .btn-group-lg > .btn {
2819
+ padding: 15px 15px;
2820
+ font-size: 14px;
2821
+ line-height: 1.33;
2822
+ border-radius: 6px;
2823
+ }
2824
+ .btn-group > .btn + .dropdown-toggle {
2825
+ padding-left: 8px;
2826
+ padding-right: 8px;
2827
+ }
2828
+ .btn-group > .btn-lg + .dropdown-toggle {
2829
+ padding-left: 12px;
2830
+ padding-right: 12px;
2831
+ }
2832
+ .btn-group.open .dropdown-toggle {
2833
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2834
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2835
+ }
2836
+ .btn .caret {
2837
+ margin-left: 0;
2838
+ }
2839
+ .btn-lg .caret {
2840
+ border-width: 5px 5px 0;
2841
+ border-bottom-width: 0;
2842
+ }
2843
+ .dropup .btn-lg .caret {
2844
+ border-width: 0 5px 5px;
2845
+ }
2846
+ .btn-group-vertical > .btn,
2847
+ .btn-group-vertical > .btn-group {
2848
+ display: block;
2849
+ float: none;
2850
+ width: 100%;
2851
+ max-width: 100%;
2852
+ }
2853
+ .btn-group-vertical > .btn-group:before,
2854
+ .btn-group-vertical > .btn-group:after {
2855
+ content: " ";
2856
+ /* 1 */
2857
+ display: table;
2858
+ /* 2 */
2859
+ }
2860
+ .btn-group-vertical > .btn-group:after {
2861
+ clear: both;
2862
+ }
2863
+ .btn-group-vertical > .btn-group > .btn {
2864
+ float: none;
2865
+ }
2866
+ .btn-group-vertical > .btn + .btn,
2867
+ .btn-group-vertical > .btn + .btn-group,
2868
+ .btn-group-vertical > .btn-group + .btn,
2869
+ .btn-group-vertical > .btn-group + .btn-group {
2870
+ margin-top: -1px;
2871
+ margin-left: 0;
2872
+ }
2873
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
2874
+ border-radius: 0;
2875
+ }
2876
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
2877
+ border-top-right-radius: 4px;
2878
+ border-bottom-right-radius: 0;
2879
+ border-bottom-left-radius: 0;
2880
+ }
2881
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
2882
+ border-bottom-left-radius: 4px;
2883
+ border-top-right-radius: 0;
2884
+ border-top-left-radius: 0;
2885
+ }
2886
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
2887
+ border-radius: 0;
2888
+ }
2889
+ .btn-group-vertical > .btn-group:first-child > .btn:last-child,
2890
+ .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
2891
+ border-bottom-right-radius: 0;
2892
+ border-bottom-left-radius: 0;
2893
+ }
2894
+ .btn-group-vertical > .btn-group:last-child > .btn:first-child {
2895
+ border-top-right-radius: 0;
2896
+ border-top-left-radius: 0;
2897
+ }
2898
+ .btn-group-justified {
2899
+ display: table;
2900
+ width: 100%;
2901
+ table-layout: fixed;
2902
+ border-collapse: separate;
2903
+ }
2904
+ .btn-group-justified .btn {
2905
+ float: none;
2906
+ display: table-cell;
2907
+ width: 1%;
2908
+ }
2909
+ [data-toggle="buttons"] > .btn > input[type="radio"],
2910
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
2911
+ display: none;
2912
+ }
2913
+ #app .headerPanel {
2914
+ color: #000;
2915
+ }
2916
+ #app .headerPanel a.imageBtn {
2917
+ height: 30px;
2918
+ width: 30px;
2919
+ float: left;
2920
+ }
2921
+ #app .headerPanel.showInformation {
2922
+ height: 80px;
2923
+ }
2924
+ #app .headerPanel .options {
2925
+ height: 40px;
2926
+ background-color: #211f1f;
2927
+ }
2928
+ #app .headerPanel .options .centerOptions {
2929
+ margin: 5px 0 0 0;
2930
+ position: absolute;
2931
+ }
2932
+ #app .headerPanel .options .rightOptions {
2933
+ float: right;
2934
+ margin: 5px 0 0 0;
2935
+ }
2936
+ #app .headerPanel .options .rightOptions .settings {
2937
+ background: url('../../img/uv-shared-module/settings.png');
2938
+ height: 30px;
2939
+ width: 30px;
2940
+ margin-right: 8px;
2941
+ }
2942
+ #app .headerPanel .informationBox {
2943
+ background: #FFB81D;
2944
+ color: #343434;
2945
+ width: 100%;
2946
+ position: absolute;
2947
+ height: 40px;
2948
+ }
2949
+ #app .headerPanel .informationBox .message {
2950
+ float: left;
2951
+ overflow: hidden;
2952
+ margin: 13px;
2953
+ }
2954
+ #app .headerPanel .informationBox .actions {
2955
+ float: left;
2956
+ margin: 6px 0 0 0;
2957
+ }
2958
+ #app .headerPanel .informationBox .actions .btn {
2959
+ margin: 0 6px 0 0;
2960
+ }
2961
+ #app .headerPanel .informationBox .close {
2962
+ float: right;
2963
+ background-image: url('../../img/uv-shared-module/close_information_box.png');
2964
+ background-repeat: no-repeat;
2965
+ width: 17px;
2966
+ height: 17px;
2967
+ background-position: 4px 4px;
2968
+ cursor: pointer;
2969
+ margin: 12px;
2970
+ }
2971
+ #app .leftPanel a {
2972
+ color: #fff;
2973
+ text-decoration: none;
2974
+ }
2975
+ #app .leftPanel .top {
2976
+ height: 35px;
2977
+ position: relative;
2978
+ }
2979
+ #app .leftPanel .top .title {
2980
+ height: 20px;
2981
+ margin: 9px 0 0 10px;
2982
+ float: left;
2983
+ cursor: pointer;
2984
+ }
2985
+ #app .leftPanel .top .collapseButton {
2986
+ float: right;
2987
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
2988
+ width: 20px;
2989
+ height: 20px;
2990
+ cursor: pointer;
2991
+ margin: 7px 5px 0 0;
2992
+ display: block;
2993
+ }
2994
+ #app .leftPanel .top .expandFullButton {
2995
+ float: right;
2996
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
2997
+ width: 20px;
2998
+ height: 20px;
2999
+ cursor: pointer;
3000
+ margin: 7px 5px 0 0;
3001
+ display: none;
3002
+ }
3003
+ #app .leftPanel .closed {
3004
+ width: 25px;
3005
+ float: right;
3006
+ }
3007
+ #app .leftPanel .closed .title {
3008
+ color: #fff;
3009
+ text-decoration: none;
3010
+ white-space: nowrap;
3011
+ display: block;
3012
+ margin: 8px 8px 0 0px;
3013
+ cursor: pointer;
3014
+ text-transform: uppercase;
3015
+ -webkit-transform: rotate(90deg);
3016
+ -ms-transform: rotate(90deg);
3017
+ transform: rotate(90deg);
3018
+ }
3019
+ #app .leftPanel .closed .title:link,
3020
+ #app .leftPanel .closed .title:visited,
3021
+ #app .leftPanel .closed .title:hover,
3022
+ #app .leftPanel .closed .title:active {
3023
+ color: #fff;
3024
+ text-decoration: none;
3025
+ }
3026
+ #app .leftPanel .closed .expandButton {
3027
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
3028
+ width: 20px;
3029
+ height: 20px;
3030
+ cursor: pointer;
3031
+ margin: 7px 5px 0 0;
3032
+ display: block;
3033
+ }
3034
+ #app.browser-Explorer.browser-version-8 .leftPanel .closed .title {
3035
+ writing-mode: tb-lr;
3036
+ }
3037
+ #app .rightPanel .top {
3038
+ height: 35px;
3039
+ position: relative;
3040
+ }
3041
+ #app .rightPanel .top .title {
3042
+ position: absolute;
3043
+ height: 20px;
3044
+ margin-top: 9px;
3045
+ cursor: pointer;
3046
+ left: 35px;
3047
+ }
3048
+ #app .rightPanel .top .collapseButton {
3049
+ position: absolute;
3050
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
3051
+ width: 20px;
3052
+ height: 20px;
3053
+ cursor: pointer;
3054
+ margin-top: 7px;
3055
+ display: block;
3056
+ left: 5px;
3057
+ }
3058
+ #app .rightPanel .top .expandFullButton {
3059
+ position: absolute;
3060
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
3061
+ width: 20px;
3062
+ height: 20px;
3063
+ cursor: pointer;
3064
+ margin-top: 7px;
3065
+ display: none;
3066
+ left: 5px;
3067
+ }
3068
+ #app .rightPanel .closed {
3069
+ width: 25px;
3070
+ }
3071
+ #app .rightPanel .closed .title {
3072
+ color: #fff;
3073
+ text-decoration: none;
3074
+ white-space: nowrap;
3075
+ display: block;
3076
+ margin: 8px 3px 0 5px;
3077
+ cursor: pointer;
3078
+ text-transform: uppercase;
3079
+ -webkit-transform: rotate(90deg);
3080
+ -ms-transform: rotate(90deg);
3081
+ transform: rotate(90deg);
3082
+ }
3083
+ #app .rightPanel .closed .title:link,
3084
+ #app .rightPanel .closed .title:visited,
3085
+ #app .rightPanel .closed .title:hover,
3086
+ #app .rightPanel .closed .title:active {
3087
+ color: #fff;
3088
+ text-decoration: none;
3089
+ }
3090
+ #app .rightPanel .closed .expandButton {
3091
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
3092
+ width: 20px;
3093
+ height: 20px;
3094
+ cursor: pointer;
3095
+ margin: 7px 0 0 5px;
3096
+ display: block;
3097
+ }
3098
+ #app .rightPanel .main {
3099
+ margin-right: 10px;
3100
+ margin-bottom: 10px;
3101
+ }
3102
+ #app.browser-Explorer.browser-version-8 .rightPanel .closed .title {
3103
+ writing-mode: tb-lr;
3104
+ }
3105
+ #app .centerPanel .title {
3106
+ height: 38px;
3107
+ font-size: 20px;
3108
+ color: #fff;
3109
+ padding: 0 20px 0 20px;
3110
+ }
3111
+ #app .centerPanel .title span {
3112
+ line-height: 30px;
3113
+ }
3114
+ #app .centerPanel .content .attribution {
3115
+ background: #343434;
3116
+ background: rgba(52, 52, 52, 0.7);
3117
+ position: absolute;
3118
+ width: 190px;
3119
+ padding: 10px 10px 10px 10px;
3120
+ margin: 10px 0 5px 15px;
3121
+ font-size: 11px;
3122
+ }
3123
+ #app .centerPanel .content .attribution .header {
3124
+ overflow: hidden;
3125
+ }
3126
+ #app .centerPanel .content .attribution .header .title {
3127
+ font-size: 11px;
3128
+ font-weight: bold;
3129
+ height: 20px;
3130
+ width: 150px;
3131
+ line-height: 18px;
3132
+ float: left;
3133
+ padding: 0;
3134
+ text-transform: uppercase;
3135
+ }
3136
+ #app .centerPanel .content .attribution .header .close {
3137
+ width: 16px;
3138
+ height: 16px;
3139
+ margin: 2px;
3140
+ float: right;
3141
+ background-image: url('../../img/uv-shared-module/close_attribution.png');
3142
+ cursor: pointer;
3143
+ }
3144
+ #app .centerPanel .content .attribution .main {
3145
+ margin-top: 5px;
3146
+ }
3147
+ #app .centerPanel .content .attribution .main img {
3148
+ margin-top: 5px;
3149
+ margin-bottom: 5px;
3150
+ max-width: 100px;
3151
+ }
3152
+ #app .centerPanel .content .attribution .main a:not(.toggle) {
3153
+ color: #26b5cc;
3154
+ }
3155
+ #app .centerPanel .content .attribution .main a:not(.toggle):link {
3156
+ color: #26b5cc;
3157
+ }
3158
+ #app .centerPanel .content .attribution .main a:not(.toggle):hover {
3159
+ color: #26b5cc;
3160
+ }
3161
+ #app .centerPanel .content .attribution .main a:not(.toggle):visited {
3162
+ color: #26b5cc;
3163
+ }
3164
+ #app .centerPanel .content .attribution .main a:not(.toggle):active {
3165
+ color: #26b5cc;
3166
+ }
3167
+ #app .centerPanel .content .attribution .main .attribution-text {
3168
+ overflow: hidden;
3169
+ }
3170
+ #app .footerPanel .searchOptions {
3171
+ width: 425px;
3172
+ }
3173
+ #app .footerPanel .options {
3174
+ height: 41px;
3175
+ }
3176
+ #app .footerPanel .options a {
3177
+ float: left;
3178
+ margin-top: 10px;
3179
+ margin-right: 15px;
3180
+ }
3181
+ #app .footerPanel .options a.moreInfo {
3182
+ background-image: url('../../img/uv-shared-module/moreinfo.png');
3183
+ background-repeat: no-repeat;
3184
+ height: 21px;
3185
+ line-height: 21px;
3186
+ cursor: pointer;
3187
+ color: #fff;
3188
+ text-decoration: none;
3189
+ background-position: left center;
3190
+ padding-left: 35px;
3191
+ padding-right: 10px;
3192
+ line-height: 22px;
3193
+ }
3194
+ #app .footerPanel .options a.moreInfo:link,
3195
+ #app .footerPanel .options a.moreInfo:visited,
3196
+ #app .footerPanel .options a.moreInfo:hover,
3197
+ #app .footerPanel .options a.moreInfo:active {
3198
+ color: #fff;
3199
+ text-decoration: none;
3200
+ }
3201
+ #app .footerPanel .options a.open {
3202
+ background-image: url('../../img/uv-shared-module/open.png');
3203
+ background-repeat: no-repeat;
3204
+ height: 21px;
3205
+ line-height: 21px;
3206
+ cursor: pointer;
3207
+ color: #fff;
3208
+ text-decoration: none;
3209
+ background-position: left center;
3210
+ padding-left: 35px;
3211
+ padding-right: 10px;
3212
+ line-height: 22px;
3213
+ }
3214
+ #app .footerPanel .options a.open:link,
3215
+ #app .footerPanel .options a.open:visited,
3216
+ #app .footerPanel .options a.open:hover,
3217
+ #app .footerPanel .options a.open:active {
3218
+ color: #fff;
3219
+ text-decoration: none;
3220
+ }
3221
+ #app .footerPanel .options a.share {
3222
+ background-image: url('../../img/uv-shared-module/share.png');
3223
+ background-repeat: no-repeat;
3224
+ height: 21px;
3225
+ line-height: 21px;
3226
+ cursor: pointer;
3227
+ color: #fff;
3228
+ text-decoration: none;
3229
+ background-position: left center;
3230
+ padding-left: 35px;
3231
+ padding-right: 10px;
3232
+ line-height: 22px;
3233
+ }
3234
+ #app .footerPanel .options a.share:link,
3235
+ #app .footerPanel .options a.share:visited,
3236
+ #app .footerPanel .options a.share:hover,
3237
+ #app .footerPanel .options a.share:active {
3238
+ color: #fff;
3239
+ text-decoration: none;
3240
+ }
3241
+ #app .footerPanel .options a.embed {
3242
+ background-image: url('../../img/uv-shared-module/embed.png');
3243
+ background-repeat: no-repeat;
3244
+ height: 21px;
3245
+ line-height: 21px;
3246
+ cursor: pointer;
3247
+ color: #fff;
3248
+ text-decoration: none;
3249
+ background-position: left center;
3250
+ padding-left: 35px;
3251
+ padding-right: 10px;
3252
+ line-height: 22px;
3253
+ }
3254
+ #app .footerPanel .options a.embed:link,
3255
+ #app .footerPanel .options a.embed:visited,
3256
+ #app .footerPanel .options a.embed:hover,
3257
+ #app .footerPanel .options a.embed:active {
3258
+ color: #fff;
3259
+ text-decoration: none;
3260
+ }
3261
+ #app .footerPanel .options a.download {
3262
+ background-image: url('../../img/uv-shared-module/download.png');
3263
+ background-repeat: no-repeat;
3264
+ height: 21px;
3265
+ line-height: 21px;
3266
+ cursor: pointer;
3267
+ color: #fff;
3268
+ text-decoration: none;
3269
+ background-position: left center;
3270
+ padding-left: 30px;
3271
+ padding-right: 10px;
3272
+ line-height: 22px;
3273
+ }
3274
+ #app .footerPanel .options a.download:link,
3275
+ #app .footerPanel .options a.download:visited,
3276
+ #app .footerPanel .options a.download:hover,
3277
+ #app .footerPanel .options a.download:active {
3278
+ color: #fff;
3279
+ text-decoration: none;
3280
+ }
3281
+ #app .footerPanel .options a.bookmark {
3282
+ background-image: url('../../img/uv-shared-module/bookmark.png');
3283
+ background-repeat: no-repeat;
3284
+ height: 21px;
3285
+ line-height: 21px;
3286
+ cursor: pointer;
3287
+ color: #fff;
3288
+ text-decoration: none;
3289
+ background-position: left center;
3290
+ padding-left: 30px;
3291
+ padding-right: 10px;
3292
+ line-height: 22px;
3293
+ }
3294
+ #app .footerPanel .options a.bookmark:link,
3295
+ #app .footerPanel .options a.bookmark:visited,
3296
+ #app .footerPanel .options a.bookmark:hover,
3297
+ #app .footerPanel .options a.bookmark:active {
3298
+ color: #fff;
3299
+ text-decoration: none;
3300
+ }
3301
+ #app .footerPanel .options a.feedback {
3302
+ background-image: url('../../img/uv-shared-module/feedback.png');
3303
+ background-repeat: no-repeat;
3304
+ height: 21px;
3305
+ line-height: 21px;
3306
+ cursor: pointer;
3307
+ color: #fff;
3308
+ text-decoration: none;
3309
+ background-position: left center;
3310
+ padding-left: 30px;
3311
+ padding-right: 10px;
3312
+ line-height: 22px;
3313
+ }
3314
+ #app .footerPanel .options a.feedback:link,
3315
+ #app .footerPanel .options a.feedback:visited,
3316
+ #app .footerPanel .options a.feedback:hover,
3317
+ #app .footerPanel .options a.feedback:active {
3318
+ color: #fff;
3319
+ text-decoration: none;
3320
+ }
3321
+ #app .footerPanel .options a.print {
3322
+ background-image: url('../../img/uv-shared-module/print.png');
3323
+ background-repeat: no-repeat;
3324
+ height: 21px;
3325
+ line-height: 21px;
3326
+ cursor: pointer;
3327
+ color: #fff;
3328
+ text-decoration: none;
3329
+ background-position: left center;
3330
+ padding-left: 30px;
3331
+ padding-right: 10px;
3332
+ line-height: 22px;
3333
+ }
3334
+ #app .footerPanel .options a.print:link,
3335
+ #app .footerPanel .options a.print:visited,
3336
+ #app .footerPanel .options a.print:hover,
3337
+ #app .footerPanel .options a.print:active {
3338
+ color: #fff;
3339
+ text-decoration: none;
3340
+ }
3341
+ #app .footerPanel .options a.fullScreen {
3342
+ background-image: url('../../img/uv-shared-module/fullscreen.png');
3343
+ background-repeat: no-repeat;
3344
+ height: 21px;
3345
+ line-height: 21px;
3346
+ cursor: pointer;
3347
+ color: #fff;
3348
+ text-decoration: none;
3349
+ background-position: right center;
3350
+ padding-right: 30px;
3351
+ padding-left: 10px;
3352
+ line-height: 22px;
3353
+ min-width: 25px;
3354
+ float: right;
3355
+ margin-right: 0;
3356
+ }
3357
+ #app .footerPanel .options a.fullScreen:link,
3358
+ #app .footerPanel .options a.fullScreen:visited,
3359
+ #app .footerPanel .options a.fullScreen:hover,
3360
+ #app .footerPanel .options a.fullScreen:active {
3361
+ color: #fff;
3362
+ text-decoration: none;
3363
+ }
3364
+ #app .footerPanel .options a.exitFullscreen {
3365
+ background-image: url('../../img/uv-shared-module/exit_fullscreen.png');
3366
+ background-repeat: no-repeat;
3367
+ height: 21px;
3368
+ line-height: 21px;
3369
+ cursor: pointer;
3370
+ color: #fff;
3371
+ text-decoration: none;
3372
+ background-position: right center;
3373
+ padding-right: 30px;
3374
+ padding-left: 10px;
3375
+ line-height: 22px;
3376
+ min-width: 25px;
3377
+ float: right;
3378
+ margin-right: 0;
3379
+ }
3380
+ #app .footerPanel .options a.exitFullscreen:link,
3381
+ #app .footerPanel .options a.exitFullscreen:visited,
3382
+ #app .footerPanel .options a.exitFullscreen:hover,
3383
+ #app .footerPanel .options a.exitFullscreen:active {
3384
+ color: #fff;
3385
+ text-decoration: none;
3386
+ }
3387
+ #app .footerPanel .options.minimiseButtons a:first-child {
3388
+ margin-left: 10px;
3389
+ }
3390
+ #app .footerPanel .options.minimiseButtons a.moreInfo {
3391
+ font: 0/0 a;
3392
+ text-shadow: none;
3393
+ background-color: transparent;
3394
+ border: 0;
3395
+ line-height: 0;
3396
+ font-size: 0;
3397
+ color: transparent;
3398
+ width: 27px;
3399
+ padding: 0;
3400
+ }
3401
+ #app .footerPanel .options.minimiseButtons a.open {
3402
+ font: 0/0 a;
3403
+ text-shadow: none;
3404
+ background-color: transparent;
3405
+ border: 0;
3406
+ line-height: 0;
3407
+ font-size: 0;
3408
+ color: transparent;
3409
+ width: 27px;
3410
+ padding: 0;
3411
+ }
3412
+ #app .footerPanel .options.minimiseButtons a.download {
3413
+ font: 0/0 a;
3414
+ text-shadow: none;
3415
+ background-color: transparent;
3416
+ border: 0;
3417
+ line-height: 0;
3418
+ font-size: 0;
3419
+ color: transparent;
3420
+ width: 27px;
3421
+ padding: 0;
3422
+ }
3423
+ #app .footerPanel .options.minimiseButtons a.bookmark {
3424
+ font: 0/0 a;
3425
+ text-shadow: none;
3426
+ background-color: transparent;
3427
+ border: 0;
3428
+ line-height: 0;
3429
+ font-size: 0;
3430
+ color: transparent;
3431
+ width: 27px;
3432
+ padding: 0;
3433
+ }
3434
+ #app .footerPanel .options.minimiseButtons a.feedback {
3435
+ font: 0/0 a;
3436
+ text-shadow: none;
3437
+ background-color: transparent;
3438
+ border: 0;
3439
+ line-height: 0;
3440
+ font-size: 0;
3441
+ color: transparent;
3442
+ width: 27px;
3443
+ padding: 0;
3444
+ }
3445
+ #app .footerPanel .options.minimiseButtons a.print {
3446
+ font: 0/0 a;
3447
+ text-shadow: none;
3448
+ background-color: transparent;
3449
+ border: 0;
3450
+ line-height: 0;
3451
+ font-size: 0;
3452
+ color: transparent;
3453
+ width: 27px;
3454
+ padding: 0;
3455
+ }
3456
+ #app .footerPanel .options.minimiseButtons a.share {
3457
+ font: 0/0 a;
3458
+ text-shadow: none;
3459
+ background-color: transparent;
3460
+ border: 0;
3461
+ line-height: 0;
3462
+ font-size: 0;
3463
+ color: transparent;
3464
+ width: 27px;
3465
+ padding: 0;
3466
+ }
3467
+ #app .footerPanel .options.minimiseButtons a.embed {
3468
+ font: 0/0 a;
3469
+ text-shadow: none;
3470
+ background-color: transparent;
3471
+ border: 0;
3472
+ line-height: 0;
3473
+ font-size: 0;
3474
+ color: transparent;
3475
+ width: 27px;
3476
+ padding: 0;
3477
+ }
3478
+ #app .footerPanel .options.minimiseButtons a.fullScreen {
3479
+ font: 0/0 a;
3480
+ text-shadow: none;
3481
+ background-color: transparent;
3482
+ border: 0;
3483
+ line-height: 0;
3484
+ font-size: 0;
3485
+ color: transparent;
3486
+ width: 21px;
3487
+ padding: 0;
3488
+ }
3489
+ #app .footerPanel .options.minimiseButtons a.exitFullscreen {
3490
+ font: 0/0 a;
3491
+ text-shadow: none;
3492
+ background-color: transparent;
3493
+ border: 0;
3494
+ line-height: 0;
3495
+ font-size: 0;
3496
+ color: transparent;
3497
+ width: 21px;
3498
+ padding: 0;
3499
+ }
3500
+ #app .footerPanel .options.minimiseButtons a.normal {
3501
+ font: 0/0 a;
3502
+ text-shadow: none;
3503
+ background-color: transparent;
3504
+ border: 0;
3505
+ line-height: 0;
3506
+ font-size: 0;
3507
+ color: transparent;
3508
+ width: 21px;
3509
+ padding: 0;
3510
+ }
3511
+ #app.lightbox .footerPanel .options a.imageBtn.normal {
3512
+ background: url('../../img/uv-shared-module/close_lightbox.png') no-repeat;
3513
+ }
3514
+ #app .overlays {
3515
+ position: absolute;
3516
+ top: 0;
3517
+ left: 0;
3518
+ background: rgba(0, 0, 0, 0.5);
3519
+ background-image: url('../../img/uv-shared-module/modal_bg.gif');
3520
+ display: none;
3521
+ }
3522
+ #app .overlay {
3523
+ position: absolute;
3524
+ }
3525
+ #app .overlay .top {
3526
+ width: 100%;
3527
+ overflow: auto;
3528
+ }
3529
+ #app .overlay .top .close {
3530
+ font: 0/0 a;
3531
+ text-shadow: none;
3532
+ background-color: transparent;
3533
+ border: 0;
3534
+ line-height: 0;
3535
+ font-size: 0;
3536
+ color: transparent;
3537
+ background-image: url('../../img/uv-shared-module/close.png');
3538
+ width: 24px;
3539
+ height: 24px;
3540
+ float: right;
3541
+ background-color: #14a4c3;
3542
+ }
3543
+ #app .overlay .middle {
3544
+ width: 100%;
3545
+ background: #fff;
3546
+ }
3547
+ #app .overlay .middle .content {
3548
+ padding-right: 10px;
3549
+ padding-bottom: 10px;
3550
+ padding-left: 10px;
3551
+ overflow: auto;
3552
+ }
3553
+ #app .overlay .middle .content .buttons {
3554
+ padding: 10px 0 0 0;
3555
+ float: right;
3556
+ }
3557
+ #app .overlay .middle .content .buttons .btn {
3558
+ margin: 0 0 0 10px;
3559
+ }
3560
+ #app .overlay .middle .content h1 {
3561
+ color: #000;
3562
+ font-size: 18px;
3563
+ font-weight: bold;
3564
+ margin: 15px 0px 0px 0px;
3565
+ padding: 0 0 10px 0;
3566
+ }
3567
+ #app .overlay .middle .content h2 {
3568
+ color: #000;
3569
+ font-size: 14px;
3570
+ font-weight: bold;
3571
+ margin: 0;
3572
+ padding: 15px 0 10px 0;
3573
+ }
3574
+ #app .overlay .middle .content p {
3575
+ margin: 0;
3576
+ padding: 10px 0 10px 0;
3577
+ }
3578
+ #app .overlay .middle .content p p {
3579
+ padding-top: 0;
3580
+ }
3581
+ #app .overlay .middle .content ol.options {
3582
+ list-style-image: none;
3583
+ list-style-position: inside;
3584
+ list-style-type: none;
3585
+ margin: 0;
3586
+ }
3587
+ #app .overlay .middle .content ol.options li {
3588
+ margin: 2px 0 0 0;
3589
+ padding: 4px;
3590
+ }
3591
+ #app .overlay .middle .content ol.options li input {
3592
+ margin: 0;
3593
+ padding: 0;
3594
+ width: auto;
3595
+ height: auto;
3596
+ display: inline;
3597
+ }
3598
+ #app .overlay .middle .content ol.options li label {
3599
+ display: inline;
3600
+ margin: 0 0 0 5px;
3601
+ padding: 0;
3602
+ float: none;
3603
+ clear: none;
3604
+ line-height: 0.9em;
3605
+ text-align: left;
3606
+ width: 200px;
3607
+ }
3608
+ #app .overlay .bottom {
3609
+ height: 11px;
3610
+ background: url('../../img/uv-shared-module/dialogue_arrow.png') no-repeat;
3611
+ }
3612
+ #app .overlay.genericDialogue {
3613
+ width: 250px;
3614
+ }
3615
+ #app .overlay.genericDialogue .bottom {
3616
+ background: none;
3617
+ }
3618
+ #app .overlay.genericDialogue .message {
3619
+ color: #000;
3620
+ padding: 10px 0 10px 0;
3621
+ }
3622
+ #app .overlay.genericDialogue .accept {
3623
+ float: right;
3624
+ }
3625
+ #app .overlay .scroll {
3626
+ margin: 10px 0 0 0;
3627
+ padding: 0 10px 0 0;
3628
+ overflow: auto;
3629
+ }
3630
+ .iiif-gallery-component *,
3631
+ .iiif-gallery-component *:before,
3632
+ .iiif-gallery-component *:after {
3633
+ -webkit-box-sizing: border-box;
3634
+ -moz-box-sizing: border-box;
3635
+ box-sizing: border-box;
3636
+ }
3637
+ .iiif-gallery-component .header {
3638
+ overflow: hidden;
3639
+ height: 45px;
3640
+ }
3641
+ .iiif-gallery-component .header .left {
3642
+ float: left;
3643
+ overflow: hidden;
3644
+ }
3645
+ .iiif-gallery-component .header .right {
3646
+ float: right;
3647
+ overflow: hidden;
3648
+ }
3649
+ .iiif-gallery-component .header .right .multiSelectOptions .multiSelectAll {
3650
+ float: left;
3651
+ }
3652
+ .iiif-gallery-component .header .right .multiSelectOptions .select {
3653
+ margin-left: 10px;
3654
+ }
3655
+ .iiif-gallery-component .header .btn {
3656
+ float: left;
3657
+ width: 30px;
3658
+ height: 30px;
3659
+ }
3660
+ .iiif-gallery-component .header .btn.size-up {
3661
+ margin-left: 5px;
3662
+ }
3663
+ .iiif-gallery-component .header .btn.size-down {
3664
+ margin-right: 5px;
3665
+ }
3666
+ .iiif-gallery-component .header input[type="range"] {
3667
+ float: left;
3668
+ margin-top: 12px;
3669
+ width: 100px;
3670
+ }
3671
+ .iiif-gallery-component .main {
3672
+ overflow: auto;
3673
+ overflow-x: hidden;
3674
+ height: 1000px;
3675
+ }
3676
+ .iiif-gallery-component .main .thumbs {
3677
+ margin-right: 10px;
3678
+ overflow: hidden;
3679
+ position: relative;
3680
+ }
3681
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb input {
3682
+ display: none;
3683
+ }
3684
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
3685
+ background: none;
3686
+ border: 2px solid transparent;
3687
+ }
3688
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea input {
3689
+ display: block;
3690
+ }
3691
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea .wrap.multiSelected {
3692
+ border: 2px solid #14a4c3;
3693
+ }
3694
+ .iiif-gallery-component .main .thumbs .thumb {
3695
+ margin: 0 7px 7px 0;
3696
+ }
3697
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
3698
+ border: 2px solid transparent;
3699
+ padding: 2px;
3700
+ }
3701
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
3702
+ display: none;
3703
+ }
3704
+ .iiif-gallery-component .main .thumbs .thumb .info span {
3705
+ color: transparent;
3706
+ padding: 2px 0 0 0;
3707
+ }
3708
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
3709
+ background: none;
3710
+ }
3711
+ .iiif-gallery-component .main .thumbs .thumb.selected .wrap {
3712
+ border: 2px solid transparent;
3713
+ }
3714
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap {
3715
+ border: 2px solid #373737;
3716
+ }
3717
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap img {
3718
+ display: block;
3719
+ }
3720
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info span {
3721
+ color: #fff;
3722
+ }
3723
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info .searchResults {
3724
+ color: #14a4c3;
3725
+ background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
3726
+ }
3727
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.selected .wrap {
3728
+ border: 2px solid #fff;
3729
+ }
3730
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.searchpreview .wrap {
3731
+ border: 2px solid #26b5cc;
3732
+ }
3733
+ .iiif-gallery-component .main .thumbs .thumb {
3734
+ float: left;
3735
+ cursor: pointer;
3736
+ }
3737
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
3738
+ overflow: hidden;
3739
+ text-align: center;
3740
+ background: none;
3741
+ position: relative;
3742
+ }
3743
+ .iiif-gallery-component .main .thumbs .thumb .wrap.loading {
3744
+ background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
3745
+ background-repeat: no-repeat;
3746
+ background-position: 50% 50%;
3747
+ }
3748
+ .iiif-gallery-component .main .thumbs .thumb .wrap.hidden {
3749
+ background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
3750
+ }
3751
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
3752
+ max-width: 100%;
3753
+ max-height: 100%;
3754
+ }
3755
+ .iiif-gallery-component .main .thumbs .thumb .wrap input {
3756
+ position: absolute;
3757
+ cursor: pointer;
3758
+ top: 0px;
3759
+ left: 0px;
3760
+ }
3761
+ .iiif-gallery-component .main .thumbs .thumb .info {
3762
+ overflow: hidden;
3763
+ }
3764
+ .iiif-gallery-component .main .thumbs .thumb .info span {
3765
+ font-size: 11px;
3766
+ display: block;
3767
+ overflow-x: hidden;
3768
+ text-overflow: ellipsis;
3769
+ white-space: nowrap;
3770
+ }
3771
+ .iiif-gallery-component .main .thumbs .thumb .info .index,
3772
+ .iiif-gallery-component .main .thumbs .thumb .info .label {
3773
+ float: left;
3774
+ }
3775
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
3776
+ display: none;
3777
+ float: right;
3778
+ width: 32px;
3779
+ padding-left: 14px;
3780
+ }
3781
+ .iiif-gallery-component .main .thumbs .thumb.placeholder .wrap {
3782
+ background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
3783
+ }
3784
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
3785
+ background: #14a4c3;
3786
+ }
3787
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected .thumbImage {
3788
+ opacity: 0.35;
3789
+ filter: alpha(opacity=35);
3790
+ }
3791
+ .iiif-gallery-component .main .thumbs.left-to-right .thumb {
3792
+ float: left;
3793
+ }
3794
+ .iiif-gallery-component .main .thumbs.right-to-left .thumb {
3795
+ float: right;
3796
+ }
3797
+ .iiif-tree-component {
3798
+ overflow: auto;
3799
+ color: #fff;
3800
+ }
3801
+ .iiif-tree-component .toggle {
3802
+ cursor: pointer;
3803
+ margin-top: 3px;
3804
+ margin-right: 5px;
3805
+ display: block;
3806
+ float: left;
3807
+ height: 10px;
3808
+ width: 10px;
3809
+ background-image: url('../../img/uv-shared-module/plus.png');
3810
+ }
3811
+ .iiif-tree-component .toggle.expanded {
3812
+ background-image: url('../../img/uv-shared-module/minus.png');
3813
+ }
3814
+ .iiif-tree-component .toggle.multiSelect {
3815
+ margin-left: 5px;
3816
+ }
3817
+ .iiif-tree-component .spacer {
3818
+ margin-top: 3px;
3819
+ margin-right: 5px;
3820
+ display: block;
3821
+ float: left;
3822
+ height: 10px;
3823
+ width: 10px;
3824
+ }
3825
+ .iiif-tree-component input.multiSelect {
3826
+ margin-top: 0px;
3827
+ margin-right: 5px;
3828
+ display: block;
3829
+ float: left;
3830
+ height: 13px;
3831
+ width: 13px;
3832
+ }
3833
+ .iiif-tree-component ul.tree,
3834
+ .iiif-tree-component ul.tree ul {
3835
+ list-style: none;
3836
+ margin: 0;
3837
+ padding: 0;
3838
+ }
3839
+ .iiif-tree-component ul.tree ul {
3840
+ margin-left: 15px;
3841
+ }
3842
+ .iiif-tree-component ul.tree li {
3843
+ margin: 0;
3844
+ padding: 2px 0 2px 0;
3845
+ overflow: hidden;
3846
+ }
3847
+ .iiif-tree-component ul.tree li a {
3848
+ display: block;
3849
+ overflow: hidden;
3850
+ }
3851
+ .iiif-tree-component ul li a.selected {
3852
+ color: #14a4c3 !important;
3853
+ }
3854
+ .iiif-metadata-component .groups .group .header {
3855
+ font-weight: bold;
3856
+ }
3857
+ .iiif-metadata-component .groups .group .items .header {
3858
+ color: #14a4c3;
3859
+ border-bottom: 1px solid #14a4c3;
3860
+ margin: 15px 10px 0 0;
3861
+ }
3862
+ .iiif-metadata-component .groups .group .items .item {
3863
+ padding: 0;
3864
+ margin: 0 0 20px 0;
3865
+ }
3866
+ .iiif-metadata-component .groups .group .items .item .label {
3867
+ color: #9a9a9a;
3868
+ border-bottom: 1px solid #343434;
3869
+ margin: 15px 10px 0 0;
3870
+ }
3871
+ .iiif-metadata-component .groups .group .items .item .label .copyText {
3872
+ position: relative;
3873
+ float: right;
3874
+ display: none;
3875
+ width: 15px;
3876
+ height: 15px;
3877
+ cursor: pointer;
3878
+ background-image: url('../../img/uv-shared-module/copy.png');
3879
+ }
3880
+ .iiif-metadata-component .groups .group .items .item .label .copiedText {
3881
+ display: none;
3882
+ position: absolute;
3883
+ top: 18px;
3884
+ right: -10px;
3885
+ white-space: nowrap;
3886
+ padding: 4px;
3887
+ text-transform: none;
3888
+ background-color: #343434;
3889
+ z-index: 1;
3890
+ border: 1px solid #9a9a9a;
3891
+ border-radius: 2px;
3892
+ color: #fff;
3893
+ }
3894
+ .iiif-metadata-component .groups .group .items .item .value {
3895
+ color: #fff;
3896
+ margin: 5px 10px 0 0;
3897
+ overflow: hidden;
3898
+ word-wrap: break-word;
3899
+ line-height: 1.6em;
3900
+ }
3901
+ .iiif-metadata-component .groups .group .items .item .value a.toggle {
3902
+ color: #14a4c3;
3903
+ font-weight: normal;
3904
+ }
3905
+ .iiif-metadata-component .groups .group .items .item .value a.toggle:hover {
3906
+ color: #22c5e8;
3907
+ }
3908
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.more,
3909
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.less {
3910
+ font-variant: small-caps;
3911
+ }
3912
+ .iiif-metadata-component .groups .group .items .item .value img {
3913
+ max-width: 100px;
3914
+ }
3915
+ .iiif-metadata-component .groups .group .items .item a.value {
3916
+ display: block;
3917
+ color: #26b5cc;
3918
+ }
3919
+ @media only screen and (min-width: 0px) and (max-width: 640px) {
3920
+ #app .headerPanel {
3921
+ display: none;
3922
+ }
3923
+ #app .leftPanel {
3924
+ display: none;
3925
+ }
3926
+ #app .rightPanel {
3927
+ display: none;
3928
+ }
3929
+ #app .footerPanel {
3930
+ display: none;
3931
+ }
3932
+ }
3933
+ #app {
3934
+ background-color: #000;
3935
+ position: relative;
3936
+ }
3937
+ #app .btn-default,
3938
+ #app .btn-primary,
3939
+ #app .btn-success,
3940
+ #app .btn-info,
3941
+ #app .btn-warning,
3942
+ #app .btn-danger {
3943
+ -webkit-border-radius: 0;
3944
+ -moz-border-radius: 0;
3945
+ -o-border-radius: 0;
3946
+ border-radius: 0;
3947
+ }
3948
+ #app .imageBtn {
3949
+ cursor: pointer;
3950
+ }
3951
+ #app .action,
3952
+ #app a.action.black,
3953
+ #app input.action {
3954
+ display: inline-block;
3955
+ background: url('../../img/uv-shared-module/sprite.png') 0 -1000px no-repeat;
3956
+ text-transform: none;
3957
+ padding: 0 0 0 16px;
3958
+ font-weight: bold;
3959
+ }
3960
+ #app #commsFrame {
3961
+ width: 1px;
3962
+ height: 1px;
3963
+ border: none;
3964
+ }
3965
+ #app .headerPanel {
3966
+ position: relative;
3967
+ color: #fff;
3968
+ height: 40px;
3969
+ }
3970
+ #app .mainPanel {
3971
+ position: relative;
3972
+ margin-top: 8px;
3973
+ margin-right: 8px;
3974
+ margin-bottom: 0px;
3975
+ margin-left: 8px;
3976
+ }
3977
+ #app .leftPanel {
3978
+ position: absolute;
3979
+ background: #211f1f;
3980
+ border: none;
3981
+ }
3982
+ #app .centerPanel {
3983
+ position: absolute;
3984
+ }
3985
+ #app .rightPanel {
3986
+ position: absolute;
3987
+ background: #211f1f;
3988
+ border: none;
3989
+ }
3990
+ #app .footerPanel {
3991
+ position: relative;
3992
+ margin-top: 0;
3993
+ margin-right: 8px;
3994
+ margin-bottom: 0px;
3995
+ margin-left: 8px;
3996
+ }
3997
+ #app .footerPanel.mobile {
3998
+ display: none;
3999
+ }
4000
+ @media print {
4001
+ #app .headerPanel {
4002
+ display: none;
4003
+ }
4004
+ #app .leftPanel {
4005
+ display: none;
4006
+ }
4007
+ #app .rightPanel {
4008
+ display: none;
4009
+ }
4010
+ #app .footerPanel {
4011
+ display: none;
4012
+ }
4013
+ #app .mobileFooter {
4014
+ display: none;
4015
+ }
4016
+ }
4017
+ #app .leftPanel .thumbsView .thumb .wrap {
4018
+ border: none;
4019
+ }
4020
+ #app .leftPanel .thumbsView .thumb .wrap img {
4021
+ display: block;
4022
+ width: 90px;
4023
+ }
4024
+ #app .leftPanel .thumbsView .thumb.selected .wrap {
4025
+ border: none;
4026
+ }
4027
+ #app .footerPanel .searchPager .controls .searchResultsInfo {
4028
+ width: 337px;
4029
+ }
4030
+ #app .headerPanel .centerOptions .image-selectionbox-options {
4031
+ float: left;
4032
+ margin: 0 0 0 0;
4033
+ padding-top: 7px;
4034
+ padding-left: 10px;
4035
+ }