.playlist-item {
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}

.playlist-item:hover{
    background-color: #000000;
}

.playlistViewTab input {
    display: inline-block;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.rating.up {
    color: #8faf1d;
}


.buttonBase span {
    vertical-align: middle;
    display: inline-block;
}

.greyButton, .orangeButton {
    border: none;
    border-radius: 4px;
    display: inline-block;
    font-family: inherit;
    font-weight: 400;
    margin: 0;
    padding: 6px 15px;
    cursor: pointer;
    position: relative;
    outline: 0 none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    vertical-align: top;
    text-decoration: none;
    font-weight: 700;
}

.greyButton:hover, .orangeButton:hover {
    text-decoration: none;
}

.greyButton {
    color: #acacac;
    background: #1f1f1f;
}

.greyButton:hover {
    background: #3f3f3f;
}

.greyButton.light {
    background: #2f2f2f;
    color: #ccc;
}

.greyButton.light:hover {
    background: #4f4f4f;
}

.orangeButton {
    color: #000;
}

.orangeButton {
    background: #f90;
}

.orangeButton:hover {
    background: #ffa31a;
}

.error {
    background-color: #fbaca4;
    border: 1px solid red;
    color: red;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 3px;
    text-align: center;
}


.usernameWrap {
    position: relative;
}

.usernameWrap .avatarPosition {
    padding-left: 20px;
}

.usernameWrap {
    display: inline-block;
}

.usernameWrap .avatarPosition {
    position: relative;
}

::-ms-clear {
    display: none;
}

.displayNone {
    display: none;
}


html.supportsGridLayout .float-right {
    float: right;
}


.thumbs-up {
    width: 22px;
    height: 25px;
    margin: 8px 10px;
    background-position: 0 -200px;
}

.thumbs-up:hover {
    background-position: 0 -166px;
}

.thumbs-down {
    background-position: -23px -137px;
    width: 21px;
    height: 25px;
    margin: 8px;
}

.thumbs-down:hover {
    background-position: -23px -166px;
}

.orangeButton {
    border: 0;
    background: #f90;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.orangeButton {
    border: 0;
    background: #f90;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.orangeButton {
    border: 0;
    background: #f90;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.intentText {
    text-indent: 5px;
}


#playlistTopHeader h1 {
    display: inline-block;
    margin-right: 5px;
}

#playlistTopHeader .playlistTitle {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

#playlistTopHeader .playlistTitle:hover {
    text-decoration: underline;
}

#playlistTopHeader .rating {
    font-size: 2em;
}



#userPlaylistActions .votes-fav-wrap i {
    margin: 0;
    font-size: 18px;
}


#userPlaylistActions .votes-fav-wrap .icon-wrapper i, #userPlaylistActions .votes-fav-wrap .icon-wrapper span {
    float: left;
    font-size: 24px;
}

#userPlaylistActions .votes-fav-wrap .icon-wrapper span {
    padding-left: 5px;
}

#userPlaylistActions .votes-fav-wrap .icon-wrapper i.thumbs-up {
    background-position: 0 0;
}

#userPlaylistActions .votes-fav-wrap .icon-wrapper i.thumbs-down {
    background-position: -18px 0;
}

#userPlaylistActions .votes-fav-wrap .icon-wrapper:hover i.thumbs-up {
    background-position: 0 -18px;
}

#userPlaylistActions .votes-fav-wrap .icon-wrapper:hover i.thumbs-down {
    background-position: -18px -18px;
}


#userPlaylistActions .votes-fav-wrap #favoritePlaylist {
    background: 0 0;
    border: 0;
    margin-right: 34px;
}


#userPlaylistActions .votes-fav-wrap #favoritePlaylist:hover i {
    background-position: -36px -18px;
}

#userPlaylistActions .errorMessage, #userPlaylistActions .errorMessageSpam {
    color: red;
    display: none;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    background: #500;
    margin-bottom: 10px;
}

#userPlaylistActions .errorMessage.playlistErrorHolder {
    display: block;
}

#userPlaylistActions .errorMessage.playlistErrorHolder.displayNone {
    display: none;
}

#userPlaylistActions button.playlistButtons {
    margin-left: 10px;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #1b1b1b;
    color: #848484;
    cursor: pointer;
    position: relative;
}

#userPlaylistActions button.playlistButtons i, #userPlaylistActions button.playlistButtons span.text {
    float: left;
}

#userPlaylistActions button.playlistButtons i {
    width: 12px;
    height: 12px;
    margin: 2px 4px 0 0;
    float: left;
}

#userPlaylistActions button.playlistButtons i.share {
    background-position: -66px 0;
}

#userPlaylistActions button.playlistButtons i.comment {
    width: 16px;
    background-position: -62px -56px;
}

#userPlaylistActions button.playlistButtons i.info {
    width: 12px;
    background-position: -54px 0;
}


#userPlaylistActions button.playlistButtons:hover i.share {
    background-position: -66px -12px;
}



#userPlaylistActions button.playlistButtons.active i.info, #userPlaylistActions button.playlistButtons:hover i.info {
    background-position: -54px -12px;
}

#shareSectionWrap.playlistViewTab {
    position: relative;
    min-height: 120px;
    float: left;
    width: auto;
    margin: 0;
}

.playlist_action {
    font-size: 1.34rem;
}





.playlistViewTab .dropdownTrigger .filterListItem {
    left: 0;
    min-width: auto;
    top: 26px;
}

.playlistViewTab.displayNone {
    display: none;
}

.playlistViewTab .tagsWrap {
    margin: 15px 0;
    color: #848484;
    word-wrap: break-word;
}

.playlistViewTab .description {
    word-wrap: break-word;
}


