/**This is for itest student answer page flowplayer css **/
/** yadan Yangming @2016-11 for video writing question **/
.fp-context-menu {
  display: none;
  visibility: hidden;
}

.stuVideoPlayer {
/*   border: 1px solid gray; */
  margin: 5px 0 38px 10px;
  width: 480px; 
  background: #000 url(/itest/static/its/lib/flowplayer/poster.jpg) 0 0 no-repeat;
  background-size: 200%;
  -webkit-transition: background 1s .5s;
  -moz-transition: background 1s .5s;
}

.stuVideoPlayer .fp-brand {
  display: none;
  visibility: hidden;
  width: 1px;
}

.stuVideoPlayer .fp-controls .fp-play, .stuVideoPlayer .fp-controls .fp-stop, .fp-controls .fp-pause {
  display: none;
  cursor: default;
}

/* .stuVideoPlayer .fp-ui { */
/*   cursor: default; */
/* } */
 
/* override cursor: col-resize */
.stuVideoPlayer .fp-buffer, .stuVideoPlayer .fp-progress {
  cursor: default;
}

.flowplayer.is-mouseout .fp-fullscreen {
  opacity: 0.2;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}

.flowplayer.is-mouseout .fp-fullscreen, .flowplayer.is-mouseover .fp-fullscreen {
  opacity: 0.2;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}


.flowplayer .fp-fullscreen {
  width: 20px;
  height: 20px;
  font-size:12px !important;
  line-height:20px !important;
}
