/* CSS for video-js player default skin */

/* used by LMP video object to prevent video seeking */
.LMPVideoSeekCover {
	background-color:transparent;
	cursor:default;
	position:absolute;
	left:0px;
	bottom:30px;
	width:100%;
	height:10px;
	display:none;
	z-index:2;
}
/* if using 4.7.1
.LMPVideoSeekCover {
	background-color:transparent;
	cursor:default;
	position:absolute;
	left:125px;
	bottom:0px;
	width:82%;
	height:30px;
	display:none;
	z-index:4;
}
*/

/* override effects of LIBRIX button CSS definition */
.vjs-big-play-button {
    z-index:10!important;
}
.vjs-control {
    box-shadow: none!important;
    border-radius:0px!important;
}

/* always display the current time */
.vjs-current-time {
    display:block!important;
}

body .vjs-control-bar .vjs-play-control.vjs-paused {
	font-family:VideoJS!important;
	font-weight:normal!important;
	font-style:normal!important;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
	content: "\f103"!important;
	left:-9999px;
	right:-9999px;
 }