/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.vaplayer-container {
    position: relative;
    width:100%;
    max-height: 480px;
    line-height: 100%;
}

/**
Video List CSS
 */

.vaplayer-container .video-list {
    direction:rtl;
    max-height: 480px;
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    vertical-align: top;

}

.vaplayer-container .video-list::-webkit-scrollbar{width: 4px;}

.vaplayer-container .video-list::-webkit-scrollbar-thumb{background-color:rgb(196, 196, 196); border-radius: 0;}
.vaplayer-container .video-list::-webkit-scrollbar-thumb:hover{background-color:rgb(196, 196, 196);}

.vaplayer-container .video-list::-webkit-scrollbar-track{background-color:rgb(237, 237, 237);}

.vaplayer-container .video-list ul {
    direction: ltr;
    list-style: none;
    margin:0;
    padding:0;
    float:left;
}

.vaplayer-container .video-list ul li {
    position: static;
    left: 0;
    clear: both;
    height: 75px;
    max-height: 75px;
    padding:10px;
    margin-left:4px;
    margin-bottom: 5px;
    background: #fff;
    overflow-x: visible;

    cursor: pointer;

    width: calc(100% - 5px);
    max-width: calc(100% - 5px);

    -webkit-box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);
    box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);
}

.vaplayer-container .video-list ul li.active {
    background: #2C92FB;
    color: #fff;
}

.vaplayer-container .video-list ul li .wrapper {
    position:relative;
}

.vaplayer-container .video-list ul li.active .wrapper .gradient {
    background: linear-gradient(to right, rgba(44, 146, 251, 0), rgba(44, 146, 251,1) 50%) !important;
}

.vaplayer-container .video-list ul li .wrapper .gradient {
    position: absolute;
    top:0;
    right:0;
    width: 10%;
    height:100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}



.vaplayer-container .video-list ul li .tooltip {
    visibility: hidden;
    width: 600px;
    max-width: 600px;
    max-height: 75px;
    background-color: #fff;
    text-align: left;
    padding: 10px ;

    pointer-events: none;

    /* Position the tooltip */
    position: absolute;
    top:0;
    left:0;
    z-index: 1;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);
    box-shadow: 1px 1px 5px 0px rgba(161,161,161,1);

}

.vaplayer-container .video-list ul li.active .tooltip {
    background: #2C92FB;
    color: #fff;
}


.vaplayer-container .video-list ul li:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(161,161,161,0);
    -moz-box-shadow: 0 0 0 0 rgba(161,161,161,0);
    box-shadow: 0 0 0 0 rgba(161,161,161,0);
}

.vaplayer-container .video-list ul li:hover .tooltip {
    visibility: visible;
}


.vaplayer-container .video-list ul li .thumb{
    float: left;
    margin-right: 5px;
    height: 100%;
    line-height: 100%;
}

.vaplayer-container .video-list ul li .thumb img {
    height: 55px;
    max-height: 75px;
}


.vaplayer-container .video-list ul li .contents .title{
    padding: 0 0 4px 0;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    overflow-x: hidden;
    white-space: nowrap;
}


.vaplayer-container .video-list ul li .contents .description{
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    color: rgb(136, 136, 136);
}

.vaplayer-container .video-list ul li.active .contents .description{
    color: rgb(216, 216, 216);
}

.vaplayer-container .video-list ul li .tooltip .contents .description {
    white-space: normal;
}

/**
Player CSS
 */

.vaplayer-container .player {
    vertical-align: top;
    position: static;
    display: inline-block;
    float:right;
}

/**
Current video description
 */
.vaplayer-video-info {
    clear: both;
    width: 100%;
}

.vaplayer-video-info .title {
    padding: 15px 20px 5px 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;

}

.vaplayer-video-info .description {
    padding: 0 20px 10px 20px;
    line-height: 16px;
    font-size: 14px;
    overflow-y: auto;
    height: 100px;
    color: rgb(78, 78, 78);
}

.vaplayer-video-info .description::-webkit-scrollbar{width: 4px;}

.vaplayer-video-info .description::-webkit-scrollbar-thumb{background-color:rgb(196, 196, 196); border-radius: 0;}
.vaplayer-video-info .description::-webkit-scrollbar-thumb:hover{background-color:rgb(196, 196, 196);}

.vaplayer-video-info .description::-webkit-scrollbar-track{background-color:rgb(237, 237, 237);}

.vaplayer-video-info .links {
    float: left;
    height: 100%;
    width: 20%;
    padding: 10px;
}

.vaplayer-video-info .links ul {
    list-style: none;
    margin:0;
    padding: 5px 0 0 0;
}

.vaplayer-video-info .links ul li {
    cursor: pointer;
    padding: 5px 0 5px 10px;
    list-style: none;
    font-size: 14px;
    line-height: 16px;

}

.vaplayer-video-info .links ul li:hover {
    color: #2C92FB;
}

.vaplayer-video-info .links ul li.active {
    background: #2C92FB;
    color: #fff;
}

.vaplayer-video-info .links ul li.active:hover {
    color: #fff;
}