﻿.container-fluid.default-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding:13px 24px;
}


.playlist-wrapper {
    margin-bottom: 8px;
    height: 95px;
    width: 100%;
    cursor: pointer;
    padding-left: 1px;
}

.playlist-asset-title {
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    color: rgb(13, 13, 13);
}
.playlist-asset-description {
    max-width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgb(96, 96, 96);
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}
.playlist-asset-description p{
    margin:0;
}
.playlist-asset-metadata .playlist-asset-views {
    max-width: 100%;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    color: rgb(96, 96, 96);
}
.playlist-asset-metadata span.playlist-asset-views:not(:last-of-type):after {
    content: '•';
    margin: 0 2px;
}
.playlist-thumbnail-container {
    width: 168px;
    height: 95px;
    margin-right: 8px;
    float: left;
    background-color: rgb(227, 227, 227);
    position: relative;
}
.thumbnail-overlay-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    z-index:2;
}

.relatedAsset-title-container {
    margin-bottom: 12px;
}
.relatedAsset-title {
    color: rgb(13, 13, 13);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
}
#defaultPlayerDescription.player-content-description-container {
    /*padding: 20px 0 15px 0;*/
    margin-bottom: 0;
}
.playlist-slide-container, .collection-playlist-slide-container {
    height: calc(100% - 32px);
    overflow-y: hidden;  
    position:relative;
}
.playlist-slider-control {
    position: absolute;
    background-color: rgb(249, 249, 249);
    width: 100%;
    height: 24px;
    color: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    z-index:2;
}
    .playlist-slider-control:hover {
        color: rgba(51, 51, 51, 0.9);
    }
    .playlist-slider-control.top-control {
        top: 0;
        box-shadow: 0px 1px 2px rgba(158, 158, 158, 0.3);
    }
    .playlist-slider-control.bottom-control {
        bottom: 0;
        /*box-shadow: 0px -1px 2px rgba(158, 158, 158, 0.3);*/
    }

      /*---------------------------- thumbnails area ----------------------------*/
.default-page-thumbnail-container {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.default-assets-sortby-container {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.default-assets-thumbnails-list {
   /* margin-left: -5px;
    margin-right: -5px;*/
    min-height: 200px;
}
.default-assets-multithumbnails, .default-assets-multithumbnails > img {
    width: 100%;
    height: 100%;
}
    .default-assets-multithumbnails > div {
        position: absolute;
    }
.thumbnailList-wrapper {
    padding: 5px;
    vertical-align: top;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
}

    .thumbnailList-wrapper:focus {
        box-shadow: 0 0 2px 2px rgb(222, 221, 221)
    }

/* Removing default outline only after we've added our custom one */
    .thumbnailList-wrapper:focus,
    .thumbnailList-metadata-container:focus {
        outline: none;
    }
:focus {
    /* You can remove this to use the browser's defaults */
    outline: #06f auto 2px;
}

body.using-mouse :focus {
    outline: none;
}
/*.thumbnailList-thumbnail-container {
    background-color: #000;
    position: relative;
    text-align: center;
    width: 208px;
    height: 117px;
    position: relative;
}*/

.thumbnailList-metadata-container {
    position: relative;
    cursor: pointer;
}
.thumbnailList-asset-title {
    color: rgb(13, 13, 13);
    margin: 8px 0 4px;
    max-height: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    /*min-height: 32px;*/
}
.thumbnailList-asset-description {
    max-width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgb(96, 96, 96);
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 1.6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.6rem;
}
.thumbnailList-asset-metadata-line {
    max-width: 100%;
    display: block;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    color: #7a7a7a;
}
.thumbnailList-asset-views {
    display: inline-block;
}
/*img.thumbnailList-thumbnail-image {
    width: 100%;
    height: 100%;
}*/
.playlist-thumbnail-image-wrapper {
    width: 168px;
    height: 95px;
}
    .playlist-thumbnail-image-wrapper img, .thumbnailList-thumbnail-container img {
/* width: 100%;*/
        height: 100%;
    }
.thumbnailList-asset-views {
    display: inline-block;
    color: #7a7a7a;
    max-width: 100%;
    max-height: 3.6rem;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
}
    .thumbnailList-asset-views:not(:last-of-type):after {
        content: '•';
        margin: 0 1px 0 4px;
    }


/*----------------- pagination call -----------------------*/
.thumbnail-asset-loading {
    height: 60px;
}
.default-pagination-wrapper {
    padding-top: 12px;
    height: 60px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}

.clear:after, .pagination:after, .clear:before, .pagination:before {
    content: "";
    display: table;
}

.clear:after, .pagination:after {
    clear: both;
}


@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes hoverAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pagination li {
        display: block;
        float: left;
        padding: 5px;
    }

        .pagination li:first-child {
            border: none;
        }

    .pagination button, .pagination span {
        background: none;
        border: none;
        border-radius: 50%;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.6);
        display: block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 8px !important;
    }

    .pagination button {
        outline: none;
        position: relative;
        display: inline;
        transition: all 170ms linear;
    }
.pagination li button:focus{
background-color: rgba(223, 223, 223, 0.5);
    border-radius: 50%;
}
.pagination button:focus {
    background-color: rgba(223, 223, 223, 0.5);
    border-radius: 50%;
}
        .pagination button.circle {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(223, 223, 223);
        }

        .pagination button:before {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            content: "";
            cursor: pointer;
            height: 0;
            left: 50%;
            opacity: 0;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: all 170ms linear;
            top: 50%;
            width: 0;
        }

        .pagination button:hover:not(.active) {
            color: black;
        }

            .pagination button:hover:not(.active):before {
                -webkit-animation: hoverAnimation 510ms linear forwards;
                animation: hoverAnimation 510ms linear forwards;
                height: 40px;
                width: 40px;
            }

        .pagination button.active {
            background: rgba(0, 0, 0, 0.1);
            color: black;
        }

    .pagination .prev,
    .pagination .next {
        font-size: 14px;
    }

.multi-thumbnails{
    display:none;
}

.rating-Message {
    position: absolute;
    margin-top: 18px;
    font-size: 1.2rem;
    width: 120px;
    margin-left: -15px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    transition: .3s all ease;
}
    .rating-Message.success {
        color: rgb(76, 175, 80);
    }
    .rating-Message.warning {
        color: rgb(248, 0, 0);
    }

textarea#ReportTextArea {
    max-width: 100%;
    height: 54px;
}
#ReportCheckboxContainer li {
    display: inline-block;
    padding: 0 6px;
}
.thumbnail-overlay-dvr {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.80);
    padding: 2px 4px;
    border-radius: 4px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    z-index: 2;
}

.thumbnail-overlay-top {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.thumbnail-overlay-bottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.thumbnail-overlay-cc {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.80);
    padding: 2px 4px;
    border-radius: 4px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    z-index: 2;
}
/*-----Bookmark style-----*/
.bookmark-image-container {
    position: relative;
    max-width: 110px;
    width: 100%;
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 57px;
}

.bookmark-image-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    background-image: url('https://d1ifvk1tub2sdr.cloudfront.net/Content/images/V1/thumbnail_preview_v1.jpg');
}

.preview-zone {
    transition: 1s ease;
}

.upload-file-input {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    font-size: 0;
}
.playlist-metadata-container {
    padding-top: 5px;
}
.bookmark-image-container {
    margin-right: 10px;
    width: 100px;
    height: 57px;
}
.livebookmark_image_height {
    height: 64px !important;
}
.livebookmark_image_alingment {
    padding: 7px 0px 0px 10px;
}