﻿
/*------------------- play datalist gallery ----------------------*/

div#divRelatedVideosSubWrapperControl {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 100%;
    max-height: calc(100% - 56px);
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-relatedvideos-control {
    position: relative;
    width: calc((100% / 3 ) - 4px);
    height: calc((100% / 3 ) - 4px);
    float: left;
    margin: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

    .gallery-relatedvideos-control img {
        width: 100%;
        height: 100%;
        position: relative;
    }

.relatedvideos-img-title-control {
    height: 100%;
    width: 100%;
    background-color: rgba(14, 14, 14, 0.3);
    top: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
}
.relatedvideos-img-title-control.active {
    background-color: rgba(0, 0, 0, 0);
}
    .relatedvideos-img-title-control .pixie-title {
        font-size: 1.2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        text-transform: capitalize;
        margin: 0 auto;
        padding: 3px;
        padding-bottom: 10px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.88) 10%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.88) 10%,rgba(0,0,0,0.88) 36%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.88) 10%,rgba(0,0,0,0.88) 36%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0000000', endColorstr='#00000000',GradientType=0 );
    }

.relatedvideos-pixie-duration {
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 4px;
    padding: 2px 4px;
    border-radius: 4px;
}


/*-------------------------------- BookMark Style -----------------------------------------*/
div#divBookmarkListWrapperControl {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    width: calc(100% - 80px);
    height: calc(100% - 56px);
    overflow: auto;
    margin: 0 auto;
    padding: 5px;
    display: none;
    background-color:transparent;
}
#divBookmarkListWrapperControl .gallery-item-control {
    width: calc((100% / 3 ) - 4px);
    height: calc((100% / 3 ) - 4px);
    margin: 2px;
    position: relative;
    float: left;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
    .gallery-item-control img {
        width: 100%;
        height: 100%;
        position: relative;
    }
#divBookmarkListWrapperControl .img-title-control {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
    #divBookmarkListWrapperControl .img-title-control.active {
        background-color: rgba(0, 0, 0, 0);
        display:block !important;
    }

#divBookmarkListWrapperControl .pixie-title {
    color: #fff;
    font-size: 1.4rem;
    padding: 5px;
    line-height: 1.4rem;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    text-align: left;
    width: 100%;
    top: -10px;
    max-height: 6.8rem;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    padding-bottom: 10px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.88) 10%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.88) 10%,rgba(0,0,0,0.88) 36%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.88) 10%,rgba(0,0,0,0.88) 36%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0000000', endColorstr='#00000000',GradientType=0 );
   }
#divBookmarkListWrapperControl .pixie-duration {
    font-size: 1.3rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 2px 8px;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    margin: 4px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .gallery-relatedvideos-control {
        width: calc((100% / 2 ) - 4px);
        height: calc((100% / 2 ) - 4px);
    }
    

    #divBookmarkListWrapperControl .gallery-item-control {
        width: calc((100% / 2 ) - 4px);
        height: calc((100% / 2 ) - 4px);
    }
}


