#NN:after {
	content: 'Player';
}

#point:after {
	content: 'Points';
}

#NS:after {
	content: 'Ng�y Sinh';
}

#NV:after {
	content: 'Ng�y V�o CLB';
}

@media screen and (max-width: 550px) {
	
}

@font-face {
  font-family: Roboto-light;
  src: url(../../font/roboto/Roboto-Regular.ttf);
}


body {
	font-family: Roboto-light;
}

.heading {
	display: table-cell;
	text-align: center;
	color: #000 !important;		
	background-color: #f8f8f8;
	padding: 10px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
}

.name {
	
}

.tb_border {
	border-bottom: 1px solid #ececec;
}

.td {
	display: table-cell;
	font-size: 14px;
	height: 20px;
	vertical-align: middle;
}

.flag {
	width: 20px;
    height: calc(20px * 4/3);
	margin-right: 5px;
	vertical-align: middle;
	float: left;
	background-image: url("../img/player/PlayerImage.png");
	background-size: cover;
	background-position: center center;
	margin-top: 4px;
}

.player {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 18px;
}

.form {
	position: absolute;
	width: 310px;
	height: 240px;
	top: calc(50% - 375px / 2);
	left: calc(50% - 310px / 2);
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 15px;
	display: none;
	z-index: 2;
}

.createBtn {
  background-color: #28a745;
  color: #f6f6f6;
  border: none;
  width: calc(278px * 0.8);
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 10%;
  cursor: pointer;
}

.input_caption {
  width: 80%;
  margin: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 13px;
  color: #0b0b0b;
}

#name, #password {
	width: 80%;
	margin: 10%;
	margin-bottom: 0;
	margin-top: 0;
}

.new_close_btn {
	background-image: url(../../img/icon/cancel_black100.png);
	background-size: cover;
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.player_modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	; font-family: Roboto-light;
}

