@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:70%;
	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: 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%;
	margin:0 auto;
	
	
	border:0px solid brown;
	
}   


.public_a>div,
.items_flex_item1>div{
	padding-left:30px;
	font-size:20pt;
}


.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;
	
	
}   


.items_flex_item1 a[href]{
	
	text-decoration:none;
	color:inherit;
	
}   


.award_span
{
	font-weight:bolder;
	color:#0808CA;
	
}   


.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:70%;
	
}

.video_info_container{
	position:relative;
	
}

.vote_to_me{
	position:absolute;
	top:5px;
	right:3%;
	
}

.playlist_container{
	width:26%;
	/*background:none;
	background:#C6C6C6;*/
	background:#beacff;
}

.playlist_header{
	/*background: #390277;*/
	
	
	/*background: #beacff;*/
	
	/*background: #303030;*/
	
}


.award_cat {

	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: baseline ;
	/*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;
	border:0px solid red;
	margin-top:0px;
}

.award_cat>div{
	width:20%;
	margin-right:15px;
}
/*
.award_cat>.award_cat_selected{
	width:25%;
	
}*/


.award_cat>div img{
	width:100%;
	display:block;
	
}

.award_cat>div div{
	padding:0 5px 0 5px;
	
}




.award_fliter_ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0;
	width:100%;

}



.award_fliter_ul>li{
	font-size:11.5pt;
	font-weight:bolder;
	display:inline-block;
	width:33.3%;
	border:0px solid blue;
	
	
	vertical-align:middle;
}


.award_fliter_ul>li a[href]{
	text-decoration:none;
	
	
}

.award_fliter_ul>li img{
	display:block;
	width:83%;
	margin:0 auto;
}

.award_fliter_ul>li>a[href]>div{
	width:100%;
	
/*	color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;padding:10px 3px 10px 3px;
*/
	
	
	border:0px solid red;
	padding:10px 0px 10px 0px;
	
	
}

/*
.award_fliter_ul>li>a[href]>div.award_cat_selected {
	
	width:95%;
	
}
*/


.award_fliter_ul>li>a[href]>div.award_cat_selected img{
	
	width:93%;
	
	box-shadow: 0px 15px 12px -14px #111;    
}





.playlist_ul_container>div{
	padding:10px;
	
}



.playlist_ul{
	list-style-type:none;
	
	padding:0;
	width:100%;
	height:auto;
	margin:0 auto;
	font-size:12pt;

	
}

.playlist_ul>li a[href]{
	
	text-decoration:none;
	color:#000;
}


.playlist_ul>li{
	/*background: #beacff;
	background:#C6C6C6;*/
	padding:0;
	vertical-align:top;
	border-top:1px solid gray;
	padding:10px 0 10px 0;
	
}

.playlist_ul>li>a[href]>div{

	
}

.playlist_ul>li:first-child{
	
	margin-top:0px;
}
.playlist_ul>li:last-child{
	
	margin-bottom:0px;
}


/*.playlist_ul>li.playing{*/
.playlist_flex.playing ,
.playlist_flex.playing p {
	
	background: #390277;
	color:#FFF;
	
}



.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:12pt;
	
}

.playlist_flex_2>div p{
	margin:0;
	padding:10px 0 0 0 ;
	color:#000;
	font-weight:bolder;
	
}





.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{
	
	margin-bottom:10px;
	
	
}
.video_title_container{
	
	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%;
	

	border:0px solid brown;
	
	
}

.video_title_container>div:nth-child(1){
	
	width:auto;
	
	border:0px solid orange;
	
}

.video_title_container>div:nth-child(2){
	
	width:80%;
	
	border:0px solid orange;
	
}

.video_title_container>div:nth-child(2)>div{
	padding-left:5px;
	
}

.video_title_container>div:nth-child(3){
	
	width:10%;
	border:0px solid orange;
	
}

.video_title_container>div:nth-child(1) img{
	width:45px;
	margin-right:5px;
	
}
.video_title_container>div:nth-child(3) img{
	
	width:100%;
	display:block;
	
	
	
}



.draft_container img{
	width:22px;
	vertical-align:bottom;
	
}


.draft_container a,
.draft_container a[href]{
	margin-right:15px;
	color:blue;
	
}

.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;
	
	
}



@media (max-width: 1024px) {

	.vote_to_me{
		position:relative;
		top:0;
		right:0;
		
		float:right;
		margin:0 10px 0px 10px;
		
	}
	
	.video_title_container>div:nth-child(1){
	
		width:10%;
		padding:0;

	}

	.video_title_container>div:nth-child(2){
		
		width:90%;
		
	}
	
	
	.video_title_container>div:nth-child(3){
		
		width:20%;
		border:0px solid green;
		margin-left: auto;
		
	}
	

		
	
	.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:16pt;
	}


	.items_flex_item1{
		margin-top:0px;
		font-size:16pt;
		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%;
		
	}
	
	
	
	
	.video_title_container h2{
		font-size:14pt;
		
	}

	
	
}
	
	


/* iPad   landscape */
@media all 
and (width: 1024px) 
and (height: 768px) 
and (orientation:landscape)
{
		
		.video_title_container>div:nth-child(3){
		
		width:10%;
		border:0px solid green;
		margin-left: auto;
		
	}


}



/* iPad  portrait */
@media all 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait)
{
		.video_title_container>div:nth-child(3){
		
		width:10%;
		border:0px solid green;
		margin-left: auto;
		
	}	
	

}


/* iPad Pro   landscape */
@media all 
and (width: 1366px) 
and (height: 1024px) 
and (orientation:landscape)
{
	

	.video_title_container>div:nth-child(3){
		
		width:10%;
		border:0px solid green;
		margin-left: auto;
		
	}
	


}


/* iPad Pro   landscape */
@media all 
and (width: 1024px) 
and (height:1366px ) 
and (orientation:portrait)
{
	
	.video_title_container>div:nth-child(3){
		
		width:10%;
		border:0px solid green;
		margin-left: auto;
		
	}
	


}