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,2448 @@
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 .tabs {
392
+ height: 25px;
393
+ border-bottom: 1px solid #373737;
394
+ }
395
+ #app .leftPanel .tabs .tab {
396
+ color: #fff;
397
+ background-color: #211f1f;
398
+ display: inline-block;
399
+ text-align: center;
400
+ line-height: 22px;
401
+ height: 22px;
402
+ overflow: hidden;
403
+ width: 75px;
404
+ margin: 0;
405
+ cursor: pointer;
406
+ white-space: nowrap;
407
+ text-overflow: ellipsis;
408
+ }
409
+ #app .leftPanel .tabs .tab.first {
410
+ margin: 0 0 0 10px;
411
+ }
412
+ #app .leftPanel .tabs .tab.on {
413
+ border: 1px solid #373737;
414
+ border-bottom: 1px solid #211f1f;
415
+ color: #14a4c3;
416
+ margin-bottom: -1px;
417
+ height: 25px;
418
+ line-height: 25px;
419
+ }
420
+ #app .leftPanel .tabsContent {
421
+ padding: 10px 10px 10px 10px;
422
+ }
423
+ #app .leftPanel .tabsContent .options {
424
+ padding: 0 0 10px 0;
425
+ }
426
+ #app .leftPanel .tabsContent .options .top {
427
+ overflow: hidden;
428
+ height: auto;
429
+ }
430
+ #app .leftPanel .tabsContent .options .bottom {
431
+ overflow: hidden;
432
+ }
433
+ #app .leftPanel .tabsContent .options .bottom .left {
434
+ float: left;
435
+ }
436
+ #app .leftPanel .tabsContent .options .bottom .left .treeView {
437
+ padding: 5px 0 0 0;
438
+ }
439
+ #app .leftPanel .tabsContent .options .bottom .left .treeView span {
440
+ display: block;
441
+ float: left;
442
+ color: #fff;
443
+ padding: 5px 4px 0 0;
444
+ font-size: 11px;
445
+ }
446
+ #app .leftPanel .tabsContent .options .bottom .left .treeView select {
447
+ float: left;
448
+ font-size: 11px;
449
+ }
450
+ #app .leftPanel .tabsContent .options .bottom .right {
451
+ float: right;
452
+ overflow: hidden;
453
+ }
454
+ #app .leftPanel .tabsContent .options .bottom .right .multiSelect .multiSelectAll {
455
+ float: left;
456
+ }
457
+ #app .leftPanel .tabsContent .options .bottom .right .multiSelect .btn {
458
+ margin-left: 10px;
459
+ }
460
+ #app .leftPanel .tabsContent .btn-group .btn {
461
+ padding: 0 5px 0 5px;
462
+ background: #565656;
463
+ color: #9a9a9a;
464
+ width: 55px;
465
+ }
466
+ #app .leftPanel .tabsContent .btn-group .btn.on {
467
+ background: #DDD;
468
+ color: #000;
469
+ }
470
+ #app .leftPanel .views .treeView {
471
+ font-weight: normal;
472
+ overflow: auto;
473
+ }
474
+ #app.browser-Explorer .leftPanel .views .galleryView .header input[type="range"] {
475
+ margin-top: -11px;
476
+ }
477
+ #app.browser-Firefox .leftPanel .views .galleryView .header input[type="range"] {
478
+ margin-top: 9px;
479
+ overflow: hidden;
480
+ }
481
+ #app .rightPanel .top .title {
482
+ text-transform: uppercase;
483
+ }
484
+ #app .rightPanel .content {
485
+ padding: 10px 10px 10px 10px;
486
+ }
487
+ #app .rightPanel .main {
488
+ overflow: auto;
489
+ color: #fff;
490
+ }
491
+ #app .rightPanel .main.loading {
492
+ 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=');
493
+ background-repeat: no-repeat;
494
+ background-position: 50% 50%;
495
+ }
496
+ #app .rightPanel .main .noData {
497
+ padding: 0 10px 20px 10px;
498
+ }
499
+ #app .rightPanel .main .groups {
500
+ padding: 10px 10px 20px 10px;
501
+ }
502
+ #app .rightPanel .main .groups .items .header {
503
+ font-size: 11px;
504
+ text-transform: uppercase;
505
+ }
506
+ #app .rightPanel .main .groups .items .item .header {
507
+ font-size: 11px;
508
+ text-transform: uppercase;
509
+ }
510
+ .virtex {
511
+ background: #252424;
512
+ background: -moz-radial-gradient(center, ellipse cover, #252424 0%, #171717 85%);
513
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #252424), color-stop(85%, #171717));
514
+ background: -webkit-radial-gradient(center, ellipse cover, #252424 0%, #171717 85%);
515
+ background: -o-radial-gradient(center, ellipse cover, #252424 0%, #171717 85%);
516
+ background: -ms-radial-gradient(center, ellipse cover, #252424 0%, #171717 85%);
517
+ background: radial-gradient(ellipse at center, #252424 0%, #171717 85%);
518
+ }
519
+ .virtex .viewport {
520
+ position: relative;
521
+ }
522
+ .virtex .loading {
523
+ position: absolute;
524
+ width: 150px;
525
+ height: 5px;
526
+ background-color: #171717;
527
+ }
528
+ .virtex .loading .bar {
529
+ height: 5px;
530
+ width: 1px;
531
+ background-color: #fff;
532
+ }
533
+ #oldie {
534
+ position: absolute;
535
+ margin-top: 0px !important;
536
+ margin-right: 0px !important;
537
+ margin-bottom: 0px !important;
538
+ margin-left: 0px !important;
539
+ font-family: sans-serif !important;
540
+ line-height: 18px !important;
541
+ }
542
+ #app .centerPanel a.imageBtn {
543
+ height: 28px;
544
+ width: 28px;
545
+ float: left;
546
+ cursor: pointer;
547
+ }
548
+ #app .centerPanel .content {
549
+ position: relative;
550
+ }
551
+ #app .centerPanel .content .navigation {
552
+ position: absolute;
553
+ left: 0;
554
+ top: 0;
555
+ overflow: hidden;
556
+ margin-left: 15px;
557
+ }
558
+ #app .centerPanel .content .navigation a.imageBtn.zoomIn {
559
+ background-image: url('../../img/uv-virtexcenterpanel-module/zoom_in.png');
560
+ }
561
+ #app .centerPanel .content .navigation a.imageBtn.zoomOut {
562
+ background-image: url('../../img/uv-virtexcenterpanel-module/zoom_out.png');
563
+ }
564
+ #app .centerPanel .content .virtex {
565
+ background: none;
566
+ }
567
+ *,
568
+ *:before,
569
+ *:after {
570
+ -webkit-box-sizing: border-box;
571
+ -moz-box-sizing: border-box;
572
+ box-sizing: border-box;
573
+ }
574
+ ::-webkit-scrollbar {
575
+ width: 12px;
576
+ height: 12px;
577
+ }
578
+ ::-webkit-scrollbar-track {
579
+ background: none;
580
+ }
581
+ ::-webkit-scrollbar-thumb {
582
+ background: #565656;
583
+ }
584
+ html,
585
+ body {
586
+ margin: 0;
587
+ padding: 0;
588
+ height: 100%;
589
+ }
590
+ html {
591
+ font-size: 12px;
592
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
593
+ }
594
+ body {
595
+ font-family: sans-serif;
596
+ font-size: 12px;
597
+ line-height: 1.42857143;
598
+ color: #fff;
599
+ background-color: #000;
600
+ }
601
+ input,
602
+ button,
603
+ select,
604
+ textarea {
605
+ font-family: inherit;
606
+ font-size: inherit;
607
+ line-height: inherit;
608
+ }
609
+ button,
610
+ input,
611
+ select[multiple],
612
+ textarea {
613
+ background-image: none;
614
+ }
615
+ a {
616
+ color: #26b5cc;
617
+ text-decoration: none;
618
+ }
619
+ a:hover,
620
+ a:focus {
621
+ color: #48c8dd;
622
+ text-decoration: underline;
623
+ }
624
+ a:focus {
625
+ outline: thin dotted #333;
626
+ outline: 5px auto -webkit-focus-ring-color;
627
+ outline-offset: -2px;
628
+ }
629
+ img {
630
+ vertical-align: middle;
631
+ }
632
+ .img-responsive {
633
+ display: block;
634
+ max-width: 100%;
635
+ height: auto;
636
+ }
637
+ .img-rounded {
638
+ border-radius: 6px;
639
+ }
640
+ .img-thumbnail {
641
+ padding: 5px 5px 5px 5px;
642
+ line-height: 1.42857143;
643
+ background-color: #000;
644
+ border: 1px solid #565656;
645
+ border-radius: 4px;
646
+ -webkit-transition: all 0.2s ease-in-out;
647
+ transition: all 0.2s ease-in-out;
648
+ display: inline-block;
649
+ max-width: 100%;
650
+ height: auto;
651
+ }
652
+ .img-circle {
653
+ border-radius: 50%;
654
+ }
655
+ hr {
656
+ margin-top: 17px;
657
+ margin-bottom: 17px;
658
+ border: 0;
659
+ border-top: 1px solid #efefef;
660
+ }
661
+ .sr-only {
662
+ position: absolute;
663
+ width: 1px;
664
+ height: 1px;
665
+ margin: -1px;
666
+ padding: 0;
667
+ overflow: hidden;
668
+ clip: rect(0 0 0 0);
669
+ border: 0;
670
+ }
671
+ .btn {
672
+ display: inline-block;
673
+ padding: 5px 5px;
674
+ margin-bottom: 0;
675
+ font-size: 12px;
676
+ font-weight: normal;
677
+ line-height: 1.42857143;
678
+ text-align: center;
679
+ vertical-align: middle;
680
+ cursor: pointer;
681
+ border: 1px solid transparent;
682
+ border-radius: 4px;
683
+ white-space: nowrap;
684
+ -webkit-user-select: none;
685
+ -moz-user-select: none;
686
+ -ms-user-select: none;
687
+ -o-user-select: none;
688
+ user-select: none;
689
+ }
690
+ .btn:focus {
691
+ outline: thin dotted #333;
692
+ outline: 5px auto -webkit-focus-ring-color;
693
+ outline-offset: -2px;
694
+ }
695
+ .btn:hover,
696
+ .btn:focus {
697
+ color: #fff;
698
+ text-decoration: none;
699
+ }
700
+ .btn:active,
701
+ .btn.active {
702
+ outline: 0;
703
+ background-image: none;
704
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
705
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
706
+ }
707
+ .btn.disabled,
708
+ .btn[disabled],
709
+ fieldset[disabled] .btn {
710
+ cursor: not-allowed;
711
+ pointer-events: none;
712
+ opacity: 0.65;
713
+ filter: alpha(opacity=65);
714
+ -webkit-box-shadow: none;
715
+ box-shadow: none;
716
+ }
717
+ .btn-default {
718
+ color: #fff;
719
+ background-color: #565656;
720
+ border-color: #565656;
721
+ }
722
+ .btn-default:hover,
723
+ .btn-default:focus,
724
+ .btn-default:active,
725
+ .btn-default.active,
726
+ .open .dropdown-toggle.btn-default {
727
+ color: #fff;
728
+ background-color: #424242;
729
+ border-color: #383838;
730
+ }
731
+ .btn-default:active,
732
+ .btn-default.active,
733
+ .open .dropdown-toggle.btn-default {
734
+ background-image: none;
735
+ }
736
+ .btn-default.disabled,
737
+ .btn-default[disabled],
738
+ fieldset[disabled] .btn-default,
739
+ .btn-default.disabled:hover,
740
+ .btn-default[disabled]:hover,
741
+ fieldset[disabled] .btn-default:hover,
742
+ .btn-default.disabled:focus,
743
+ .btn-default[disabled]:focus,
744
+ fieldset[disabled] .btn-default:focus,
745
+ .btn-default.disabled:active,
746
+ .btn-default[disabled]:active,
747
+ fieldset[disabled] .btn-default:active,
748
+ .btn-default.disabled.active,
749
+ .btn-default[disabled].active,
750
+ fieldset[disabled] .btn-default.active {
751
+ background-color: #565656;
752
+ border-color: #565656;
753
+ }
754
+ .btn-primary {
755
+ color: #fff;
756
+ background-color: #14a4c3;
757
+ border-color: #14a4c3;
758
+ }
759
+ .btn-primary:hover,
760
+ .btn-primary:focus,
761
+ .btn-primary:active,
762
+ .btn-primary.active,
763
+ .open .dropdown-toggle.btn-primary {
764
+ color: #fff;
765
+ background-color: #10859e;
766
+ border-color: #0e758b;
767
+ }
768
+ .btn-primary:active,
769
+ .btn-primary.active,
770
+ .open .dropdown-toggle.btn-primary {
771
+ background-image: none;
772
+ }
773
+ .btn-primary.disabled,
774
+ .btn-primary[disabled],
775
+ fieldset[disabled] .btn-primary,
776
+ .btn-primary.disabled:hover,
777
+ .btn-primary[disabled]:hover,
778
+ fieldset[disabled] .btn-primary:hover,
779
+ .btn-primary.disabled:focus,
780
+ .btn-primary[disabled]:focus,
781
+ fieldset[disabled] .btn-primary:focus,
782
+ .btn-primary.disabled:active,
783
+ .btn-primary[disabled]:active,
784
+ fieldset[disabled] .btn-primary:active,
785
+ .btn-primary.disabled.active,
786
+ .btn-primary[disabled].active,
787
+ fieldset[disabled] .btn-primary.active {
788
+ background-color: #14a4c3;
789
+ border-color: #14a4c3;
790
+ }
791
+ .btn-secondary {
792
+ color: #fff;
793
+ background-color: #14a4c3;
794
+ border-color: #14a4c3;
795
+ }
796
+ .btn-secondary:hover,
797
+ .btn-secondary:focus,
798
+ .btn-secondary:active,
799
+ .btn-secondary.active,
800
+ .open .dropdown-toggle.btn-secondary {
801
+ color: #fff;
802
+ background-color: #10859e;
803
+ border-color: #0e758b;
804
+ }
805
+ .btn-secondary:active,
806
+ .btn-secondary.active,
807
+ .open .dropdown-toggle.btn-secondary {
808
+ background-image: none;
809
+ }
810
+ .btn-secondary.disabled,
811
+ .btn-secondary[disabled],
812
+ fieldset[disabled] .btn-secondary,
813
+ .btn-secondary.disabled:hover,
814
+ .btn-secondary[disabled]:hover,
815
+ fieldset[disabled] .btn-secondary:hover,
816
+ .btn-secondary.disabled:focus,
817
+ .btn-secondary[disabled]:focus,
818
+ fieldset[disabled] .btn-secondary:focus,
819
+ .btn-secondary.disabled:active,
820
+ .btn-secondary[disabled]:active,
821
+ fieldset[disabled] .btn-secondary:active,
822
+ .btn-secondary.disabled.active,
823
+ .btn-secondary[disabled].active,
824
+ fieldset[disabled] .btn-secondary.active {
825
+ background-color: #14a4c3;
826
+ border-color: #14a4c3;
827
+ }
828
+ .btn-warning {
829
+ color: #fff;
830
+ background-color: #FFB81D;
831
+ border-color: #FFB81D;
832
+ }
833
+ .btn-warning:hover,
834
+ .btn-warning:focus,
835
+ .btn-warning:active,
836
+ .btn-warning.active,
837
+ .open .dropdown-toggle.btn-warning {
838
+ color: #fff;
839
+ background-color: #f3a700;
840
+ border-color: #df9900;
841
+ }
842
+ .btn-warning:active,
843
+ .btn-warning.active,
844
+ .open .dropdown-toggle.btn-warning {
845
+ background-image: none;
846
+ }
847
+ .btn-warning.disabled,
848
+ .btn-warning[disabled],
849
+ fieldset[disabled] .btn-warning,
850
+ .btn-warning.disabled:hover,
851
+ .btn-warning[disabled]:hover,
852
+ fieldset[disabled] .btn-warning:hover,
853
+ .btn-warning.disabled:focus,
854
+ .btn-warning[disabled]:focus,
855
+ fieldset[disabled] .btn-warning:focus,
856
+ .btn-warning.disabled:active,
857
+ .btn-warning[disabled]:active,
858
+ fieldset[disabled] .btn-warning:active,
859
+ .btn-warning.disabled.active,
860
+ .btn-warning[disabled].active,
861
+ fieldset[disabled] .btn-warning.active {
862
+ background-color: #FFB81D;
863
+ border-color: #FFB81D;
864
+ }
865
+ .btn-danger {
866
+ color: #fff;
867
+ background-color: #d9534f;
868
+ border-color: #d9534f;
869
+ }
870
+ .btn-danger:hover,
871
+ .btn-danger:focus,
872
+ .btn-danger:active,
873
+ .btn-danger.active,
874
+ .open .dropdown-toggle.btn-danger {
875
+ color: #fff;
876
+ background-color: #d2322d;
877
+ border-color: #c12e2a;
878
+ }
879
+ .btn-danger:active,
880
+ .btn-danger.active,
881
+ .open .dropdown-toggle.btn-danger {
882
+ background-image: none;
883
+ }
884
+ .btn-danger.disabled,
885
+ .btn-danger[disabled],
886
+ fieldset[disabled] .btn-danger,
887
+ .btn-danger.disabled:hover,
888
+ .btn-danger[disabled]:hover,
889
+ fieldset[disabled] .btn-danger:hover,
890
+ .btn-danger.disabled:focus,
891
+ .btn-danger[disabled]:focus,
892
+ fieldset[disabled] .btn-danger:focus,
893
+ .btn-danger.disabled:active,
894
+ .btn-danger[disabled]:active,
895
+ fieldset[disabled] .btn-danger:active,
896
+ .btn-danger.disabled.active,
897
+ .btn-danger[disabled].active,
898
+ fieldset[disabled] .btn-danger.active {
899
+ background-color: #d9534f;
900
+ border-color: #d9534f;
901
+ }
902
+ .btn-success {
903
+ color: #fff;
904
+ background-color: #5cb85c;
905
+ border-color: #5cb85c;
906
+ }
907
+ .btn-success:hover,
908
+ .btn-success:focus,
909
+ .btn-success:active,
910
+ .btn-success.active,
911
+ .open .dropdown-toggle.btn-success {
912
+ color: #fff;
913
+ background-color: #47a447;
914
+ border-color: #419641;
915
+ }
916
+ .btn-success:active,
917
+ .btn-success.active,
918
+ .open .dropdown-toggle.btn-success {
919
+ background-image: none;
920
+ }
921
+ .btn-success.disabled,
922
+ .btn-success[disabled],
923
+ fieldset[disabled] .btn-success,
924
+ .btn-success.disabled:hover,
925
+ .btn-success[disabled]:hover,
926
+ fieldset[disabled] .btn-success:hover,
927
+ .btn-success.disabled:focus,
928
+ .btn-success[disabled]:focus,
929
+ fieldset[disabled] .btn-success:focus,
930
+ .btn-success.disabled:active,
931
+ .btn-success[disabled]:active,
932
+ fieldset[disabled] .btn-success:active,
933
+ .btn-success.disabled.active,
934
+ .btn-success[disabled].active,
935
+ fieldset[disabled] .btn-success.active {
936
+ background-color: #5cb85c;
937
+ border-color: #5cb85c;
938
+ }
939
+ .btn-info {
940
+ color: #fff;
941
+ background-color: #5bc0de;
942
+ border-color: #5bc0de;
943
+ }
944
+ .btn-info:hover,
945
+ .btn-info:focus,
946
+ .btn-info:active,
947
+ .btn-info.active,
948
+ .open .dropdown-toggle.btn-info {
949
+ color: #fff;
950
+ background-color: #39b3d7;
951
+ border-color: #2aabd2;
952
+ }
953
+ .btn-info:active,
954
+ .btn-info.active,
955
+ .open .dropdown-toggle.btn-info {
956
+ background-image: none;
957
+ }
958
+ .btn-info.disabled,
959
+ .btn-info[disabled],
960
+ fieldset[disabled] .btn-info,
961
+ .btn-info.disabled:hover,
962
+ .btn-info[disabled]:hover,
963
+ fieldset[disabled] .btn-info:hover,
964
+ .btn-info.disabled:focus,
965
+ .btn-info[disabled]:focus,
966
+ fieldset[disabled] .btn-info:focus,
967
+ .btn-info.disabled:active,
968
+ .btn-info[disabled]:active,
969
+ fieldset[disabled] .btn-info:active,
970
+ .btn-info.disabled.active,
971
+ .btn-info[disabled].active,
972
+ fieldset[disabled] .btn-info.active {
973
+ background-color: #5bc0de;
974
+ border-color: #5bc0de;
975
+ }
976
+ .btn-link {
977
+ color: #26b5cc;
978
+ font-weight: normal;
979
+ cursor: pointer;
980
+ border-radius: 0;
981
+ }
982
+ .btn-link,
983
+ .btn-link:active,
984
+ .btn-link[disabled],
985
+ fieldset[disabled] .btn-link {
986
+ background-color: transparent;
987
+ -webkit-box-shadow: none;
988
+ box-shadow: none;
989
+ }
990
+ .btn-link,
991
+ .btn-link:hover,
992
+ .btn-link:focus,
993
+ .btn-link:active {
994
+ border-color: transparent;
995
+ }
996
+ .btn-link:hover,
997
+ .btn-link:focus {
998
+ color: #48c8dd;
999
+ text-decoration: underline;
1000
+ background-color: transparent;
1001
+ }
1002
+ .btn-link[disabled]:hover,
1003
+ fieldset[disabled] .btn-link:hover,
1004
+ .btn-link[disabled]:focus,
1005
+ fieldset[disabled] .btn-link:focus {
1006
+ color: #9a9a9a;
1007
+ text-decoration: none;
1008
+ }
1009
+ .btn-lg {
1010
+ padding: 15px 15px;
1011
+ font-size: 14px;
1012
+ line-height: 1.33;
1013
+ border-radius: 6px;
1014
+ }
1015
+ .btn-sm,
1016
+ .btn-xs {
1017
+ padding: 5px 5px;
1018
+ font-size: 11px;
1019
+ line-height: 1.5;
1020
+ border-radius: 3px;
1021
+ }
1022
+ .btn-xs {
1023
+ padding: 1px 5px;
1024
+ }
1025
+ .btn-block {
1026
+ display: block;
1027
+ width: 100%;
1028
+ padding-left: 0;
1029
+ padding-right: 0;
1030
+ }
1031
+ .btn-block + .btn-block {
1032
+ margin-top: 5px;
1033
+ }
1034
+ input[type="submit"].btn-block,
1035
+ input[type="reset"].btn-block,
1036
+ input[type="button"].btn-block {
1037
+ width: 100%;
1038
+ }
1039
+ /* WebKit */
1040
+ input[type=range] {
1041
+ -webkit-appearance: none;
1042
+ }
1043
+ input[type=range]::-webkit-slider-runnable-track {
1044
+ width: 300px;
1045
+ height: 5px;
1046
+ background: #9a9a9a;
1047
+ border: none;
1048
+ }
1049
+ input[type=range]::-webkit-slider-thumb {
1050
+ -webkit-appearance: none;
1051
+ border: none;
1052
+ height: 16px;
1053
+ width: 16px;
1054
+ border-radius: 50%;
1055
+ background: #565656;
1056
+ margin-top: -5px;
1057
+ }
1058
+ input[type=range]:focus {
1059
+ outline: none;
1060
+ }
1061
+ input[type=range]:focus::-webkit-slider-runnable-track {
1062
+ background: #9a9a9a;
1063
+ }
1064
+ /* Firefox */
1065
+ input[type=range] {
1066
+ /* fix for FF unable to apply focus style bug */
1067
+ /*required for proper track sizing in FF*/
1068
+ width: 300px;
1069
+ }
1070
+ input[type=range]::-moz-range-track {
1071
+ width: 300px;
1072
+ height: 5px;
1073
+ background: #ddd;
1074
+ border: none;
1075
+ }
1076
+ input[type=range]::-moz-range-thumb {
1077
+ border: none;
1078
+ height: 16px;
1079
+ width: 16px;
1080
+ border-radius: 50%;
1081
+ background: #565656;
1082
+ }
1083
+ /*hide the outline behind the border*/
1084
+ input[type=range]:-moz-focusring {
1085
+ outline: 1px solid white;
1086
+ outline-offset: -1px;
1087
+ }
1088
+ input[type=range]:focus::-moz-range-track {
1089
+ background: #ccc;
1090
+ }
1091
+ /* IE */
1092
+ input[type=range]::-ms-track {
1093
+ width: 300px;
1094
+ height: 5px;
1095
+ /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
1096
+ background: transparent;
1097
+ /*leave room for the larger thumb to overflow with a transparent border */
1098
+ border-color: transparent;
1099
+ border-width: 6px 0;
1100
+ /*remove default tick marks*/
1101
+ color: transparent;
1102
+ }
1103
+ input[type=range]::-ms-fill-lower {
1104
+ background: #9a9a9a;
1105
+ }
1106
+ input[type=range]::-ms-fill-upper {
1107
+ background: #9a9a9a;
1108
+ }
1109
+ input[type=range]::-ms-thumb {
1110
+ border: none;
1111
+ height: 16px;
1112
+ width: 16px;
1113
+ border-radius: 50%;
1114
+ background: #565656;
1115
+ }
1116
+ input[type=range]:focus::-ms-fill-lower {
1117
+ background: #9a9a9a;
1118
+ }
1119
+ input[type=range]:focus::-ms-fill-upper {
1120
+ background: #efefef;
1121
+ }
1122
+ .btn-default .caret {
1123
+ border-top-color: #fff;
1124
+ }
1125
+ .btn-primary .caret,
1126
+ .btn-success .caret,
1127
+ .btn-warning .caret,
1128
+ .btn-danger .caret,
1129
+ .btn-info .caret {
1130
+ border-top-color: #fff;
1131
+ }
1132
+ .dropup .btn-default .caret {
1133
+ border-bottom-color: #fff;
1134
+ }
1135
+ .dropup .btn-primary .caret,
1136
+ .dropup .btn-success .caret,
1137
+ .dropup .btn-warning .caret,
1138
+ .dropup .btn-danger .caret,
1139
+ .dropup .btn-info .caret {
1140
+ border-bottom-color: #fff;
1141
+ }
1142
+ .btn-group,
1143
+ .btn-group-vertical {
1144
+ position: relative;
1145
+ display: inline-block;
1146
+ vertical-align: middle;
1147
+ }
1148
+ .btn-group > .btn,
1149
+ .btn-group-vertical > .btn {
1150
+ position: relative;
1151
+ float: left;
1152
+ }
1153
+ .btn-group > .btn:hover,
1154
+ .btn-group-vertical > .btn:hover,
1155
+ .btn-group > .btn:focus,
1156
+ .btn-group-vertical > .btn:focus,
1157
+ .btn-group > .btn:active,
1158
+ .btn-group-vertical > .btn:active,
1159
+ .btn-group > .btn.active,
1160
+ .btn-group-vertical > .btn.active {
1161
+ z-index: 2;
1162
+ }
1163
+ .btn-group > .btn:focus,
1164
+ .btn-group-vertical > .btn:focus {
1165
+ outline: none;
1166
+ }
1167
+ .btn-group .btn + .btn,
1168
+ .btn-group .btn + .btn-group,
1169
+ .btn-group .btn-group + .btn,
1170
+ .btn-group .btn-group + .btn-group {
1171
+ margin-left: -1px;
1172
+ }
1173
+ .btn-toolbar:before,
1174
+ .btn-toolbar:after {
1175
+ content: " ";
1176
+ /* 1 */
1177
+ display: table;
1178
+ /* 2 */
1179
+ }
1180
+ .btn-toolbar:after {
1181
+ clear: both;
1182
+ }
1183
+ .btn-toolbar .btn-group {
1184
+ float: left;
1185
+ }
1186
+ .btn-toolbar > .btn + .btn,
1187
+ .btn-toolbar > .btn-group + .btn,
1188
+ .btn-toolbar > .btn + .btn-group,
1189
+ .btn-toolbar > .btn-group + .btn-group {
1190
+ margin-left: 5px;
1191
+ }
1192
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1193
+ border-radius: 0;
1194
+ }
1195
+ .btn-group > .btn:first-child {
1196
+ margin-left: 0;
1197
+ }
1198
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1199
+ border-bottom-right-radius: 0;
1200
+ border-top-right-radius: 0;
1201
+ }
1202
+ .btn-group > .btn:last-child:not(:first-child),
1203
+ .btn-group > .dropdown-toggle:not(:first-child) {
1204
+ border-bottom-left-radius: 0;
1205
+ border-top-left-radius: 0;
1206
+ }
1207
+ .btn-group > .btn-group {
1208
+ float: left;
1209
+ }
1210
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1211
+ border-radius: 0;
1212
+ }
1213
+ .btn-group > .btn-group:first-child > .btn:last-child,
1214
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
1215
+ border-bottom-right-radius: 0;
1216
+ border-top-right-radius: 0;
1217
+ }
1218
+ .btn-group > .btn-group:last-child > .btn:first-child {
1219
+ border-bottom-left-radius: 0;
1220
+ border-top-left-radius: 0;
1221
+ }
1222
+ .btn-group .dropdown-toggle:active,
1223
+ .btn-group.open .dropdown-toggle {
1224
+ outline: 0;
1225
+ }
1226
+ .btn-group-xs > .btn {
1227
+ padding: 5px 5px;
1228
+ font-size: 11px;
1229
+ line-height: 1.5;
1230
+ border-radius: 3px;
1231
+ padding: 1px 5px;
1232
+ }
1233
+ .btn-group-sm > .btn {
1234
+ padding: 5px 5px;
1235
+ font-size: 11px;
1236
+ line-height: 1.5;
1237
+ border-radius: 3px;
1238
+ }
1239
+ .btn-group-lg > .btn {
1240
+ padding: 15px 15px;
1241
+ font-size: 14px;
1242
+ line-height: 1.33;
1243
+ border-radius: 6px;
1244
+ }
1245
+ .btn-group > .btn + .dropdown-toggle {
1246
+ padding-left: 8px;
1247
+ padding-right: 8px;
1248
+ }
1249
+ .btn-group > .btn-lg + .dropdown-toggle {
1250
+ padding-left: 12px;
1251
+ padding-right: 12px;
1252
+ }
1253
+ .btn-group.open .dropdown-toggle {
1254
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1255
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1256
+ }
1257
+ .btn .caret {
1258
+ margin-left: 0;
1259
+ }
1260
+ .btn-lg .caret {
1261
+ border-width: 5px 5px 0;
1262
+ border-bottom-width: 0;
1263
+ }
1264
+ .dropup .btn-lg .caret {
1265
+ border-width: 0 5px 5px;
1266
+ }
1267
+ .btn-group-vertical > .btn,
1268
+ .btn-group-vertical > .btn-group {
1269
+ display: block;
1270
+ float: none;
1271
+ width: 100%;
1272
+ max-width: 100%;
1273
+ }
1274
+ .btn-group-vertical > .btn-group:before,
1275
+ .btn-group-vertical > .btn-group:after {
1276
+ content: " ";
1277
+ /* 1 */
1278
+ display: table;
1279
+ /* 2 */
1280
+ }
1281
+ .btn-group-vertical > .btn-group:after {
1282
+ clear: both;
1283
+ }
1284
+ .btn-group-vertical > .btn-group > .btn {
1285
+ float: none;
1286
+ }
1287
+ .btn-group-vertical > .btn + .btn,
1288
+ .btn-group-vertical > .btn + .btn-group,
1289
+ .btn-group-vertical > .btn-group + .btn,
1290
+ .btn-group-vertical > .btn-group + .btn-group {
1291
+ margin-top: -1px;
1292
+ margin-left: 0;
1293
+ }
1294
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1295
+ border-radius: 0;
1296
+ }
1297
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
1298
+ border-top-right-radius: 4px;
1299
+ border-bottom-right-radius: 0;
1300
+ border-bottom-left-radius: 0;
1301
+ }
1302
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
1303
+ border-bottom-left-radius: 4px;
1304
+ border-top-right-radius: 0;
1305
+ border-top-left-radius: 0;
1306
+ }
1307
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1308
+ border-radius: 0;
1309
+ }
1310
+ .btn-group-vertical > .btn-group:first-child > .btn:last-child,
1311
+ .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
1312
+ border-bottom-right-radius: 0;
1313
+ border-bottom-left-radius: 0;
1314
+ }
1315
+ .btn-group-vertical > .btn-group:last-child > .btn:first-child {
1316
+ border-top-right-radius: 0;
1317
+ border-top-left-radius: 0;
1318
+ }
1319
+ .btn-group-justified {
1320
+ display: table;
1321
+ width: 100%;
1322
+ table-layout: fixed;
1323
+ border-collapse: separate;
1324
+ }
1325
+ .btn-group-justified .btn {
1326
+ float: none;
1327
+ display: table-cell;
1328
+ width: 1%;
1329
+ }
1330
+ [data-toggle="buttons"] > .btn > input[type="radio"],
1331
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
1332
+ display: none;
1333
+ }
1334
+ #app .headerPanel {
1335
+ color: #000;
1336
+ }
1337
+ #app .headerPanel a.imageBtn {
1338
+ height: 30px;
1339
+ width: 30px;
1340
+ float: left;
1341
+ }
1342
+ #app .headerPanel.showInformation {
1343
+ height: 80px;
1344
+ }
1345
+ #app .headerPanel .options {
1346
+ height: 40px;
1347
+ background-color: #211f1f;
1348
+ }
1349
+ #app .headerPanel .options .centerOptions {
1350
+ margin: 5px 0 0 0;
1351
+ position: absolute;
1352
+ }
1353
+ #app .headerPanel .options .rightOptions {
1354
+ float: right;
1355
+ margin: 5px 0 0 0;
1356
+ }
1357
+ #app .headerPanel .options .rightOptions .settings {
1358
+ background: url('../../img/uv-shared-module/settings.png');
1359
+ height: 30px;
1360
+ width: 30px;
1361
+ margin-right: 8px;
1362
+ }
1363
+ #app .headerPanel .informationBox {
1364
+ background: #FFB81D;
1365
+ color: #343434;
1366
+ width: 100%;
1367
+ position: absolute;
1368
+ height: 40px;
1369
+ }
1370
+ #app .headerPanel .informationBox .message {
1371
+ float: left;
1372
+ overflow: hidden;
1373
+ margin: 13px;
1374
+ }
1375
+ #app .headerPanel .informationBox .actions {
1376
+ float: left;
1377
+ margin: 6px 0 0 0;
1378
+ }
1379
+ #app .headerPanel .informationBox .actions .btn {
1380
+ margin: 0 6px 0 0;
1381
+ }
1382
+ #app .headerPanel .informationBox .close {
1383
+ float: right;
1384
+ background-image: url('../../img/uv-shared-module/close_information_box.png');
1385
+ background-repeat: no-repeat;
1386
+ width: 17px;
1387
+ height: 17px;
1388
+ background-position: 4px 4px;
1389
+ cursor: pointer;
1390
+ margin: 12px;
1391
+ }
1392
+ #app .leftPanel a {
1393
+ color: #fff;
1394
+ text-decoration: none;
1395
+ }
1396
+ #app .leftPanel .top {
1397
+ height: 35px;
1398
+ position: relative;
1399
+ }
1400
+ #app .leftPanel .top .title {
1401
+ height: 20px;
1402
+ margin: 9px 0 0 10px;
1403
+ float: left;
1404
+ cursor: pointer;
1405
+ }
1406
+ #app .leftPanel .top .collapseButton {
1407
+ float: right;
1408
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
1409
+ width: 20px;
1410
+ height: 20px;
1411
+ cursor: pointer;
1412
+ margin: 7px 5px 0 0;
1413
+ display: block;
1414
+ }
1415
+ #app .leftPanel .top .expandFullButton {
1416
+ float: right;
1417
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
1418
+ width: 20px;
1419
+ height: 20px;
1420
+ cursor: pointer;
1421
+ margin: 7px 5px 0 0;
1422
+ display: none;
1423
+ }
1424
+ #app .leftPanel .closed {
1425
+ width: 25px;
1426
+ float: right;
1427
+ }
1428
+ #app .leftPanel .closed .title {
1429
+ color: #fff;
1430
+ text-decoration: none;
1431
+ white-space: nowrap;
1432
+ display: block;
1433
+ margin: 8px 8px 0 0px;
1434
+ cursor: pointer;
1435
+ text-transform: uppercase;
1436
+ -webkit-transform: rotate(90deg);
1437
+ -ms-transform: rotate(90deg);
1438
+ transform: rotate(90deg);
1439
+ }
1440
+ #app .leftPanel .closed .title:link,
1441
+ #app .leftPanel .closed .title:visited,
1442
+ #app .leftPanel .closed .title:hover,
1443
+ #app .leftPanel .closed .title:active {
1444
+ color: #fff;
1445
+ text-decoration: none;
1446
+ }
1447
+ #app .leftPanel .closed .expandButton {
1448
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
1449
+ width: 20px;
1450
+ height: 20px;
1451
+ cursor: pointer;
1452
+ margin: 7px 5px 0 0;
1453
+ display: block;
1454
+ }
1455
+ #app.browser-Explorer.browser-version-8 .leftPanel .closed .title {
1456
+ writing-mode: tb-lr;
1457
+ }
1458
+ #app .rightPanel .top {
1459
+ height: 35px;
1460
+ position: relative;
1461
+ }
1462
+ #app .rightPanel .top .title {
1463
+ position: absolute;
1464
+ height: 20px;
1465
+ margin-top: 9px;
1466
+ cursor: pointer;
1467
+ left: 35px;
1468
+ }
1469
+ #app .rightPanel .top .collapseButton {
1470
+ position: absolute;
1471
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
1472
+ width: 20px;
1473
+ height: 20px;
1474
+ cursor: pointer;
1475
+ margin-top: 7px;
1476
+ display: block;
1477
+ left: 5px;
1478
+ }
1479
+ #app .rightPanel .top .expandFullButton {
1480
+ position: absolute;
1481
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
1482
+ width: 20px;
1483
+ height: 20px;
1484
+ cursor: pointer;
1485
+ margin-top: 7px;
1486
+ display: none;
1487
+ left: 5px;
1488
+ }
1489
+ #app .rightPanel .closed {
1490
+ width: 25px;
1491
+ }
1492
+ #app .rightPanel .closed .title {
1493
+ color: #fff;
1494
+ text-decoration: none;
1495
+ white-space: nowrap;
1496
+ display: block;
1497
+ margin: 8px 3px 0 5px;
1498
+ cursor: pointer;
1499
+ text-transform: uppercase;
1500
+ -webkit-transform: rotate(90deg);
1501
+ -ms-transform: rotate(90deg);
1502
+ transform: rotate(90deg);
1503
+ }
1504
+ #app .rightPanel .closed .title:link,
1505
+ #app .rightPanel .closed .title:visited,
1506
+ #app .rightPanel .closed .title:hover,
1507
+ #app .rightPanel .closed .title:active {
1508
+ color: #fff;
1509
+ text-decoration: none;
1510
+ }
1511
+ #app .rightPanel .closed .expandButton {
1512
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
1513
+ width: 20px;
1514
+ height: 20px;
1515
+ cursor: pointer;
1516
+ margin: 7px 0 0 5px;
1517
+ display: block;
1518
+ }
1519
+ #app .rightPanel .main {
1520
+ margin-right: 10px;
1521
+ margin-bottom: 10px;
1522
+ }
1523
+ #app.browser-Explorer.browser-version-8 .rightPanel .closed .title {
1524
+ writing-mode: tb-lr;
1525
+ }
1526
+ #app .centerPanel .title {
1527
+ height: 38px;
1528
+ font-size: 20px;
1529
+ color: #fff;
1530
+ padding: 0 20px 0 20px;
1531
+ }
1532
+ #app .centerPanel .title span {
1533
+ line-height: 30px;
1534
+ }
1535
+ #app .centerPanel .content .attribution {
1536
+ background: #343434;
1537
+ background: rgba(52, 52, 52, 0.7);
1538
+ position: absolute;
1539
+ width: 190px;
1540
+ padding: 10px 10px 10px 10px;
1541
+ margin: 10px 0 5px 15px;
1542
+ font-size: 11px;
1543
+ }
1544
+ #app .centerPanel .content .attribution .header {
1545
+ overflow: hidden;
1546
+ }
1547
+ #app .centerPanel .content .attribution .header .title {
1548
+ font-size: 11px;
1549
+ font-weight: bold;
1550
+ height: 20px;
1551
+ width: 150px;
1552
+ line-height: 18px;
1553
+ float: left;
1554
+ padding: 0;
1555
+ text-transform: uppercase;
1556
+ }
1557
+ #app .centerPanel .content .attribution .header .close {
1558
+ width: 16px;
1559
+ height: 16px;
1560
+ margin: 2px;
1561
+ float: right;
1562
+ background-image: url('../../img/uv-shared-module/close_attribution.png');
1563
+ cursor: pointer;
1564
+ }
1565
+ #app .centerPanel .content .attribution .main {
1566
+ margin-top: 5px;
1567
+ }
1568
+ #app .centerPanel .content .attribution .main img {
1569
+ margin-top: 5px;
1570
+ margin-bottom: 5px;
1571
+ max-width: 100px;
1572
+ }
1573
+ #app .centerPanel .content .attribution .main a:not(.toggle) {
1574
+ color: #26b5cc;
1575
+ }
1576
+ #app .centerPanel .content .attribution .main a:not(.toggle):link {
1577
+ color: #26b5cc;
1578
+ }
1579
+ #app .centerPanel .content .attribution .main a:not(.toggle):hover {
1580
+ color: #26b5cc;
1581
+ }
1582
+ #app .centerPanel .content .attribution .main a:not(.toggle):visited {
1583
+ color: #26b5cc;
1584
+ }
1585
+ #app .centerPanel .content .attribution .main a:not(.toggle):active {
1586
+ color: #26b5cc;
1587
+ }
1588
+ #app .centerPanel .content .attribution .main .attribution-text {
1589
+ overflow: hidden;
1590
+ }
1591
+ #app .footerPanel .searchOptions {
1592
+ width: 425px;
1593
+ }
1594
+ #app .footerPanel .options {
1595
+ height: 41px;
1596
+ }
1597
+ #app .footerPanel .options a {
1598
+ float: left;
1599
+ margin-top: 10px;
1600
+ margin-right: 15px;
1601
+ }
1602
+ #app .footerPanel .options a.moreInfo {
1603
+ background-image: url('../../img/uv-shared-module/moreinfo.png');
1604
+ background-repeat: no-repeat;
1605
+ height: 21px;
1606
+ line-height: 21px;
1607
+ cursor: pointer;
1608
+ color: #fff;
1609
+ text-decoration: none;
1610
+ background-position: left center;
1611
+ padding-left: 35px;
1612
+ padding-right: 10px;
1613
+ line-height: 22px;
1614
+ }
1615
+ #app .footerPanel .options a.moreInfo:link,
1616
+ #app .footerPanel .options a.moreInfo:visited,
1617
+ #app .footerPanel .options a.moreInfo:hover,
1618
+ #app .footerPanel .options a.moreInfo:active {
1619
+ color: #fff;
1620
+ text-decoration: none;
1621
+ }
1622
+ #app .footerPanel .options a.open {
1623
+ background-image: url('../../img/uv-shared-module/open.png');
1624
+ background-repeat: no-repeat;
1625
+ height: 21px;
1626
+ line-height: 21px;
1627
+ cursor: pointer;
1628
+ color: #fff;
1629
+ text-decoration: none;
1630
+ background-position: left center;
1631
+ padding-left: 35px;
1632
+ padding-right: 10px;
1633
+ line-height: 22px;
1634
+ }
1635
+ #app .footerPanel .options a.open:link,
1636
+ #app .footerPanel .options a.open:visited,
1637
+ #app .footerPanel .options a.open:hover,
1638
+ #app .footerPanel .options a.open:active {
1639
+ color: #fff;
1640
+ text-decoration: none;
1641
+ }
1642
+ #app .footerPanel .options a.share {
1643
+ background-image: url('../../img/uv-shared-module/share.png');
1644
+ background-repeat: no-repeat;
1645
+ height: 21px;
1646
+ line-height: 21px;
1647
+ cursor: pointer;
1648
+ color: #fff;
1649
+ text-decoration: none;
1650
+ background-position: left center;
1651
+ padding-left: 35px;
1652
+ padding-right: 10px;
1653
+ line-height: 22px;
1654
+ }
1655
+ #app .footerPanel .options a.share:link,
1656
+ #app .footerPanel .options a.share:visited,
1657
+ #app .footerPanel .options a.share:hover,
1658
+ #app .footerPanel .options a.share:active {
1659
+ color: #fff;
1660
+ text-decoration: none;
1661
+ }
1662
+ #app .footerPanel .options a.embed {
1663
+ background-image: url('../../img/uv-shared-module/embed.png');
1664
+ background-repeat: no-repeat;
1665
+ height: 21px;
1666
+ line-height: 21px;
1667
+ cursor: pointer;
1668
+ color: #fff;
1669
+ text-decoration: none;
1670
+ background-position: left center;
1671
+ padding-left: 35px;
1672
+ padding-right: 10px;
1673
+ line-height: 22px;
1674
+ }
1675
+ #app .footerPanel .options a.embed:link,
1676
+ #app .footerPanel .options a.embed:visited,
1677
+ #app .footerPanel .options a.embed:hover,
1678
+ #app .footerPanel .options a.embed:active {
1679
+ color: #fff;
1680
+ text-decoration: none;
1681
+ }
1682
+ #app .footerPanel .options a.download {
1683
+ background-image: url('../../img/uv-shared-module/download.png');
1684
+ background-repeat: no-repeat;
1685
+ height: 21px;
1686
+ line-height: 21px;
1687
+ cursor: pointer;
1688
+ color: #fff;
1689
+ text-decoration: none;
1690
+ background-position: left center;
1691
+ padding-left: 30px;
1692
+ padding-right: 10px;
1693
+ line-height: 22px;
1694
+ }
1695
+ #app .footerPanel .options a.download:link,
1696
+ #app .footerPanel .options a.download:visited,
1697
+ #app .footerPanel .options a.download:hover,
1698
+ #app .footerPanel .options a.download:active {
1699
+ color: #fff;
1700
+ text-decoration: none;
1701
+ }
1702
+ #app .footerPanel .options a.bookmark {
1703
+ background-image: url('../../img/uv-shared-module/bookmark.png');
1704
+ background-repeat: no-repeat;
1705
+ height: 21px;
1706
+ line-height: 21px;
1707
+ cursor: pointer;
1708
+ color: #fff;
1709
+ text-decoration: none;
1710
+ background-position: left center;
1711
+ padding-left: 30px;
1712
+ padding-right: 10px;
1713
+ line-height: 22px;
1714
+ }
1715
+ #app .footerPanel .options a.bookmark:link,
1716
+ #app .footerPanel .options a.bookmark:visited,
1717
+ #app .footerPanel .options a.bookmark:hover,
1718
+ #app .footerPanel .options a.bookmark:active {
1719
+ color: #fff;
1720
+ text-decoration: none;
1721
+ }
1722
+ #app .footerPanel .options a.feedback {
1723
+ background-image: url('../../img/uv-shared-module/feedback.png');
1724
+ background-repeat: no-repeat;
1725
+ height: 21px;
1726
+ line-height: 21px;
1727
+ cursor: pointer;
1728
+ color: #fff;
1729
+ text-decoration: none;
1730
+ background-position: left center;
1731
+ padding-left: 30px;
1732
+ padding-right: 10px;
1733
+ line-height: 22px;
1734
+ }
1735
+ #app .footerPanel .options a.feedback:link,
1736
+ #app .footerPanel .options a.feedback:visited,
1737
+ #app .footerPanel .options a.feedback:hover,
1738
+ #app .footerPanel .options a.feedback:active {
1739
+ color: #fff;
1740
+ text-decoration: none;
1741
+ }
1742
+ #app .footerPanel .options a.print {
1743
+ background-image: url('../../img/uv-shared-module/print.png');
1744
+ background-repeat: no-repeat;
1745
+ height: 21px;
1746
+ line-height: 21px;
1747
+ cursor: pointer;
1748
+ color: #fff;
1749
+ text-decoration: none;
1750
+ background-position: left center;
1751
+ padding-left: 30px;
1752
+ padding-right: 10px;
1753
+ line-height: 22px;
1754
+ }
1755
+ #app .footerPanel .options a.print:link,
1756
+ #app .footerPanel .options a.print:visited,
1757
+ #app .footerPanel .options a.print:hover,
1758
+ #app .footerPanel .options a.print:active {
1759
+ color: #fff;
1760
+ text-decoration: none;
1761
+ }
1762
+ #app .footerPanel .options a.fullScreen {
1763
+ background-image: url('../../img/uv-shared-module/fullscreen.png');
1764
+ background-repeat: no-repeat;
1765
+ height: 21px;
1766
+ line-height: 21px;
1767
+ cursor: pointer;
1768
+ color: #fff;
1769
+ text-decoration: none;
1770
+ background-position: right center;
1771
+ padding-right: 30px;
1772
+ padding-left: 10px;
1773
+ line-height: 22px;
1774
+ min-width: 25px;
1775
+ float: right;
1776
+ margin-right: 0;
1777
+ }
1778
+ #app .footerPanel .options a.fullScreen:link,
1779
+ #app .footerPanel .options a.fullScreen:visited,
1780
+ #app .footerPanel .options a.fullScreen:hover,
1781
+ #app .footerPanel .options a.fullScreen:active {
1782
+ color: #fff;
1783
+ text-decoration: none;
1784
+ }
1785
+ #app .footerPanel .options a.exitFullscreen {
1786
+ background-image: url('../../img/uv-shared-module/exit_fullscreen.png');
1787
+ background-repeat: no-repeat;
1788
+ height: 21px;
1789
+ line-height: 21px;
1790
+ cursor: pointer;
1791
+ color: #fff;
1792
+ text-decoration: none;
1793
+ background-position: right center;
1794
+ padding-right: 30px;
1795
+ padding-left: 10px;
1796
+ line-height: 22px;
1797
+ min-width: 25px;
1798
+ float: right;
1799
+ margin-right: 0;
1800
+ }
1801
+ #app .footerPanel .options a.exitFullscreen:link,
1802
+ #app .footerPanel .options a.exitFullscreen:visited,
1803
+ #app .footerPanel .options a.exitFullscreen:hover,
1804
+ #app .footerPanel .options a.exitFullscreen:active {
1805
+ color: #fff;
1806
+ text-decoration: none;
1807
+ }
1808
+ #app .footerPanel .options.minimiseButtons a:first-child {
1809
+ margin-left: 10px;
1810
+ }
1811
+ #app .footerPanel .options.minimiseButtons a.moreInfo {
1812
+ font: 0/0 a;
1813
+ text-shadow: none;
1814
+ background-color: transparent;
1815
+ border: 0;
1816
+ line-height: 0;
1817
+ font-size: 0;
1818
+ color: transparent;
1819
+ width: 27px;
1820
+ padding: 0;
1821
+ }
1822
+ #app .footerPanel .options.minimiseButtons a.open {
1823
+ font: 0/0 a;
1824
+ text-shadow: none;
1825
+ background-color: transparent;
1826
+ border: 0;
1827
+ line-height: 0;
1828
+ font-size: 0;
1829
+ color: transparent;
1830
+ width: 27px;
1831
+ padding: 0;
1832
+ }
1833
+ #app .footerPanel .options.minimiseButtons a.download {
1834
+ font: 0/0 a;
1835
+ text-shadow: none;
1836
+ background-color: transparent;
1837
+ border: 0;
1838
+ line-height: 0;
1839
+ font-size: 0;
1840
+ color: transparent;
1841
+ width: 27px;
1842
+ padding: 0;
1843
+ }
1844
+ #app .footerPanel .options.minimiseButtons a.bookmark {
1845
+ font: 0/0 a;
1846
+ text-shadow: none;
1847
+ background-color: transparent;
1848
+ border: 0;
1849
+ line-height: 0;
1850
+ font-size: 0;
1851
+ color: transparent;
1852
+ width: 27px;
1853
+ padding: 0;
1854
+ }
1855
+ #app .footerPanel .options.minimiseButtons a.feedback {
1856
+ font: 0/0 a;
1857
+ text-shadow: none;
1858
+ background-color: transparent;
1859
+ border: 0;
1860
+ line-height: 0;
1861
+ font-size: 0;
1862
+ color: transparent;
1863
+ width: 27px;
1864
+ padding: 0;
1865
+ }
1866
+ #app .footerPanel .options.minimiseButtons a.print {
1867
+ font: 0/0 a;
1868
+ text-shadow: none;
1869
+ background-color: transparent;
1870
+ border: 0;
1871
+ line-height: 0;
1872
+ font-size: 0;
1873
+ color: transparent;
1874
+ width: 27px;
1875
+ padding: 0;
1876
+ }
1877
+ #app .footerPanel .options.minimiseButtons a.share {
1878
+ font: 0/0 a;
1879
+ text-shadow: none;
1880
+ background-color: transparent;
1881
+ border: 0;
1882
+ line-height: 0;
1883
+ font-size: 0;
1884
+ color: transparent;
1885
+ width: 27px;
1886
+ padding: 0;
1887
+ }
1888
+ #app .footerPanel .options.minimiseButtons a.embed {
1889
+ font: 0/0 a;
1890
+ text-shadow: none;
1891
+ background-color: transparent;
1892
+ border: 0;
1893
+ line-height: 0;
1894
+ font-size: 0;
1895
+ color: transparent;
1896
+ width: 27px;
1897
+ padding: 0;
1898
+ }
1899
+ #app .footerPanel .options.minimiseButtons a.fullScreen {
1900
+ font: 0/0 a;
1901
+ text-shadow: none;
1902
+ background-color: transparent;
1903
+ border: 0;
1904
+ line-height: 0;
1905
+ font-size: 0;
1906
+ color: transparent;
1907
+ width: 21px;
1908
+ padding: 0;
1909
+ }
1910
+ #app .footerPanel .options.minimiseButtons a.exitFullscreen {
1911
+ font: 0/0 a;
1912
+ text-shadow: none;
1913
+ background-color: transparent;
1914
+ border: 0;
1915
+ line-height: 0;
1916
+ font-size: 0;
1917
+ color: transparent;
1918
+ width: 21px;
1919
+ padding: 0;
1920
+ }
1921
+ #app .footerPanel .options.minimiseButtons a.normal {
1922
+ font: 0/0 a;
1923
+ text-shadow: none;
1924
+ background-color: transparent;
1925
+ border: 0;
1926
+ line-height: 0;
1927
+ font-size: 0;
1928
+ color: transparent;
1929
+ width: 21px;
1930
+ padding: 0;
1931
+ }
1932
+ #app.lightbox .footerPanel .options a.imageBtn.normal {
1933
+ background: url('../../img/uv-shared-module/close_lightbox.png') no-repeat;
1934
+ }
1935
+ #app .overlays {
1936
+ position: absolute;
1937
+ top: 0;
1938
+ left: 0;
1939
+ background: rgba(0, 0, 0, 0.5);
1940
+ background-image: url('../../img/uv-shared-module/modal_bg.gif');
1941
+ display: none;
1942
+ }
1943
+ #app .overlay {
1944
+ position: absolute;
1945
+ }
1946
+ #app .overlay .top {
1947
+ width: 100%;
1948
+ overflow: auto;
1949
+ }
1950
+ #app .overlay .top .close {
1951
+ font: 0/0 a;
1952
+ text-shadow: none;
1953
+ background-color: transparent;
1954
+ border: 0;
1955
+ line-height: 0;
1956
+ font-size: 0;
1957
+ color: transparent;
1958
+ background-image: url('../../img/uv-shared-module/close.png');
1959
+ width: 24px;
1960
+ height: 24px;
1961
+ float: right;
1962
+ background-color: #14a4c3;
1963
+ }
1964
+ #app .overlay .middle {
1965
+ width: 100%;
1966
+ background: #fff;
1967
+ }
1968
+ #app .overlay .middle .content {
1969
+ padding-right: 10px;
1970
+ padding-bottom: 10px;
1971
+ padding-left: 10px;
1972
+ overflow: auto;
1973
+ }
1974
+ #app .overlay .middle .content .buttons {
1975
+ padding: 10px 0 0 0;
1976
+ float: right;
1977
+ }
1978
+ #app .overlay .middle .content .buttons .btn {
1979
+ margin: 0 0 0 10px;
1980
+ }
1981
+ #app .overlay .middle .content h1 {
1982
+ color: #000;
1983
+ font-size: 18px;
1984
+ font-weight: bold;
1985
+ margin: 15px 0px 0px 0px;
1986
+ padding: 0 0 10px 0;
1987
+ }
1988
+ #app .overlay .middle .content h2 {
1989
+ color: #000;
1990
+ font-size: 14px;
1991
+ font-weight: bold;
1992
+ margin: 0;
1993
+ padding: 15px 0 10px 0;
1994
+ }
1995
+ #app .overlay .middle .content p {
1996
+ margin: 0;
1997
+ padding: 10px 0 10px 0;
1998
+ }
1999
+ #app .overlay .middle .content p p {
2000
+ padding-top: 0;
2001
+ }
2002
+ #app .overlay .middle .content ol.options {
2003
+ list-style-image: none;
2004
+ list-style-position: inside;
2005
+ list-style-type: none;
2006
+ margin: 0;
2007
+ }
2008
+ #app .overlay .middle .content ol.options li {
2009
+ margin: 2px 0 0 0;
2010
+ padding: 4px;
2011
+ }
2012
+ #app .overlay .middle .content ol.options li input {
2013
+ margin: 0;
2014
+ padding: 0;
2015
+ width: auto;
2016
+ height: auto;
2017
+ display: inline;
2018
+ }
2019
+ #app .overlay .middle .content ol.options li label {
2020
+ display: inline;
2021
+ margin: 0 0 0 5px;
2022
+ padding: 0;
2023
+ float: none;
2024
+ clear: none;
2025
+ line-height: 0.9em;
2026
+ text-align: left;
2027
+ width: 200px;
2028
+ }
2029
+ #app .overlay .bottom {
2030
+ height: 11px;
2031
+ background: url('../../img/uv-shared-module/dialogue_arrow.png') no-repeat;
2032
+ }
2033
+ #app .overlay.genericDialogue {
2034
+ width: 250px;
2035
+ }
2036
+ #app .overlay.genericDialogue .bottom {
2037
+ background: none;
2038
+ }
2039
+ #app .overlay.genericDialogue .message {
2040
+ color: #000;
2041
+ padding: 10px 0 10px 0;
2042
+ }
2043
+ #app .overlay.genericDialogue .accept {
2044
+ float: right;
2045
+ }
2046
+ #app .overlay .scroll {
2047
+ margin: 10px 0 0 0;
2048
+ padding: 0 10px 0 0;
2049
+ overflow: auto;
2050
+ }
2051
+ .iiif-gallery-component *,
2052
+ .iiif-gallery-component *:before,
2053
+ .iiif-gallery-component *:after {
2054
+ -webkit-box-sizing: border-box;
2055
+ -moz-box-sizing: border-box;
2056
+ box-sizing: border-box;
2057
+ }
2058
+ .iiif-gallery-component .header {
2059
+ overflow: hidden;
2060
+ height: 45px;
2061
+ }
2062
+ .iiif-gallery-component .header .left {
2063
+ float: left;
2064
+ overflow: hidden;
2065
+ }
2066
+ .iiif-gallery-component .header .right {
2067
+ float: right;
2068
+ overflow: hidden;
2069
+ }
2070
+ .iiif-gallery-component .header .right .multiSelectOptions .multiSelectAll {
2071
+ float: left;
2072
+ }
2073
+ .iiif-gallery-component .header .right .multiSelectOptions .select {
2074
+ margin-left: 10px;
2075
+ }
2076
+ .iiif-gallery-component .header .btn {
2077
+ float: left;
2078
+ width: 30px;
2079
+ height: 30px;
2080
+ }
2081
+ .iiif-gallery-component .header .btn.size-up {
2082
+ margin-left: 5px;
2083
+ }
2084
+ .iiif-gallery-component .header .btn.size-down {
2085
+ margin-right: 5px;
2086
+ }
2087
+ .iiif-gallery-component .header input[type="range"] {
2088
+ float: left;
2089
+ margin-top: 12px;
2090
+ width: 100px;
2091
+ }
2092
+ .iiif-gallery-component .main {
2093
+ overflow: auto;
2094
+ overflow-x: hidden;
2095
+ height: 1000px;
2096
+ }
2097
+ .iiif-gallery-component .main .thumbs {
2098
+ margin-right: 10px;
2099
+ overflow: hidden;
2100
+ position: relative;
2101
+ }
2102
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb input {
2103
+ display: none;
2104
+ }
2105
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
2106
+ background: none;
2107
+ border: 2px solid transparent;
2108
+ }
2109
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea input {
2110
+ display: block;
2111
+ }
2112
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea .wrap.multiSelected {
2113
+ border: 2px solid #14a4c3;
2114
+ }
2115
+ .iiif-gallery-component .main .thumbs .thumb {
2116
+ margin: 0 7px 7px 0;
2117
+ }
2118
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
2119
+ border: 2px solid transparent;
2120
+ padding: 2px;
2121
+ }
2122
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
2123
+ display: none;
2124
+ }
2125
+ .iiif-gallery-component .main .thumbs .thumb .info span {
2126
+ color: transparent;
2127
+ padding: 2px 0 0 0;
2128
+ }
2129
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
2130
+ background: none;
2131
+ }
2132
+ .iiif-gallery-component .main .thumbs .thumb.selected .wrap {
2133
+ border: 2px solid transparent;
2134
+ }
2135
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap {
2136
+ border: 2px solid #373737;
2137
+ }
2138
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap img {
2139
+ display: block;
2140
+ }
2141
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info span {
2142
+ color: #fff;
2143
+ }
2144
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info .searchResults {
2145
+ color: #14a4c3;
2146
+ background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
2147
+ }
2148
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.selected .wrap {
2149
+ border: 2px solid #fff;
2150
+ }
2151
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.searchpreview .wrap {
2152
+ border: 2px solid #26b5cc;
2153
+ }
2154
+ .iiif-gallery-component .main .thumbs .thumb {
2155
+ float: left;
2156
+ cursor: pointer;
2157
+ }
2158
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
2159
+ overflow: hidden;
2160
+ text-align: center;
2161
+ background: none;
2162
+ position: relative;
2163
+ }
2164
+ .iiif-gallery-component .main .thumbs .thumb .wrap.loading {
2165
+ 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=');
2166
+ background-repeat: no-repeat;
2167
+ background-position: 50% 50%;
2168
+ }
2169
+ .iiif-gallery-component .main .thumbs .thumb .wrap.hidden {
2170
+ background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
2171
+ }
2172
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
2173
+ max-width: 100%;
2174
+ max-height: 100%;
2175
+ }
2176
+ .iiif-gallery-component .main .thumbs .thumb .wrap input {
2177
+ position: absolute;
2178
+ cursor: pointer;
2179
+ top: 0px;
2180
+ left: 0px;
2181
+ }
2182
+ .iiif-gallery-component .main .thumbs .thumb .info {
2183
+ overflow: hidden;
2184
+ }
2185
+ .iiif-gallery-component .main .thumbs .thumb .info span {
2186
+ font-size: 11px;
2187
+ display: block;
2188
+ overflow-x: hidden;
2189
+ text-overflow: ellipsis;
2190
+ white-space: nowrap;
2191
+ }
2192
+ .iiif-gallery-component .main .thumbs .thumb .info .index,
2193
+ .iiif-gallery-component .main .thumbs .thumb .info .label {
2194
+ float: left;
2195
+ }
2196
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
2197
+ display: none;
2198
+ float: right;
2199
+ width: 32px;
2200
+ padding-left: 14px;
2201
+ }
2202
+ .iiif-gallery-component .main .thumbs .thumb.placeholder .wrap {
2203
+ background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
2204
+ }
2205
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
2206
+ background: #14a4c3;
2207
+ }
2208
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected .thumbImage {
2209
+ opacity: 0.35;
2210
+ filter: alpha(opacity=35);
2211
+ }
2212
+ .iiif-gallery-component .main .thumbs.left-to-right .thumb {
2213
+ float: left;
2214
+ }
2215
+ .iiif-gallery-component .main .thumbs.right-to-left .thumb {
2216
+ float: right;
2217
+ }
2218
+ .iiif-tree-component {
2219
+ overflow: auto;
2220
+ color: #fff;
2221
+ }
2222
+ .iiif-tree-component .toggle {
2223
+ cursor: pointer;
2224
+ margin-top: 3px;
2225
+ margin-right: 5px;
2226
+ display: block;
2227
+ float: left;
2228
+ height: 10px;
2229
+ width: 10px;
2230
+ background-image: url('../../img/uv-shared-module/plus.png');
2231
+ }
2232
+ .iiif-tree-component .toggle.expanded {
2233
+ background-image: url('../../img/uv-shared-module/minus.png');
2234
+ }
2235
+ .iiif-tree-component .toggle.multiSelect {
2236
+ margin-left: 5px;
2237
+ }
2238
+ .iiif-tree-component .spacer {
2239
+ margin-top: 3px;
2240
+ margin-right: 5px;
2241
+ display: block;
2242
+ float: left;
2243
+ height: 10px;
2244
+ width: 10px;
2245
+ }
2246
+ .iiif-tree-component input.multiSelect {
2247
+ margin-top: 0px;
2248
+ margin-right: 5px;
2249
+ display: block;
2250
+ float: left;
2251
+ height: 13px;
2252
+ width: 13px;
2253
+ }
2254
+ .iiif-tree-component ul.tree,
2255
+ .iiif-tree-component ul.tree ul {
2256
+ list-style: none;
2257
+ margin: 0;
2258
+ padding: 0;
2259
+ }
2260
+ .iiif-tree-component ul.tree ul {
2261
+ margin-left: 15px;
2262
+ }
2263
+ .iiif-tree-component ul.tree li {
2264
+ margin: 0;
2265
+ padding: 2px 0 2px 0;
2266
+ overflow: hidden;
2267
+ }
2268
+ .iiif-tree-component ul.tree li a {
2269
+ display: block;
2270
+ overflow: hidden;
2271
+ }
2272
+ .iiif-tree-component ul li a.selected {
2273
+ color: #14a4c3 !important;
2274
+ }
2275
+ .iiif-metadata-component .groups .group .header {
2276
+ font-weight: bold;
2277
+ }
2278
+ .iiif-metadata-component .groups .group .items .header {
2279
+ color: #14a4c3;
2280
+ border-bottom: 1px solid #14a4c3;
2281
+ margin: 15px 10px 0 0;
2282
+ }
2283
+ .iiif-metadata-component .groups .group .items .item {
2284
+ padding: 0;
2285
+ margin: 0 0 20px 0;
2286
+ }
2287
+ .iiif-metadata-component .groups .group .items .item .label {
2288
+ color: #9a9a9a;
2289
+ border-bottom: 1px solid #343434;
2290
+ margin: 15px 10px 0 0;
2291
+ }
2292
+ .iiif-metadata-component .groups .group .items .item .label .copyText {
2293
+ position: relative;
2294
+ float: right;
2295
+ display: none;
2296
+ width: 15px;
2297
+ height: 15px;
2298
+ cursor: pointer;
2299
+ background-image: url('../../img/uv-shared-module/copy.png');
2300
+ }
2301
+ .iiif-metadata-component .groups .group .items .item .label .copiedText {
2302
+ display: none;
2303
+ position: absolute;
2304
+ top: 18px;
2305
+ right: -10px;
2306
+ white-space: nowrap;
2307
+ padding: 4px;
2308
+ text-transform: none;
2309
+ background-color: #343434;
2310
+ z-index: 1;
2311
+ border: 1px solid #9a9a9a;
2312
+ border-radius: 2px;
2313
+ color: #fff;
2314
+ }
2315
+ .iiif-metadata-component .groups .group .items .item .value {
2316
+ color: #fff;
2317
+ margin: 5px 10px 0 0;
2318
+ overflow: hidden;
2319
+ word-wrap: break-word;
2320
+ line-height: 1.6em;
2321
+ }
2322
+ .iiif-metadata-component .groups .group .items .item .value a.toggle {
2323
+ color: #14a4c3;
2324
+ font-weight: normal;
2325
+ }
2326
+ .iiif-metadata-component .groups .group .items .item .value a.toggle:hover {
2327
+ color: #22c5e8;
2328
+ }
2329
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.more,
2330
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.less {
2331
+ font-variant: small-caps;
2332
+ }
2333
+ .iiif-metadata-component .groups .group .items .item .value img {
2334
+ max-width: 100px;
2335
+ }
2336
+ .iiif-metadata-component .groups .group .items .item a.value {
2337
+ display: block;
2338
+ color: #26b5cc;
2339
+ }
2340
+ @media only screen and (min-width: 0px) and (max-width: 640px) {
2341
+ #app .headerPanel {
2342
+ display: none;
2343
+ }
2344
+ #app .leftPanel {
2345
+ display: none;
2346
+ }
2347
+ #app .rightPanel {
2348
+ display: none;
2349
+ }
2350
+ #app .footerPanel {
2351
+ display: none;
2352
+ }
2353
+ }
2354
+ #app {
2355
+ background-color: #000;
2356
+ position: relative;
2357
+ }
2358
+ #app .btn-default,
2359
+ #app .btn-primary,
2360
+ #app .btn-success,
2361
+ #app .btn-info,
2362
+ #app .btn-warning,
2363
+ #app .btn-danger {
2364
+ -webkit-border-radius: 0;
2365
+ -moz-border-radius: 0;
2366
+ -o-border-radius: 0;
2367
+ border-radius: 0;
2368
+ }
2369
+ #app .imageBtn {
2370
+ cursor: pointer;
2371
+ }
2372
+ #app .action,
2373
+ #app a.action.black,
2374
+ #app input.action {
2375
+ display: inline-block;
2376
+ background: url('../../img/uv-shared-module/sprite.png') 0 -1000px no-repeat;
2377
+ text-transform: none;
2378
+ padding: 0 0 0 16px;
2379
+ font-weight: bold;
2380
+ }
2381
+ #app #commsFrame {
2382
+ width: 1px;
2383
+ height: 1px;
2384
+ border: none;
2385
+ }
2386
+ #app .headerPanel {
2387
+ position: relative;
2388
+ color: #fff;
2389
+ height: 40px;
2390
+ }
2391
+ #app .mainPanel {
2392
+ position: relative;
2393
+ margin-top: 8px;
2394
+ margin-right: 8px;
2395
+ margin-bottom: 0px;
2396
+ margin-left: 8px;
2397
+ }
2398
+ #app .leftPanel {
2399
+ position: absolute;
2400
+ background: #211f1f;
2401
+ border: none;
2402
+ }
2403
+ #app .centerPanel {
2404
+ position: absolute;
2405
+ }
2406
+ #app .rightPanel {
2407
+ position: absolute;
2408
+ background: #211f1f;
2409
+ border: none;
2410
+ }
2411
+ #app .footerPanel {
2412
+ position: relative;
2413
+ margin-top: 0;
2414
+ margin-right: 8px;
2415
+ margin-bottom: 0px;
2416
+ margin-left: 8px;
2417
+ }
2418
+ #app .footerPanel.mobile {
2419
+ display: none;
2420
+ }
2421
+ @media print {
2422
+ #app .headerPanel {
2423
+ display: none;
2424
+ }
2425
+ #app .leftPanel {
2426
+ display: none;
2427
+ }
2428
+ #app .rightPanel {
2429
+ display: none;
2430
+ }
2431
+ #app .footerPanel {
2432
+ display: none;
2433
+ }
2434
+ #app .mobileFooter {
2435
+ display: none;
2436
+ }
2437
+ }
2438
+ #app .headerPanel .options .centerOptions {
2439
+ width: 390px;
2440
+ }
2441
+ #app .footerPanel .searchPager .controls .searchResultsInfo {
2442
+ width: 337px;
2443
+ }
2444
+ #app .headerPanel .centerOptions .image-selectionbox-options {
2445
+ float: left;
2446
+ margin: 0 0 0 0;
2447
+ padding-left: 10px;
2448
+ }