.box_tour {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.touraments {
	float: left;
	width: 100%;
	background: #111;
	padding: 0;
	box-sizing: border-box;
}
.box_tabtour {
	width: 100%;
	float: left;
}
ul.tabs_tour {
	float: left;
	width: 100%;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
ul.tabs_tour li {
	float: left;
	margin: 0;
	padding: 0 !important;
	flex-basis: 0;
	flex-grow: 1;
}
ul.tabs_tour li:last-child {
	margin: 0;
}
ul.tabs_tour li a {
	font-weight: 700;
	display: block;
	padding: 20px 5px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid #333;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.tabs_tour li.active a {
	color: #fff;
	text-decoration: none;
	background: #333;
	border-bottom: 2px solid #49b4ea;
}
ul.tabs_tour li a:hover {
	background-color: #333;
	color: #fff;
}
.tabletour {
	width: 100%;
	font-size: 13px;
}
table.tabletour thead th {
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 10px 15px;
	background: #333;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80px;
}
.tabletour td {
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
}
.tour_detail {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.status_tour {
	width: 40px;
}
.ic_status_tour {
	width: 26px;
	margin: auto;
}
.ic_status_tour img {
	width: 100%;
}
.balance_tour {
	width: 100%;
	float: left;
	background: #111;
	margin-bottom: 10px;
}
.withdraw_tour {
	width: 100%;
	float: left;
	background: #111;
	margin-bottom: 10px;
	box-sizing:border-box;
}

.withdraw_tour p{
	width:100%;
	text-align:center;
	padding-bottom:15px;
	font-size:14px;
}
.withdraw_tour input[type="text"]{
	width:100%;
	margin-bottom:10px;
	padding:9px 7px;
	height:auto;
	text-align:center;
	font-size:14px;
}
.tour_details_general {
	float: left;
	width: 100%;
	background-color: #111;
	color: #fff;
}
.tour_details_general h3 {
	text-align: center;
	padding: 0 15px;
	line-height: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin-bottom: 000;
	background: #333;
	float: left;
	width: 100%;
}
.btn_close {
	display: none;
	float: right;
	width: 50px;
	height: 40px;
	color: #fff;
	background: #444;
}
.btn_close:hover {
	color: #0199ed;
}
.btn_close i {
	font-size: 20px;
	line-height: 40px;
}
.banner_game {
	float: left;
	width: 100%;
	padding: 0;
}
.banner_game img {
	width: 100%;
}
.table_tour_details {
	width: 100%;
	margin: 8px 0;
}
.table_tour_details td, .table_tour_details th {
	padding: 8px 15px;
	vertical-align: middle;
}
.table_tour_details thead th {
	padding: 8px 15px;
	vertical-align: middle;
}
.table_tour_details tbody th[scope=row]+td {
	text-align: right;
}
.tour_details_advanced {
	float: left;
	width: 100%;
	background-color: #000;
}
ul.tabs_tour_advanced {
	float: left;
	width: 100%;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0 !important;
	list-style: none;
}
ul.tabs_tour_advanced li {
	float: left;
	margin: 0;
	padding: 0 !important;
	flex-basis: 0;
	flex-grow: 1;
}
ul.tabs_tour_advanced li:last-child {
	margin: 0;
}
ul.tabs_tour_advanced li a {
	font-weight: 700;
	display: block;
	padding: 7px 5px;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
ul.tabs_tour_advanced li.active a {
	color: #fff;
	text-decoration: none;
	background: #333;
	border-bottom: 1px solid #49b4ea;
}
ul.tabs_tour_advanced li a:hover {
	background-color: #333;
	color: #fff;
}
.table_fixed {
	min-width: 100%;
	table-layout: fixed;
}
.table_fixed tr {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.table_fixed td, .table_fixed th {
	flex: 1 1 0;
}
.table_fixed tbody {
	display: block;
	width: 100%;
	overflow: auto;
}
.table_fixed tbody tr {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.table_prize {
	margin: 0;
}
.table_prize tbody {
	max-height: 200px;
}
.table_prize thead th {
	background: #333;
	font-weight: normal;
}
td.money, th.money {
	text-align: right;
	white-space: nowrap;
}
td.winners, th.winners {
	text-align: left;
	white-space: nowrap;
}
.tour_details_rank {
	background: #111;
	color: #fff;
	font-weight: 700;
	width: 100%;
	float: left;
	padding: 10px 15px;
}
.tournaments_note {
	float: left;
	width: 100%;
	padding: 10px 15px;
	font-size: 12px;
}
.tournament_action {
	float: left;
	width: 100%;
	padding: 0;
}
.tournament_action a {
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
}
.pad15 {
	padding: 15px !important;
}
.padtop0 {
	padding-top: 0 !important;
}
.color_text {
	color: #49b4ea;
	font-size: 14px;
}
.btn_tour_register {
	color: #fff;
	background: url(../images/btn1.jpg);
	background-size: 100% 100%;
	border: 1px solid #2f96a3;
}
.btn_tour_register:hover {
	background-size: 100% 200%;
}
.btn_cashier {
	color: #fff;
	background: #1284bc;
	border: 1px solid #2f96a3;
}
.btn_cashier:hover {
	background: #1e9cd9;
}
.btn_tour_comingsoon {
	color: #fff;
	background: #1284bc;
	border: 1px solid #2f96a3;
}
.btn_tour_comingsoon:hover {
	background: #1e9cd9;
}
ul.ex_ic_status {
	width: 100%;
	float: left;
	text-align: center;
	margin: 15px 0;
	background: #111;
	list-style: none;
	padding: 5px
}
ul.ex_ic_status li {
	display: inline-block;
	line-height: 26px;
	text-transform: capitalize;
	padding: 10px 10px
}
ul.ex_ic_status li img {
	float: left;
	width: 26px;
	margin-right: 5px;
}
.fright_m {
	float: right;
}
.box_inform_tour {
	max-width: 400px;
}
.inform_tour {
	width: 100%;
	float: left;
	text-align: center;
}
.inform_tour h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.inform_tour p {
	width: 100%;
	float: left;
	padding: 0;
}
.box_balance {
	width: 100%;
	float: left;
}
.box_ipn_nick {
	width: 100%;
	float: left;
}
.ipn_nick {
	display: inline-block;
	margin: auto;
}
.ipn_nick .name {
	font-size: 13px;
	float: left;
	height: 32px;
	line-height: 30px;
	background: #2c2c2c;
	padding: 0 8px;
	border: 1px solid #333;
	border-radius: 3px 0 0 3px;
	text-transform: capitalize;
	color: #ddd;
}
.ipn_nick input[type="text"], .ipn_nick input[type="number"] {
	text-align: right;
	font-weight: 700;
	border: 1px solid #ddd;
	border-radius: 0 3px 3px 0;
	outline: none;
	padding: 0 8px;
	display: block;
	height: 32px;
	font-size: 20px;
	letter-spacing: 2px;
	width: 200px;
	float: left;
}
.box_balance input[type="checkbox"], .box_balance input[type="radio"]{
	display:block;
}
.box_btn_ifm {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.btn_ifm a {
	display: inline-block;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	background: #1284bc;
	border: 1px solid #2f96a3;
	padding: 0 10px;
	min-width: 100px;
	margin: 0 5px
}
.inform_tour .box_balance {
	background: #2c2c2c;
	border: 1px solid #333;
	border-radius: 4px;
	margin: 15px 0;
}

.text_disable{
	opacity:0.5;
}

.countdown{
	font-size:13px;
}

.text_red{
	color:#ff0000;
}

.scrollable {
  overflow: auto;
}

.tour_register{
	display:inline-block;
	background:#468847;
	color:#fff;
	text-transform:capitalize;
	padding:3px 7px;
	border-radius:3px;
}

.tour_register:hover{
	background:#529d53;
}

.tour_opengame{
	display:inline-block;
	background:#1284bc;
	color:#fff;
	text-transform:capitalize;
	padding:3px 7px;
	border-radius:3px;
}

.tour_opengame:hover{
	background:#1e9cd9;
}

@media screen and (max-width: 905px) {
/*TOUR DETAIL MOBILE*/
.fright_m {
	float: none;
}
.tour_details_general h3 {
	padding: 0;
}
.tour_details_general h3 span {
	float: left;
	padding-left: 15px;
}
.btn_close {
	display: inline-block;
}
.banner_game {
	display: none;
}
.lockscroll {
	overflow: hidden;
}
.tour_detail {
	position: absolute !important;
	top: 0;
	left: -1px;
}
 .tour_detail_box::-webkit-scrollbar {
width: 0 !important
}
.tour_detail_box {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.tour_detail_box {
	position: fixed;
	top: 0;
	width: 300px;
	margin-left: -480px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100!important;
	;
	-webkit-overflow-scrolling: touch;
	background-color: #3b3b3b;
	max-height: 100%;
	min-height: 100%;
	height: 100%;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px#555;
	box-shadow: 0 0 5px #555;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.tour_detail_box-active {
	position: fixed;
	top: 0px;
	margin-left: 0;
	max-height: 100%;
	height: 100%;
	min-height: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu-background {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,0.4);
}
.tournament_action {
	padding: 0 15px;
}
.withdraw_tour .tournament_action {
	padding: 0 ;
}

.tabletour td, 
table.tabletour thead th{
	padding:10px;
}
/*END*/


}
