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,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <path
8
+ d="M 1.5006714,23.536225 6.8925879,18.994244 14.585721,26.037937 34.019683,4.5410479 38.499329,9.2235032 14.585721,35.458952 z"
9
+ id="path4"
10
+ style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.25402856;stroke-opacity:1" />
11
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ height="40"
5
+ width="40"
6
+ viewBox="0 0 40 40">
7
+ <rect
8
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
9
+ width="33.76017"
10
+ height="33.76017"
11
+ x="3.119915"
12
+ y="3.119915" />
13
+ <path
14
+ d="m 20.677967,8.54499 c -7.342801,0 -13.295293,4.954293 -13.295293,11.065751 0,2.088793 0.3647173,3.484376 1.575539,5.150563 L 6.0267418,31.45501 13.560595,29.011117 c 2.221262,1.387962 4.125932,1.665377 7.117372,1.665377 7.3428,0 13.295291,-4.954295 13.295291,-11.065753 0,-6.111458 -5.952491,-11.065751 -13.295291,-11.065751 z"
15
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93031836;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
16
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <g
8
+ transform="translate(0,-60)"
9
+ id="layer1">
10
+ <rect
11
+ width="36.460953"
12
+ height="34.805603"
13
+ x="1.7695236"
14
+ y="62.597198"
15
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.30826771;stroke-opacity:1" />
16
+ <g
17
+ transform="matrix(0.88763677,0,0,0.88763677,2.2472646,8.9890584)">
18
+ <path
19
+ d="M 20,64.526342 C 11.454135,64.526342 4.5263421,71.454135 4.5263421,80 4.5263421,88.545865 11.454135,95.473658 20,95.473658 28.545865,95.473658 35.473658,88.545865 35.473658,80 35.473658,71.454135 28.545865,64.526342 20,64.526342 z m -0.408738,9.488564 c 3.527079,0 6.393832,2.84061 6.393832,6.335441 0,3.494831 -2.866753,6.335441 -6.393832,6.335441 -3.527079,0 -6.393832,-2.84061 -6.393832,-6.335441 0,-3.494831 2.866753,-6.335441 6.393832,-6.335441 z"
20
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.02768445;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
21
+ <path
22
+ d="m 7.2335209,71.819938 4.9702591,4.161823 c -1.679956,2.581606 -1.443939,6.069592 0.159325,8.677725 l -5.1263071,3.424463 c 0.67516,1.231452 3.0166401,3.547686 4.2331971,4.194757 l 3.907728,-4.567277 c 2.541952,1.45975 5.730694,1.392161 8.438683,-0.12614 l 3.469517,6.108336 c 1.129779,-0.44367 4.742234,-3.449633 5.416358,-5.003859 l -5.46204,-4.415541 c 1.44319,-2.424098 1.651175,-5.267515 0.557303,-7.748623 l 5.903195,-3.833951 C 33.14257,71.704996 30.616217,69.018606 29.02952,67.99296 l -4.118813,4.981678 C 22.411934,71.205099 18.900853,70.937534 16.041319,72.32916 l -3.595408,-5.322091 c -1.345962,0.579488 -4.1293881,2.921233 -5.2123901,4.812869 z m 8.1010311,3.426672 c 2.75284,-2.446266 6.769149,-2.144694 9.048998,0.420874 2.279848,2.56557 2.113919,6.596919 -0.638924,9.043185 -2.752841,2.446267 -6.775754,2.13726 -9.055604,-0.428308 -2.279851,-2.565568 -2.107313,-6.589485 0.64553,-9.035751 z"
23
+ style="fill:#000000;fill-opacity:1;stroke:none" />
24
+ </g>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 32.003143,1.4044602 57.432701,62.632577 6.5672991,62.627924 z"
9
+ style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:1.00493038;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 25.470843,9.4933766 C 25.30219,12.141818 30.139101,14.445969 34.704831,13.529144 40.62635,12.541995 41.398833,7.3856498 35.97505,5.777863 31.400921,4.1549155 25.157674,6.5445892 25.470843,9.4933766 z M 4.5246282,17.652051 C 4.068249,11.832873 9.2742983,5.9270407 18.437379,3.0977088 29.751911,-0.87185184 45.495663,1.4008022 53.603953,7.1104009 c 9.275765,6.1889221 7.158128,16.2079421 -3.171076,21.5939521 -1.784316,1.635815 -6.380222,1.21421 -7.068351,3.186186 -1.04003,0.972427 -1.288046,2.050158 -1.232864,3.168203 1.015111,2.000108 -3.831548,1.633216 -3.270553,3.759574 0.589477,5.264544 -0.179276,10.53738 -0.362842,15.806257 -0.492006,2.184998 1.163456,4.574232 -0.734888,6.610642 -2.482919,2.325184 -7.30604,2.189143 -9.193497,-0.274767 -2.733688,-1.740626 -8.254447,-3.615254 -6.104247,-6.339626 3.468112,-1.708686 -2.116197,-3.449897 0.431242,-5.080274 5.058402,-1.39256 -2.393215,-2.304318 -0.146889,-4.334645 3.069198,-0.977415 2.056986,-2.518352 -0.219121,-3.540397 1.876567,-1.807151 1.484149,-4.868919 -2.565455,-5.942205 0.150866,-1.805474 2.905737,-4.136876 -1.679967,-5.20493 C 10.260902,27.882167 4.6872697,22.95045 4.5245945,17.652051 z"
9
+ id="path604"
10
+ style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.72665179;stroke-opacity:1" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 32.003143,10.913072 57.432701,53.086929 6.567299,53.083723 z"
9
+ id="path2985"
10
+ style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:0.83403099;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ </svg>
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <rect
8
+ width="36.075428"
9
+ height="31.096582"
10
+ x="1.962286"
11
+ y="4.4517088"
12
+ id="rect4"
13
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.23004246;stroke-opacity:1" />
14
+ <rect
15
+ width="27.96859"
16
+ height="1.5012145"
17
+ x="6.0157046"
18
+ y="10.285"
19
+ id="rect6"
20
+ style="fill:#000000;fill-opacity:1;stroke:none" />
21
+ <rect
22
+ width="27.96859"
23
+ height="0.85783684"
24
+ x="6.0157056"
25
+ y="23.21689"
26
+ id="rect8"
27
+ style="fill:#000000;fill-opacity:1;stroke:none" />
28
+ <rect
29
+ width="27.96859"
30
+ height="0.85783684"
31
+ x="5.8130345"
32
+ y="28.964394"
33
+ id="rect10"
34
+ style="fill:#000000;fill-opacity:1;stroke:none" />
35
+ <rect
36
+ width="27.96859"
37
+ height="0.85783684"
38
+ x="6.0157046"
39
+ y="17.426493"
40
+ id="rect12"
41
+ style="fill:#000000;fill-opacity:1;stroke:none" />
42
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <rect
8
+ width="33.76017"
9
+ height="33.76017"
10
+ x="3.119915"
11
+ y="3.119915"
12
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
13
+ <path
14
+ d="m 17.692678,34.50206 0,-16.182224 c -1.930515,-0.103225 -3.455824,-0.730383 -4.57593,-1.881473 -1.12011,-1.151067 -1.680164,-2.619596 -1.680164,-4.405591 0,-1.992435 0.621995,-3.5796849 1.865988,-4.7617553 1.243989,-1.1820288 3.06352,-1.7730536 5.458598,-1.7730764 l 9.802246,0 0,2.6789711 -2.229895,0 0,26.3251486 -2.632515,0 0,-26.3251486 -3.45324,0 0,26.3251486 z"
15
+ style="font-size:29.42051125px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.07795751;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial" />
16
+ </svg>
@@ -0,0 +1,3172 @@
1
+ #app .overlay {
2
+ color: #000;
3
+ }
4
+ #app .overlay.share {
5
+ width: 280px;
6
+ padding: 0 0 30px 8px;
7
+ }
8
+ #app .overlay.share .middle .content .tabs {
9
+ padding: 5px 0 0 0;
10
+ line-height: normal;
11
+ font-size: 0px;
12
+ }
13
+ #app .overlay.share .middle .content .tabs .tab {
14
+ line-height: normal;
15
+ color: #565656;
16
+ font-size: 12px;
17
+ display: inline-block;
18
+ text-align: center;
19
+ line-height: 22px;
20
+ height: 22px;
21
+ overflow: hidden;
22
+ width: 75px;
23
+ margin: 0;
24
+ cursor: pointer;
25
+ text-decoration: none;
26
+ }
27
+ #app .overlay.share .middle .content .tabs .tab:hover {
28
+ border-bottom: 1px solid #14a4c3;
29
+ color: #000;
30
+ margin-bottom: -1px;
31
+ font-weight: bold;
32
+ height: 23px;
33
+ line-height: 23px;
34
+ text-decoration: none;
35
+ }
36
+ #app .overlay.share .middle .content .tabs .tab.first {
37
+ margin: 0 0 0 10px;
38
+ }
39
+ #app .overlay.share .middle .content .tabs .tab.on {
40
+ border-bottom: 1px solid #14a4c3;
41
+ color: #000;
42
+ margin-bottom: -1px;
43
+ font-weight: bold;
44
+ height: 23px;
45
+ line-height: 23px;
46
+ }
47
+ #app .overlay.share .middle .content .tabsContent {
48
+ padding: 10px 0 5px 0;
49
+ border-top: 1px solid #efefef;
50
+ }
51
+ #app .overlay.share .middle .content .tabsContent .header {
52
+ margin-bottom: 5px;
53
+ font-size: 11px;
54
+ }
55
+ #app .overlay.share .middle .content .tabsContent .shareView .shareInput {
56
+ width: 100%;
57
+ background: #efefef;
58
+ border: 1px solid #9a9a9a;
59
+ font-size: 11px;
60
+ }
61
+ #app .overlay.share .middle .content .tabsContent .shareView .shareLink {
62
+ display: block;
63
+ overflow: hidden;
64
+ height: 18px;
65
+ text-overflow: ellipsis;
66
+ }
67
+ #app .overlay.share .middle .content .tabsContent .shareView .shareFrame {
68
+ width: 240px;
69
+ border: none;
70
+ height: 30px;
71
+ margin-top: 5px;
72
+ }
73
+ #app .overlay.share .middle .content .tabsContent .embedView .code {
74
+ width: 100%;
75
+ background: #efefef;
76
+ border: 1px solid #9a9a9a;
77
+ font-size: 11px;
78
+ }
79
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize {
80
+ overflow: hidden;
81
+ padding-top: 10px;
82
+ }
83
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize .size {
84
+ padding: 0 5px 0 0;
85
+ }
86
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize .x {
87
+ padding: 0 5px 0 5px;
88
+ }
89
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize select {
90
+ margin-right: 5px;
91
+ height: 21px;
92
+ font-size: 11px;
93
+ }
94
+ #app .overlay.share .middle .content .tabsContent .embedView .customSize input {
95
+ display: inline-block;
96
+ width: 50px;
97
+ height: 21px;
98
+ font-size: 11px;
99
+ }
100
+ #app .overlay.share .middle .content .footer {
101
+ overflow: hidden;
102
+ }
103
+ #app .overlay.share .middle .content .footer a {
104
+ font-size: 11px;
105
+ display: block;
106
+ float: left;
107
+ line-height: 30px;
108
+ }
109
+ #app .overlay.share .middle .content .footer a.imageBtn {
110
+ width: 30px;
111
+ height: 30px;
112
+ }
113
+ #app .overlay.share .middle .content .footer a.iiif {
114
+ background-image: url('../../img/uv-shared-module/iiif.png');
115
+ background-repeat: no-repeat;
116
+ margin-right: 5px;
117
+ }
118
+ #app .overlay.moreInfo {
119
+ width: 260px;
120
+ padding: 0 0 30px 8px;
121
+ }
122
+ #app .overlay.moreInfo .content .iiif-metadata-component {
123
+ height: 200px;
124
+ overflow: auto;
125
+ }
126
+ #app .overlay.moreInfo .content .iiif-metadata-component .items {
127
+ padding-left: 0px;
128
+ }
129
+ #app .overlay.moreInfo .content .iiif-metadata-component .items .item .value {
130
+ color: #000;
131
+ }
132
+ #app .overlay.download {
133
+ width: 260px;
134
+ padding: 0 0 30px 8px;
135
+ }
136
+ #app .overlay.download .middle .noneAvailable {
137
+ padding: 10px 0 10px 0;
138
+ }
139
+ #app .overlay.download .middle .pagingNote {
140
+ padding: 10px 0 0 0;
141
+ }
142
+ #app .overlay.download .middle ol.options {
143
+ padding: 0;
144
+ }
145
+ #app .overlay.download .middle ol.options li.group {
146
+ border-bottom: 1px solid #efefef;
147
+ }
148
+ #app .overlay.download .middle ol.options li.group.lastVisible {
149
+ border-bottom: none;
150
+ }
151
+ #app .overlay.download .middle ol.options li.group ul {
152
+ list-style-type: none;
153
+ margin: 0;
154
+ padding: 0;
155
+ }
156
+ #app .overlay.download .middle ol.options li.group ul li {
157
+ overflow: hidden;
158
+ }
159
+ #app .overlay.download .middle ol.options li.group ul li input {
160
+ float: left;
161
+ display: block;
162
+ }
163
+ #app .overlay.download .middle ol.options li.group ul li label {
164
+ float: left;
165
+ width: 190px;
166
+ line-height: 1.2em;
167
+ }
168
+ #app .overlay.download .middle ol.options li.group ul li label span.explanatory {
169
+ display: block;
170
+ font-size: 11px;
171
+ margin: 4px 0 4px 0;
172
+ color: #949494;
173
+ }
174
+ #app .overlay.download .middle .footer a {
175
+ margin-top: 5px;
176
+ font-size: 11px;
177
+ display: block;
178
+ }
179
+ #app .overlay.help {
180
+ width: 470px;
181
+ height: 250px;
182
+ }
183
+ #app .overlay.help .scroll {
184
+ height: 180px;
185
+ }
186
+ #app .overlay.help .bottom {
187
+ background: none;
188
+ }
189
+ #app .overlay.settings {
190
+ width: 470px;
191
+ height: 250px;
192
+ }
193
+ #app .overlay.settings .scroll {
194
+ height: 180px;
195
+ }
196
+ #app .overlay.settings .scroll .setting {
197
+ margin-bottom: 10px;
198
+ }
199
+ #app .overlay.settings .scroll .setting input {
200
+ margin: 0 5px 0 0;
201
+ }
202
+ #app .overlay.settings .scroll .setting label {
203
+ margin: 0 5px 0 0;
204
+ }
205
+ #app .overlay.settings .version {
206
+ float: left;
207
+ }
208
+ #app .overlay.settings .website {
209
+ float: right;
210
+ }
211
+ #app .overlay.settings .bottom {
212
+ background: none;
213
+ }
214
+ #app .overlay.externalContent {
215
+ width: 470px;
216
+ height: 300px;
217
+ }
218
+ #app .overlay.externalContent .middle .content {
219
+ width: 470px;
220
+ height: 300px;
221
+ overflow: hidden;
222
+ }
223
+ #app .overlay.externalContent .middle .content iframe {
224
+ overflow: auto;
225
+ border: none;
226
+ }
227
+ #app .overlay.externalContent .bottom {
228
+ background: none;
229
+ }
230
+ #app .overlay.clickthrough {
231
+ width: 470px;
232
+ height: 250px;
233
+ }
234
+ #app .overlay.clickthrough .message {
235
+ height: 180px;
236
+ }
237
+ #app .overlay.clickthrough .message.loading {
238
+ background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
239
+ background-repeat: no-repeat;
240
+ background-position: 50% 50%;
241
+ }
242
+ #app .overlay.clickthrough .message h1 {
243
+ border-bottom: none;
244
+ font-size: 12px;
245
+ }
246
+ #app .overlay.clickthrough .bottom {
247
+ background: none;
248
+ }
249
+ #app .overlay.login {
250
+ width: 470px;
251
+ height: 250px;
252
+ }
253
+ #app .overlay.login .message {
254
+ height: 180px;
255
+ }
256
+ #app .overlay.login .message h1 {
257
+ border-bottom: none !important;
258
+ font-size: 12px !important;
259
+ }
260
+ #app .overlay.login .message .warning {
261
+ display: block;
262
+ background-color: #FFB81D;
263
+ font-weight: bold;
264
+ padding: 10px 10px 10px 10px;
265
+ margin-bottom: 10px;
266
+ }
267
+ #app .overlay.login .bottom {
268
+ background: none;
269
+ }
270
+ @media only screen and (min-width: 0px) and (max-width: 640px) {
271
+ #app .overlay.share {
272
+ padding: 0 0 45px 8px;
273
+ }
274
+ #app .overlay.download {
275
+ padding: 0 0 45px 8px;
276
+ }
277
+ #app .overlay.moreInfo {
278
+ padding: 0 0 45px 8px;
279
+ }
280
+ }
281
+ #app .leftPanel .views .thumbsView {
282
+ overflow: auto;
283
+ }
284
+ #app .leftPanel .views .thumbsView .thumbs {
285
+ overflow: hidden;
286
+ width: 210px;
287
+ position: relative;
288
+ }
289
+ #app .leftPanel .views .thumbsView .thumbs .thumb {
290
+ cursor: pointer;
291
+ }
292
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap {
293
+ border: 2px solid #373737;
294
+ padding: 2px;
295
+ overflow: hidden;
296
+ text-align: center;
297
+ background: none;
298
+ }
299
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loading {
300
+ background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
301
+ background-repeat: no-repeat;
302
+ background-position: 50% 50%;
303
+ }
304
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loadingFailed {
305
+ background: url('../../img/uv-shared-module/error.png') no-repeat 50% 50%;
306
+ }
307
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap.hidden {
308
+ background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
309
+ }
310
+ #app .leftPanel .views .thumbsView .thumbs .thumb .wrap img {
311
+ display: block;
312
+ max-width: 100%;
313
+ max-height: 100%;
314
+ }
315
+ #app .leftPanel .views .thumbsView .thumbs .thumb.selected .wrap {
316
+ border: 2px solid #fff;
317
+ }
318
+ #app .leftPanel .views .thumbsView .thumbs .thumb.searchpreview .wrap {
319
+ border: 2px solid #26b5cc;
320
+ }
321
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info {
322
+ overflow: hidden;
323
+ }
324
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info span {
325
+ font-size: 11px;
326
+ color: #fff;
327
+ display: block;
328
+ padding: 2px 0 0 0;
329
+ }
330
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .index {
331
+ float: left;
332
+ }
333
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .label {
334
+ float: left;
335
+ overflow-x: hidden;
336
+ text-overflow: ellipsis;
337
+ white-space: nowrap;
338
+ }
339
+ #app .leftPanel .views .thumbsView .thumbs .thumb .info .searchResults {
340
+ float: right;
341
+ width: 35px;
342
+ overflow-x: hidden;
343
+ text-overflow: ellipsis;
344
+ color: #14a4c3;
345
+ padding-left: 14px;
346
+ background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
347
+ }
348
+ #app .leftPanel .views .thumbsView .thumbs .thumb.placeholder .wrap {
349
+ background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
350
+ }
351
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol {
352
+ margin: 0 0 7px 0;
353
+ }
354
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .label {
355
+ width: 178px;
356
+ }
357
+ #app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .wrap {
358
+ width: 208px;
359
+ max-height: 373px;
360
+ }
361
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol {
362
+ margin: 0 7px 7px 0;
363
+ }
364
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .label {
365
+ width: 63px;
366
+ }
367
+ #app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .wrap {
368
+ width: 98px;
369
+ max-height: 182px;
370
+ }
371
+ #app .leftPanel .views .thumbsView .thumbs .separator {
372
+ height: 1px;
373
+ clear: both;
374
+ border: none;
375
+ }
376
+ #app .leftPanel .views .thumbsView .thumbs.left-to-right.paged .thumb.first {
377
+ float: right;
378
+ }
379
+ #app .leftPanel .views .thumbsView .thumbs.left-to-right .thumb {
380
+ float: left;
381
+ }
382
+ #app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb {
383
+ float: right;
384
+ }
385
+ #app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb.first {
386
+ float: left;
387
+ }
388
+ #app .leftPanel .top .title {
389
+ text-transform: uppercase;
390
+ }
391
+ #app .leftPanel ul {
392
+ margin: 10px 10px 10px 10px;
393
+ padding: 0;
394
+ list-style-type: none;
395
+ }
396
+ #app .rightPanel .top .title {
397
+ text-transform: uppercase;
398
+ }
399
+ #app .rightPanel .content {
400
+ padding: 10px 10px 10px 10px;
401
+ }
402
+ #app .rightPanel .main {
403
+ overflow: auto;
404
+ color: #fff;
405
+ }
406
+ #app .rightPanel .main.loading {
407
+ background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
408
+ background-repeat: no-repeat;
409
+ background-position: 50% 50%;
410
+ }
411
+ #app .rightPanel .main .noData {
412
+ padding: 0 10px 20px 10px;
413
+ }
414
+ #app .rightPanel .main .groups {
415
+ padding: 10px 10px 20px 10px;
416
+ }
417
+ #app .rightPanel .main .groups .items .header {
418
+ font-size: 11px;
419
+ text-transform: uppercase;
420
+ }
421
+ #app .rightPanel .main .groups .items .item .header {
422
+ font-size: 11px;
423
+ text-transform: uppercase;
424
+ }
425
+ .mejs-container {
426
+ position: relative;
427
+ background: #000;
428
+ font-family: Helvetica, Arial;
429
+ text-align: left;
430
+ vertical-align: top;
431
+ }
432
+ .me-plugin {
433
+ position: absolute;
434
+ }
435
+ .mejs-embed,
436
+ .mejs-embed body {
437
+ width: 100%;
438
+ height: 100%;
439
+ margin: 0;
440
+ padding: 0;
441
+ background: #000;
442
+ overflow: hidden;
443
+ }
444
+ .mejs-container-fullscreen {
445
+ position: fixed;
446
+ left: 0;
447
+ top: 0;
448
+ right: 0;
449
+ bottom: 0;
450
+ overflow: hidden;
451
+ z-index: 1000;
452
+ }
453
+ .mejs-container-fullscreen .mejs-mediaelement,
454
+ .mejs-container-fullscreen video {
455
+ width: 100%;
456
+ height: 100%;
457
+ }
458
+ /* Start: LAYERS */
459
+ .mejs-background {
460
+ position: absolute;
461
+ top: 0;
462
+ left: 0;
463
+ }
464
+ .mejs-mediaelement {
465
+ position: absolute;
466
+ top: 0;
467
+ left: 0;
468
+ width: 100%;
469
+ height: 100%;
470
+ }
471
+ .mejs-poster {
472
+ position: absolute;
473
+ top: 0;
474
+ left: 0;
475
+ }
476
+ .mejs-poster img {
477
+ padding: 0;
478
+ border: 0;
479
+ display: block;
480
+ }
481
+ .mejs-overlay {
482
+ position: absolute;
483
+ top: 0;
484
+ left: 0;
485
+ }
486
+ .mejs-overlay-play {
487
+ cursor: pointer;
488
+ }
489
+ .mejs-overlay-button {
490
+ position: absolute;
491
+ top: 50%;
492
+ left: 50%;
493
+ width: 100px;
494
+ height: 100px;
495
+ margin: -50px 0 0 -50px;
496
+ background: url('../../img/uv-mediaelementcenterpanel-module/bigplay.png') no-repeat;
497
+ }
498
+ .mejs-overlay:hover .mejs-overlay-button {
499
+ background-position: 0 -100px;
500
+ }
501
+ .mejs-overlay-loading {
502
+ position: absolute;
503
+ top: 50%;
504
+ left: 50%;
505
+ width: 80px;
506
+ height: 80px;
507
+ margin: -40px 0 0 -40px;
508
+ background: #333;
509
+ background: url(background.png);
510
+ background: rgba(0, 0, 0, 0.9);
511
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
512
+ background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
513
+ background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
514
+ background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
515
+ background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
516
+ background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
517
+ }
518
+ .mejs-overlay-loading span {
519
+ display: block;
520
+ width: 80px;
521
+ height: 80px;
522
+ background: transparent url('../../img/uv-mediaelementcenterpanel-module/loading.gif') 50% 50% no-repeat;
523
+ }
524
+ /* End: LAYERS */
525
+ /* Start: CONTROL BAR */
526
+ .mejs-container .mejs-controls {
527
+ position: absolute;
528
+ background: none;
529
+ list-style-type: none;
530
+ margin: 0;
531
+ padding: 0;
532
+ bottom: 0;
533
+ left: 0;
534
+ background: url(background.png);
535
+ background: rgba(0, 0, 0, 0.7);
536
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
537
+ background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
538
+ background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
539
+ background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
540
+ background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
541
+ background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
542
+ height: 30px;
543
+ width: 100%;
544
+ }
545
+ .mejs-container .mejs-controls div {
546
+ list-style-type: none;
547
+ background-image: none;
548
+ display: block;
549
+ float: left;
550
+ margin: 0;
551
+ padding: 0;
552
+ width: 26px;
553
+ height: 26px;
554
+ font-size: 11px;
555
+ line-height: 11px;
556
+ background: 0;
557
+ font-family: Helvetica, Arial;
558
+ border: 0;
559
+ }
560
+ .mejs-controls .mejs-button button {
561
+ cursor: pointer;
562
+ display: block;
563
+ font-size: 0;
564
+ line-height: 0;
565
+ text-decoration: none;
566
+ margin: 7px 5px;
567
+ padding: 0;
568
+ position: absolute;
569
+ height: 16px;
570
+ width: 16px;
571
+ border: 0;
572
+ outline-color: transparent !important;
573
+ background: transparent url(controls.png) no-repeat;
574
+ }
575
+ /* :focus for accessibility */
576
+ .mejs-controls .mejs-button button:focus {
577
+ outline: solid 1px yellow;
578
+ }
579
+ /* End: CONTROL BAR */
580
+ /* Start: Time (current / duration) */
581
+ .mejs-container .mejs-controls .mejs-time {
582
+ color: #fff;
583
+ display: block;
584
+ height: 20px;
585
+ width: auto;
586
+ padding: 8px 3px 0 3px ;
587
+ overflow: hidden;
588
+ text-align: center;
589
+ padding: auto 4px;
590
+ }
591
+ .mejs-container .mejs-controls .mejs-time span {
592
+ font-size: 11px;
593
+ color: #fff;
594
+ line-height: 12px;
595
+ display: block;
596
+ float: left;
597
+ margin: 1px 2px 0 0;
598
+ width: auto;
599
+ }
600
+ /* End: Time (current / duration) */
601
+ /* Start: Play/pause */
602
+ .mejs-controls .mejs-play button {
603
+ background-position: 0 0;
604
+ }
605
+ .mejs-controls .mejs-pause button {
606
+ background-position: 0 -16px;
607
+ }
608
+ /* End: Play/pause */
609
+ /* Stop */
610
+ .mejs-controls .mejs-stop button {
611
+ background-position: -112px 0;
612
+ }
613
+ /* End: Play/pause */
614
+ /* Start: Progress bar */
615
+ .mejs-controls div.mejs-time-rail {
616
+ width: 200px;
617
+ padding-top: 5px;
618
+ }
619
+ .mejs-controls .mejs-time-rail span {
620
+ display: block;
621
+ position: absolute;
622
+ width: 180px;
623
+ height: 10px;
624
+ -webkit-border-radius: 2px;
625
+ -moz-border-radius: 2px;
626
+ border-radius: 2px;
627
+ cursor: pointer;
628
+ }
629
+ .mejs-controls .mejs-time-rail .mejs-time-total {
630
+ margin: 5px;
631
+ background: #333;
632
+ background: rgba(50, 50, 50, 0.8);
633
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
634
+ background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
635
+ background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
636
+ background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
637
+ background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
638
+ background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
639
+ }
640
+ .mejs-controls .mejs-time-rail .mejs-time-loaded {
641
+ background: #3caac8;
642
+ background: rgba(60, 170, 200, 0.8);
643
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
644
+ background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
645
+ background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
646
+ background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
647
+ background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
648
+ background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
649
+ width: 0;
650
+ }
651
+ .mejs-controls .mejs-time-rail .mejs-time-current {
652
+ width: 0;
653
+ background: #fff;
654
+ background: rgba(255, 255, 255, 0.8);
655
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
656
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
657
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
658
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
659
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
660
+ background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
661
+ }
662
+ .mejs-controls .mejs-time-rail .mejs-time-handle {
663
+ display: none;
664
+ position: absolute;
665
+ margin: 0;
666
+ width: 10px;
667
+ background: #fff;
668
+ -webkit-border-radius: 5px;
669
+ -moz-border-radius: 5px;
670
+ border-radius: 5px;
671
+ cursor: pointer;
672
+ border: solid 2px #333;
673
+ top: -2px;
674
+ text-align: center;
675
+ }
676
+ .mejs-controls .mejs-time-rail .mejs-time-float {
677
+ position: absolute;
678
+ display: none;
679
+ background: #eee;
680
+ width: 36px;
681
+ height: 17px;
682
+ /*border: solid 1px #333;*/
683
+ top: -26px;
684
+ margin-left: -18px;
685
+ text-align: center;
686
+ color: #111;
687
+ }
688
+ .mejs-controls .mejs-time-rail .mejs-time-float-current {
689
+ margin: 2px;
690
+ width: 30px;
691
+ display: block;
692
+ text-align: center;
693
+ left: 0;
694
+ }
695
+ .mejs-controls .mejs-time-rail .mejs-time-float-corner {
696
+ /*position: absolute;*/
697
+ display: block;
698
+ width: 0;
699
+ height: 0;
700
+ line-height: 0;
701
+ border: solid 5px #eee;
702
+ border-color: #eee transparent transparent transparent;
703
+ -webkit-border-radius: 0;
704
+ -moz-border-radius: 0;
705
+ border-radius: 0;
706
+ /*top: 15px;
707
+ left: 13px;*/
708
+ margin-top: -13px;
709
+ margin-left: 12px;
710
+ }
711
+ /*
712
+ .mejs-controls .mejs-time-rail:hover .mejs-time-handle {
713
+ visibility:visible;
714
+ }
715
+ */
716
+ /* End: Progress bar */
717
+ /* Start: Fullscreen */
718
+ .mejs-controls .mejs-fullscreen-button button {
719
+ background-position: -32px 0;
720
+ }
721
+ .mejs-controls .mejs-unfullscreen button {
722
+ background-position: -32px -16px;
723
+ }
724
+ /* End: Fullscreen */
725
+ /* Start: Mute/Volume */
726
+ .mejs-controls .mejs-mute button {
727
+ background-position: -16px -16px;
728
+ }
729
+ .mejs-controls .mejs-unmute button {
730
+ background-position: -16px 0;
731
+ }
732
+ .mejs-controls .mejs-volume-button {
733
+ position: relative;
734
+ }
735
+ .mejs-controls .mejs-volume-button .mejs-volume-slider {
736
+ display: none;
737
+ height: 115px;
738
+ width: 25px;
739
+ background: url(background.png);
740
+ background: rgba(50, 50, 50, 0.7);
741
+ -webkit-border-radius: 0;
742
+ -moz-border-radius: 0;
743
+ border-radius: 0;
744
+ top: -115px;
745
+ left: 0;
746
+ z-index: 1;
747
+ position: absolute;
748
+ margin: 0;
749
+ }
750
+ .mejs-controls .mejs-volume-button:hover {
751
+ -webkit-border-radius: 0 0 4px 4px;
752
+ -moz-border-radius: 0 0 4px 4px;
753
+ border-radius: 0 0 4px 4px;
754
+ }
755
+ /*
756
+ .mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
757
+ display: block;
758
+ }
759
+ */
760
+ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
761
+ position: absolute;
762
+ left: 11px;
763
+ top: 8px;
764
+ width: 2px;
765
+ height: 100px;
766
+ background: #ddd;
767
+ background: rgba(255, 255, 255, 0.5);
768
+ margin: 0;
769
+ }
770
+ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
771
+ position: absolute;
772
+ left: 11px;
773
+ top: 8px;
774
+ width: 2px;
775
+ height: 100px;
776
+ background: #ddd;
777
+ background: rgba(255, 255, 255, 0.9);
778
+ margin: 0;
779
+ }
780
+ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
781
+ position: absolute;
782
+ left: 4px;
783
+ top: -3px;
784
+ width: 16px;
785
+ height: 6px;
786
+ background: #ddd;
787
+ background: rgba(255, 255, 255, 0.9);
788
+ cursor: N-resize;
789
+ -webkit-border-radius: 1px;
790
+ -moz-border-radius: 1px;
791
+ border-radius: 1px;
792
+ margin: 0;
793
+ }
794
+ /* horizontal version */
795
+ .mejs-controls div.mejs-horizontal-volume-slider {
796
+ height: 26px;
797
+ width: 60px;
798
+ position: relative;
799
+ }
800
+ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
801
+ position: absolute;
802
+ left: 0;
803
+ top: 11px;
804
+ width: 50px;
805
+ height: 8px;
806
+ margin: 0;
807
+ padding: 0;
808
+ font-size: 1px;
809
+ -webkit-border-radius: 2px;
810
+ -moz-border-radius: 2px;
811
+ border-radius: 2px;
812
+ background: #333;
813
+ background: rgba(50, 50, 50, 0.8);
814
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
815
+ background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
816
+ background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
817
+ background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
818
+ background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
819
+ background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
820
+ }
821
+ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
822
+ position: absolute;
823
+ left: 0;
824
+ top: 11px;
825
+ width: 50px;
826
+ height: 8px;
827
+ margin: 0;
828
+ padding: 0;
829
+ font-size: 1px;
830
+ -webkit-border-radius: 2px;
831
+ -moz-border-radius: 2px;
832
+ border-radius: 2px;
833
+ background: #fff;
834
+ background: rgba(255, 255, 255, 0.8);
835
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
836
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
837
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
838
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
839
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
840
+ background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
841
+ }
842
+ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
843
+ display: none;
844
+ }
845
+ /* End: Mute/Volume */
846
+ /* Start: TRACK (Captions and Chapters) */
847
+ .mejs-controls .mejs-captions-button {
848
+ position: relative;
849
+ }
850
+ .mejs-controls .mejs-captions-button button {
851
+ background-position: -48px 0;
852
+ }
853
+ .mejs-controls .mejs-captions-button .mejs-captions-selector {
854
+ visibility: hidden;
855
+ position: absolute;
856
+ bottom: 26px;
857
+ right: -10px;
858
+ width: 130px;
859
+ height: 100px;
860
+ background: url(background.png);
861
+ background: rgba(50, 50, 50, 0.7);
862
+ border: solid 1px transparent;
863
+ padding: 10px;
864
+ overflow: hidden;
865
+ -webkit-border-radius: 0;
866
+ -moz-border-radius: 0;
867
+ border-radius: 0;
868
+ }
869
+ /*
870
+ .mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
871
+ visibility: visible;
872
+ }
873
+ */
874
+ .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
875
+ margin: 0;
876
+ padding: 0;
877
+ display: block;
878
+ list-style-type: none !important;
879
+ overflow: hidden;
880
+ }
881
+ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
882
+ margin: 0 0 6px 0;
883
+ padding: 0;
884
+ list-style-type: none !important;
885
+ display: block;
886
+ color: #fff;
887
+ overflow: hidden;
888
+ }
889
+ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
890
+ clear: both;
891
+ float: left;
892
+ margin: 3px 3px 0 5px;
893
+ }
894
+ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
895
+ width: 100px;
896
+ float: left;
897
+ padding: 4px 0 0 0;
898
+ line-height: 15px;
899
+ font-family: helvetica, arial;
900
+ font-size: 10px;
901
+ }
902
+ .mejs-controls .mejs-captions-button .mejs-captions-translations {
903
+ font-size: 10px;
904
+ margin: 0 0 5px 0;
905
+ }
906
+ .mejs-chapters {
907
+ position: absolute;
908
+ top: 0;
909
+ left: 0;
910
+ -xborder-right: solid 1px #fff;
911
+ width: 10000px;
912
+ }
913
+ .mejs-chapters .mejs-chapter {
914
+ position: absolute;
915
+ float: left;
916
+ background: #222;
917
+ background: rgba(0, 0, 0, 0.7);
918
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
919
+ background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
920
+ background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
921
+ background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
922
+ background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
923
+ background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
924
+ filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
925
+ overflow: hidden;
926
+ border: 0;
927
+ }
928
+ .mejs-chapters .mejs-chapter .mejs-chapter-block {
929
+ font-size: 11px;
930
+ color: #fff;
931
+ padding: 5px;
932
+ display: block;
933
+ border-right: solid 1px #333;
934
+ border-bottom: solid 1px #333;
935
+ cursor: pointer;
936
+ }
937
+ .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
938
+ border-right: none;
939
+ }
940
+ .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
941
+ /*background: #333;*/
942
+ background: #666;
943
+ background: rgba(102, 102, 102, 0.7);
944
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
945
+ background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
946
+ background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
947
+ background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
948
+ background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
949
+ background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
950
+ filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
951
+ }
952
+ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
953
+ font-size: 12px;
954
+ font-weight: bold;
955
+ display: block;
956
+ white-space: nowrap;
957
+ text-overflow: ellipsis;
958
+ margin: 0 0 3px 0;
959
+ line-height: 12px;
960
+ }
961
+ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
962
+ font-size: 12px;
963
+ line-height: 12px;
964
+ margin: 3px 0 4px 0;
965
+ display: block;
966
+ white-space: nowrap;
967
+ text-overflow: ellipsis;
968
+ }
969
+ .mejs-captions-layer {
970
+ position: absolute;
971
+ bottom: 0;
972
+ left: 0;
973
+ text-align: center;
974
+ /*font-weight: bold;*/
975
+ line-height: 22px;
976
+ font-size: 12px;
977
+ color: #fff;
978
+ }
979
+ .mejs-captions-layer a {
980
+ color: #fff;
981
+ text-decoration: underline;
982
+ }
983
+ .mejs-captions-layer[lang=ar] {
984
+ font-size: 20px;
985
+ font-weight: normal;
986
+ }
987
+ .mejs-captions-position {
988
+ position: absolute;
989
+ width: 100%;
990
+ bottom: 15px;
991
+ left: 0;
992
+ }
993
+ .mejs-captions-position-hover {
994
+ bottom: 45px;
995
+ }
996
+ .mejs-captions-text {
997
+ padding: 3px 5px;
998
+ background: url(background.png);
999
+ background: rgba(20, 20, 20, 0.8);
1000
+ }
1001
+ /* End: TRACK (Captions and Chapters) */
1002
+ .mejs-clear {
1003
+ clear: both;
1004
+ }
1005
+ /* Start: ERROR */
1006
+ .me-cannotplay {
1007
+ padding: 20px;
1008
+ color: #fff;
1009
+ vertical-align: middle;
1010
+ }
1011
+ .me-cannotplay p {
1012
+ position: relative;
1013
+ top: 50%;
1014
+ text-align: center;
1015
+ width: 80%;
1016
+ }
1017
+ .me-cannotplay a {
1018
+ color: #fff;
1019
+ font-weight: bold;
1020
+ text-decoration: underline;
1021
+ }
1022
+ .me-cannotplay span {
1023
+ padding: 15px;
1024
+ display: block;
1025
+ }
1026
+ /* End: ERROR */
1027
+ /* Start: Loop */
1028
+ .mejs-controls .mejs-loop-off button {
1029
+ background-position: -64px -16px;
1030
+ }
1031
+ .mejs-controls .mejs-loop-on button {
1032
+ background-position: -64px 0;
1033
+ }
1034
+ /* End: Loop */
1035
+ /* Start: backlight */
1036
+ .mejs-controls .mejs-backlight-off button {
1037
+ background-position: -80px -16px;
1038
+ }
1039
+ .mejs-controls .mejs-backlight-on button {
1040
+ background-position: -80px 0;
1041
+ }
1042
+ /* End: backlight */
1043
+ /* Start: picture controls */
1044
+ .mejs-controls .mejs-picturecontrols-button {
1045
+ background-position: -96px 0;
1046
+ }
1047
+ /* End: picture controls */
1048
+ /* context menu */
1049
+ .mejs-contextmenu {
1050
+ position: absolute;
1051
+ width: 150px;
1052
+ padding: 10px;
1053
+ border-radius: 4px;
1054
+ top: 0;
1055
+ left: 0;
1056
+ background: #fff;
1057
+ border: solid 1px #999;
1058
+ z-index: 1001;
1059
+ /* make sure it shows on fullscreen */
1060
+ }
1061
+ .mejs-contextmenu .mejs-contextmenu-separator {
1062
+ height: 1px;
1063
+ font-size: 0;
1064
+ margin: 5px 6px;
1065
+ background: #333;
1066
+ }
1067
+ .mejs-contextmenu .mejs-contextmenu-item {
1068
+ font-family: Helvetica, Arial;
1069
+ font-size: 12px;
1070
+ padding: 4px 6px;
1071
+ cursor: pointer;
1072
+ color: #333;
1073
+ }
1074
+ .mejs-contextmenu .mejs-contextmenu-item:hover {
1075
+ background: #2C7C91;
1076
+ color: #fff;
1077
+ }
1078
+ /* Start: SourceChooser */
1079
+ .mejs-controls .mejs-sourcechooser-button {
1080
+ position: relative;
1081
+ }
1082
+ .mejs-controls .mejs-sourcechooser-button button {
1083
+ background-position: -128px 0;
1084
+ }
1085
+ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
1086
+ visibility: hidden;
1087
+ position: absolute;
1088
+ bottom: 26px;
1089
+ right: -10px;
1090
+ width: 130px;
1091
+ height: 100px;
1092
+ background: url(background.png);
1093
+ background: rgba(50, 50, 50, 0.7);
1094
+ border: solid 1px transparent;
1095
+ padding: 10px;
1096
+ overflow: hidden;
1097
+ -webkit-border-radius: 0;
1098
+ -moz-border-radius: 0;
1099
+ border-radius: 0;
1100
+ }
1101
+ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
1102
+ margin: 0;
1103
+ padding: 0;
1104
+ display: block;
1105
+ list-style-type: none !important;
1106
+ overflow: hidden;
1107
+ }
1108
+ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
1109
+ margin: 0 0 6px 0;
1110
+ padding: 0;
1111
+ list-style-type: none !important;
1112
+ display: block;
1113
+ color: #fff;
1114
+ overflow: hidden;
1115
+ }
1116
+ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
1117
+ clear: both;
1118
+ float: left;
1119
+ margin: 3px 3px 0 5px;
1120
+ }
1121
+ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
1122
+ width: 100px;
1123
+ float: left;
1124
+ padding: 4px 0 0 0;
1125
+ line-height: 15px;
1126
+ font-family: helvetica, arial;
1127
+ font-size: 10px;
1128
+ }
1129
+ /* End: SourceChooser */
1130
+ /* UV */
1131
+ .mejs-container.mejs-uv {
1132
+ background-color: transparent;
1133
+ }
1134
+ .mejs-uv .mejs-controls {
1135
+ height: 43px;
1136
+ background-image: url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome-bg.png');
1137
+ background-repeat: repeat-x;
1138
+ background-position: 0 5px;
1139
+ margin: 0 0 0 11px;
1140
+ }
1141
+ .mejs-uv .mejs-button,
1142
+ .mejs-uv .mejs-time {
1143
+ position: absolute;
1144
+ background: #ddd;
1145
+ }
1146
+ .mejs-uv .mejs-controls .mejs-playpause-button {
1147
+ width: 37px;
1148
+ height: 37px;
1149
+ left: -5px;
1150
+ margin: 0;
1151
+ border: none;
1152
+ }
1153
+ .mejs-uv .mejs-controls .mejs-playpause-button button {
1154
+ width: 37px;
1155
+ height: 37px;
1156
+ background: url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat -1px -18px;
1157
+ margin: 0;
1158
+ padding: 0;
1159
+ }
1160
+ .mejs-uv .mejs-controls .mejs-pause button {
1161
+ background-position: -40px -18px;
1162
+ }
1163
+ .mejs-uv .mejs-controls .mejs-time-rail {
1164
+ position: absolute;
1165
+ margin: 6px 5px 0 0;
1166
+ }
1167
+ .mejs-uv .mejs-controls .mejs-time-rail .mejs-time-current {
1168
+ width: 0;
1169
+ height: 6px;
1170
+ background: #FFB81D;
1171
+ }
1172
+ .mejs-uv .mejs-controls .mejs-currenttime-container {
1173
+ position: absolute;
1174
+ margin: 4px 0 0 0;
1175
+ color: #fff;
1176
+ }
1177
+ .mejs-uv .mejs-controls .mejs-currenttime-container .slash {
1178
+ padding: 0 0 0 3px;
1179
+ }
1180
+ .mejs-uv .mejs-controls .mejs-duration-container {
1181
+ position: absolute;
1182
+ margin: 4px 5px 0 0;
1183
+ padding-left: 0;
1184
+ color: #fff;
1185
+ }
1186
+ .mejs-uv .mejs-controls .mejs-time-rail .mejs-time-total {
1187
+ background: #000;
1188
+ height: 6px;
1189
+ }
1190
+ .mejs-uv .mejs-controls .mejs-time-rail .mejs-time-loaded {
1191
+ background: #FFB81D;
1192
+ width: 0;
1193
+ height: 6px;
1194
+ }
1195
+ .mejs-uv .mejs-controls .mejs-time-rail .mejs-time-handle {
1196
+ display: block;
1197
+ margin: 0;
1198
+ width: 15px;
1199
+ height: 15px;
1200
+ border: 0;
1201
+ top: -5px;
1202
+ left: -1px;
1203
+ background: url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat 0 0;
1204
+ }
1205
+ .mejs-uv .mejs-controls .mejs-time-rail .mejs-time-float {
1206
+ display: none;
1207
+ }
1208
+ .mejs-uv .mejs-controls .mejs-volume-button {
1209
+ position: absolute;
1210
+ margin: 10px 5px 0 0;
1211
+ width: 18px;
1212
+ height: 17px;
1213
+ }
1214
+ .mejs-uv .mejs-controls .mejs-horizontal-volume-slider {
1215
+ position: absolute;
1216
+ margin: 3px 5px 0 0;
1217
+ }
1218
+ .mejs-uv .mejs-controls .mejs-mute button {
1219
+ background: url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat -19px 0;
1220
+ width: 18px;
1221
+ height: 17px;
1222
+ margin: 0;
1223
+ padding: 0;
1224
+ }
1225
+ .mejs-uv .mejs-controls .mejs-unmute button {
1226
+ background: url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat -40px 0;
1227
+ width: 18px;
1228
+ height: 17px;
1229
+ margin: 0;
1230
+ padding: 0;
1231
+ }
1232
+ .mejs-uv .mejs-controls .mejs-volume-button .mejs-volume-slider {
1233
+ background: #525252;
1234
+ width: 22px;
1235
+ height: 65px;
1236
+ top: -64px;
1237
+ left: -4px;
1238
+ }
1239
+ .mejs-uv .mejs-controls .mejs-volume-button .mejs-volume-total {
1240
+ background: #3e3e3e;
1241
+ left: 8px;
1242
+ width: 6px;
1243
+ height: 50px;
1244
+ }
1245
+ .mejs-uv .mejs-controls .mejs-volume-button .mejs-volume-current {
1246
+ left: 8px;
1247
+ width: 6px;
1248
+ background: #757575;
1249
+ height: 70px;
1250
+ }
1251
+ .mejs-uv .mejs-controls .mejs-volume-button .mejs-volume-handle {
1252
+ width: 14px;
1253
+ }
1254
+ .mejs-uv .mejs-controls .mejs-fullscreen-button {
1255
+ position: absolute;
1256
+ margin: 11px 10px 0 0;
1257
+ width: 18px;
1258
+ height: 17px;
1259
+ }
1260
+ .mejs-uv .mejs-controls .mejs-fullscreen-button button {
1261
+ width: 17px;
1262
+ height: 15px;
1263
+ background: transparent url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat -1px -58px;
1264
+ margin: 0;
1265
+ padding: 0;
1266
+ }
1267
+ .mejs-uv .mejs-controls .mejs-unfullscreen button {
1268
+ width: 17px;
1269
+ height: 15px;
1270
+ background: transparent url('../../img/uv-mediaelementcenterpanel-module/controls-wellcome.png') no-repeat -22px -58px;
1271
+ margin: 0;
1272
+ padding: 0;
1273
+ }
1274
+ .mejs-uv .mejs-controls .mejs-time button {
1275
+ color: #333;
1276
+ }
1277
+ .mejs-uv .mejs-controls .mejs-captions-button {
1278
+ display: none;
1279
+ }
1280
+ /* END: UV */
1281
+ #app .mejs-container.mejs-uv {
1282
+ background-color: #000;
1283
+ }
1284
+ #app .centerPanel .content {
1285
+ position: relative;
1286
+ }
1287
+ #app .centerPanel .content .container {
1288
+ position: absolute;
1289
+ }
1290
+ *,
1291
+ *:before,
1292
+ *:after {
1293
+ -webkit-box-sizing: border-box;
1294
+ -moz-box-sizing: border-box;
1295
+ box-sizing: border-box;
1296
+ }
1297
+ ::-webkit-scrollbar {
1298
+ width: 12px;
1299
+ height: 12px;
1300
+ }
1301
+ ::-webkit-scrollbar-track {
1302
+ background: none;
1303
+ }
1304
+ ::-webkit-scrollbar-thumb {
1305
+ background: #565656;
1306
+ }
1307
+ html,
1308
+ body {
1309
+ margin: 0;
1310
+ padding: 0;
1311
+ height: 100%;
1312
+ }
1313
+ html {
1314
+ font-size: 12px;
1315
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1316
+ }
1317
+ body {
1318
+ font-family: sans-serif;
1319
+ font-size: 12px;
1320
+ line-height: 1.42857143;
1321
+ color: #fff;
1322
+ background-color: #000;
1323
+ }
1324
+ input,
1325
+ button,
1326
+ select,
1327
+ textarea {
1328
+ font-family: inherit;
1329
+ font-size: inherit;
1330
+ line-height: inherit;
1331
+ }
1332
+ button,
1333
+ input,
1334
+ select[multiple],
1335
+ textarea {
1336
+ background-image: none;
1337
+ }
1338
+ a {
1339
+ color: #26b5cc;
1340
+ text-decoration: none;
1341
+ }
1342
+ a:hover,
1343
+ a:focus {
1344
+ color: #48c8dd;
1345
+ text-decoration: underline;
1346
+ }
1347
+ a:focus {
1348
+ outline: thin dotted #333;
1349
+ outline: 5px auto -webkit-focus-ring-color;
1350
+ outline-offset: -2px;
1351
+ }
1352
+ img {
1353
+ vertical-align: middle;
1354
+ }
1355
+ .img-responsive {
1356
+ display: block;
1357
+ max-width: 100%;
1358
+ height: auto;
1359
+ }
1360
+ .img-rounded {
1361
+ border-radius: 6px;
1362
+ }
1363
+ .img-thumbnail {
1364
+ padding: 5px 5px 5px 5px;
1365
+ line-height: 1.42857143;
1366
+ background-color: #000;
1367
+ border: 1px solid #565656;
1368
+ border-radius: 4px;
1369
+ -webkit-transition: all 0.2s ease-in-out;
1370
+ transition: all 0.2s ease-in-out;
1371
+ display: inline-block;
1372
+ max-width: 100%;
1373
+ height: auto;
1374
+ }
1375
+ .img-circle {
1376
+ border-radius: 50%;
1377
+ }
1378
+ hr {
1379
+ margin-top: 17px;
1380
+ margin-bottom: 17px;
1381
+ border: 0;
1382
+ border-top: 1px solid #efefef;
1383
+ }
1384
+ .sr-only {
1385
+ position: absolute;
1386
+ width: 1px;
1387
+ height: 1px;
1388
+ margin: -1px;
1389
+ padding: 0;
1390
+ overflow: hidden;
1391
+ clip: rect(0 0 0 0);
1392
+ border: 0;
1393
+ }
1394
+ .btn {
1395
+ display: inline-block;
1396
+ padding: 5px 5px;
1397
+ margin-bottom: 0;
1398
+ font-size: 12px;
1399
+ font-weight: normal;
1400
+ line-height: 1.42857143;
1401
+ text-align: center;
1402
+ vertical-align: middle;
1403
+ cursor: pointer;
1404
+ border: 1px solid transparent;
1405
+ border-radius: 4px;
1406
+ white-space: nowrap;
1407
+ -webkit-user-select: none;
1408
+ -moz-user-select: none;
1409
+ -ms-user-select: none;
1410
+ -o-user-select: none;
1411
+ user-select: none;
1412
+ }
1413
+ .btn:focus {
1414
+ outline: thin dotted #333;
1415
+ outline: 5px auto -webkit-focus-ring-color;
1416
+ outline-offset: -2px;
1417
+ }
1418
+ .btn:hover,
1419
+ .btn:focus {
1420
+ color: #fff;
1421
+ text-decoration: none;
1422
+ }
1423
+ .btn:active,
1424
+ .btn.active {
1425
+ outline: 0;
1426
+ background-image: none;
1427
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1428
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1429
+ }
1430
+ .btn.disabled,
1431
+ .btn[disabled],
1432
+ fieldset[disabled] .btn {
1433
+ cursor: not-allowed;
1434
+ pointer-events: none;
1435
+ opacity: 0.65;
1436
+ filter: alpha(opacity=65);
1437
+ -webkit-box-shadow: none;
1438
+ box-shadow: none;
1439
+ }
1440
+ .btn-default {
1441
+ color: #fff;
1442
+ background-color: #565656;
1443
+ border-color: #565656;
1444
+ }
1445
+ .btn-default:hover,
1446
+ .btn-default:focus,
1447
+ .btn-default:active,
1448
+ .btn-default.active,
1449
+ .open .dropdown-toggle.btn-default {
1450
+ color: #fff;
1451
+ background-color: #424242;
1452
+ border-color: #383838;
1453
+ }
1454
+ .btn-default:active,
1455
+ .btn-default.active,
1456
+ .open .dropdown-toggle.btn-default {
1457
+ background-image: none;
1458
+ }
1459
+ .btn-default.disabled,
1460
+ .btn-default[disabled],
1461
+ fieldset[disabled] .btn-default,
1462
+ .btn-default.disabled:hover,
1463
+ .btn-default[disabled]:hover,
1464
+ fieldset[disabled] .btn-default:hover,
1465
+ .btn-default.disabled:focus,
1466
+ .btn-default[disabled]:focus,
1467
+ fieldset[disabled] .btn-default:focus,
1468
+ .btn-default.disabled:active,
1469
+ .btn-default[disabled]:active,
1470
+ fieldset[disabled] .btn-default:active,
1471
+ .btn-default.disabled.active,
1472
+ .btn-default[disabled].active,
1473
+ fieldset[disabled] .btn-default.active {
1474
+ background-color: #565656;
1475
+ border-color: #565656;
1476
+ }
1477
+ .btn-primary {
1478
+ color: #fff;
1479
+ background-color: #14a4c3;
1480
+ border-color: #14a4c3;
1481
+ }
1482
+ .btn-primary:hover,
1483
+ .btn-primary:focus,
1484
+ .btn-primary:active,
1485
+ .btn-primary.active,
1486
+ .open .dropdown-toggle.btn-primary {
1487
+ color: #fff;
1488
+ background-color: #10859e;
1489
+ border-color: #0e758b;
1490
+ }
1491
+ .btn-primary:active,
1492
+ .btn-primary.active,
1493
+ .open .dropdown-toggle.btn-primary {
1494
+ background-image: none;
1495
+ }
1496
+ .btn-primary.disabled,
1497
+ .btn-primary[disabled],
1498
+ fieldset[disabled] .btn-primary,
1499
+ .btn-primary.disabled:hover,
1500
+ .btn-primary[disabled]:hover,
1501
+ fieldset[disabled] .btn-primary:hover,
1502
+ .btn-primary.disabled:focus,
1503
+ .btn-primary[disabled]:focus,
1504
+ fieldset[disabled] .btn-primary:focus,
1505
+ .btn-primary.disabled:active,
1506
+ .btn-primary[disabled]:active,
1507
+ fieldset[disabled] .btn-primary:active,
1508
+ .btn-primary.disabled.active,
1509
+ .btn-primary[disabled].active,
1510
+ fieldset[disabled] .btn-primary.active {
1511
+ background-color: #14a4c3;
1512
+ border-color: #14a4c3;
1513
+ }
1514
+ .btn-secondary {
1515
+ color: #fff;
1516
+ background-color: #14a4c3;
1517
+ border-color: #14a4c3;
1518
+ }
1519
+ .btn-secondary:hover,
1520
+ .btn-secondary:focus,
1521
+ .btn-secondary:active,
1522
+ .btn-secondary.active,
1523
+ .open .dropdown-toggle.btn-secondary {
1524
+ color: #fff;
1525
+ background-color: #10859e;
1526
+ border-color: #0e758b;
1527
+ }
1528
+ .btn-secondary:active,
1529
+ .btn-secondary.active,
1530
+ .open .dropdown-toggle.btn-secondary {
1531
+ background-image: none;
1532
+ }
1533
+ .btn-secondary.disabled,
1534
+ .btn-secondary[disabled],
1535
+ fieldset[disabled] .btn-secondary,
1536
+ .btn-secondary.disabled:hover,
1537
+ .btn-secondary[disabled]:hover,
1538
+ fieldset[disabled] .btn-secondary:hover,
1539
+ .btn-secondary.disabled:focus,
1540
+ .btn-secondary[disabled]:focus,
1541
+ fieldset[disabled] .btn-secondary:focus,
1542
+ .btn-secondary.disabled:active,
1543
+ .btn-secondary[disabled]:active,
1544
+ fieldset[disabled] .btn-secondary:active,
1545
+ .btn-secondary.disabled.active,
1546
+ .btn-secondary[disabled].active,
1547
+ fieldset[disabled] .btn-secondary.active {
1548
+ background-color: #14a4c3;
1549
+ border-color: #14a4c3;
1550
+ }
1551
+ .btn-warning {
1552
+ color: #fff;
1553
+ background-color: #FFB81D;
1554
+ border-color: #FFB81D;
1555
+ }
1556
+ .btn-warning:hover,
1557
+ .btn-warning:focus,
1558
+ .btn-warning:active,
1559
+ .btn-warning.active,
1560
+ .open .dropdown-toggle.btn-warning {
1561
+ color: #fff;
1562
+ background-color: #f3a700;
1563
+ border-color: #df9900;
1564
+ }
1565
+ .btn-warning:active,
1566
+ .btn-warning.active,
1567
+ .open .dropdown-toggle.btn-warning {
1568
+ background-image: none;
1569
+ }
1570
+ .btn-warning.disabled,
1571
+ .btn-warning[disabled],
1572
+ fieldset[disabled] .btn-warning,
1573
+ .btn-warning.disabled:hover,
1574
+ .btn-warning[disabled]:hover,
1575
+ fieldset[disabled] .btn-warning:hover,
1576
+ .btn-warning.disabled:focus,
1577
+ .btn-warning[disabled]:focus,
1578
+ fieldset[disabled] .btn-warning:focus,
1579
+ .btn-warning.disabled:active,
1580
+ .btn-warning[disabled]:active,
1581
+ fieldset[disabled] .btn-warning:active,
1582
+ .btn-warning.disabled.active,
1583
+ .btn-warning[disabled].active,
1584
+ fieldset[disabled] .btn-warning.active {
1585
+ background-color: #FFB81D;
1586
+ border-color: #FFB81D;
1587
+ }
1588
+ .btn-danger {
1589
+ color: #fff;
1590
+ background-color: #d9534f;
1591
+ border-color: #d9534f;
1592
+ }
1593
+ .btn-danger:hover,
1594
+ .btn-danger:focus,
1595
+ .btn-danger:active,
1596
+ .btn-danger.active,
1597
+ .open .dropdown-toggle.btn-danger {
1598
+ color: #fff;
1599
+ background-color: #d2322d;
1600
+ border-color: #c12e2a;
1601
+ }
1602
+ .btn-danger:active,
1603
+ .btn-danger.active,
1604
+ .open .dropdown-toggle.btn-danger {
1605
+ background-image: none;
1606
+ }
1607
+ .btn-danger.disabled,
1608
+ .btn-danger[disabled],
1609
+ fieldset[disabled] .btn-danger,
1610
+ .btn-danger.disabled:hover,
1611
+ .btn-danger[disabled]:hover,
1612
+ fieldset[disabled] .btn-danger:hover,
1613
+ .btn-danger.disabled:focus,
1614
+ .btn-danger[disabled]:focus,
1615
+ fieldset[disabled] .btn-danger:focus,
1616
+ .btn-danger.disabled:active,
1617
+ .btn-danger[disabled]:active,
1618
+ fieldset[disabled] .btn-danger:active,
1619
+ .btn-danger.disabled.active,
1620
+ .btn-danger[disabled].active,
1621
+ fieldset[disabled] .btn-danger.active {
1622
+ background-color: #d9534f;
1623
+ border-color: #d9534f;
1624
+ }
1625
+ .btn-success {
1626
+ color: #fff;
1627
+ background-color: #5cb85c;
1628
+ border-color: #5cb85c;
1629
+ }
1630
+ .btn-success:hover,
1631
+ .btn-success:focus,
1632
+ .btn-success:active,
1633
+ .btn-success.active,
1634
+ .open .dropdown-toggle.btn-success {
1635
+ color: #fff;
1636
+ background-color: #47a447;
1637
+ border-color: #419641;
1638
+ }
1639
+ .btn-success:active,
1640
+ .btn-success.active,
1641
+ .open .dropdown-toggle.btn-success {
1642
+ background-image: none;
1643
+ }
1644
+ .btn-success.disabled,
1645
+ .btn-success[disabled],
1646
+ fieldset[disabled] .btn-success,
1647
+ .btn-success.disabled:hover,
1648
+ .btn-success[disabled]:hover,
1649
+ fieldset[disabled] .btn-success:hover,
1650
+ .btn-success.disabled:focus,
1651
+ .btn-success[disabled]:focus,
1652
+ fieldset[disabled] .btn-success:focus,
1653
+ .btn-success.disabled:active,
1654
+ .btn-success[disabled]:active,
1655
+ fieldset[disabled] .btn-success:active,
1656
+ .btn-success.disabled.active,
1657
+ .btn-success[disabled].active,
1658
+ fieldset[disabled] .btn-success.active {
1659
+ background-color: #5cb85c;
1660
+ border-color: #5cb85c;
1661
+ }
1662
+ .btn-info {
1663
+ color: #fff;
1664
+ background-color: #5bc0de;
1665
+ border-color: #5bc0de;
1666
+ }
1667
+ .btn-info:hover,
1668
+ .btn-info:focus,
1669
+ .btn-info:active,
1670
+ .btn-info.active,
1671
+ .open .dropdown-toggle.btn-info {
1672
+ color: #fff;
1673
+ background-color: #39b3d7;
1674
+ border-color: #2aabd2;
1675
+ }
1676
+ .btn-info:active,
1677
+ .btn-info.active,
1678
+ .open .dropdown-toggle.btn-info {
1679
+ background-image: none;
1680
+ }
1681
+ .btn-info.disabled,
1682
+ .btn-info[disabled],
1683
+ fieldset[disabled] .btn-info,
1684
+ .btn-info.disabled:hover,
1685
+ .btn-info[disabled]:hover,
1686
+ fieldset[disabled] .btn-info:hover,
1687
+ .btn-info.disabled:focus,
1688
+ .btn-info[disabled]:focus,
1689
+ fieldset[disabled] .btn-info:focus,
1690
+ .btn-info.disabled:active,
1691
+ .btn-info[disabled]:active,
1692
+ fieldset[disabled] .btn-info:active,
1693
+ .btn-info.disabled.active,
1694
+ .btn-info[disabled].active,
1695
+ fieldset[disabled] .btn-info.active {
1696
+ background-color: #5bc0de;
1697
+ border-color: #5bc0de;
1698
+ }
1699
+ .btn-link {
1700
+ color: #26b5cc;
1701
+ font-weight: normal;
1702
+ cursor: pointer;
1703
+ border-radius: 0;
1704
+ }
1705
+ .btn-link,
1706
+ .btn-link:active,
1707
+ .btn-link[disabled],
1708
+ fieldset[disabled] .btn-link {
1709
+ background-color: transparent;
1710
+ -webkit-box-shadow: none;
1711
+ box-shadow: none;
1712
+ }
1713
+ .btn-link,
1714
+ .btn-link:hover,
1715
+ .btn-link:focus,
1716
+ .btn-link:active {
1717
+ border-color: transparent;
1718
+ }
1719
+ .btn-link:hover,
1720
+ .btn-link:focus {
1721
+ color: #48c8dd;
1722
+ text-decoration: underline;
1723
+ background-color: transparent;
1724
+ }
1725
+ .btn-link[disabled]:hover,
1726
+ fieldset[disabled] .btn-link:hover,
1727
+ .btn-link[disabled]:focus,
1728
+ fieldset[disabled] .btn-link:focus {
1729
+ color: #9a9a9a;
1730
+ text-decoration: none;
1731
+ }
1732
+ .btn-lg {
1733
+ padding: 15px 15px;
1734
+ font-size: 14px;
1735
+ line-height: 1.33;
1736
+ border-radius: 6px;
1737
+ }
1738
+ .btn-sm,
1739
+ .btn-xs {
1740
+ padding: 5px 5px;
1741
+ font-size: 11px;
1742
+ line-height: 1.5;
1743
+ border-radius: 3px;
1744
+ }
1745
+ .btn-xs {
1746
+ padding: 1px 5px;
1747
+ }
1748
+ .btn-block {
1749
+ display: block;
1750
+ width: 100%;
1751
+ padding-left: 0;
1752
+ padding-right: 0;
1753
+ }
1754
+ .btn-block + .btn-block {
1755
+ margin-top: 5px;
1756
+ }
1757
+ input[type="submit"].btn-block,
1758
+ input[type="reset"].btn-block,
1759
+ input[type="button"].btn-block {
1760
+ width: 100%;
1761
+ }
1762
+ /* WebKit */
1763
+ input[type=range] {
1764
+ -webkit-appearance: none;
1765
+ }
1766
+ input[type=range]::-webkit-slider-runnable-track {
1767
+ width: 300px;
1768
+ height: 5px;
1769
+ background: #9a9a9a;
1770
+ border: none;
1771
+ }
1772
+ input[type=range]::-webkit-slider-thumb {
1773
+ -webkit-appearance: none;
1774
+ border: none;
1775
+ height: 16px;
1776
+ width: 16px;
1777
+ border-radius: 50%;
1778
+ background: #565656;
1779
+ margin-top: -5px;
1780
+ }
1781
+ input[type=range]:focus {
1782
+ outline: none;
1783
+ }
1784
+ input[type=range]:focus::-webkit-slider-runnable-track {
1785
+ background: #9a9a9a;
1786
+ }
1787
+ /* Firefox */
1788
+ input[type=range] {
1789
+ /* fix for FF unable to apply focus style bug */
1790
+ /*required for proper track sizing in FF*/
1791
+ width: 300px;
1792
+ }
1793
+ input[type=range]::-moz-range-track {
1794
+ width: 300px;
1795
+ height: 5px;
1796
+ background: #ddd;
1797
+ border: none;
1798
+ }
1799
+ input[type=range]::-moz-range-thumb {
1800
+ border: none;
1801
+ height: 16px;
1802
+ width: 16px;
1803
+ border-radius: 50%;
1804
+ background: #565656;
1805
+ }
1806
+ /*hide the outline behind the border*/
1807
+ input[type=range]:-moz-focusring {
1808
+ outline: 1px solid white;
1809
+ outline-offset: -1px;
1810
+ }
1811
+ input[type=range]:focus::-moz-range-track {
1812
+ background: #ccc;
1813
+ }
1814
+ /* IE */
1815
+ input[type=range]::-ms-track {
1816
+ width: 300px;
1817
+ height: 5px;
1818
+ /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
1819
+ background: transparent;
1820
+ /*leave room for the larger thumb to overflow with a transparent border */
1821
+ border-color: transparent;
1822
+ border-width: 6px 0;
1823
+ /*remove default tick marks*/
1824
+ color: transparent;
1825
+ }
1826
+ input[type=range]::-ms-fill-lower {
1827
+ background: #9a9a9a;
1828
+ }
1829
+ input[type=range]::-ms-fill-upper {
1830
+ background: #9a9a9a;
1831
+ }
1832
+ input[type=range]::-ms-thumb {
1833
+ border: none;
1834
+ height: 16px;
1835
+ width: 16px;
1836
+ border-radius: 50%;
1837
+ background: #565656;
1838
+ }
1839
+ input[type=range]:focus::-ms-fill-lower {
1840
+ background: #9a9a9a;
1841
+ }
1842
+ input[type=range]:focus::-ms-fill-upper {
1843
+ background: #efefef;
1844
+ }
1845
+ .btn-default .caret {
1846
+ border-top-color: #fff;
1847
+ }
1848
+ .btn-primary .caret,
1849
+ .btn-success .caret,
1850
+ .btn-warning .caret,
1851
+ .btn-danger .caret,
1852
+ .btn-info .caret {
1853
+ border-top-color: #fff;
1854
+ }
1855
+ .dropup .btn-default .caret {
1856
+ border-bottom-color: #fff;
1857
+ }
1858
+ .dropup .btn-primary .caret,
1859
+ .dropup .btn-success .caret,
1860
+ .dropup .btn-warning .caret,
1861
+ .dropup .btn-danger .caret,
1862
+ .dropup .btn-info .caret {
1863
+ border-bottom-color: #fff;
1864
+ }
1865
+ .btn-group,
1866
+ .btn-group-vertical {
1867
+ position: relative;
1868
+ display: inline-block;
1869
+ vertical-align: middle;
1870
+ }
1871
+ .btn-group > .btn,
1872
+ .btn-group-vertical > .btn {
1873
+ position: relative;
1874
+ float: left;
1875
+ }
1876
+ .btn-group > .btn:hover,
1877
+ .btn-group-vertical > .btn:hover,
1878
+ .btn-group > .btn:focus,
1879
+ .btn-group-vertical > .btn:focus,
1880
+ .btn-group > .btn:active,
1881
+ .btn-group-vertical > .btn:active,
1882
+ .btn-group > .btn.active,
1883
+ .btn-group-vertical > .btn.active {
1884
+ z-index: 2;
1885
+ }
1886
+ .btn-group > .btn:focus,
1887
+ .btn-group-vertical > .btn:focus {
1888
+ outline: none;
1889
+ }
1890
+ .btn-group .btn + .btn,
1891
+ .btn-group .btn + .btn-group,
1892
+ .btn-group .btn-group + .btn,
1893
+ .btn-group .btn-group + .btn-group {
1894
+ margin-left: -1px;
1895
+ }
1896
+ .btn-toolbar:before,
1897
+ .btn-toolbar:after {
1898
+ content: " ";
1899
+ /* 1 */
1900
+ display: table;
1901
+ /* 2 */
1902
+ }
1903
+ .btn-toolbar:after {
1904
+ clear: both;
1905
+ }
1906
+ .btn-toolbar .btn-group {
1907
+ float: left;
1908
+ }
1909
+ .btn-toolbar > .btn + .btn,
1910
+ .btn-toolbar > .btn-group + .btn,
1911
+ .btn-toolbar > .btn + .btn-group,
1912
+ .btn-toolbar > .btn-group + .btn-group {
1913
+ margin-left: 5px;
1914
+ }
1915
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1916
+ border-radius: 0;
1917
+ }
1918
+ .btn-group > .btn:first-child {
1919
+ margin-left: 0;
1920
+ }
1921
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1922
+ border-bottom-right-radius: 0;
1923
+ border-top-right-radius: 0;
1924
+ }
1925
+ .btn-group > .btn:last-child:not(:first-child),
1926
+ .btn-group > .dropdown-toggle:not(:first-child) {
1927
+ border-bottom-left-radius: 0;
1928
+ border-top-left-radius: 0;
1929
+ }
1930
+ .btn-group > .btn-group {
1931
+ float: left;
1932
+ }
1933
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1934
+ border-radius: 0;
1935
+ }
1936
+ .btn-group > .btn-group:first-child > .btn:last-child,
1937
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
1938
+ border-bottom-right-radius: 0;
1939
+ border-top-right-radius: 0;
1940
+ }
1941
+ .btn-group > .btn-group:last-child > .btn:first-child {
1942
+ border-bottom-left-radius: 0;
1943
+ border-top-left-radius: 0;
1944
+ }
1945
+ .btn-group .dropdown-toggle:active,
1946
+ .btn-group.open .dropdown-toggle {
1947
+ outline: 0;
1948
+ }
1949
+ .btn-group-xs > .btn {
1950
+ padding: 5px 5px;
1951
+ font-size: 11px;
1952
+ line-height: 1.5;
1953
+ border-radius: 3px;
1954
+ padding: 1px 5px;
1955
+ }
1956
+ .btn-group-sm > .btn {
1957
+ padding: 5px 5px;
1958
+ font-size: 11px;
1959
+ line-height: 1.5;
1960
+ border-radius: 3px;
1961
+ }
1962
+ .btn-group-lg > .btn {
1963
+ padding: 15px 15px;
1964
+ font-size: 14px;
1965
+ line-height: 1.33;
1966
+ border-radius: 6px;
1967
+ }
1968
+ .btn-group > .btn + .dropdown-toggle {
1969
+ padding-left: 8px;
1970
+ padding-right: 8px;
1971
+ }
1972
+ .btn-group > .btn-lg + .dropdown-toggle {
1973
+ padding-left: 12px;
1974
+ padding-right: 12px;
1975
+ }
1976
+ .btn-group.open .dropdown-toggle {
1977
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1978
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1979
+ }
1980
+ .btn .caret {
1981
+ margin-left: 0;
1982
+ }
1983
+ .btn-lg .caret {
1984
+ border-width: 5px 5px 0;
1985
+ border-bottom-width: 0;
1986
+ }
1987
+ .dropup .btn-lg .caret {
1988
+ border-width: 0 5px 5px;
1989
+ }
1990
+ .btn-group-vertical > .btn,
1991
+ .btn-group-vertical > .btn-group {
1992
+ display: block;
1993
+ float: none;
1994
+ width: 100%;
1995
+ max-width: 100%;
1996
+ }
1997
+ .btn-group-vertical > .btn-group:before,
1998
+ .btn-group-vertical > .btn-group:after {
1999
+ content: " ";
2000
+ /* 1 */
2001
+ display: table;
2002
+ /* 2 */
2003
+ }
2004
+ .btn-group-vertical > .btn-group:after {
2005
+ clear: both;
2006
+ }
2007
+ .btn-group-vertical > .btn-group > .btn {
2008
+ float: none;
2009
+ }
2010
+ .btn-group-vertical > .btn + .btn,
2011
+ .btn-group-vertical > .btn + .btn-group,
2012
+ .btn-group-vertical > .btn-group + .btn,
2013
+ .btn-group-vertical > .btn-group + .btn-group {
2014
+ margin-top: -1px;
2015
+ margin-left: 0;
2016
+ }
2017
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
2018
+ border-radius: 0;
2019
+ }
2020
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
2021
+ border-top-right-radius: 4px;
2022
+ border-bottom-right-radius: 0;
2023
+ border-bottom-left-radius: 0;
2024
+ }
2025
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
2026
+ border-bottom-left-radius: 4px;
2027
+ border-top-right-radius: 0;
2028
+ border-top-left-radius: 0;
2029
+ }
2030
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
2031
+ border-radius: 0;
2032
+ }
2033
+ .btn-group-vertical > .btn-group:first-child > .btn:last-child,
2034
+ .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
2035
+ border-bottom-right-radius: 0;
2036
+ border-bottom-left-radius: 0;
2037
+ }
2038
+ .btn-group-vertical > .btn-group:last-child > .btn:first-child {
2039
+ border-top-right-radius: 0;
2040
+ border-top-left-radius: 0;
2041
+ }
2042
+ .btn-group-justified {
2043
+ display: table;
2044
+ width: 100%;
2045
+ table-layout: fixed;
2046
+ border-collapse: separate;
2047
+ }
2048
+ .btn-group-justified .btn {
2049
+ float: none;
2050
+ display: table-cell;
2051
+ width: 1%;
2052
+ }
2053
+ [data-toggle="buttons"] > .btn > input[type="radio"],
2054
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
2055
+ display: none;
2056
+ }
2057
+ #app .headerPanel {
2058
+ color: #000;
2059
+ }
2060
+ #app .headerPanel a.imageBtn {
2061
+ height: 30px;
2062
+ width: 30px;
2063
+ float: left;
2064
+ }
2065
+ #app .headerPanel.showInformation {
2066
+ height: 80px;
2067
+ }
2068
+ #app .headerPanel .options {
2069
+ height: 40px;
2070
+ background-color: #211f1f;
2071
+ }
2072
+ #app .headerPanel .options .centerOptions {
2073
+ margin: 5px 0 0 0;
2074
+ position: absolute;
2075
+ }
2076
+ #app .headerPanel .options .rightOptions {
2077
+ float: right;
2078
+ margin: 5px 0 0 0;
2079
+ }
2080
+ #app .headerPanel .options .rightOptions .settings {
2081
+ background: url('../../img/uv-shared-module/settings.png');
2082
+ height: 30px;
2083
+ width: 30px;
2084
+ margin-right: 8px;
2085
+ }
2086
+ #app .headerPanel .informationBox {
2087
+ background: #FFB81D;
2088
+ color: #343434;
2089
+ width: 100%;
2090
+ position: absolute;
2091
+ height: 40px;
2092
+ }
2093
+ #app .headerPanel .informationBox .message {
2094
+ float: left;
2095
+ overflow: hidden;
2096
+ margin: 13px;
2097
+ }
2098
+ #app .headerPanel .informationBox .actions {
2099
+ float: left;
2100
+ margin: 6px 0 0 0;
2101
+ }
2102
+ #app .headerPanel .informationBox .actions .btn {
2103
+ margin: 0 6px 0 0;
2104
+ }
2105
+ #app .headerPanel .informationBox .close {
2106
+ float: right;
2107
+ background-image: url('../../img/uv-shared-module/close_information_box.png');
2108
+ background-repeat: no-repeat;
2109
+ width: 17px;
2110
+ height: 17px;
2111
+ background-position: 4px 4px;
2112
+ cursor: pointer;
2113
+ margin: 12px;
2114
+ }
2115
+ #app .leftPanel a {
2116
+ color: #fff;
2117
+ text-decoration: none;
2118
+ }
2119
+ #app .leftPanel .top {
2120
+ height: 35px;
2121
+ position: relative;
2122
+ }
2123
+ #app .leftPanel .top .title {
2124
+ height: 20px;
2125
+ margin: 9px 0 0 10px;
2126
+ float: left;
2127
+ cursor: pointer;
2128
+ }
2129
+ #app .leftPanel .top .collapseButton {
2130
+ float: right;
2131
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
2132
+ width: 20px;
2133
+ height: 20px;
2134
+ cursor: pointer;
2135
+ margin: 7px 5px 0 0;
2136
+ display: block;
2137
+ }
2138
+ #app .leftPanel .top .expandFullButton {
2139
+ float: right;
2140
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
2141
+ width: 20px;
2142
+ height: 20px;
2143
+ cursor: pointer;
2144
+ margin: 7px 5px 0 0;
2145
+ display: none;
2146
+ }
2147
+ #app .leftPanel .closed {
2148
+ width: 25px;
2149
+ float: right;
2150
+ }
2151
+ #app .leftPanel .closed .title {
2152
+ color: #fff;
2153
+ text-decoration: none;
2154
+ white-space: nowrap;
2155
+ display: block;
2156
+ margin: 8px 8px 0 0px;
2157
+ cursor: pointer;
2158
+ text-transform: uppercase;
2159
+ -webkit-transform: rotate(90deg);
2160
+ -ms-transform: rotate(90deg);
2161
+ transform: rotate(90deg);
2162
+ }
2163
+ #app .leftPanel .closed .title:link,
2164
+ #app .leftPanel .closed .title:visited,
2165
+ #app .leftPanel .closed .title:hover,
2166
+ #app .leftPanel .closed .title:active {
2167
+ color: #fff;
2168
+ text-decoration: none;
2169
+ }
2170
+ #app .leftPanel .closed .expandButton {
2171
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
2172
+ width: 20px;
2173
+ height: 20px;
2174
+ cursor: pointer;
2175
+ margin: 7px 5px 0 0;
2176
+ display: block;
2177
+ }
2178
+ #app.browser-Explorer.browser-version-8 .leftPanel .closed .title {
2179
+ writing-mode: tb-lr;
2180
+ }
2181
+ #app .rightPanel .top {
2182
+ height: 35px;
2183
+ position: relative;
2184
+ }
2185
+ #app .rightPanel .top .title {
2186
+ position: absolute;
2187
+ height: 20px;
2188
+ margin-top: 9px;
2189
+ cursor: pointer;
2190
+ left: 35px;
2191
+ }
2192
+ #app .rightPanel .top .collapseButton {
2193
+ position: absolute;
2194
+ background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
2195
+ width: 20px;
2196
+ height: 20px;
2197
+ cursor: pointer;
2198
+ margin-top: 7px;
2199
+ display: block;
2200
+ left: 5px;
2201
+ }
2202
+ #app .rightPanel .top .expandFullButton {
2203
+ position: absolute;
2204
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
2205
+ width: 20px;
2206
+ height: 20px;
2207
+ cursor: pointer;
2208
+ margin-top: 7px;
2209
+ display: none;
2210
+ left: 5px;
2211
+ }
2212
+ #app .rightPanel .closed {
2213
+ width: 25px;
2214
+ }
2215
+ #app .rightPanel .closed .title {
2216
+ color: #fff;
2217
+ text-decoration: none;
2218
+ white-space: nowrap;
2219
+ display: block;
2220
+ margin: 8px 3px 0 5px;
2221
+ cursor: pointer;
2222
+ text-transform: uppercase;
2223
+ -webkit-transform: rotate(90deg);
2224
+ -ms-transform: rotate(90deg);
2225
+ transform: rotate(90deg);
2226
+ }
2227
+ #app .rightPanel .closed .title:link,
2228
+ #app .rightPanel .closed .title:visited,
2229
+ #app .rightPanel .closed .title:hover,
2230
+ #app .rightPanel .closed .title:active {
2231
+ color: #fff;
2232
+ text-decoration: none;
2233
+ }
2234
+ #app .rightPanel .closed .expandButton {
2235
+ background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
2236
+ width: 20px;
2237
+ height: 20px;
2238
+ cursor: pointer;
2239
+ margin: 7px 0 0 5px;
2240
+ display: block;
2241
+ }
2242
+ #app .rightPanel .main {
2243
+ margin-right: 10px;
2244
+ margin-bottom: 10px;
2245
+ }
2246
+ #app.browser-Explorer.browser-version-8 .rightPanel .closed .title {
2247
+ writing-mode: tb-lr;
2248
+ }
2249
+ #app .centerPanel .title {
2250
+ height: 38px;
2251
+ font-size: 20px;
2252
+ color: #fff;
2253
+ padding: 0 20px 0 20px;
2254
+ }
2255
+ #app .centerPanel .title span {
2256
+ line-height: 30px;
2257
+ }
2258
+ #app .centerPanel .content .attribution {
2259
+ background: #343434;
2260
+ background: rgba(52, 52, 52, 0.7);
2261
+ position: absolute;
2262
+ width: 190px;
2263
+ padding: 10px 10px 10px 10px;
2264
+ margin: 10px 0 5px 15px;
2265
+ font-size: 11px;
2266
+ }
2267
+ #app .centerPanel .content .attribution .header {
2268
+ overflow: hidden;
2269
+ }
2270
+ #app .centerPanel .content .attribution .header .title {
2271
+ font-size: 11px;
2272
+ font-weight: bold;
2273
+ height: 20px;
2274
+ width: 150px;
2275
+ line-height: 18px;
2276
+ float: left;
2277
+ padding: 0;
2278
+ text-transform: uppercase;
2279
+ }
2280
+ #app .centerPanel .content .attribution .header .close {
2281
+ width: 16px;
2282
+ height: 16px;
2283
+ margin: 2px;
2284
+ float: right;
2285
+ background-image: url('../../img/uv-shared-module/close_attribution.png');
2286
+ cursor: pointer;
2287
+ }
2288
+ #app .centerPanel .content .attribution .main {
2289
+ margin-top: 5px;
2290
+ }
2291
+ #app .centerPanel .content .attribution .main img {
2292
+ margin-top: 5px;
2293
+ margin-bottom: 5px;
2294
+ max-width: 100px;
2295
+ }
2296
+ #app .centerPanel .content .attribution .main a:not(.toggle) {
2297
+ color: #26b5cc;
2298
+ }
2299
+ #app .centerPanel .content .attribution .main a:not(.toggle):link {
2300
+ color: #26b5cc;
2301
+ }
2302
+ #app .centerPanel .content .attribution .main a:not(.toggle):hover {
2303
+ color: #26b5cc;
2304
+ }
2305
+ #app .centerPanel .content .attribution .main a:not(.toggle):visited {
2306
+ color: #26b5cc;
2307
+ }
2308
+ #app .centerPanel .content .attribution .main a:not(.toggle):active {
2309
+ color: #26b5cc;
2310
+ }
2311
+ #app .centerPanel .content .attribution .main .attribution-text {
2312
+ overflow: hidden;
2313
+ }
2314
+ #app .footerPanel .searchOptions {
2315
+ width: 425px;
2316
+ }
2317
+ #app .footerPanel .options {
2318
+ height: 41px;
2319
+ }
2320
+ #app .footerPanel .options a {
2321
+ float: left;
2322
+ margin-top: 10px;
2323
+ margin-right: 15px;
2324
+ }
2325
+ #app .footerPanel .options a.moreInfo {
2326
+ background-image: url('../../img/uv-shared-module/moreinfo.png');
2327
+ background-repeat: no-repeat;
2328
+ height: 21px;
2329
+ line-height: 21px;
2330
+ cursor: pointer;
2331
+ color: #fff;
2332
+ text-decoration: none;
2333
+ background-position: left center;
2334
+ padding-left: 35px;
2335
+ padding-right: 10px;
2336
+ line-height: 22px;
2337
+ }
2338
+ #app .footerPanel .options a.moreInfo:link,
2339
+ #app .footerPanel .options a.moreInfo:visited,
2340
+ #app .footerPanel .options a.moreInfo:hover,
2341
+ #app .footerPanel .options a.moreInfo:active {
2342
+ color: #fff;
2343
+ text-decoration: none;
2344
+ }
2345
+ #app .footerPanel .options a.open {
2346
+ background-image: url('../../img/uv-shared-module/open.png');
2347
+ background-repeat: no-repeat;
2348
+ height: 21px;
2349
+ line-height: 21px;
2350
+ cursor: pointer;
2351
+ color: #fff;
2352
+ text-decoration: none;
2353
+ background-position: left center;
2354
+ padding-left: 35px;
2355
+ padding-right: 10px;
2356
+ line-height: 22px;
2357
+ }
2358
+ #app .footerPanel .options a.open:link,
2359
+ #app .footerPanel .options a.open:visited,
2360
+ #app .footerPanel .options a.open:hover,
2361
+ #app .footerPanel .options a.open:active {
2362
+ color: #fff;
2363
+ text-decoration: none;
2364
+ }
2365
+ #app .footerPanel .options a.share {
2366
+ background-image: url('../../img/uv-shared-module/share.png');
2367
+ background-repeat: no-repeat;
2368
+ height: 21px;
2369
+ line-height: 21px;
2370
+ cursor: pointer;
2371
+ color: #fff;
2372
+ text-decoration: none;
2373
+ background-position: left center;
2374
+ padding-left: 35px;
2375
+ padding-right: 10px;
2376
+ line-height: 22px;
2377
+ }
2378
+ #app .footerPanel .options a.share:link,
2379
+ #app .footerPanel .options a.share:visited,
2380
+ #app .footerPanel .options a.share:hover,
2381
+ #app .footerPanel .options a.share:active {
2382
+ color: #fff;
2383
+ text-decoration: none;
2384
+ }
2385
+ #app .footerPanel .options a.embed {
2386
+ background-image: url('../../img/uv-shared-module/embed.png');
2387
+ background-repeat: no-repeat;
2388
+ height: 21px;
2389
+ line-height: 21px;
2390
+ cursor: pointer;
2391
+ color: #fff;
2392
+ text-decoration: none;
2393
+ background-position: left center;
2394
+ padding-left: 35px;
2395
+ padding-right: 10px;
2396
+ line-height: 22px;
2397
+ }
2398
+ #app .footerPanel .options a.embed:link,
2399
+ #app .footerPanel .options a.embed:visited,
2400
+ #app .footerPanel .options a.embed:hover,
2401
+ #app .footerPanel .options a.embed:active {
2402
+ color: #fff;
2403
+ text-decoration: none;
2404
+ }
2405
+ #app .footerPanel .options a.download {
2406
+ background-image: url('../../img/uv-shared-module/download.png');
2407
+ background-repeat: no-repeat;
2408
+ height: 21px;
2409
+ line-height: 21px;
2410
+ cursor: pointer;
2411
+ color: #fff;
2412
+ text-decoration: none;
2413
+ background-position: left center;
2414
+ padding-left: 30px;
2415
+ padding-right: 10px;
2416
+ line-height: 22px;
2417
+ }
2418
+ #app .footerPanel .options a.download:link,
2419
+ #app .footerPanel .options a.download:visited,
2420
+ #app .footerPanel .options a.download:hover,
2421
+ #app .footerPanel .options a.download:active {
2422
+ color: #fff;
2423
+ text-decoration: none;
2424
+ }
2425
+ #app .footerPanel .options a.bookmark {
2426
+ background-image: url('../../img/uv-shared-module/bookmark.png');
2427
+ background-repeat: no-repeat;
2428
+ height: 21px;
2429
+ line-height: 21px;
2430
+ cursor: pointer;
2431
+ color: #fff;
2432
+ text-decoration: none;
2433
+ background-position: left center;
2434
+ padding-left: 30px;
2435
+ padding-right: 10px;
2436
+ line-height: 22px;
2437
+ }
2438
+ #app .footerPanel .options a.bookmark:link,
2439
+ #app .footerPanel .options a.bookmark:visited,
2440
+ #app .footerPanel .options a.bookmark:hover,
2441
+ #app .footerPanel .options a.bookmark:active {
2442
+ color: #fff;
2443
+ text-decoration: none;
2444
+ }
2445
+ #app .footerPanel .options a.feedback {
2446
+ background-image: url('../../img/uv-shared-module/feedback.png');
2447
+ background-repeat: no-repeat;
2448
+ height: 21px;
2449
+ line-height: 21px;
2450
+ cursor: pointer;
2451
+ color: #fff;
2452
+ text-decoration: none;
2453
+ background-position: left center;
2454
+ padding-left: 30px;
2455
+ padding-right: 10px;
2456
+ line-height: 22px;
2457
+ }
2458
+ #app .footerPanel .options a.feedback:link,
2459
+ #app .footerPanel .options a.feedback:visited,
2460
+ #app .footerPanel .options a.feedback:hover,
2461
+ #app .footerPanel .options a.feedback:active {
2462
+ color: #fff;
2463
+ text-decoration: none;
2464
+ }
2465
+ #app .footerPanel .options a.print {
2466
+ background-image: url('../../img/uv-shared-module/print.png');
2467
+ background-repeat: no-repeat;
2468
+ height: 21px;
2469
+ line-height: 21px;
2470
+ cursor: pointer;
2471
+ color: #fff;
2472
+ text-decoration: none;
2473
+ background-position: left center;
2474
+ padding-left: 30px;
2475
+ padding-right: 10px;
2476
+ line-height: 22px;
2477
+ }
2478
+ #app .footerPanel .options a.print:link,
2479
+ #app .footerPanel .options a.print:visited,
2480
+ #app .footerPanel .options a.print:hover,
2481
+ #app .footerPanel .options a.print:active {
2482
+ color: #fff;
2483
+ text-decoration: none;
2484
+ }
2485
+ #app .footerPanel .options a.fullScreen {
2486
+ background-image: url('../../img/uv-shared-module/fullscreen.png');
2487
+ background-repeat: no-repeat;
2488
+ height: 21px;
2489
+ line-height: 21px;
2490
+ cursor: pointer;
2491
+ color: #fff;
2492
+ text-decoration: none;
2493
+ background-position: right center;
2494
+ padding-right: 30px;
2495
+ padding-left: 10px;
2496
+ line-height: 22px;
2497
+ min-width: 25px;
2498
+ float: right;
2499
+ margin-right: 0;
2500
+ }
2501
+ #app .footerPanel .options a.fullScreen:link,
2502
+ #app .footerPanel .options a.fullScreen:visited,
2503
+ #app .footerPanel .options a.fullScreen:hover,
2504
+ #app .footerPanel .options a.fullScreen:active {
2505
+ color: #fff;
2506
+ text-decoration: none;
2507
+ }
2508
+ #app .footerPanel .options a.exitFullscreen {
2509
+ background-image: url('../../img/uv-shared-module/exit_fullscreen.png');
2510
+ background-repeat: no-repeat;
2511
+ height: 21px;
2512
+ line-height: 21px;
2513
+ cursor: pointer;
2514
+ color: #fff;
2515
+ text-decoration: none;
2516
+ background-position: right center;
2517
+ padding-right: 30px;
2518
+ padding-left: 10px;
2519
+ line-height: 22px;
2520
+ min-width: 25px;
2521
+ float: right;
2522
+ margin-right: 0;
2523
+ }
2524
+ #app .footerPanel .options a.exitFullscreen:link,
2525
+ #app .footerPanel .options a.exitFullscreen:visited,
2526
+ #app .footerPanel .options a.exitFullscreen:hover,
2527
+ #app .footerPanel .options a.exitFullscreen:active {
2528
+ color: #fff;
2529
+ text-decoration: none;
2530
+ }
2531
+ #app .footerPanel .options.minimiseButtons a:first-child {
2532
+ margin-left: 10px;
2533
+ }
2534
+ #app .footerPanel .options.minimiseButtons a.moreInfo {
2535
+ font: 0/0 a;
2536
+ text-shadow: none;
2537
+ background-color: transparent;
2538
+ border: 0;
2539
+ line-height: 0;
2540
+ font-size: 0;
2541
+ color: transparent;
2542
+ width: 27px;
2543
+ padding: 0;
2544
+ }
2545
+ #app .footerPanel .options.minimiseButtons a.open {
2546
+ font: 0/0 a;
2547
+ text-shadow: none;
2548
+ background-color: transparent;
2549
+ border: 0;
2550
+ line-height: 0;
2551
+ font-size: 0;
2552
+ color: transparent;
2553
+ width: 27px;
2554
+ padding: 0;
2555
+ }
2556
+ #app .footerPanel .options.minimiseButtons a.download {
2557
+ font: 0/0 a;
2558
+ text-shadow: none;
2559
+ background-color: transparent;
2560
+ border: 0;
2561
+ line-height: 0;
2562
+ font-size: 0;
2563
+ color: transparent;
2564
+ width: 27px;
2565
+ padding: 0;
2566
+ }
2567
+ #app .footerPanel .options.minimiseButtons a.bookmark {
2568
+ font: 0/0 a;
2569
+ text-shadow: none;
2570
+ background-color: transparent;
2571
+ border: 0;
2572
+ line-height: 0;
2573
+ font-size: 0;
2574
+ color: transparent;
2575
+ width: 27px;
2576
+ padding: 0;
2577
+ }
2578
+ #app .footerPanel .options.minimiseButtons a.feedback {
2579
+ font: 0/0 a;
2580
+ text-shadow: none;
2581
+ background-color: transparent;
2582
+ border: 0;
2583
+ line-height: 0;
2584
+ font-size: 0;
2585
+ color: transparent;
2586
+ width: 27px;
2587
+ padding: 0;
2588
+ }
2589
+ #app .footerPanel .options.minimiseButtons a.print {
2590
+ font: 0/0 a;
2591
+ text-shadow: none;
2592
+ background-color: transparent;
2593
+ border: 0;
2594
+ line-height: 0;
2595
+ font-size: 0;
2596
+ color: transparent;
2597
+ width: 27px;
2598
+ padding: 0;
2599
+ }
2600
+ #app .footerPanel .options.minimiseButtons a.share {
2601
+ font: 0/0 a;
2602
+ text-shadow: none;
2603
+ background-color: transparent;
2604
+ border: 0;
2605
+ line-height: 0;
2606
+ font-size: 0;
2607
+ color: transparent;
2608
+ width: 27px;
2609
+ padding: 0;
2610
+ }
2611
+ #app .footerPanel .options.minimiseButtons a.embed {
2612
+ font: 0/0 a;
2613
+ text-shadow: none;
2614
+ background-color: transparent;
2615
+ border: 0;
2616
+ line-height: 0;
2617
+ font-size: 0;
2618
+ color: transparent;
2619
+ width: 27px;
2620
+ padding: 0;
2621
+ }
2622
+ #app .footerPanel .options.minimiseButtons a.fullScreen {
2623
+ font: 0/0 a;
2624
+ text-shadow: none;
2625
+ background-color: transparent;
2626
+ border: 0;
2627
+ line-height: 0;
2628
+ font-size: 0;
2629
+ color: transparent;
2630
+ width: 21px;
2631
+ padding: 0;
2632
+ }
2633
+ #app .footerPanel .options.minimiseButtons a.exitFullscreen {
2634
+ font: 0/0 a;
2635
+ text-shadow: none;
2636
+ background-color: transparent;
2637
+ border: 0;
2638
+ line-height: 0;
2639
+ font-size: 0;
2640
+ color: transparent;
2641
+ width: 21px;
2642
+ padding: 0;
2643
+ }
2644
+ #app .footerPanel .options.minimiseButtons a.normal {
2645
+ font: 0/0 a;
2646
+ text-shadow: none;
2647
+ background-color: transparent;
2648
+ border: 0;
2649
+ line-height: 0;
2650
+ font-size: 0;
2651
+ color: transparent;
2652
+ width: 21px;
2653
+ padding: 0;
2654
+ }
2655
+ #app.lightbox .footerPanel .options a.imageBtn.normal {
2656
+ background: url('../../img/uv-shared-module/close_lightbox.png') no-repeat;
2657
+ }
2658
+ #app .overlays {
2659
+ position: absolute;
2660
+ top: 0;
2661
+ left: 0;
2662
+ background: rgba(0, 0, 0, 0.5);
2663
+ background-image: url('../../img/uv-shared-module/modal_bg.gif');
2664
+ display: none;
2665
+ }
2666
+ #app .overlay {
2667
+ position: absolute;
2668
+ }
2669
+ #app .overlay .top {
2670
+ width: 100%;
2671
+ overflow: auto;
2672
+ }
2673
+ #app .overlay .top .close {
2674
+ font: 0/0 a;
2675
+ text-shadow: none;
2676
+ background-color: transparent;
2677
+ border: 0;
2678
+ line-height: 0;
2679
+ font-size: 0;
2680
+ color: transparent;
2681
+ background-image: url('../../img/uv-shared-module/close.png');
2682
+ width: 24px;
2683
+ height: 24px;
2684
+ float: right;
2685
+ background-color: #14a4c3;
2686
+ }
2687
+ #app .overlay .middle {
2688
+ width: 100%;
2689
+ background: #fff;
2690
+ }
2691
+ #app .overlay .middle .content {
2692
+ padding-right: 10px;
2693
+ padding-bottom: 10px;
2694
+ padding-left: 10px;
2695
+ overflow: auto;
2696
+ }
2697
+ #app .overlay .middle .content .buttons {
2698
+ padding: 10px 0 0 0;
2699
+ float: right;
2700
+ }
2701
+ #app .overlay .middle .content .buttons .btn {
2702
+ margin: 0 0 0 10px;
2703
+ }
2704
+ #app .overlay .middle .content h1 {
2705
+ color: #000;
2706
+ font-size: 18px;
2707
+ font-weight: bold;
2708
+ margin: 15px 0px 0px 0px;
2709
+ padding: 0 0 10px 0;
2710
+ }
2711
+ #app .overlay .middle .content h2 {
2712
+ color: #000;
2713
+ font-size: 14px;
2714
+ font-weight: bold;
2715
+ margin: 0;
2716
+ padding: 15px 0 10px 0;
2717
+ }
2718
+ #app .overlay .middle .content p {
2719
+ margin: 0;
2720
+ padding: 10px 0 10px 0;
2721
+ }
2722
+ #app .overlay .middle .content p p {
2723
+ padding-top: 0;
2724
+ }
2725
+ #app .overlay .middle .content ol.options {
2726
+ list-style-image: none;
2727
+ list-style-position: inside;
2728
+ list-style-type: none;
2729
+ margin: 0;
2730
+ }
2731
+ #app .overlay .middle .content ol.options li {
2732
+ margin: 2px 0 0 0;
2733
+ padding: 4px;
2734
+ }
2735
+ #app .overlay .middle .content ol.options li input {
2736
+ margin: 0;
2737
+ padding: 0;
2738
+ width: auto;
2739
+ height: auto;
2740
+ display: inline;
2741
+ }
2742
+ #app .overlay .middle .content ol.options li label {
2743
+ display: inline;
2744
+ margin: 0 0 0 5px;
2745
+ padding: 0;
2746
+ float: none;
2747
+ clear: none;
2748
+ line-height: 0.9em;
2749
+ text-align: left;
2750
+ width: 200px;
2751
+ }
2752
+ #app .overlay .bottom {
2753
+ height: 11px;
2754
+ background: url('../../img/uv-shared-module/dialogue_arrow.png') no-repeat;
2755
+ }
2756
+ #app .overlay.genericDialogue {
2757
+ width: 250px;
2758
+ }
2759
+ #app .overlay.genericDialogue .bottom {
2760
+ background: none;
2761
+ }
2762
+ #app .overlay.genericDialogue .message {
2763
+ color: #000;
2764
+ padding: 10px 0 10px 0;
2765
+ }
2766
+ #app .overlay.genericDialogue .accept {
2767
+ float: right;
2768
+ }
2769
+ #app .overlay .scroll {
2770
+ margin: 10px 0 0 0;
2771
+ padding: 0 10px 0 0;
2772
+ overflow: auto;
2773
+ }
2774
+ .iiif-gallery-component *,
2775
+ .iiif-gallery-component *:before,
2776
+ .iiif-gallery-component *:after {
2777
+ -webkit-box-sizing: border-box;
2778
+ -moz-box-sizing: border-box;
2779
+ box-sizing: border-box;
2780
+ }
2781
+ .iiif-gallery-component .header {
2782
+ overflow: hidden;
2783
+ height: 45px;
2784
+ }
2785
+ .iiif-gallery-component .header .left {
2786
+ float: left;
2787
+ overflow: hidden;
2788
+ }
2789
+ .iiif-gallery-component .header .right {
2790
+ float: right;
2791
+ overflow: hidden;
2792
+ }
2793
+ .iiif-gallery-component .header .right .multiSelectOptions .multiSelectAll {
2794
+ float: left;
2795
+ }
2796
+ .iiif-gallery-component .header .right .multiSelectOptions .select {
2797
+ margin-left: 10px;
2798
+ }
2799
+ .iiif-gallery-component .header .btn {
2800
+ float: left;
2801
+ width: 30px;
2802
+ height: 30px;
2803
+ }
2804
+ .iiif-gallery-component .header .btn.size-up {
2805
+ margin-left: 5px;
2806
+ }
2807
+ .iiif-gallery-component .header .btn.size-down {
2808
+ margin-right: 5px;
2809
+ }
2810
+ .iiif-gallery-component .header input[type="range"] {
2811
+ float: left;
2812
+ margin-top: 12px;
2813
+ width: 100px;
2814
+ }
2815
+ .iiif-gallery-component .main {
2816
+ overflow: auto;
2817
+ overflow-x: hidden;
2818
+ height: 1000px;
2819
+ }
2820
+ .iiif-gallery-component .main .thumbs {
2821
+ margin-right: 10px;
2822
+ overflow: hidden;
2823
+ position: relative;
2824
+ }
2825
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb input {
2826
+ display: none;
2827
+ }
2828
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
2829
+ background: none;
2830
+ border: 2px solid transparent;
2831
+ }
2832
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea input {
2833
+ display: block;
2834
+ }
2835
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea .wrap.multiSelected {
2836
+ border: 2px solid #14a4c3;
2837
+ }
2838
+ .iiif-gallery-component .main .thumbs .thumb {
2839
+ margin: 0 7px 7px 0;
2840
+ }
2841
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
2842
+ border: 2px solid transparent;
2843
+ padding: 2px;
2844
+ }
2845
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
2846
+ display: none;
2847
+ }
2848
+ .iiif-gallery-component .main .thumbs .thumb .info span {
2849
+ color: transparent;
2850
+ padding: 2px 0 0 0;
2851
+ }
2852
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
2853
+ background: none;
2854
+ }
2855
+ .iiif-gallery-component .main .thumbs .thumb.selected .wrap {
2856
+ border: 2px solid transparent;
2857
+ }
2858
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap {
2859
+ border: 2px solid #373737;
2860
+ }
2861
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap img {
2862
+ display: block;
2863
+ }
2864
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info span {
2865
+ color: #fff;
2866
+ }
2867
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info .searchResults {
2868
+ color: #14a4c3;
2869
+ background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
2870
+ }
2871
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.selected .wrap {
2872
+ border: 2px solid #fff;
2873
+ }
2874
+ .iiif-gallery-component .main .thumbs .thumb.insideScrollArea.searchpreview .wrap {
2875
+ border: 2px solid #26b5cc;
2876
+ }
2877
+ .iiif-gallery-component .main .thumbs .thumb {
2878
+ float: left;
2879
+ cursor: pointer;
2880
+ }
2881
+ .iiif-gallery-component .main .thumbs .thumb .wrap {
2882
+ overflow: hidden;
2883
+ text-align: center;
2884
+ background: none;
2885
+ position: relative;
2886
+ }
2887
+ .iiif-gallery-component .main .thumbs .thumb .wrap.loading {
2888
+ 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=');
2889
+ background-repeat: no-repeat;
2890
+ background-position: 50% 50%;
2891
+ }
2892
+ .iiif-gallery-component .main .thumbs .thumb .wrap.hidden {
2893
+ background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
2894
+ }
2895
+ .iiif-gallery-component .main .thumbs .thumb .wrap img {
2896
+ max-width: 100%;
2897
+ max-height: 100%;
2898
+ }
2899
+ .iiif-gallery-component .main .thumbs .thumb .wrap input {
2900
+ position: absolute;
2901
+ cursor: pointer;
2902
+ top: 0px;
2903
+ left: 0px;
2904
+ }
2905
+ .iiif-gallery-component .main .thumbs .thumb .info {
2906
+ overflow: hidden;
2907
+ }
2908
+ .iiif-gallery-component .main .thumbs .thumb .info span {
2909
+ font-size: 11px;
2910
+ display: block;
2911
+ overflow-x: hidden;
2912
+ text-overflow: ellipsis;
2913
+ white-space: nowrap;
2914
+ }
2915
+ .iiif-gallery-component .main .thumbs .thumb .info .index,
2916
+ .iiif-gallery-component .main .thumbs .thumb .info .label {
2917
+ float: left;
2918
+ }
2919
+ .iiif-gallery-component .main .thumbs .thumb .info .searchResults {
2920
+ display: none;
2921
+ float: right;
2922
+ width: 32px;
2923
+ padding-left: 14px;
2924
+ }
2925
+ .iiif-gallery-component .main .thumbs .thumb.placeholder .wrap {
2926
+ background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
2927
+ }
2928
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
2929
+ background: #14a4c3;
2930
+ }
2931
+ .iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected .thumbImage {
2932
+ opacity: 0.35;
2933
+ filter: alpha(opacity=35);
2934
+ }
2935
+ .iiif-gallery-component .main .thumbs.left-to-right .thumb {
2936
+ float: left;
2937
+ }
2938
+ .iiif-gallery-component .main .thumbs.right-to-left .thumb {
2939
+ float: right;
2940
+ }
2941
+ .iiif-tree-component {
2942
+ overflow: auto;
2943
+ color: #fff;
2944
+ }
2945
+ .iiif-tree-component .toggle {
2946
+ cursor: pointer;
2947
+ margin-top: 3px;
2948
+ margin-right: 5px;
2949
+ display: block;
2950
+ float: left;
2951
+ height: 10px;
2952
+ width: 10px;
2953
+ background-image: url('../../img/uv-shared-module/plus.png');
2954
+ }
2955
+ .iiif-tree-component .toggle.expanded {
2956
+ background-image: url('../../img/uv-shared-module/minus.png');
2957
+ }
2958
+ .iiif-tree-component .toggle.multiSelect {
2959
+ margin-left: 5px;
2960
+ }
2961
+ .iiif-tree-component .spacer {
2962
+ margin-top: 3px;
2963
+ margin-right: 5px;
2964
+ display: block;
2965
+ float: left;
2966
+ height: 10px;
2967
+ width: 10px;
2968
+ }
2969
+ .iiif-tree-component input.multiSelect {
2970
+ margin-top: 0px;
2971
+ margin-right: 5px;
2972
+ display: block;
2973
+ float: left;
2974
+ height: 13px;
2975
+ width: 13px;
2976
+ }
2977
+ .iiif-tree-component ul.tree,
2978
+ .iiif-tree-component ul.tree ul {
2979
+ list-style: none;
2980
+ margin: 0;
2981
+ padding: 0;
2982
+ }
2983
+ .iiif-tree-component ul.tree ul {
2984
+ margin-left: 15px;
2985
+ }
2986
+ .iiif-tree-component ul.tree li {
2987
+ margin: 0;
2988
+ padding: 2px 0 2px 0;
2989
+ overflow: hidden;
2990
+ }
2991
+ .iiif-tree-component ul.tree li a {
2992
+ display: block;
2993
+ overflow: hidden;
2994
+ }
2995
+ .iiif-tree-component ul li a.selected {
2996
+ color: #14a4c3 !important;
2997
+ }
2998
+ .iiif-metadata-component .groups .group .header {
2999
+ font-weight: bold;
3000
+ }
3001
+ .iiif-metadata-component .groups .group .items .header {
3002
+ color: #14a4c3;
3003
+ border-bottom: 1px solid #14a4c3;
3004
+ margin: 15px 10px 0 0;
3005
+ }
3006
+ .iiif-metadata-component .groups .group .items .item {
3007
+ padding: 0;
3008
+ margin: 0 0 20px 0;
3009
+ }
3010
+ .iiif-metadata-component .groups .group .items .item .label {
3011
+ color: #9a9a9a;
3012
+ border-bottom: 1px solid #343434;
3013
+ margin: 15px 10px 0 0;
3014
+ }
3015
+ .iiif-metadata-component .groups .group .items .item .label .copyText {
3016
+ position: relative;
3017
+ float: right;
3018
+ display: none;
3019
+ width: 15px;
3020
+ height: 15px;
3021
+ cursor: pointer;
3022
+ background-image: url('../../img/uv-shared-module/copy.png');
3023
+ }
3024
+ .iiif-metadata-component .groups .group .items .item .label .copiedText {
3025
+ display: none;
3026
+ position: absolute;
3027
+ top: 18px;
3028
+ right: -10px;
3029
+ white-space: nowrap;
3030
+ padding: 4px;
3031
+ text-transform: none;
3032
+ background-color: #343434;
3033
+ z-index: 1;
3034
+ border: 1px solid #9a9a9a;
3035
+ border-radius: 2px;
3036
+ color: #fff;
3037
+ }
3038
+ .iiif-metadata-component .groups .group .items .item .value {
3039
+ color: #fff;
3040
+ margin: 5px 10px 0 0;
3041
+ overflow: hidden;
3042
+ word-wrap: break-word;
3043
+ line-height: 1.6em;
3044
+ }
3045
+ .iiif-metadata-component .groups .group .items .item .value a.toggle {
3046
+ color: #14a4c3;
3047
+ font-weight: normal;
3048
+ }
3049
+ .iiif-metadata-component .groups .group .items .item .value a.toggle:hover {
3050
+ color: #22c5e8;
3051
+ }
3052
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.more,
3053
+ .iiif-metadata-component .groups .group .items .item .value a.toggle.less {
3054
+ font-variant: small-caps;
3055
+ }
3056
+ .iiif-metadata-component .groups .group .items .item .value img {
3057
+ max-width: 100px;
3058
+ }
3059
+ .iiif-metadata-component .groups .group .items .item a.value {
3060
+ display: block;
3061
+ color: #26b5cc;
3062
+ }
3063
+ @media only screen and (min-width: 0px) and (max-width: 640px) {
3064
+ #app .headerPanel {
3065
+ display: none;
3066
+ }
3067
+ #app .leftPanel {
3068
+ display: none;
3069
+ }
3070
+ #app .rightPanel {
3071
+ display: none;
3072
+ }
3073
+ #app .footerPanel {
3074
+ display: none;
3075
+ }
3076
+ }
3077
+ #app {
3078
+ background-color: #000;
3079
+ position: relative;
3080
+ }
3081
+ #app .btn-default,
3082
+ #app .btn-primary,
3083
+ #app .btn-success,
3084
+ #app .btn-info,
3085
+ #app .btn-warning,
3086
+ #app .btn-danger {
3087
+ -webkit-border-radius: 0;
3088
+ -moz-border-radius: 0;
3089
+ -o-border-radius: 0;
3090
+ border-radius: 0;
3091
+ }
3092
+ #app .imageBtn {
3093
+ cursor: pointer;
3094
+ }
3095
+ #app .action,
3096
+ #app a.action.black,
3097
+ #app input.action {
3098
+ display: inline-block;
3099
+ background: url('../../img/uv-shared-module/sprite.png') 0 -1000px no-repeat;
3100
+ text-transform: none;
3101
+ padding: 0 0 0 16px;
3102
+ font-weight: bold;
3103
+ }
3104
+ #app #commsFrame {
3105
+ width: 1px;
3106
+ height: 1px;
3107
+ border: none;
3108
+ }
3109
+ #app .headerPanel {
3110
+ position: relative;
3111
+ color: #fff;
3112
+ height: 40px;
3113
+ }
3114
+ #app .mainPanel {
3115
+ position: relative;
3116
+ margin-top: 8px;
3117
+ margin-right: 8px;
3118
+ margin-bottom: 0px;
3119
+ margin-left: 8px;
3120
+ }
3121
+ #app .leftPanel {
3122
+ position: absolute;
3123
+ background: #211f1f;
3124
+ border: none;
3125
+ }
3126
+ #app .centerPanel {
3127
+ position: absolute;
3128
+ }
3129
+ #app .rightPanel {
3130
+ position: absolute;
3131
+ background: #211f1f;
3132
+ border: none;
3133
+ }
3134
+ #app .footerPanel {
3135
+ position: relative;
3136
+ margin-top: 0;
3137
+ margin-right: 8px;
3138
+ margin-bottom: 0px;
3139
+ margin-left: 8px;
3140
+ }
3141
+ #app .footerPanel.mobile {
3142
+ display: none;
3143
+ }
3144
+ @media print {
3145
+ #app .headerPanel {
3146
+ display: none;
3147
+ }
3148
+ #app .leftPanel {
3149
+ display: none;
3150
+ }
3151
+ #app .rightPanel {
3152
+ display: none;
3153
+ }
3154
+ #app .footerPanel {
3155
+ display: none;
3156
+ }
3157
+ #app .mobileFooter {
3158
+ display: none;
3159
+ }
3160
+ }
3161
+ #app .headerPanel .options .centerOptions {
3162
+ width: 390px;
3163
+ }
3164
+ #app .footerPanel .searchPager .controls .searchResultsInfo {
3165
+ width: 337px;
3166
+ }
3167
+ #app .headerPanel .centerOptions .image-selectionbox-options {
3168
+ float: left;
3169
+ margin: 0 0 0 0;
3170
+ padding-top: 7px;
3171
+ padding-left: 10px;
3172
+ }