.player_modal-content {
	position: absolute;
	top: 10px; 
	right: 10px; 
	bottom: 10px; 
	left: 10px;
	background-color: #fff;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.playerInfo {
	background-image: url("../img/banner/serbia_banner.jpg");
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.first_name {
	color: #fff;
	font-size: 32px;
	padding: 16px;
	padding-bottom: 0px;
}

.last_name {
	font-size: 71px;
	color: #fff;
	padding: 16px;
	padding-top: 0px;
}

.icon_audio {
	padding: 16px;
	padding-top: 0px;
	margin-left: 11px;
}

.text_rotate {
	transform: rotate(-90deg);
	width: 10%;
	color: #fff;
	font-size: 29px;
	float: left;
	display: grid;
}

.tour {
	font-size: 14px;
	display: block;
}

.rank {
	margin-left: -40px;
	margin-top: -17px;
	font-weight: bold;
	font-size: 122px !important;
	width: 10%;
	float: left;
	color: #fff;
}


.tbl {
	width: 100%;
	position: fixed;
	bottom: 10px;
	z-index: 10;
}

.tblr {
	height: 50%;
}

.tbld {
	color: #fff;
	padding: 16px;
	background-color: rgba(44, 48, 49, 0.43);
	width: 25%;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}


.font_large {
	font-size: 46px;
	margin-left: 5px;
}

.td_content {
	float: left; 
	width:75%;
}

.player_img {
	float: right; 
	width: 30%;
	position: fixed;
	right: 10px;
	bottom: 0px;
	height: 100%;
}

.player_main_img {
	height: 100%;
}

.container {
	background: url(../img/bgr/bg-gradient-dash.png) left top no-repeat;
	background-size: 65% 100%;
	height: 100%;
	width: 100%;
}

.bgr_dash {
	background: url(../img/bgr/bg-gradient-dash.png) left top no-repeat;
	width: 100%;
	height: 75%;
	z-index: -1;
	position: fixed;
	top: 10px;
}

.data_lable {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: right;
	padding-right: 8px;
	color: #fff;
	opacity: .5;
}

.data_value {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.wrap {
	display: table;
	width: 25%;
	float: left;
	z-index: 10;
	min-height: 24%;
	height: 50%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info_container {
	position: fixed;
	bottom: 10px;
	z-index: 10;
	height: 20%;
	background-color: rgba(44,48,49,.2);
	width: 98.2%;
}



@media screen and (max-width: 1200px) {
	.rank {
		margin-top: -19px;
		margin-left: -30px;
		
	}
	
	.text_rotate {
		margin-top: 15px;
		margin-left: 0px;
	}
	
	.player_img {
		right: 100px;
		bottom: 10px;
	}
	
	.coach_lable {
		width: 30%;
	}
	
	.coach_value {
		width: 70%;
	}
	
	.play_lable {
		width: 30%;
	}
	
	.play_value {
		width: 70%;
	}
	
	.info_container {
		background-color: rgba(44,48,49,.9);
		height: 23%;
		
	}
}

@media screen and (max-width: 1000px) {
	.text_rotate {
		margin-top: 30px;
		margin-left: 0px;
	}
	
	.rank {
		margin-top: -18px;
		margin-left: -15px;
		
	}
	
	.player_img {
		right: 310px;
	}
	
	.info_container {
		width: 97.63%;
	}
}

@media screen and (max-width: 800px) {
	.player_img {
		right: 30px;
	}
	
	.first_name {
		padding-top: 10px;
		padding-left: 5px;
		font-size: 25px;
	}
	
	.last_name {
		font-size: 40px;
		padding-left: 5px;
	}
	
	.container_text_rotate {
		margin-left: 40px;
		margin-top: -59px;
	}
	
	.text_rotate {
		font-size: 20px;
	}
	
	.rank {
		font-size: 100px !important;
		margin-left: 1px;
		margin-top: -12px;
	}
	
	.icon_audio {
		margin-left: 0px;
	}
	
	.font_large {
		font-size: 25px;
	}
	
	.info_container {
		bottom: 0px;
		height: 40%;
		background-color: rgba(44,48,49,.9);
		width: 97.25%;
	}
	
	.coach_lable {
		width: 20%;
	}
	
	.coach_value {
		width: 80%;
		font-size: 14px;
	}
	
	.play_lable {
		width: 40%;
		text-align: right;
	}
	
	.play_value {
		width: 100%;
		font-size: 14px;
	}
}

/*cho iphone x xoay doc*/
@media screen and (max-width: 600px) {
	.rank {
		margin-left: 5px;
		margin-top: -22px;
		margin-bottom: 15px;
	}
	
	.text_rotate {
		margin-top: 50px;
		margin-left: 15px;
	}
	
	.tbld {
		display:table-cell;
		color: #fff;
		padding: 0px;
		background-color: rgba(44, 48, 49, 0.43);
		width: 15%;
		border: 1px solid rgba(255, 255, 255, 0.25);
	}
	
	.font_large {
		font-size: 30px;
		margin-left: 5px;
	}
	.tblr {
		display: table-row;
		height: 40%;
	}
	
	.content2 {
		font-size: 15px;
	}
	
	.player_img {
		position: fixed;
		right: 120px;
		bottom: 220px;
		height: 60%;
	}
	
	.player_main_img {
		width: 250px;
	 }

	.tbld {
		width: 50%;
	} 
	
	.last_name {
		font-size: 50px;
	}
	
	.wrap {
		width: 50%;
		background-color: rgba(44,48,49,.7);
	}
	
	.mobile {
		width: 100%;
		background-color: rgba(44,48,49,.9);
	}
	
	.info_container {
		bottom: 170px;
		height: 18%;
		background-color: rgba(44,48,49,.7);
		width: 94.78%;
	}
	
	.responsive_data_lable {
		text-align: left;
		padding-left: 10px;
	} 
	
	.data_value {
		text-align: right;
		padding-right: 10px;
	}
	
	.container {
		background-size: 65% 65%;
	}
}