@CHARSET "UTF-8";

.main{
	margin-top: 44px;
}

.heading{
	font-weight: bold;
}

.more_text{
	text-align: center;
}

.loadingIndicator{
	height:auto;
}
 
/*	centered text to the middle of a <hr/> */ 
.divider {
    width:500px;
    text-align:center;
}

.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:40%;

}

.divider hr.left {
    float:left;
}

.divider hr.right {
    float:right;
}
    
    
/*	focus_news */
#focus_news{
	margin: 0;
    padding: 0;
}

.newsList {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}


.newsWrap{
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	display: block;
	padding: 0px 0 0px 0;
}

.newsWrap:not(:last-child){
	border-bottom: #E3E3E3 1px solid;
}

.newsWrap.focusNews{
	padding: 15px 0 0px 0;
	border-bottom: none;
}

.newsWrap a{
	overflow: hidden;
	display: block;
	position: relative;
	min-height: 60px;
	padding: 10px 0px;
}

.newsWrap.focusNews a{
	/*border: 1px solid #FFFFFF;*/
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 60px;
}

.newsWrap.focusNews.noImg a{
	background-color: #FFFFFF;
}

ol .newsWrap a{
	padding-left:40px;
}

.newsWrap.focusNews.withImg .newsDecs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 8px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsWrap.focusNews.noImg .newsDecs{
	padding: 0 15px;
}

.newsDecs{
	text-align: left;
}

.noImg .newsDecs{
	padding: 16px 0px;
}


.newsWrap .readStatus{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #fd8524 transparent transparent transparent;
}

.newsWrap a:visited .readStatus{
	border-color: #CCCCCC transparent transparent transparent;
}

.newsWrap.focusNews .readStatus{
	display: none;
} 

.newsWrap .newsTitle{
	padding: 0 0 0 0;
	display: table-cell;
	vertical-align: middle;
	min-width: 100px;
	line-height: 20px;
}

.newsWrap.focusNews.noImg .newsTitle{
	line-height: 20px;
	height: 40px;
	font-size: 17px;
}

.newsWrap.focusNews.withImg .newsTitle{
	display: block;
	height: auto;
	width: 100%;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 0;
}

.newsWrap .newsTime{
    margin-top: 0px;
}

.newsWrap .newsTime > span{
	margin-left: 4px;
}

.newsWrap.focusNews.withImg .newsTime{
	color: #A0A0A0;
}

.newsWrap .newsImgWrap{
	float: left;
	width: 130px;
	height: 74px;
	margin: 0px 8px 0px -8px;
	overflow: hidden;
	position: relative;
	background-size: 100%, cover;
	background-position: top center;
  	background-repeat: no-repeat;
}

.newsWrap.focusNews .newsImgWrap{
	width: 100%;
	height: auto;
	min-height: 163px;
	margin: 0;
	background-size: 100%, cover;
	background-position: center top;
  	background-repeat: no-repeat;
  	
    
}

/*	video	*/

.playBttn {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}

.playBttn img {
	width:18px;
	height:18px;
}


#focus_news a.more_text{
	display: block;
	margin: 5px 15px 25px 15px;
	background-color: #f2f2f2;
	box-shadow: 0px 2px 0px #d9d9d9;
    border-radius: 5px;
	width: auto;
	line-height:46px;
}


/*	focus_matches */
#focus_matches{
	padding-top:10px;
}


.matches_headings{	
	margin: 15px 15px 0 15px;
	padding-bottom: 8px;
    border-bottom: 1px solid #b2b2b2;
}
    
    
/*	match_center */   
/*	league_table */
.grey_table{
	margin:30px 15px 15px 15px;
	padding:15px 15px 0 15px;
	background-color: #f2f2f2;
	box-shadow: 0px 2px 0px #d9d9d9;
}

.grey_table_topic{
    padding-bottom: 8px;
    position: relative;
}

.grey_table_topic .calicon {
    position: absolute;
    right: 0px;
    bottom: 6px;
}

.grey_table_topic .calicon img {
    width: 22px;
    height: 22px;
}

.grey_table .more_text{
	display: block;
	width: auto;
	line-height:42px;
	border-top: 1px solid #e7e7e7;
}