@media all {
    .orangeButton {
        border: 0;
        background: #f90;
        color: #000;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


    .thumbs-up {
        width: 22px;
        height: 25px;
        margin: 8px 10px;
        background-position: 0 -200px;
    }

    .thumbs-up:hover {
        background-position: 0 -166px;
    }

    .thumbs-down {
        background-position: -23px -137px;
        width: 21px;
        height: 25px;
        margin: 8px;
    }

    .thumbs-down:hover {
        background-position: -23px -166px;
    }
}

.playlistViewTab .description {
    padding-top: 0px;
}

.playlistViewTab .active i.icon {
    color: #ff0018;
}

.playlistitem {
    padding: 6px;
    list-style-type: none;
    position: relative;
}

.playlistitem .title {
    font-size: 14px;
    padding: 6px;
}

.playlistitem .wrapFix img {
    width: 100%;
}

.playlistitem .number {
    position: absolute;
    top: 0;
    background: #f44336;
    right: 0;
    padding: 6px;
    font-weight: bold;
}

.thumbnail-info-wrapper {
    margin-top: 4px;
}

.linkWrapper {
    position: relative;
}

.playlists {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.toolbar .tab-item,
.toolbar .items {
    align-items: center;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: 0 0 !important;
    margin-right: 5px;
}

.toolbar {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

img.svg path {
    fill: #cf2d28;
}

.unlike-link.active svg path,
.like-link.active svg path {
    fill: #cf2d28;
}

.view_count svg path {
    fill: #525252;
}

.view_count svg {
    width: 23px;
    height: 23px;
}

.like svg {
    width: 28px;
    height: 28px;
}

.like svg {
    margin-right: 8px;
}

.player-container .toolbar .tab-item {
    margin-top: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
}


.col .bottom {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    filter: "alpha(opacity=${opperc})";
    -webkit-transition: all .12s ease-out;
    -moz-transition: all .12s ease-out;
    -ms-transition: all .12s ease-out;
    -o-transition: all .12s ease-out;
    transition: all .12s ease-out;
}

.col .bottom .thumb-info {
    z-index: 3;
    display: block;
    clear: both;
    font-size: 11px;
    color: #fff;
    padding: 4px 10px;
    margin-right: 4px;
}

.col .title-overlay {
    z-index: 2;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(top, transparent 0, #000 100%);
    background-image: -moz-linear-gradient(top, transparent 0, #000 100%);
    background-image: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background-image: -moz-ms-gradient(top, transparent 0, #000 100%);
    background-image: -o-linear-gradient(top, transparent 0, #000 100%);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    filter: "alpha(opacity=${opperc})";
    -webkit-transition: all .14s ease-out;
    -moz-transition: all .14s ease-out;
    -ms-transition: all .14s ease-out;
    -o-transition: all .14s ease-out;
    transition: all .14s ease-out;
}

@media (min-width: 1200px) {
    .col .title-overlay {
        bottom: 30px;
    }
}

.col .thumb-title {
    z-index: 3;
    display: block;
    clear: both;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 10px;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .col .thumb-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.nothover .col:active .bottom, .nothover .col:focus .bottom, .nothover .col:hover .bottom {
    bottom: 0;
    -moz-opacity: 1;
    opacity: 1;
    filter: "alpha(opacity=${opperc})";
}

.nothover .col:active .bottom .thumb-info, .nothover .col:focus .bottom .thumb-info, .nothover .col:hover .bottom .thumb-info {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: "alpha(opacity=${opperc})";
}

.thumb-info {
    display: block;
    clear: both;
}

.thumb-info li {
    float: left;
    list-style: none;
    margin-right: 8px;
}

.thumb-info li:last-child {
    margin-right: 0;
}

.thumb-info li .icon {
    position: relative;
    top: 1px;
}


.col .linkWrapper {
    overflow: hidden;
    display: block;
    height: 100%;
}

.playlist-thumb img {
    width: 100%;
}

.thumb_playlist .linkWrapper .playlist-videos {
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 5px 0;
    background: rgba(34, 34, 34, .7);
    color: #ccc;
    font-size: 14px;
    text-align: center;
}

.thumb_playlist .playlist-videos span {
    display: block;
}

.thumb_playlist .playlist-videos .number span {
    font-weight: 700;
}

.thumb_playlist .playlist-videos .playlist-thumb {
    margin: 7px auto;
    position: relative;
}

.playlist-videos .playlist-thumb {
    padding: 1px 3px;
}


.thumb_playlist:hover .playlist-links {
    display: block !important;
}


.playlist-links {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 4;
    display: none;
}

@media (min-width: 1200px) {
    .playlist-links {
        bottom: 30px;
        height: 165px;
    }
}

.playlist-links a {
    display: block;
    height: 50%;
    text-align: center;
    background: rgba(34, 34, 34, .6);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 4;
}

.playlist-links a:hover {
    background: rgba(34, 34, 34, .9);
}

.playlist-links a span {
    position: relative;
    top: 45%;
}

.thumb_playlist .thumb-title {
    background: #222;
}

.thumb_playlist .thumb-title a {
    color: var(--text-color1);
    text-decoration: none;
}


.thumb_playlist {
    position: relative;
}

.thumb_playlist {
    padding: 0 6px 6px 0;
    overflow: hidden;
}

.thumb_playlist img {
    width: 100%;
    height: 100%;
}


.playlist_stats {
    width: 40%;
}

.playlist_stats_col {
    float: left;
    width: 33%;
    text-align: center;
}

.playlist_stats_text {
    color: #bbb;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: block;
}

.playlist_stats_value {
    font-weight: 700;
    font-size: 24px;
    display: block;
}

.playlist-action,
.icon-wrapper {
    cursor: pointer;
}

.icon-wrapper.active {
    color: #ff0018;
}


.playlist-action i {
    color:var(--text-color3);
}


