/**
 * @brightcove/videojs-bc-playlist-ui
 * @version 1.0.1
 * @copyright 2016 Brightcove, Inc.
 * @license UNLICENSED
 */

.vjs-playlist {
    list-style-type: none;
    overflow: auto;
    position: relative
}

.vjs-playlist .vjs-playlist-item {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.vjs-playlist .vjs-playlist-thumbnail {
    background-color: #a6a6a6;
    display: block;
    float: left
}

.vjs-playlist .vjs-playlist-thumbnail:before {
    display: block;
    position: absolute;
    background-color: rgba(26, 26, 26, 0.5);
    text-align: center
}

.vjs-playlist img {
    width: 100%;
    height: 100%
}

.vjs-playlist .vjs-playlist-duration {
    background-color: rgba(26, 26, 26, 0.8);
    left: 0;
    padding: 2px 8px;
    position: absolute;
    top: 0
}

.vjs-playlist .vjs-selected .vjs-playlist-duration {
    display: none
}

.vjs-playlist cite {
    display: block;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vjs-playlist .vjs-playlist-description {
    color: #a6a6a6;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    white-space: nowrap
}

.vjs-playlist.vjs-ad-playing {
    overflow: hidden
}

.vjs-playlist.vjs-ad-playing.vjs-csspointerevents {
    pointer-events: none;
    overflow: auto
}

.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
    display: none
}

.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: rgba(0, 0, 0, 0.5)
}

.vjs-playlist {
    font-size: 14px;
    min-width: 238px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 14px 14px 0 14px
}

.vjs-playlist .vjs-playlist-item {
    height: 56px;
    margin-bottom: 14px
}

.vjs-playlist .vjs-playlist-thumbnail {
    height: 56px;
    font-size: 11px;
    margin-right: 14px;
    width: 100px
}

.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    height: 56px;
    line-height: 56px;
    width: 100px
}

.vjs-playlist time {
    font-size: 11px
}

.vjs-playlist cite {
    height: 14px;
    line-height: 14px
}

.vjs-playlist .vjs-playlist-description {
    height: 42px;
    line-height: 21px
}

.vjs-mouse.vjs-playlist {
    font-size: 17px;
    /*min-width: 289px;*/
    min-width:80px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 17px 17px 0 17px
}

.vjs-mouse.vjs-playlist .vjs-playlist-item {
    height: 68px;
    margin-bottom: 17px
}

.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    height: 68px;
    font-size: 13px;
    margin-right: 17px;
    width: 121px
}

.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    height: 68px;
    line-height: 68px;
    width: 121px
}

.vjs-mouse.vjs-playlist time {
    font-size: 13px
}

.vjs-mouse.vjs-playlist cite {
    height: 17px;
    line-height: 17px
}

.vjs-mouse.vjs-playlist .vjs-playlist-description {
    height: 51px;
    line-height: 26px
}

.vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before,
.vjs-mouse.vjs-playlist .vjs-playlist-item:focus .vjs-playlist-thumbnail:before {
    border-radius: 5px;
    font-family: 'VideoJS';
    height: 34px;
    left: 40.5px;
    line-height: 34px;
    top: 17px;
    width: 40px
}

.vjs-playlist-now-playing:before {
    content: 'Now Playing';
    top: 0;
    left: 0
}

.vjs-playlist {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

.bc-iframe .vjs-playlist-enabled {
    width: 70%
}

.bc-iframe .vjs-playlist-enabled.vjs-fullscreen {
    width: 100% !important
}

.bc-iframe .vjs-playlist {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: 0;
    margin: 0;
    width: 30%;
    height: 100%;
    min-width: 0
}

@media (max-width: 640px) {
    .bc-iframe .vjs-playlist-enabled {
        width: 100%
    }
    .bc-iframe .vjs-playlist {
        display: none
    }
}