
.playlist{
    overflow: hidden;
    list-style-type: none;
    overflow-y:scroll;
    padding-left: 0px;
    width: 100%;

}

.playlist-item-vertical{
    margin-top: 0em !important;
}

.playlist a{
    display:block;
}

#playlist-inspector-link{
    font-weight: normal;
}

#cluster-inspector-link{
    font-weight: normal;
}

#personalize-button a {
    color: #212529;
}

.personalize-button {
    background-color:#C41300;
    color:white;
    height: 35px;
    width:174px;
}

.personalize-button:active, .personalize-button:hover, .personalize-button:focus {
    background-color: #b11200;
    color:white;
}
.video-item {
    cursor:pointer;
    padding-top: 10px;
    position:relative;
    width:100%;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf;
}
.video-item:hover {
    background:white;
}
.video-item-playing{
    background:white;
    transition: background-color 100ms linear;
}
.video-item-playing .tint{
    /*background:#fff;*/
    display:block;

}
.video-item-playing .time-badge{
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    display:none;
}
.video-item-playing .overlay{
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    display:none;
}
.now-playing{
    position:absolute;
    left:18%;
    font-size:1em;
    color:white;
    z-index:4;
    font-weight:600;
    text-transform: uppercase;
}
.tint{
    transition: background-color 100ms linear;
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    height:100%;
    width:100%;

}
.background{
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    height:100%;
    width:100%;
    background-color: rgba(215,55,40,0.71);
}

.background-gradient {
    position: absolute;
    opacity: .46;
    background-image: linear-gradient(-180deg, rgba(4, 35, 50, 0) 36%, #00121E 81%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.list-title{
    margin-top: 1.5em;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    font-weight: 600;
    color: #282724;
    font-size: 1em;
    text-overflow: ellipsis;

}


.list-author{
    margin-top: 0.6em;
    line-height: 1em;
    height: 1em;
    font-size: 0.75em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#af9364;
    display: -webkit-box;
}
.list-info-container{
    /*padding-top: 6%;*/
    float:left;
    padding-left: 0px;
    width: 57%;
}

.list-info-container .category-badge-small {
    font-size: 0.75em;
}

.list-info-container > ul{
    list-style-type: none;
    padding-left:10px;
    padding-top: 1%;
    margin-bottom: 0;
}

.list-info-container a {
    text-decoration: none;
}
.image-container{
    float:left;
    display: block;
    height: 77px;
    width: 140px;
    overflow: hidden;
    position:relative;
    padding-left: 0px;
    padding-right: 0px;
}

.image-container img{
    position:relative;
    top: 0px;
    width: 140px;
    height: 77px;
}

.native-image-container {
    float:left;
    display: block;
    height: 77px;
    width: 140px;
    overflow: hidden;
    position:relative;
    padding-left: 0px;
    padding-right: 0px;

}



.native-image-container img {
   position: relative;
   top:0px;
   width:140px;
}

.native-image-container .time-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.image-container .time-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.time-clock{display: inline-block;margin-right: 2px;}
.time-info {
    position: absolute;
    width: 36px;
    bottom: -2px;
    right: -5px;
}
.time-badge img {
    width:9px;
    height:9px;
    object-fit: contain;
}

.overlay {
    width: 140px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(102,102,102,0.4) 40%, rgba(85,85,85,0.7) 70%, rgba(51,51,51,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(102,102,102,0.4)), color-stop(70%,rgba(85,85,85,0.7)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}


#playlist{
    margin-top: 3%;
    padding-left:-10px;
}
#playlist-header {
    /*margin-left: 20px;*/
}
#playlist-overlay {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 15%;
    z-index: 40;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,0)));
    background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
    background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
    background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
    background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00f0f0f0',GradientType=0 );

}

.playlist-stats {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .playlist {
        height: 500px;
    }

}

@media (max-width: 812px) {
    .list-info-container{
        width: 50%;
    }
}

@media (max-width: 768px) {

    .list-info-container{
        width: 50%;
    }

    #personalize-button {
        margin-left: 15px;
    }

    #personalize-button h4 {
        font-size: 15px;
    }

    #playlist-column{
        padding:0;
    }

    .list-info-container .list-title {
        font-size: 0.9em;
    }

    .list-info-container .list-author {
        font-size: 0.7em;
    }

    .personalize-button {
        margin-bottom:3%;
    }
    .time-info {
        right: -2px;
    }
}

@media (min-width: 992px) {
    .playlist-margin {
        margin-top: 3% !important;
    }
    .playlist{
        /*height: 500px;*/
        -webkit-overflow-scrolling: touch;
    }
    .list-info-container{
        width: 59%;
    }

}

@media (min-width: 1200px) {
    .list-info-container{
        width: 61%;
    }
}

.shadow-radial {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shadow-radial:before, .shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.1s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.shadow-radial:before {
    bottom: 100%;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:after {
    top: 100%;
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:hover:before, .shadow-radial:focus:before, .shadow-radial:active:before, .shadow-radial:hover:after, .shadow-radial:focus:after, .shadow-radial:active:after {
    opacity: 1;
}
