/**
 * videojs.ads.css
 */

/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}
.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block;
}
.vast-skip-button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgba(0, 0, 0, 0.7);
	border-color: gray -moz-use-text-color gray gray;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	bottom: 65px;
	color: #aaa;
	display: block;
	font-family: sans-serif;
	font-size: 15px;
	line-height:12px;
	padding: 12px 15px;
	position: absolute;
	right: 0;
	width: 80px;
	z-index: 2;
	text-align:center;
}
.vast-skip-button.enabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	background:url(skip.png) no-repeat 70px 7px;
}
.vast-skip-button.enabled:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff -moz-use-text-color #fff #fff;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	cursor: pointer;
}
.vast-blocker {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
