﻿#player {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    text-align: center;
    z-index: 222;
}

#dvMainPlayer.ChangeOrientation {
    background-image: url('../images/player/Orientation-Changes-for-iPhone.png');
    background-size: 100% 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99992;
    background-color: black;
}

#dvPlayerHeader {
    position: fixed;
    top: 0;
    left: 0;
    color: #ffffff;
    z-index: 1000;
}

#dvPlayerFooter {
    direction: ltr;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ffffff;
    z-index: 1000;
    width: 100%;
    min-width: 100%;
}

#dvActiveControll {
    position: fixed;
    top: 42%;
    right: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    direction: ltr;
}

#imgPlayerClose, #imgPlayerPlay, #imgPlayerPause {
    cursor: pointer;
}

#imgPlayerClose {
    padding: 10px;
}

.nexplayer_video.pausedFullScreen:after, .css-17v8wxy {
    display: none;
}

#dvUiPlayerLayout {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#dvProgressBar {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: 50%;
    cursor: pointer;
}

    #dvProgressBar #dvTime {
        position: absolute;
        right: -80px;
        bottom: -13px;
    }

    #dvProgressBar #dvTimeOnGoing {
        position: absolute;
        left: -80px;
        bottom: -13px;
    }

    #dvProgressBar .inPr {
        position: absolute;
        left: 0px;
        background-image: url('../images/player/progressBg.png');
        width: 100%;
        min-width: 100%;
        height: 5px;
        z-index: 30;
    }

    #dvProgressBar #dvOnGoingProgreesBar {
        position: absolute;
        right: 0;
        left: 0px;
        top: 0;
        background-color: red;
        height: 5px;
        width: 0px;
        z-index: 30;
    }

    #dvProgressBar #dvBarIndicator {
        position: absolute;
        bottom: -7px;
        left: 0px;
        background-color: #fff;
        width: 13px;
        height: 10px;
    }

#ProgressBarDetails {
    position: absolute;
    top: -40px;
    left: 0px;
    background-image: url("../images/player/tooltip.png");
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
    z-index: 9;
}

#dvWrapperProgressBar {
    left: 0;
    position: relative;
    height: 45px;
    bottom: 20px;
    background: #000;
}

#playingAssetInfo {
    color: #fff;
    font-size: 26px;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}

#episodesList {
    /* position: absolute; */
    /* right: -130px; */
    /* bottom: -13px; */
}

.seasonsEpisodes, #serEpisodes {
    position: absolute;
    bottom: 40px;
    height: 300px;
    background: #252525;
    left: 0;
    right: 0;
    overflow-y: scroll;
    display: none;
    width: 300px;
    text-align: center;
    padding: 15px;
    margin: auto;
    border-bottom: 30px solid #252525;
}

#serEpisodes {
    list-style: none;
}

.seasonsEpisodes ul {
    list-style: none;
    padding: 0;
}


ul.episodesUL {
    overflow-y: scroll;
    /* height: 215px; */
    text-align: right;
}

#serEpisodes li {
    text-align: right;
}

.thumbnailImg img {
    width: 60px;
}

a.playEpisodePlayerBtn {
    display: block;
    direction: rtl;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
}

.thumbnailImg {
    margin-left: 10px;
}

.episodeTitle {
    margin-left: 10px;
}

.episodeDuration {
    display: inline-block;
}

#userBtns {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 45px;
    text-align: center;
}

.toggleSeasonsEpisodes {
    position: relative;
}

ul.seasonsUl.active .clickSeasonUL {
    color: red;
}

ul.seasonsUl .clickSeasonUL {
    font-size: 18px;
    font-family: 'NewFont_PG-Medium';
    cursor: pointer;
}
