
/*! vrvideo - v7.2.7 - 2020-03-15 
* Copyright (c) 2020 Electroteque Media
* Released under SEE LICENCE IN LICENCE.txt license */
/* Menu Button Style */
.fp-controls-button {
  padding: 0;
  height: 1.8em;
  top: 0;
  width: 24px !important;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 11;
/* Default SVG Icon Style */
/* Button Toggle State */
}
/* Default SVG Icon Style */
.fp-controls-button > svg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.fp-controls-button > svg .fill {
  fill: #fff;
}
.fp-controls-button.is-toggle > svg .fill {
  fill: #ccc;
}
/* Button Toggle State */
.fp-controls-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
.flowplayer a[href^='http://flowplayer.org'],
.flowplayer .fp-brand {
  margin-right: 15px;
  top: 0;
  left: 0;
}
.fp-button {
  padding: 0;
  width: 38px !important;
  margin-right: 10px !important;
  border: none;
  float: right;
  outline: none;
  background: none;
  text-align: center;
  display: none;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 11;
}
.fp-button > svg {
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.fp-button > svg .fill {
  fill: #ccc;
}
.fp-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
/* SVG Responsive fix for IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fp-button > svg {
    width: 100%;
    padding-bottom: 92%;
    height: 1px;
    overflow: visible;
  }
}
.flowplayer .fp-controls-button[role="button"][aria-pressed="true"] > svg .fill {
  fill: #fff;
}
/* Chromecast Info Container */
.flowplayer .xr-session-info {
  position: absolute;
  bottom: 60px;
  left: 50px;
  width: 100%;
  display: none;
}
.flowplayer .xr-session-info .xr-session-icon {
  bottom: 0px;
  left: 0px;
  width: 150px;
  color: #4b99f0;
}
.flowplayer .xr-session-info .xr-session-icon svg > .fill {
  fill: #4b99f0;
}
.flowplayer .xr-session-info .xr-session-status {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 150px;
  top: 30px;
}
.flowplayer .xr-session-info .xr-session-name {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 150px;
  top: 50px;
}
.flowplayer .fp-vr-renderer {
  display: block;
}
.flowplayer.is-poster .fp-vr-renderer {
  display: none;
}
.flowplayer.has-vr.xr-session .fp-share,
.flowplayer.has-vr.xr-session .fp-fullscreen {
  display: none;
}
.flowplayer.has-vr.xr-session .fp-ui,
.flowplayer.has-vr.xr-session .fp-player {
  pointer-events: none;
}
.flowplayer.has-vr.xr-session .fp-vr-renderer {
  pointer-events: all;
}
.flowplayer.has-vr.xr-session .fp-vr-renderer.xr {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333;
  position: fixed !important;
}
.flowplayer.has-vr.xr-session-splash .xr-session-info {
  display: block;
}
.flowplayer.has-vr.is-mono .fp-vr-renderer {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flowplayer.has-vr.is-playing .fp-ui {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.flowplayer.has-vr.is-playing .fp-ui.is-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}
.flowplayer.has-vr video.fp-engine {
  display: none !important;
}
.flowplayer.has-vr .fp-button.fp-vr-3d,
.flowplayer.has-vr .fp-button.fp-vr-pointer {
  display: inline-block;
}
.flowplayer.has-vr.xr-ready .fp-button.fp-vr-headset {
  display: inline-block;
  z-index: 100;
  pointer-events: all;
}
.flowplayer.has-vr.has-vr-flat .fp-vr-renderer {
  display: none;
}
.flowplayer.has-vr.has-vr-flat video.fp-engine {
  display: block !important;
}
.flowplayer.has-vr.is-fullscreen .fp-button.fp-vr-headset {
  display: none;
}
