video-js.css 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. .video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%; }
  7. .video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  8. text-align: center; }
  9. @font-face {
  10. font-family: VideoJS;
  11. src: url("../fonts/videojs.eot") format("eot"); }
  12. @font-face {
  13. font-family: VideoJS;
  14. src: url(../fonts/60728b745e004c4481dc1954de288f25.woff) format("woff"), url(../fonts/df006d1b59814fdfb45ad6a496d375c8.woff) format("truetype");
  15. font-weight: normal;
  16. font-style: normal; }
  17. .vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  18. font-family: VideoJS;
  19. font-weight: normal;
  20. font-style: normal; }
  21. .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  22. content: '\f101'; }
  23. .vjs-icon-play-circle {
  24. font-family: VideoJS;
  25. font-weight: normal;
  26. font-style: normal; }
  27. .vjs-icon-play-circle:before {
  28. content: '\f102'; }
  29. .vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  30. font-family: VideoJS;
  31. font-weight: normal;
  32. font-style: normal; }
  33. .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  34. content: '\f103'; }
  35. .vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
  36. .video-js .vjs-volume-menu-button.vjs-vol-0 {
  37. font-family: VideoJS;
  38. font-weight: normal;
  39. font-style: normal; }
  40. .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  41. .video-js .vjs-volume-menu-button.vjs-vol-0:before {
  42. content: '\f104'; }
  43. .vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
  44. .video-js .vjs-volume-menu-button.vjs-vol-1 {
  45. font-family: VideoJS;
  46. font-weight: normal;
  47. font-style: normal; }
  48. .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  49. .video-js .vjs-volume-menu-button.vjs-vol-1:before {
  50. content: '\f105'; }
  51. .vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
  52. .video-js .vjs-volume-menu-button.vjs-vol-2 {
  53. font-family: VideoJS;
  54. font-weight: normal;
  55. font-style: normal; }
  56. .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  57. .video-js .vjs-volume-menu-button.vjs-vol-2:before {
  58. content: '\f106'; }
  59. .vjs-icon-volume-high, .video-js .vjs-mute-control,
  60. .video-js .vjs-volume-menu-button {
  61. font-family: VideoJS;
  62. font-weight: normal;
  63. font-style: normal; }
  64. .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  65. .video-js .vjs-volume-menu-button:before {
  66. content: '\f107'; }
  67. .vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  68. font-family: VideoJS;
  69. font-weight: normal;
  70. font-style: normal; }
  71. .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  72. content: '\f108'; }
  73. .vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  74. font-family: VideoJS;
  75. font-weight: normal;
  76. font-style: normal; }
  77. .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  78. content: '\f109'; }
  79. .vjs-icon-square {
  80. font-family: VideoJS;
  81. font-weight: normal;
  82. font-style: normal; }
  83. .vjs-icon-square:before {
  84. content: '\f10a'; }
  85. .vjs-icon-spinner {
  86. font-family: VideoJS;
  87. font-weight: normal;
  88. font-style: normal; }
  89. .vjs-icon-spinner:before {
  90. content: '\f10b'; }
  91. .vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  92. font-family: VideoJS;
  93. font-weight: normal;
  94. font-style: normal; }
  95. .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  96. content: '\f10c'; }
  97. .vjs-icon-captions, .video-js .vjs-captions-button {
  98. font-family: VideoJS;
  99. font-weight: normal;
  100. font-style: normal; }
  101. .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  102. content: '\f10d'; }
  103. .vjs-icon-chapters, .video-js .vjs-chapters-button {
  104. font-family: VideoJS;
  105. font-weight: normal;
  106. font-style: normal; }
  107. .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  108. content: '\f10e'; }
  109. .vjs-icon-share {
  110. font-family: VideoJS;
  111. font-weight: normal;
  112. font-style: normal; }
  113. .vjs-icon-share:before {
  114. content: '\f10f'; }
  115. .vjs-icon-cog {
  116. font-family: VideoJS;
  117. font-weight: normal;
  118. font-style: normal; }
  119. .vjs-icon-cog:before {
  120. content: '\f110'; }
  121. .vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  122. font-family: VideoJS;
  123. font-weight: normal;
  124. font-style: normal; }
  125. .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  126. content: '\f111'; }
  127. .vjs-icon-circle-outline {
  128. font-family: VideoJS;
  129. font-weight: normal;
  130. font-style: normal; }
  131. .vjs-icon-circle-outline:before {
  132. content: '\f112'; }
  133. .vjs-icon-circle-inner-circle {
  134. font-family: VideoJS;
  135. font-weight: normal;
  136. font-style: normal; }
  137. .vjs-icon-circle-inner-circle:before {
  138. content: '\f113'; }
  139. .vjs-icon-hd {
  140. font-family: VideoJS;
  141. font-weight: normal;
  142. font-style: normal; }
  143. .vjs-icon-hd:before {
  144. content: '\f114'; }
  145. .vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  146. font-family: VideoJS;
  147. font-weight: normal;
  148. font-style: normal; }
  149. .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  150. content: '\f115'; }
  151. .vjs-icon-replay {
  152. font-family: VideoJS;
  153. font-weight: normal;
  154. font-style: normal; }
  155. .vjs-icon-replay:before {
  156. content: '\f116'; }
  157. .vjs-icon-facebook {
  158. font-family: VideoJS;
  159. font-weight: normal;
  160. font-style: normal; }
  161. .vjs-icon-facebook:before {
  162. content: '\f117'; }
  163. .vjs-icon-gplus {
  164. font-family: VideoJS;
  165. font-weight: normal;
  166. font-style: normal; }
  167. .vjs-icon-gplus:before {
  168. content: '\f118'; }
  169. .vjs-icon-linkedin {
  170. font-family: VideoJS;
  171. font-weight: normal;
  172. font-style: normal; }
  173. .vjs-icon-linkedin:before {
  174. content: '\f119'; }
  175. .vjs-icon-twitter {
  176. font-family: VideoJS;
  177. font-weight: normal;
  178. font-style: normal; }
  179. .vjs-icon-twitter:before {
  180. content: '\f11a'; }
  181. .vjs-icon-tumblr {
  182. font-family: VideoJS;
  183. font-weight: normal;
  184. font-style: normal; }
  185. .vjs-icon-tumblr:before {
  186. content: '\f11b'; }
  187. .vjs-icon-pinterest {
  188. font-family: VideoJS;
  189. font-weight: normal;
  190. font-style: normal; }
  191. .vjs-icon-pinterest:before {
  192. content: '\f11c'; }
  193. .vjs-icon-audio-description {
  194. font-family: VideoJS;
  195. font-weight: normal;
  196. font-style: normal; }
  197. .vjs-icon-audio-description:before {
  198. content: '\f11d'; }
  199. .video-js {
  200. display: block;
  201. vertical-align: top;
  202. box-sizing: border-box;
  203. color: #fff;
  204. background-color: #000;
  205. position: relative;
  206. padding: 0;
  207. font-size: 10px;
  208. line-height: 1;
  209. font-weight: normal;
  210. font-style: normal;
  211. font-family: Arial, Helvetica, sans-serif;
  212. -webkit-user-select: none;
  213. -moz-user-select: none;
  214. -ms-user-select: none;
  215. user-select: none; }
  216. .video-js:-moz-full-screen {
  217. position: absolute; }
  218. .video-js:-webkit-full-screen {
  219. width: 100% !important;
  220. height: 100% !important; }
  221. .video-js *,
  222. .video-js *:before,
  223. .video-js *:after {
  224. box-sizing: inherit; }
  225. .video-js ul {
  226. font-family: inherit;
  227. font-size: inherit;
  228. line-height: inherit;
  229. list-style-position: outside;
  230. margin-left: 0;
  231. margin-right: 0;
  232. margin-top: 0;
  233. margin-bottom: 0; }
  234. .video-js.vjs-fluid,
  235. .video-js.vjs-16-9,
  236. .video-js.vjs-4-3 {
  237. width: 100%;
  238. max-width: 100%;
  239. height: 0; }
  240. .video-js.vjs-16-9 {
  241. padding-top: 56.25%; }
  242. .video-js.vjs-4-3 {
  243. padding-top: 75%; }
  244. .video-js.vjs-fill {
  245. width: 100%;
  246. height: 100%; }
  247. .video-js .vjs-tech {
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. width: 100%;
  252. height: 100%; }
  253. body.vjs-full-window {
  254. padding: 0;
  255. margin: 0;
  256. height: 100%;
  257. overflow-y: auto; }
  258. .vjs-full-window .video-js.vjs-fullscreen {
  259. position: fixed;
  260. overflow: hidden;
  261. z-index: 1000;
  262. left: 0;
  263. top: 0;
  264. bottom: 0;
  265. right: 0; }
  266. .video-js.vjs-fullscreen {
  267. width: 100% !important;
  268. height: 100% !important;
  269. padding-top: 0 !important; }
  270. .video-js.vjs-fullscreen.vjs-user-inactive {
  271. cursor: none; }
  272. .vjs-hidden {
  273. display: none !important; }
  274. .video-js .vjs-offscreen {
  275. height: 1px;
  276. left: -9999px;
  277. position: absolute;
  278. top: 0;
  279. width: 1px; }
  280. .vjs-lock-showing {
  281. display: block !important;
  282. opacity: 1;
  283. visibility: visible; }
  284. .vjs-no-js {
  285. padding: 20px;
  286. color: #fff;
  287. background-color: #000;
  288. font-size: 18px;
  289. font-family: Arial, Helvetica, sans-serif;
  290. text-align: center;
  291. width: 300px;
  292. height: 150px;
  293. margin: 0px auto; }
  294. .vjs-no-js a,
  295. .vjs-no-js a:visited {
  296. color: #66A8CC; }
  297. .video-js .vjs-big-play-button {
  298. font-size: 3em;
  299. line-height: 1.5em;
  300. height: 1.5em;
  301. width: 3em;
  302. display: block;
  303. position: absolute;
  304. top: 10px;
  305. left: 10px;
  306. padding: 0;
  307. cursor: pointer;
  308. opacity: 1;
  309. border: 0.06666em solid #fff;
  310. background-color: #2B333F;
  311. background-color: rgba(43, 51, 63, 0.7);
  312. -webkit-border-radius: 0.3em;
  313. -moz-border-radius: 0.3em;
  314. border-radius: 0.3em;
  315. -webkit-transition: all 0.4s;
  316. -moz-transition: all 0.4s;
  317. -o-transition: all 0.4s;
  318. transition: all 0.4s; }
  319. .vjs-big-play-centered .vjs-big-play-button {
  320. top: 50%;
  321. left: 50%;
  322. margin-top: -0.75em;
  323. margin-left: -1.5em; }
  324. .video-js:hover .vjs-big-play-button,
  325. .video-js .vjs-big-play-button:focus {
  326. outline: 0;
  327. border-color: #fff;
  328. background-color: #73859f;
  329. background-color: rgba(115, 133, 159, 0.5);
  330. -webkit-transition: all 0s;
  331. -moz-transition: all 0s;
  332. -o-transition: all 0s;
  333. transition: all 0s; }
  334. .vjs-controls-disabled .vjs-big-play-button,
  335. .vjs-has-started .vjs-big-play-button,
  336. .vjs-using-native-controls .vjs-big-play-button,
  337. .vjs-error .vjs-big-play-button {
  338. display: none; }
  339. .video-js button {
  340. background: none;
  341. border: none;
  342. color: inherit;
  343. display: inline-block;
  344. overflow: visible;
  345. font-size: inherit;
  346. line-height: inherit;
  347. text-transform: none;
  348. text-decoration: none;
  349. transition: none;
  350. -webkit-appearance: none;
  351. -moz-appearance: none;
  352. appearance: none; }
  353. .video-js .vjs-control.vjs-close-button {
  354. cursor: pointer;
  355. height: 3em;
  356. position: absolute;
  357. right: 0;
  358. top: 0.5em;
  359. z-index: 2; }
  360. .vjs-menu-button {
  361. cursor: pointer; }
  362. .vjs-menu .vjs-menu-content {
  363. display: block;
  364. padding: 0;
  365. margin: 0;
  366. overflow: auto; }
  367. .vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  368. display: none; }
  369. .vjs-menu li {
  370. list-style: none;
  371. margin: 0;
  372. padding: 0.2em 0;
  373. line-height: 1.4em;
  374. font-size: 1.2em;
  375. text-align: center;
  376. text-transform: lowercase; }
  377. .vjs-menu li:focus,
  378. .vjs-menu li:hover {
  379. outline: 0;
  380. background-color: #73859f;
  381. background-color: rgba(115, 133, 159, 0.5); }
  382. .vjs-menu li.vjs-selected,
  383. .vjs-menu li.vjs-selected:focus,
  384. .vjs-menu li.vjs-selected:hover {
  385. background-color: #fff;
  386. color: #2B333F; }
  387. .vjs-menu li.vjs-menu-title {
  388. text-align: center;
  389. text-transform: uppercase;
  390. font-size: 1em;
  391. line-height: 2em;
  392. padding: 0;
  393. margin: 0 0 0.3em 0;
  394. font-weight: bold;
  395. cursor: default; }
  396. .vjs-menu-button-popup .vjs-menu {
  397. display: none;
  398. position: absolute;
  399. bottom: 0;
  400. width: 10em;
  401. left: -3em;
  402. height: 0em;
  403. margin-bottom: 1.5em;
  404. border-top-color: rgba(43, 51, 63, 0.7); }
  405. .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  406. background-color: #2B333F;
  407. background-color: rgba(43, 51, 63, 0.7);
  408. position: absolute;
  409. width: 100%;
  410. bottom: 1.5em;
  411. max-height: 15em; }
  412. .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
  413. .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  414. display: block; }
  415. .video-js .vjs-menu-button-inline {
  416. -webkit-transition: all 0.4s;
  417. -moz-transition: all 0.4s;
  418. -o-transition: all 0.4s;
  419. transition: all 0.4s;
  420. overflow: hidden; }
  421. .video-js .vjs-menu-button-inline:before {
  422. width: 2.222222222em; }
  423. .video-js .vjs-menu-button-inline:hover,
  424. .video-js .vjs-menu-button-inline:focus,
  425. .video-js .vjs-menu-button-inline.vjs-slider-active,
  426. .video-js.vjs-no-flex .vjs-menu-button-inline {
  427. width: 12em; }
  428. .video-js .vjs-menu-button-inline.vjs-slider-active {
  429. -webkit-transition: none;
  430. -moz-transition: none;
  431. -o-transition: none;
  432. transition: none; }
  433. .vjs-menu-button-inline .vjs-menu {
  434. opacity: 0;
  435. height: 100%;
  436. width: auto;
  437. position: absolute;
  438. left: 4em;
  439. top: 0;
  440. padding: 0;
  441. margin: 0;
  442. -webkit-transition: all 0.4s;
  443. -moz-transition: all 0.4s;
  444. -o-transition: all 0.4s;
  445. transition: all 0.4s; }
  446. .vjs-menu-button-inline:hover .vjs-menu,
  447. .vjs-menu-button-inline:focus .vjs-menu,
  448. .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  449. display: block;
  450. opacity: 1; }
  451. .vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  452. display: block;
  453. opacity: 1;
  454. position: relative;
  455. width: auto; }
  456. .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
  457. .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
  458. .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  459. width: auto; }
  460. .vjs-menu-button-inline .vjs-menu-content {
  461. width: auto;
  462. height: 100%;
  463. margin: 0;
  464. overflow: hidden; }
  465. .video-js .vjs-control-bar {
  466. display: none;
  467. width: 100%;
  468. position: absolute;
  469. bottom: 0;
  470. left: 0;
  471. right: 0;
  472. height: 3.0em;
  473. background-color: #2B333F;
  474. background-color: rgba(43, 51, 63, 0.7); }
  475. .vjs-has-started .vjs-control-bar {
  476. display: -webkit-box;
  477. display: -webkit-flex;
  478. display: -ms-flexbox;
  479. display: flex;
  480. visibility: visible;
  481. opacity: 1;
  482. -webkit-transition: visibility 0.1s, opacity 0.1s;
  483. -moz-transition: visibility 0.1s, opacity 0.1s;
  484. -o-transition: visibility 0.1s, opacity 0.1s;
  485. transition: visibility 0.1s, opacity 0.1s; }
  486. .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  487. visibility: hidden;
  488. opacity: 0;
  489. -webkit-transition: visibility 1s, opacity 1s;
  490. -moz-transition: visibility 1s, opacity 1s;
  491. -o-transition: visibility 1s, opacity 1s;
  492. transition: visibility 1s, opacity 1s; }
  493. .vjs-controls-disabled .vjs-control-bar,
  494. .vjs-using-native-controls .vjs-control-bar,
  495. .vjs-error .vjs-control-bar {
  496. display: none !important; }
  497. .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  498. opacity: 1;
  499. visibility: visible; }
  500. @media \0screen {
  501. .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
  502. content: ""; } }
  503. .vjs-has-started.vjs-no-flex .vjs-control-bar {
  504. display: table; }
  505. .video-js .vjs-control {
  506. outline: none;
  507. position: relative;
  508. text-align: center;
  509. margin: 0;
  510. padding: 0;
  511. height: 100%;
  512. width: 4em;
  513. -webkit-box-flex: none;
  514. -moz-box-flex: none;
  515. -webkit-flex: none;
  516. -ms-flex: none;
  517. flex: none; }
  518. .video-js .vjs-control:before {
  519. font-size: 1.8em;
  520. line-height: 1.67; }
  521. .video-js .vjs-control:focus:before,
  522. .video-js .vjs-control:hover:before,
  523. .video-js .vjs-control:focus {
  524. text-shadow: 0em 0em 1em white; }
  525. .video-js .vjs-control-text {
  526. border: 0;
  527. clip: rect(0 0 0 0);
  528. height: 1px;
  529. margin: -1px;
  530. overflow: hidden;
  531. padding: 0;
  532. position: absolute;
  533. width: 1px; }
  534. .vjs-no-flex .vjs-control {
  535. display: table-cell;
  536. vertical-align: middle; }
  537. .video-js .vjs-custom-control-spacer {
  538. display: none; }
  539. .video-js .vjs-progress-control {
  540. -webkit-box-flex: auto;
  541. -moz-box-flex: auto;
  542. -webkit-flex: auto;
  543. -ms-flex: auto;
  544. flex: auto;
  545. display: -webkit-box;
  546. display: -webkit-flex;
  547. display: -ms-flexbox;
  548. display: flex;
  549. -webkit-box-align: center;
  550. -webkit-align-items: center;
  551. -ms-flex-align: center;
  552. align-items: center;
  553. min-width: 4em; }
  554. .vjs-live .vjs-progress-control {
  555. display: none; }
  556. .video-js .vjs-progress-holder {
  557. -webkit-box-flex: auto;
  558. -moz-box-flex: auto;
  559. -webkit-flex: auto;
  560. -ms-flex: auto;
  561. flex: auto;
  562. -webkit-transition: all 0.2s;
  563. -moz-transition: all 0.2s;
  564. -o-transition: all 0.2s;
  565. transition: all 0.2s;
  566. height: 0.3em; }
  567. .video-js .vjs-progress-control:hover .vjs-progress-holder {
  568. font-size: 1.666666666666666666em; }
  569. /* If we let the font size grow as much as everything else, the current time tooltip ends up
  570. ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
  571. to avoid a weird hitch when you roll off the hover. */
  572. .video-js .vjs-progress-control:hover .vjs-mouse-display:after,
  573. .video-js .vjs-progress-control:hover .vjs-play-progress:after {
  574. display: block;
  575. font-size: 0.6em; }
  576. .video-js .vjs-progress-holder .vjs-play-progress,
  577. .video-js .vjs-progress-holder .vjs-load-progress,
  578. .video-js .vjs-progress-holder .vjs-load-progress div {
  579. position: absolute;
  580. display: block;
  581. height: 0.3em;
  582. margin: 0;
  583. padding: 0;
  584. width: 0;
  585. left: 0;
  586. top: 0; }
  587. .video-js .vjs-mouse-display:before {
  588. display: none; }
  589. .video-js .vjs-play-progress {
  590. background-color: #fff; }
  591. .video-js .vjs-play-progress:before {
  592. position: absolute;
  593. top: -0.333333333333333em;
  594. right: -0.5em;
  595. font-size: 0.9em; }
  596. .video-js .vjs-mouse-display:after,
  597. .video-js .vjs-play-progress:after {
  598. display: none;
  599. position: absolute;
  600. top: -3.4em;
  601. right: -1.5em;
  602. font-size: 0.9em;
  603. color: #000;
  604. content: attr(data-current-time);
  605. padding: 6px 8px 8px 8px;
  606. background-color: #fff;
  607. background-color: rgba(255, 255, 255, 0.8);
  608. -webkit-border-radius: 0.3em;
  609. -moz-border-radius: 0.3em;
  610. border-radius: 0.3em; }
  611. .video-js .vjs-play-progress:before,
  612. .video-js .vjs-play-progress:after {
  613. z-index: 1; }
  614. .video-js .vjs-load-progress {
  615. background: #bfc7d3;
  616. background: rgba(115, 133, 159, 0.5); }
  617. .video-js .vjs-load-progress div {
  618. background: white;
  619. background: rgba(115, 133, 159, 0.75); }
  620. .video-js.vjs-no-flex .vjs-progress-control {
  621. width: auto; }
  622. .video-js .vjs-progress-control .vjs-mouse-display {
  623. display: none;
  624. position: absolute;
  625. width: 1px;
  626. height: 100%;
  627. background-color: #000;
  628. z-index: 1; }
  629. .vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  630. z-index: 0; }
  631. .video-js .vjs-progress-control:hover .vjs-mouse-display {
  632. display: block; }
  633. .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
  634. .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  635. visibility: hidden;
  636. opacity: 0;
  637. -webkit-transition: visibility 1s, opacity 1s;
  638. -moz-transition: visibility 1s, opacity 1s;
  639. -o-transition: visibility 1s, opacity 1s;
  640. transition: visibility 1s, opacity 1s; }
  641. .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
  642. .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  643. display: none; }
  644. .video-js .vjs-progress-control .vjs-mouse-display:after {
  645. color: #fff;
  646. background-color: #000;
  647. background-color: rgba(0, 0, 0, 0.8); }
  648. .video-js .vjs-slider {
  649. outline: 0;
  650. position: relative;
  651. cursor: pointer;
  652. padding: 0;
  653. margin: 0 0.45em 0 0.45em;
  654. background-color: #73859f;
  655. background-color: rgba(115, 133, 159, 0.5); }
  656. .video-js .vjs-slider:focus {
  657. text-shadow: 0em 0em 1em white;
  658. -webkit-box-shadow: 0 0 1em #fff;
  659. -moz-box-shadow: 0 0 1em #fff;
  660. box-shadow: 0 0 1em #fff; }
  661. .video-js .vjs-mute-control,
  662. .video-js .vjs-volume-menu-button {
  663. cursor: pointer;
  664. -webkit-box-flex: none;
  665. -moz-box-flex: none;
  666. -webkit-flex: none;
  667. -ms-flex: none;
  668. flex: none; }
  669. .video-js .vjs-volume-control {
  670. width: 5em;
  671. -webkit-box-flex: none;
  672. -moz-box-flex: none;
  673. -webkit-flex: none;
  674. -ms-flex: none;
  675. flex: none;
  676. display: -webkit-box;
  677. display: -webkit-flex;
  678. display: -ms-flexbox;
  679. display: flex;
  680. -webkit-box-align: center;
  681. -webkit-align-items: center;
  682. -ms-flex-align: center;
  683. align-items: center; }
  684. .video-js .vjs-volume-bar {
  685. margin: 1.35em 0.45em; }
  686. .vjs-volume-bar.vjs-slider-horizontal {
  687. width: 5em;
  688. height: 0.3em; }
  689. .vjs-volume-bar.vjs-slider-vertical {
  690. width: 0.3em;
  691. height: 5em;
  692. margin: 1.35em auto; }
  693. .video-js .vjs-volume-level {
  694. position: absolute;
  695. bottom: 0;
  696. left: 0;
  697. background-color: #fff; }
  698. .video-js .vjs-volume-level:before {
  699. position: absolute;
  700. font-size: 0.9em; }
  701. .vjs-slider-vertical .vjs-volume-level {
  702. width: 0.3em; }
  703. .vjs-slider-vertical .vjs-volume-level:before {
  704. top: -0.5em;
  705. left: -0.3em; }
  706. .vjs-slider-horizontal .vjs-volume-level {
  707. height: 0.3em; }
  708. .vjs-slider-horizontal .vjs-volume-level:before {
  709. top: -0.3em;
  710. right: -0.5em; }
  711. .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  712. height: 100%; }
  713. .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  714. width: 100%; }
  715. .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  716. display: block;
  717. width: 0;
  718. height: 0;
  719. border-top-color: transparent; }
  720. .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  721. left: 0.5em;
  722. height: 8em; }
  723. .vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  724. left: -2em; }
  725. .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  726. height: 0;
  727. width: 0;
  728. overflow-x: hidden;
  729. overflow-y: hidden; }
  730. .vjs-volume-menu-button-vertical:hover .vjs-menu-content,
  731. .vjs-volume-menu-button-vertical:focus .vjs-menu-content,
  732. .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
  733. .vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  734. height: 8em;
  735. width: 2.9em; }
  736. .vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
  737. .vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
  738. .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
  739. .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  740. height: 2.9em;
  741. width: 8em; }
  742. .vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  743. background-color: transparent !important; }
  744. .vjs-poster {
  745. display: inline-block;
  746. vertical-align: middle;
  747. background-repeat: no-repeat;
  748. background-position: 50% 50%;
  749. background-size: contain;
  750. cursor: pointer;
  751. margin: 0;
  752. padding: 0;
  753. position: absolute;
  754. top: 0;
  755. right: 0;
  756. bottom: 0;
  757. left: 0;
  758. height: 100%; }
  759. .vjs-poster img {
  760. display: block;
  761. vertical-align: middle;
  762. margin: 0 auto;
  763. max-height: 100%;
  764. padding: 0;
  765. width: 100%; }
  766. .vjs-has-started .vjs-poster {
  767. display: none; }
  768. .vjs-audio.vjs-has-started .vjs-poster {
  769. display: block; }
  770. .vjs-controls-disabled .vjs-poster {
  771. display: none; }
  772. .vjs-using-native-controls .vjs-poster {
  773. display: none; }
  774. .video-js .vjs-live-control {
  775. display: -webkit-box;
  776. display: -webkit-flex;
  777. display: -ms-flexbox;
  778. display: flex;
  779. -webkit-box-align: flex-start;
  780. -webkit-align-items: flex-start;
  781. -ms-flex-align: flex-start;
  782. align-items: flex-start;
  783. -webkit-box-flex: auto;
  784. -moz-box-flex: auto;
  785. -webkit-flex: auto;
  786. -ms-flex: auto;
  787. flex: auto;
  788. font-size: 1em;
  789. line-height: 3em; }
  790. .vjs-no-flex .vjs-live-control {
  791. display: table-cell;
  792. width: auto;
  793. text-align: left; }
  794. .video-js .vjs-time-control {
  795. -webkit-box-flex: none;
  796. -moz-box-flex: none;
  797. -webkit-flex: none;
  798. -ms-flex: none;
  799. flex: none;
  800. font-size: 1em;
  801. line-height: 3em;
  802. min-width: 2em;
  803. width: auto;
  804. padding-left: 1em;
  805. padding-right: 1em; }
  806. .vjs-live .vjs-time-control {
  807. display: none; }
  808. .video-js .vjs-current-time,
  809. .vjs-no-flex .vjs-current-time {
  810. display: none; }
  811. .video-js .vjs-duration,
  812. .vjs-no-flex .vjs-duration {
  813. display: none; }
  814. .vjs-time-divider {
  815. display: none;
  816. line-height: 3em; }
  817. .vjs-live .vjs-time-divider {
  818. display: none; }
  819. .video-js .vjs-play-control {
  820. cursor: pointer;
  821. -webkit-box-flex: none;
  822. -moz-box-flex: none;
  823. -webkit-flex: none;
  824. -ms-flex: none;
  825. flex: none; }
  826. .vjs-text-track-display {
  827. position: absolute;
  828. bottom: 3em;
  829. left: 0;
  830. right: 0;
  831. top: 0;
  832. pointer-events: none; }
  833. .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  834. bottom: 1em; }
  835. .video-js .vjs-text-track {
  836. font-size: 1.4em;
  837. text-align: center;
  838. margin-bottom: 0.1em;
  839. background-color: #000;
  840. background-color: rgba(0, 0, 0, 0.5); }
  841. .vjs-subtitles {
  842. color: #fff; }
  843. .vjs-captions {
  844. color: #fc6; }
  845. .vjs-tt-cue {
  846. display: block; }
  847. video::-webkit-media-text-track-display {
  848. -moz-transform: translateY(-3em);
  849. -ms-transform: translateY(-3em);
  850. -o-transform: translateY(-3em);
  851. -webkit-transform: translateY(-3em);
  852. transform: translateY(-3em); }
  853. .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  854. -moz-transform: translateY(-1.5em);
  855. -ms-transform: translateY(-1.5em);
  856. -o-transform: translateY(-1.5em);
  857. -webkit-transform: translateY(-1.5em);
  858. transform: translateY(-1.5em); }
  859. .video-js .vjs-fullscreen-control {
  860. cursor: pointer;
  861. -webkit-box-flex: none;
  862. -moz-box-flex: none;
  863. -webkit-flex: none;
  864. -ms-flex: none;
  865. flex: none; }
  866. .vjs-playback-rate .vjs-playback-rate-value {
  867. font-size: 1.5em;
  868. line-height: 2;
  869. position: absolute;
  870. top: 0;
  871. left: 0;
  872. width: 100%;
  873. height: 100%;
  874. text-align: center; }
  875. .vjs-playback-rate .vjs-menu {
  876. width: 4em;
  877. left: 0em; }
  878. .vjs-error .vjs-error-display .vjs-modal-dialog-content {
  879. font-size: 1.4em;
  880. text-align: center; }
  881. .vjs-error .vjs-error-display:before {
  882. color: #fff;
  883. content: 'X';
  884. font-family: Arial, Helvetica, sans-serif;
  885. font-size: 4em;
  886. left: 0;
  887. line-height: 1;
  888. margin-top: -0.5em;
  889. position: absolute;
  890. text-shadow: 0.05em 0.05em 0.1em #000;
  891. text-align: center;
  892. top: 50%;
  893. vertical-align: middle;
  894. width: 100%; }
  895. .vjs-loading-spinner {
  896. display: none;
  897. position: absolute;
  898. top: 50%;
  899. left: 50%;
  900. margin: -25px 0 0 -25px;
  901. opacity: 0.85;
  902. text-align: left;
  903. border: 6px solid rgba(43, 51, 63, 0.7);
  904. box-sizing: border-box;
  905. background-clip: padding-box;
  906. width: 50px;
  907. height: 50px;
  908. border-radius: 25px; }
  909. .vjs-seeking .vjs-loading-spinner,
  910. .vjs-waiting .vjs-loading-spinner {
  911. display: block; }
  912. .vjs-loading-spinner:before,
  913. .vjs-loading-spinner:after {
  914. content: "";
  915. position: absolute;
  916. margin: -6px;
  917. box-sizing: inherit;
  918. width: inherit;
  919. height: inherit;
  920. border-radius: inherit;
  921. opacity: 1;
  922. border: inherit;
  923. border-color: transparent;
  924. border-top-color: white; }
  925. .vjs-seeking .vjs-loading-spinner:before,
  926. .vjs-seeking .vjs-loading-spinner:after,
  927. .vjs-waiting .vjs-loading-spinner:before,
  928. .vjs-waiting .vjs-loading-spinner:after {
  929. -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  930. animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }
  931. .vjs-seeking .vjs-loading-spinner:before,
  932. .vjs-waiting .vjs-loading-spinner:before {
  933. border-top-color: white; }
  934. .vjs-seeking .vjs-loading-spinner:after,
  935. .vjs-waiting .vjs-loading-spinner:after {
  936. border-top-color: white;
  937. -webkit-animation-delay: 0.44s;
  938. animation-delay: 0.44s; }
  939. @keyframes vjs-spinner-spin {
  940. 100% {
  941. transform: rotate(360deg); } }
  942. @-webkit-keyframes vjs-spinner-spin {
  943. 100% {
  944. -webkit-transform: rotate(360deg); } }
  945. @keyframes vjs-spinner-fade {
  946. 0% {
  947. border-top-color: #73859f; }
  948. 20% {
  949. border-top-color: #73859f; }
  950. 35% {
  951. border-top-color: white; }
  952. 60% {
  953. border-top-color: #73859f; }
  954. 100% {
  955. border-top-color: #73859f; } }
  956. @-webkit-keyframes vjs-spinner-fade {
  957. 0% {
  958. border-top-color: #73859f; }
  959. 20% {
  960. border-top-color: #73859f; }
  961. 35% {
  962. border-top-color: white; }
  963. 60% {
  964. border-top-color: #73859f; }
  965. 100% {
  966. border-top-color: #73859f; } }
  967. .vjs-chapters-button .vjs-menu ul {
  968. width: 24em; }
  969. .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  970. -webkit-box-flex: auto;
  971. -moz-box-flex: auto;
  972. -webkit-flex: auto;
  973. -ms-flex: auto;
  974. flex: auto; }
  975. .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  976. width: auto; }
  977. .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
  978. .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
  979. .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
  980. .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  981. display: none; }
  982. .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
  983. .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
  984. .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
  985. .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  986. display: none; }
  987. .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
  988. .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
  989. .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
  990. .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  991. display: none; }
  992. .vjs-caption-settings {
  993. position: relative;
  994. top: 1em;
  995. background-color: #2B333F;
  996. background-color: rgba(43, 51, 63, 0.75);
  997. color: #fff;
  998. margin: 0 auto;
  999. padding: 0.5em;
  1000. height: 15em;
  1001. font-size: 12px;
  1002. width: 40em; }
  1003. .vjs-caption-settings .vjs-tracksettings {
  1004. top: 0;
  1005. bottom: 2em;
  1006. left: 0;
  1007. right: 0;
  1008. position: absolute;
  1009. overflow: auto; }
  1010. .vjs-caption-settings .vjs-tracksettings-colors,
  1011. .vjs-caption-settings .vjs-tracksettings-font {
  1012. float: left; }
  1013. .vjs-caption-settings .vjs-tracksettings-colors:after,
  1014. .vjs-caption-settings .vjs-tracksettings-font:after,
  1015. .vjs-caption-settings .vjs-tracksettings-controls:after {
  1016. clear: both; }
  1017. .vjs-caption-settings .vjs-tracksettings-controls {
  1018. position: absolute;
  1019. bottom: 1em;
  1020. right: 1em; }
  1021. .vjs-caption-settings .vjs-tracksetting {
  1022. margin: 5px;
  1023. padding: 3px;
  1024. min-height: 40px; }
  1025. .vjs-caption-settings .vjs-tracksetting label {
  1026. display: block;
  1027. width: 100px;
  1028. margin-bottom: 5px; }
  1029. .vjs-caption-settings .vjs-tracksetting span {
  1030. display: inline;
  1031. margin-left: 5px; }
  1032. .vjs-caption-settings .vjs-tracksetting > div {
  1033. margin-bottom: 5px;
  1034. min-height: 20px; }
  1035. .vjs-caption-settings .vjs-tracksetting > div:last-child {
  1036. margin-bottom: 0;
  1037. padding-bottom: 0;
  1038. min-height: 0; }
  1039. .vjs-caption-settings label > input {
  1040. margin-right: 10px; }
  1041. .vjs-caption-settings input[type="button"] {
  1042. width: 40px;
  1043. height: 40px; }
  1044. .video-js .vjs-modal-dialog {
  1045. background: rgba(0, 0, 0, 0.8);
  1046. background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  1047. background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }
  1048. .vjs-modal-dialog .vjs-modal-dialog-content {
  1049. font-size: 1.2em;
  1050. line-height: 1.5;
  1051. padding: 20px 24px;
  1052. z-index: 1; }