.videoHeight {
    min-height: 400px;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.videos .portlet.light {
    padding: 12px 20px 15px 20px;
    background: rgba(149, 163, 171, .1);
}

.videoTitle {
    color: #F48000;
    font-weight: 600;
}

.videoDesc, .videoDate, .videoDuration {
    font-weight: 600;
}

.videoDate {
    margin-right: 10px;
}

.videoDate, .videoDuration {
    font-size: 12px;
}

.videos {
    padding-left: 0;
}

.videoPlayer {
    margin-top: 26px;
    /* background: #00538D; */
    /* padding: 10px; */
    box-sizing: border-box !important;
}

#player {
    box-shadow: 0px 0px 10px black;
}

#videoGallery #nowPlaying {
    background-color: #f9f9f9;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-left: 5px;
}

#videoGallery #nowPlaying span {
    background: red;
    color: white;
    padding: 1px 5px;
    border-radius: 5px !important;
    display: inline-block;
    margin-bottom: 5px;
}

#filterDiv,
#nowPlaying {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#videoGallery {
    margin-top: 25px;
    /* height: 454px;
    overflow-y: auto;
    overflow-x: hidden; */
    /*border-left: 1px solid #D7D8D1;*/
    background: #ffffff;
    padding: 0px;
    /* box-shadow: 0px 0px 5px #00538D; */
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

#videoGallery #otherVideos {
    margin: 7px 0;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


#videoGallery #otherVideos tr.focused {
    opacity: 0.3;
    pointer-events: none;
}

#videoGallery #otherVideos::-webkit-scrollbar{
    background-color: white;
    border-radius: 10px;
    width: 10px;   
}
    
#videoGallery #otherVideos::-webkit-scrollbar-thumb{
    background-color: grey;
    border-radius: 10px;
    /* border: 5px solid white;    */
}
#videoGallery #otherVideos::-webkit-scrollbar-thumb:vertical {
    height: 20px!important;
    width: 20px;
}

#videoGallery #otherVideos table {
    width: 100%;
}

#videoGallery #otherVideos table tr:hover {
    background: #f9f9f9;
}

#videoGallery #otherVideos table tr:hover td {
    /* border: none !important; */
}


#videoGallery #otherVideos table tr:not(:last-child) td:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.videoThumbnail {
    color: #3A3F3F ;
    background: #ffffff;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}

.videoThumbnailActive {
    /* color: white; */
    background: rgba(0, 0, 0, 0.05);
}

.videoTitleTh {
    margin-top: 10px;
    color: #3598dc;
}

.videoDescTh {
    margin-top: 0px;
}

.videoDateTh {
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

.videoDurationTh {
    font-size: 12px;
    display: inline-block;
}

.videoFooter {
    margin-top: 15px;
    margin-bottom: 10px;
}

.playButton {
    font-size: 40px;
    margin-top: 15px !important;
}

.videoHrTH {
    clear: both;
    margin: 5px !important;
}

.videoListHeader {
    padding-left: 8px;
}

.videoPlayer {
}
@media (max-width: 1600px) and (min-width: 1200px) {
    /* .videoList {
        width: 41.6667%
    } */
}

@media (max-width: 1080px) {
    .videoList {
        padding-left: 0px;
        padding-right: 0px;
    }

    .videoPlayer {
        margin-top: 0;
        padding: 0;
    }
    #videoGallery {
        /* border: none; */
        /* height: 400px; */
    }
    .videoThumbnail {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}