@CHARSET "UTF-8";


body{
	/*background-color: #e6e0ff;*/
	
}

.Nominations_icon{
	width:45px;
	vertical-align:middle;
	
	margin-top:-4px;
	margin-left:6px;
	
	
}



.flex_a_container{
	width:70%;
	margin:0 auto;	
	margin-top:35px;

}


.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: column;
	
	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;
	
	
	
}   


.items_flex_item1{
	width:100%;
	
	
	font-size: 30px;
	font-weight:normal;
	height:85px;
	line-height:85px;
	border-left:2px solid #390277;
	letter-spacing:4px;
	
	color: #390277;
}  

.items_flex_item1>div,
.items_flex_item2>div{
	
	padding-left:30px;
}






.desc_container{
	color:#390277;
	
	
}

.desc_container p{
	
	line-height: 26px;
    font-size: 14pt;
    margin: 12.5px 0 12.5px 0;
}








.flex_a_container a[href]{
	
	text-decoration:none;
	color:inherit;
}

.list_container{
	margin-top:50px;
	
}

.list_title{
	color:#390277;
	
}

.list_container table{
	
	border-collapse:collapse;
	border:1px solid #cfc2ff;
	table-layout:fixed;
	width:75%;
	
	font-size:12pt;
	color:#390277;
}

.list_container table>tbody>tr>td,
.list_container table>tbody>tr>th{
	
	
	border:1px solid #cfc2ff;
	text-align:center;
	
}


.list_container table>tbody>tr>th{
	
	padding:17px;
	background:#cfc2ff;
	
	position:relative;
	
}


.list_container table>tbody>tr>td{
	
	font-weight:bolder;
	padding:12px;
	background:#FFF;
}



.main_table .Nominations_icon{
	position:absolute;
	width:45px;
	
	top:10px;
	left:0px;
	
	
	
}







@media (max-width: 1024px) {
	
	.list_container table{
		
		width:90%;
		
	}
	/*
	.draft_modal{
	
		border: 2px solid #d8d0fa;
		background: #d8d0fa;
		
		
		height:70%;
		max-height:70%;
		width:86%;
		
		position:fixed;
		top:15%;
		left:7%;
		
		
		z-index:2000;
		
	}
		*/
	
	
	
	
	
	
	
	
	
	
	/********search*******/
		
	.search_pro_container{
		position:relative;
		width:100%;
		top:0;
		left:0;
		bottom:0;
		right:0;
		padding:0;
		background:#C5B7EA;
		
		
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;

	/*
	border-left:1px solid #9A95AB;
	border-bottom:1px solid #9A95AB;http://192.168.16.201/music/
	border-right:1px solid #9A95AB;*/

	}

	.search_pro_container ul{
		
		margin:0;
		padding:0;
		list-style-type:none;
		
	}

	.search_pro_container ul>li{
		
		padding:10px 0px 10px 0px;
		/*margin:5px 0 5px 0;*/
		margin:0;
		
		text-align:center;
		font-size:12pt;
		cursor:pointer;
		
		border:0px solid yellow;
		
		position:relative;
		
		
	}

	.search_pro_sub_container{
		
		position:relative;
		top:0;
		left:0;
		bottom:0;
		right:0;
		border:0px solid red;
		background:#C5B7EA;
		
		
		-webkit-border-radius: 8px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 8px;
		-moz-border-radius-topleft: 0;
		border-radius: 8px;
		border-top-left-radius: 0;

	}

	.search_pro_sub_container ul{
	
		margin:15px 0 15px 0;
		
		
	}
	
	.search_pro_sub_container li{
		padding:10px 15px 10px 15px;
		/*margin:5px 0 5px 0;*/
		margin:0;
		
	}
	
	
	
	
	/********search*******/
	
	
	
	.new_arrival_flag{
	display:block;
	z-index:1000;
	width:15%;
	position:absolute;
	top:0;
	left:0;
			
	}

		
	
	.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 red;
		
	}  
		
	
	
	.player_container_outer{
	
		width:95%;
		margin:0 auto;
		margin-top:20px;
	
	}
	
	
	.flex_video>div:nth-child(1){
		width:100%;
		
	}


	.flex_video>div:nth-child(2){
		
		width:100%;
		background:#FFF;
		border:0px solid blue;
	}
	

	
	
	.flex_a{
		margin-bottom:30px;
		
	}
	
	.new_arrival_date{
	  
		color:#390277;
		font-size: 16pt;
		height:38px;
		line-height:38px;
		
		margin-bottom:0px;
		/*vertical-align:middle;
		font-weight:bolder;*/
		vertical-align:middle;
	}


	.new_arrival_stamp{
		display:inline-block;
		width:5px;
		height:38px;
		line-height:38px;
		
		vertical-align:middle;
		background:#390277;
		
		
		margin:0 4px 0 0;
		padding:0;
		
	}
	

	.by_first_name_sort{
		
		font-size: 12pt;
		
	}
	
	.flex_a_container{
	
		
		width:100%;
		
		
	}
	
	.items_flex_item2>div,
	.items_flex_item1>div,
	.item_title_flex>div{
		width:100%;
		padding-left:0px;
	}
	
	.items_flex_item2>div,
	.items_flex_item1>div{
		padding-left:10px;
		
	}

	.items_flex_item1
	{
		
		font-size: 20px;
		font-weight:normal;
		border-left:2px solid #390277;
		
		line-height:27px;
		
	}   
	
	.items_flex_item2
	{
		
		font-size: 16px;
	
	}   
	
	
	.items_flex_item1 span{
		
		
		font-weight: bold;	
		margin-right:0;
		
		
	}   
	
	
	
	
	.flex_b>div{
		width:100%;
		margin-bottom:20px;
	}
	
		
}



/* 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)
{
	

	


}