


  



vga-video_player { 
   width: 100%; 
   height: auto; 
 } 
  












 #video_container {
    max-width: 1200px;
    height: 400px;
    margin: 0px auto;
    /* background: white; */
    display:flex;
    /* flex-wrap: wrap */
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 13px 10px rgba(0,0,0,0.21);
  }
  #video_container {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: red; */
    display:flex;
    justify-content:center;
  } 




video_container::-webkit-media-controls-overlay-enclosure {
    display:none !important;
}

video_container::-webkit-media-controls-enclosure {
    display:none !important;
}

video_container::-webkit-media-controls {
    display:none !important;
}
video_container::-webkit-media-controls {
    display:none !important;
  }

 
  /* 650 */

  @media only screen and (max-width: 650px) {
    .container-player {
        flex-wrap: wrap;
        height: auto;
    }
    #video {
        width: 100%;
    }

    #list  {
        width: 100%;
    }

}


  #list{
  position: absolute;

    width: 70%;
    height: 10%;
  }

 #video-container{
    width: 100%;
    height: 100%;
  }
 /* scroll bar configuration */

  #list::-webkit-scrollbar {
    width: 4px;
    background-color:#fff;
  }

  #list::-webkit-scrollbar-thumb {
    width: 3    px;
    background-color:transparent;;
  }

  #list::-webkit-scrollbar-track {
    width: 4px;
    background-color: transparent;
  }


  
#playlist {
    width: 70%;
    height: 450px;
    padding: 0 10px;
    
background: #eee;
    overflow: scroll;
    overflow-x: hidden;
  }



#video_controls_bar {
      position: absolute;
      width:100% ;
      height: 12%;
      bottom: 0px;
      color: white;
      opacity: 7;
      background: rgba(0,0,0,0.4);
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      /* padding: 5px 10px;   */
  }





button {
	background:transparent ;
	border: 0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

}

button:hover {
	cursor: pointer;
}

#seekslider{
	width: 545px;
 
}

#volumeslider {
	width: 70px;
}








    video {
  width: 100%    !important;
  height: auto  !important;


  }


table { 
  width: 80%; 
  border-collapse: 0%; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #fff; 
}
th { 
  background: #fff; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 0px; 
  border: 0px solid #ccc; 
  text-align: left; 
}
