@CHARSET "UTF-8";


body{
	background-color: #e6e0ff;
	
}

.clear{
	clear:both;
	
}


.Flex_embed_ratio_16x9 {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    vertical-align: top;
}


.Flex_embed_ratio_16x9>img, 
.Flex_embed_ratio_16x9_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}



.vjs-duration, 
.vjs-current-time,
.vjs-time-control ,
.vjs-time-divider
{
     display: inline-block!important; 
	 min-width:0px!important;
	 padding-left: 1px!important;
     padding-right:1px!important;
}
.vjs-remaining-time{
	display: none!important; 
	
}

.flex_a_container{
	width:65%;
	margin:0 auto;	
	margin-top:18px;
	margin-bottom:100px;

}


.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	
	color: #390277;
	border:0px solid brown;
	
}   


.public_a>div,
.items_flex_item1>div{
	padding-left:30px;
	font-size:26px;
}


.items_flex_item1{
	
	font-weight:normal;
	line-height:35px;
	border-left:2px solid #390277;
	margin-bottom:10px;
	letter-spacing:4px;
	
	
}   

.items_flex_item1 span{
	
	font-weight:bolder;
	
	
}   


.music_flex{
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	

	border:0px solid green;
	margin-top:10px;
	
}


.player_container{
	width:74%;
	
}

.video_info_container{
	position:relative;
	
}

.vote_to_me{
	position:absolute;
	top:5px;
	right:3%;
	
}

.playlist_container{
	width:26%;
	background:none;
}

.playlist_header{
	background: #390277;
	background: #303030;
	border-bottom:0px solid #390277;
	
}


.playlist_header>div{
	
	text-align:right;
	font-size:11pt;
	color:#390277;
	padding:10px 20px 10px 5px;
	letter-spacing:1.3px;
	color:#FFF;
}



.playlist_ul_container{
	background: #beacff;
	overflow:hidden;
}



.playlist_ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	
	overflow-y:scroll;
	overflow-x:hidden;
	font-size:12pt;
}

.playlist_ul>li a[href]{
	
	text-decoration:none;
	color:inherit;
}


.playlist_ul>li{
	
	padding:2.5px 5px 2.5px 5px;
	vertical-align:top;
	border:0px solid red;
}

.playlist_ul>li:first-child{
	
	margin-top:5px;
}
.playlist_ul>li:last-child{
	
	margin-bottom:5px;
}


.playlist_ul>li.playing{
	background: #390277;
	color:#FFF;
	
}





.video_container{
	width:100%;
	color:inherit;
	
}

.video_container>video{
	width:100%;
	height:auto;
}


.video_info_content{
	padding:5px 15px 15px 15px;
	
}

.video_info_content>div{
	border:0px solid gray;
	margin-bottom:10px;
	
	
}
.title_flex{
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: nowrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	
	
}


.title_flex>div:nth-child(1){
	
	width:8%;
	
}


.title_flex>div:nth-child(2){
	
	width:92%;
	
}


.title_flex>div:nth-child(2)>div{
	
	padding-left:5px;
	
}



.title_flex>div:nth-child(1) img{
	display:block;
	width:100%;
	
}



.draft_container img{
	width:22px;
	vertical-align:bottom;
	

}

.draft_content{
	width:90%;
	padding:15px 0 15px 20px;
	
	background: #beacff;
}

.draft_open{
	cursor:pointer;
	
}



.draft_content p{
	line-height:26px;
	
	white-space:pre-wrap;
	
	
}


.video_info_desc p{
	line-height:26px;
	
	white-space:pre-wrap;
	margin-top:0px;
	
	
}


.playlist_flex{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: nowrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	

	border:0px solid orange;
	
}

.playlist_flex_1{
	width:36%;
	border:0px solid orange;
}


.playlist_flex_2{
	width:64%;
	border:0px solid orange;
	
	
	
}


.playlist_flex_2>div{
	padding:0px 7px 0 7px;
	font-size:10.5pt;
	
}

.playlist_flex_2>div p{
	margin:0;
	padding:4px 0 0 0 ;
	
	
}




@media (max-width: 1024px) {
	
	
	.vote_to_me{
	position:relative;
	top:0;
	right:0;
	
	float:right;
	margin:0 10px 0px 10px;
	
}
	
	
	
	
	.flex_a_container{
		width:100%;
		margin:0 auto;	
		margin-top:33px;
		margin-bottom:100px;

	}
	
		
		
	.public_a>div,
	.items_flex_item1>div{
		padding-left:15px;
		font-size:24px;
	}


	.items_flex_item1{
		margin-top:0px;
		font-size:24px;
		font-weight:normal;
	
		line-height:30px;
		border-left:2px solid #390277;
		margin-bottom:0px;
		letter-spacing:4px;
		
		align-content:  center;
		
	} 
	
	
	
	
	
	
	.player_container{
		width:100%;
		
	}



	.playlist_container{
		width:100%;
		background:none;
	}
	
	
	.playlist_header>div{
		
		text-align:right;
		font-size:12pt;
		color:#390277;
		padding:7px 20px 7px 7px;
		letter-spacing:1.3px;
		color:#FFF;
	}
		
	
	
	
	
	.playlist_ul{
		height:auto;
		
	}
	
	
	.playlist_flex_1{
		width:25%;
		border:0px solid orange;
	}

	.playlist_flex_2{
		width:75%;
		border:0px solid orange;

	}
	
	
	.playlist_flex_2>div{
		padding:0px 7px 0 7px;
		font-size:12pt;
		
	}
		
	
	
}
	
	


/* iPad   landscape */
@media all 
and (width: 1024px) 
and (height: 768px) 
and (orientation:landscape)
{
		
	


}



/* iPad  portrait */
@media all 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait)
{
		
	

}


/* iPad Pro   landscape */
@media all 
and (width: 1366px) 
and (height: 1024px) 
and (orientation:landscape)
{
	

	


}


/* iPad Pro   landscape */
@media all 
and (width: 1024px) 
and (height:1366px ) 
and (orientation:portrait)
{
	

	


}