* {
	box-sizing: border-box;
	border-collapse: collapse;
}

body {
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: "roboto_medium";
	margin: 0;
} 

@font-face {
	font-family: "roboto_medium";
	src: url(../../../font/roboto/Roboto-Medium.ttf);
}

/*
.bgr {
	background-image: url(../../img/bgr/bgr.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
}*/

.bgr_modal {
	background-color: #d23b06;
	width: 51%;
	height: 100%;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: calc(50% - 51% / 2);
	opacity: 0.5;
}

.short_list1, .quarter_final {				
	width: 100%;
	padding-top: 10px;
	position: fixed;
	left: 0;
	overflow: auto;
	z-index: 10;
}

.group_container {
	overflow-x: auto;
	flex-direction: column;
	align-items: center;
	position: absolute;
	z-index: 10;
	width: 100%;
	display: table;
	min-height: 270px;
	background-color: transparent !important;  
	margin-top: -15px;
}

.tr {
	display: table-row;
}

.group {
	min-height: 218px;
	position: relative;
	display: table;
	margin: auto !important;
	margin-top: 0 !important;
	max-width: 85%;
	min-width: 85%;
}

.member_view_group {
	min-height: 218px;
	position: relative;
	display: table;
	margin: auto !important;
	margin-top: 0 !important;
	max-width: 90%;
	min-width: 90%;
}

.group_scrollbar {
	min-width: 250px;
	max-width: 250px;
	min-height: 160px;
	max-height: 160px;
	scrollbar-width: none;
}

.group h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.name_group1 {
	position: relative;
	width: 100%;
	width: 100%;
	float: left;
	margin: 1px;
	/* margin-top: 16px; */
	padding-bottom: 22px;
	/*color: #0a0200;*/
	font-size: 30px;
	text-align: center;
}

.quarter_final {
}

.player {
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	min-width: 143px;
	max-width: 200px;
	background-color: #00ddfa;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 16px;
	text-align: center;
	float: left;
	color: #3a350c;
}

.group .player {
	display: block;
	background-color: #e7ed1c;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0;
	min-width: 250px;
	max-width: 250px;
	margin: 0;
	margin-bottom: 5px;
	display: flex;
	color: #3a350c;
}

.img_head {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(../../img/head/PlayerImage.png);
	background-size: 100% 100%;
}

.return_btn {
	position: fixed;
	top: calc(((100% - 200px) / 2) + 200px / 2 + 50px / 4);
	cursor: pointer;
	left: 25px;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	background-image: url("../img/back_arrow100.png");
}

.next_btn {
	position: fixed;
	top: calc(((100% - 200px) / 2) + 200px / 2 + 50px / 4);
	cursor: pointer;
	right: 25px;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	background-image: url("../img/next_arrow.png");
}

.point_container {
	display: flex;
	width: calc(100% - 250px - 15px);
	height: 38px;
	margin-left: 15px;
	align-items: center;
	float: left;
}

.point {
	width: calc(100% / 8);
	color: #fff;
	text-align: center;
}

#played:after {
	content: "ST";
}

#win:after {
	content: "Thắng";
}

#lost:after {
	content: "Thua";
}

#draw:after {
	content: "Hòa";
}

#point:after {
	content: "Điểm";
}

#against:after {
	content: "GB";
}

#for:after {
	content: "GT";
}

#difference:after {
	content: "HS";
}

#name:after {
	content: "Name";
}

#email:after {
	content: "Email";
}

#phone:after {
	content: "Phone";
}

#note:after {
	content: "Note";
}

.player_point_container {
	display: flex;
	min-width: 250px;
	max-width: 250px;
	margin-left: 275px;
	justify-content: center;
	float: left;
	flex-direction: column;
}

.tr {
	display: table-row;
	min-height: 200px;
	max-height: 200px;
	border-bottom: 5px solid rgba(63,81,15,0.5);
}

.td {  
	/*color: #0a0200;*/
}

.td, .td2 {
	display: table-cell;
	font-size: 15px;
}

.td2 {
	background-color: rgba(254,253,101,0.9);
	/*color: rgb(29, 81, 7);*/
	padding-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.avatar {
	background-image: url(../img/profile/PlayerImage.png);
	background-size: 100% 100%;
	min-width: calc(150px / 5);
	max-width: calc(150px / 5);
	min-height: calc(200px / 5);
	max-height: calc(200px / 5);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: calc(10px * 4 / 3);
    padding-bottom: calc(10px * 4 / 3);
}

.return_btn, .next_btn {
	position: fixed;
	top: calc((100% - 200px) / 2 + 200px / 2);
	cursor: pointer;	
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	z-index: 11;
}

.return_btn {
	left: 20px;
	background-image: url("../../img/icon/back2-100.png");
}

.next_btn {
	right: 20px;
	background-image: url("../../img/icon/forward2-100.png");
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.td .tooltiptext {
    width: 120px;
    background-color: #0a0200;
    opacity: 0.5;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute !important;
    top: -28px;
	display: none;
    z-index: 1;
	right: 0;
}

.td:hover .tooltiptext {
  visibility: visible;
}

.tr input:disabled {
	border: 0;
	background-color: transparent;
	color: rgb(29, 81, 7);
	font-size: 15px;
	font-family: "roboto_medium";
}

.group_m_his {
	max-width: 90%;
	min-width: 90%;
}

@media screen and (max-width: 800px) {
	.return_btn {
		left: -5px;
	}
	
	.next_btn {
		right: -5px;
	}
}

@media screen and (max-width: 926px) {
	.group {
		min-width: 87%;
		max-width: 87%;
		margin-top: 0 !important;
	}
	
	.member_view_group {
		min-width: 96%;
		max-width: 96%;
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 428px) {
	.group {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;  
	}
	
	.member_view_group {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;  
	}
	
	.td, .td2 {
		max-width: 15px;
	}
	
	.group {
		min-width: 80%;
		max-width: 80%;
		margin-top: 0 !important;
	}
}