/**
 * 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;
}

#ima-skip-ad-div {
    bottom: 30px;
    right: 0;
    height: auto;
    position: absolute;
    display: block;
    opacity: 1;
    cursor: pointer;
    padding: 12px 16px;
    font-size: 12px;
    background-color: rgba(7, 20, 30, .7);
    background: -moz-linear-gradient( bottom, rgba(7, 20, 30, .7) 0%, rgba(7, 20, 30, 0) 100%);
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0%,rgba(7, 20, 30, .7)), color-stop(100%,rgba(7, 20, 30, 0)));
    background: -webkit-linear-gradient( bottom, rgba(7, 20, 30, .7) 0%, rgba(7, 20, 30, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(7, 20, 30, .7) 0%, rgba(7, 20, 30, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(7, 20, 30, .7) 0%, rgba(7, 20, 30, 0) 100%);
    background: linear-gradient(to top, rgba(7, 20, 30, .7) 0%, rgba(7, 20, 30, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 );
}
#ima-countdown-div {
	font-size: 12px;
}
#linear-ads-container {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 100;        
}
#linear-ads-container .adImg {
    display: inline-block;
    max-width: 728px;
    width: 100%;
    position: relative;
}
#linear-ads-container .adImg img {
    width: 100%;
}
#linear-ads-container .adImg #linear-ads-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    z-index: 1;
    padding: 4px 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: #fff;
}
#linear-ads-container .adImg #linear-ads-close:hover {
    background-color: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}
#linear-ads-container .adImg #linear-ads-close i {
    font-size: 12px;
    width: 11px;
    line-height: 12px;
    margin:0 0 0 -3px; 
    font-weight: normal !important;
}