.grey_table_topic .select_list{
	position: absolute;
    right: 0px;
    bottom: 5px;
    height:30px;
    line-height:30px;
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
}

.grey_table .standing{
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
}

.grey_table .standing .standingHeader{
	display: table-row;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    border-top: 1px solid #999;
}

.grey_table .standing .standingHeader div,
.grey_table .standing .contentListWrap .row div{
	display: table-cell;
}

.grey_table .standing .contentListWrap{
	display: table-row-group;
}

.grey_table .standing .contentListWrap{
	display: table-row-group;
}

.grey_table .standing .contentListWrap .row {
    display: table-row;
    height:41px;
    line-height: 41px;
    text-align: center;
}

.grey_table .standing .contentListWrap .row .rank{
	padding-right: 5px;
}

.grey_table .standing .contentListWrap .row:not(:last-child){
	/*border-bottom: 1px solid #f4f4f4;*/
	border-bottom: 1px dotted #999999;
}


/*	player_score */
#player_score{
	margin-bottom:50px;
}

/*	league_table */
 .standingHeader .name {
	position: absolute;
    left: 30px;
}

 .contentListWrap .name {
    text-align: left;
    vertical-align: middle;
}

 .contentListWrap .name img {
    width: 30px;
    vertical-align: middle;
    margin-right: 0.3rem;
    position: relative;
    bottom: 2px;
}

/* match_center */
#match_center .matchList{
    border-top: 1px solid #a9a9a9;
    padding: 0px 0px 25px 0px; 
}

#match_center .leagueName{
	font-weight: bold;
}

#match_center .leagueName{
	padding-top:15px;
}

#match_center .match+.match{
	border-top: 1px dotted #999999;
}

#match_center .match{
	padding: 7px 0 7px 0;
}

#match_center .time{
	display: inline-table;
	padding-right:25px;
}


#match_center .eventDesc{
	display: inline-table;
	line-height: 20px;
}

#match_center .eventDesc .channel img{
    position: relative;
   	width: 12px;
    height: 11px;
    padding-right: 5px;
    
}


/*	match_detail	*/

.match_detail_list{
	padding:0 15px 0 15px;
}

.match_detail #general_details_div {
    border-bottom: 1px dotted #b1b1b1;
}

#match_detail_info {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: table;
    width: 100%;
}

.match_detail #general_details{
	padding: 10px 0 0 0;
}

.match_detail #general_details .headings{
	font-weight: bold;
}

.match_detail #general_details .livechannel{
	float: right;
	vertical-align: middle;
    line-height: 24px;
}

.match_detail #general_details .livechannel img{
	position: relative;
	width: 12px;
    height: 11px;
    padding-right: 5px;
}


#match_detail_info .home, #match_detail_info .away {
    width: 33.3%;
    text-align: center;
}

#match_detail_info .home, #match_detail_info .detail, #match_detail_info .away {
    display: table-cell;
    vertical-align: top;
}

#match_detail_info .detail {
    padding: 0rem;
    text-align: center;
    width: 33.3%;
}
#match_detail_info .home, #match_detail_info .detail, #match_detail_info .away {
    display: table-cell;
    vertical-align: top;
}

.extraStatusWrap {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#match_detail_info .detail .FTResult {
	line-height: 100%;
}

#match_detail_info .detail .status {
	padding-top: 4px;
    background-image: url(/revamp/images/mobile/icon_clock.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    padding-left: 60px;
    display: block;
    color: #818181;
    text-align: center;
    vertical-align: bottom;
    height: 20px;
    position: relative;
    left: -50px;
    width:100%;
    top: 5px;
}


#match_detail_info .statusWrap{
	
}


.logo, .FTResult{
	/*padding-bottom:10px;*/
}

.extraStatusWrap .extra_time_result, .extraStatusWrap .two_rounds_result, .extraStatusWrap .pk_result {
    background-color: #f4f4f4;
    width: auto;
    font-size: 0.7rem;
    font-weight: bold;
    margin-right: 8px;
    display: inline;
    padding: 6px;
}

#Cell_1st{
	margin-top: 10px;
	margin-left: -15px;
    padding-bottom: 10px;
    border-bottom: #E3E3E3 1px solid;
}


@media screen and (max-width: 321px) {
	#match_center .time{
		padding-right:10px;
	}
}