/* icon */
span.icon{
	padding:2px 3px 4px 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:11px;text-align:center; 
}

span.icon.even,span.icon.odd,
span.icon.right,span.icon.left,
span.icon.large,span.icon.small,span.icon.midium,
span.icon.na,span.icon.me,span.icon.de,
span.icon.balance,
span.icon.under,span.icon.over,
span.icon.low,span.icon.high,
span.icon.black,span.icon.white,
span.icon.tie,
span.icon.sun,span.icon.moon{
	display:inline-block;
	width:11px;height:11px;
	margin:0 2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-weight:bold;line-height:11px;
}
span.icon.three,span.icon.four{
	display:inline-block;
	width:11px;height:11px;
	margin:0 2px;	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-weight:bold;
	font-size:11px;line-height:11px
}

span.icon.silver,span.icon.gold{
	display:inline-block;
	width:11px;height:11px;
	margin:0 2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-weight:bold;line-height:11px;
}

span.icon.angels,span.icon.demons{
	display:inline-block;
	width:11px;height:11px;
	margin:0 2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-weight:bold;line-height:11px;
}
 
span.icon.odd,span.icon.three,span.icon.na,span.icon.low{
	background:#0f6de1;border:2px solid #5b9aea;
}
span.icon.even,span.icon.four,span.icon.me,span.icon.high{
	background:#e42826;border:2px solid #fd7371;
}
span.icon.left{
	background:#333333;border:2px solid #5b9aea;
}
span.icon.right{
	background:#333333;border:2px solid #fd7371;
}
span.icon.balance,span.icon.midium,span.icon.de{
	background:#0d9c17;border:2px solid #58e028;
}
span.icon.under{
	background:#23cbd5;border:2px solid #69e4ec;
}
span.icon.over{
	background:#e1830f;border:2px solid #e9a957;
}
span.icon.large{
 	background:#e48a26;border:2px solid #fdbb71;
}
span.icon.small{
 	background:#4e0fe1;border:2px solid #875bea;
}
span.icon.black{
 	background:#000000;border:2px solid #fff;
}
span.icon.white{
 	background:#ffffff;border:2px solid #000;
 	color:#000;
}
span.icon.tie{
	background:#9f9234;border:2px solid #c1af30;
}
span.icon.sun{
	background:#3ed2d3;border:2px solid #67e6e7;
	color:#000;
}
span.icon.moon{
	background:#224344;border:2px solid #2d5b5c;
}

span.icon.silver{
	background:#E0E5E1;border:2px solid #67e6e7;
	color:#000;
}
span.icon.gold{
	background:#FCD40A;border:2px solid #2d5b5c;
	color:#000;
}

span.icon.angels{
	background:#00C3F9;border:2px solid #67e6e7;
	color:#000;
}
span.icon.demons{
	background:#F2005C;border:2px solid #2d5b5c;
}


span.icon.pb{
	width:28px;
	-webkit-border-radius:10%;-moz-border-radius:10%;-o-border-radius:10%;border-radius:10%;
}


p.league{
	display: flex;
	align-items: center;
	justify-content:space-between; 
	overflow:hidden;
	padding: 5px 0 5px 10px;
	margin-top: 10px;
	background: #292929;
	background: -moz-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #292929), color-stop(72%, #212121), color-stop(100%, #212121));
	background: -webkit-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -o-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -ms-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: linear-gradient(to bottom, #292929 0%, #212121 72%, #212121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#212121', GradientType=0 );	
	border: 1px solid #000;
	border-radius: 5px;
	color: #999;
	font-weight: 400;
}
p.league a{
	margin:0 0 0 4px;padding:0 0 0 16px;
	color:#ff0000;font-size:11px;
}
p.league button{
	float:right;
	margin:4px 4px 0 0;
}

.game .result.mini{
	width:65%;
	padding-left:10px;
	text-align:left;
}

.container-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

div.game_cart{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:99.9%;
	margin:10px auto;
	border-top-color:#666;
	-webkit-border-radius:0px 8px 0px 0px;
	-moz-border-radius:0px 8px 0px 0px;
	-o-border-radius:0px 8px 0px 0px;
	border-radius:0px 8px 0px 0px;	
}
div.game_cart h3{
	overflow:hidden;
	height:43px;line-height:43px;
	margin-bottom:10px;
	background:#41331c;
	font-size:14px;text-align:left;
	color:#fff;
}
div.game_cart i{
	margin:0 4px 0 6px;
}
div.game_cart h3 b{
	color:#ffdd00;	
}

div.game_cart dl{
	overflow:hidden;
	position:absolute;
	top:13px;left:100px;
	color:#fff;
}
div.game_cart dt,div.game_cart dd{
	display:inline;
	float:left;
	overflow:hidden;
	font-size:13px
}
div.game_cart dd{
	margin:0 10px 0 4px;
	color:#ffdd00
}

div.game_cart ul{
	overflow:hidden;
	width:993px;
	margin:10px 0 5px 10px
}
div.game_cart li{
	margin-bottom:8px
}

div.game_cart li p{
	display:inline;
	float:left;
	overflow:hidden;
	width:478px;
	padding:8px 6px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #030303), color-stop(1, #1f1f1f)) !important;
	background:-moz-linear-gradient(top, #030303 5%, #1f1f1f 100%) !important;
	background:-webkit-linear-gradient(top, #030303 5%, #1f1f1f 100%) !important;
	background:-o-linear-gradient(top, #030303 5%, #1f1f1f 100%) !important;
	background:-ms-linear-gradient(top, #030303 5%, #1f1f1f 100%) !important;
	background:linear-gradient(to bottom, #030303 5%, #1f1f1f 100%) !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-size:14px
}
div.game_cart li p input{
	width:85%;
	float:right;
	border:none;background:none;
	text-align:right;font-weight:bold;
	color:#989898;
}
div.game_cart p.bet_money{
	margin-right:4px;
	border:2px solid #4b4b4b;
	color:#989898;
}
div.game_cart p.win_money{
	border:2px solid #50649f;
	color:#90a5de;
}
div.game_cart p.win_money input{
	color:#90a5de;
}

div.game_cart p.input_money{
	float:right;
	border:2px solid #ad1718;
	color:#dd2b29;
}
div.game_cart p.input_money input{
	color:#dd2b29;	
}

div.game_cart button.style1,div.game_cart button.style2{
	width:163px;
	padding:10px 0;
	font-size:14px
}

div.game_cart div.no_game{
	position:absolute;
	top:0px;;left:0px;
	width:100%;height:100%;
	background:rgba(0,0,0,0.50);
	color:#fff;font-size:20px;text-align:center;
	line-height:180px
}

div.game_cart p.btn{
	position:absolute;
	top:53px;;right:10px;
}
div.game_cart p.btn button{
	width:176px;height:122px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5064a1), color-stop(1, #243c86)) !important;
	background:-moz-linear-gradient(top, #5064a1 5%, #243c86 100%) !important;
	background:-webkit-linear-gradient(top, #5064a1 5%, #243c86 100%) !important;
	background:-o-linear-gradient(top, #5064a1 5%, #243c86 100%) !important;
	background:-ms-linear-gradient(top, #5064a1 5%, #243c86 100%) !important;
	background:linear-gradient(to bottom, #5064a1 5%, #243c86 100%) !important;
	background-color:#5064a1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border:1px solid #7b99ef;
	color:#fff;font:20px 'nanumsquare','나눔스퀘어','nanumgothic','나눔고딕';
	font-weight:bold;
}

/* nineball */
div.type_nineball span.icon.odd{
	background:#0271b0 url(../img/ball.png) left top no-repeat;
	border:1px solid #068bd6;	
}
div.type_nineball span.icon.even{
	background:#da0f0c url(../img/ball.png) left top no-repeat;
	border:1px solid #ed0300;
}
div.type_nineball span.icon.left{
	width:86px;
	background:#0271b0 url(../img/ball.png) left top no-repeat;
	border:1px solid #068bd6;	
	border-radius:30px;
}
div.type_nineball span.icon.right{
	width:86px;
	background:#da0f0c url(../img/ball.png) left top no-repeat;
	border:1px solid #ed0300;
	border-radius:30px;
}
div.type_nineball span.icon.tie{
	width:86px;
	background:#9f9234 url(../img/ball.png) left top no-repeat;
	border:1px solid #c1af30;
	border-radius:30px;
}
div.type_ninebal span.icon.vs{
	background:#0271b0 url(../img/ball.png) left top no-repeat;
	border:1px solid #333
}

/* sun & mmon */
button.game span.icon.sun,
button.game span.icon.moon{
	border-radius:30px;
}

/* super mario */
button.game span.icon.silver,
button.game span.icon.gold{
	border-radius:30px;
}

/* angels & demons */
button.game span.icon.angels,
button.game span.icon.demons{
	border-radius:30px;
}

/* casino */

tbody .home i{
	float:left;
	margin-right:4px;padding:2px 6px 4px 6px;
	text-align:center;
	font-style:normal;font-size:12px;
}
tbody .away i{
	float:right;
	margin-left:4px;padding:4px;
	text-align:center;
	font-style:normal;font-size:14px;
}

td.home i.odd,
td.away i.odd{
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	background:#0f6de1 url("../img/ball.png") left top no-repeat;
}
td.away i.even,
td.home i.even{
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	background:#e42826 url("../img/ball.png") left top no-repeat;
}

td.home i.style1,
td.away i.style1{
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	background:#2314d0 url("../img/ball.png") left top no-repeat;
}

td.home i.style2,
td.away i.style2{
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	background:#00d8e4 url("../img/ball.png") left top no-repeat;
	color:#000 !important;text-shadow:0 0 3px #fff
}

td.home i.style3,
td.away i.style3{
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	background:#e1830f url("../img/ball.png") left top no-repeat;
	color:#000 !important;text-shadow:0 0 3px #fff
}


fieldset.bet{
	width:99.4%;
	overflow:hidden;
	margin: 10px auto 0;
	border: 2px solid #666;
	background:rgba(0,0,0,0.3);
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	text-align:center;
}
fieldset h4{
	overflow:hidden;
	width: 99%;
	height:28px;line-height:28px;
	margin: 8px auto 5px;
	border-radius: 25px;
	background: #222;
	text-align:center;
	font-size:14px;
	color: #ccc;
}

fieldset h4 span.cancel,
fieldset h4 span.lose {
	color:#666;font-size:12px
}
fieldset h4 span.win{
	color:#ffdd00;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 1s forwards;
	-moz-animation: fade 1s forwards;
	-o-animation: fade 1s forwards;
	animation: fade 1s forwards;
	animation-iteration-count:infinite;
	animation-fill-mode:backwards;		
}

fieldset.bet table.game{
	width: 99%;
	margin: 0 auto !important;
	border-radius: 0px
}
fieldset.bet table.game td.league {
	background: rgba(0,0,0,0.1) !important;
	padding-left: 5px;
}

fieldset.bet_win{
	width:99.6%;
	margin:5px auto 0;
	border:2px solid #ffdd00;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;	
}

p.bet.info{
	padding:5px 0 10px 0;
	text-align:right;
	color:#999;
}


#cart{
	display:block;
	width: 318px;
	overflow:hidden;
	padding: 0px;
}

#cart .container {
	position: relative;
	width: 99.5%;
	overflow: hidden;
	padding: 0px 0 20px 0;
	margin: 0px;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #666;
	border: 1px solid #000;
	background: #414040;
	background: -moz-linear-gradient(top, #414040 0%, #414040 1%, #212121 24%, #1d1d1d 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #414040), color-stop(1%, #414040), color-stop(24%, #212121), color-stop(100%, #1d1d1d));
	background: -webkit-linear-gradient(top, #414040 0%, #414040 1%, #212121 24%, #1d1d1d 100%);
	background: -o-linear-gradient(top, #414040 0%, #414040 1%, #212121 24%, #1d1d1d 100%);
	background: -ms-linear-gradient(top, #414040 0%, #414040 1%, #212121 24%, #1d1d1d 100%);
	background: linear-gradient(to bottom, #414040 0%, #414040 1%, #212121 24%, #1d1d1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414040', endColorstr='#1d1d1d', GradientType=0 );	

}
#cart .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 15px;
	overflow:hidden;
}
#cart .title h3{
	flex: 1 1 auto;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#cart .title h3 span {
	margin-left: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
#cart .fixed {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 200;
	color: #999;
}
#cart .fixed input{
	margin-right: 5px;
}

#cart .clock{
	overflow:hidden;
	padding: 15px 0 0px 0;
	text-align:center
}
#cart .clock div{
	position:relative;
	top:-15px;
	display:inline-block;
	margin-right:6px; padding:6px 0;
	color: #999;
}
#cart .clock ul{
	overflow:hidden;
	display:inline-block;
}
#cart .clock li{
	display:inline-block;
}
#cart .clock li#point{
	color: #999;
	font-size: 16px;
}
#cart .clock li#hours,
#cart .clock li#min,
#cart .clock li#sec{
	padding: 4px 12px;
	border-radius: 30%;
	border: 1px solid #191919;
	background: #3d3d3d;
	background: -moz-linear-gradient(top, #3d3d3d 0%, #181818 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #181818));
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #181818 100%);
	background: -o-linear-gradient(top, #3d3d3d 0%, #181818 100%);
	background: -ms-linear-gradient(top, #3d3d3d 0%, #181818 100%);
	background: linear-gradient(to bottom, #3d3d3d 0%, #181818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#181818', GradientType=0 );
	box-shadow: inset 0 0 3px #666;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

#cart .bet{
	width:90%;
	overflow:hidden;
}
#cart .nobet{
	width:90%;height:50px;line-height:50px;
	font-size:11px;font-weight:bold;color:#dcb41e;
	text-align:center;
}

#cart table{
	width: 90%;
	overflow:hidden;
	margin:0px auto 5px;
	border-radius: 5px;
	font-size:11px;
}
#cart table td{
	padding: 5px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	font-weight: 200
}

#cart .name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:5px 5px 5px 10px;
	margin: 0 auto;
	border-radius: 25px;
	color:#ffff00;
	font-size:12px;
	text-align:center;
	font-weight: 200;
	background: #333333;
}
#cart .name a{
	float:right;overflow:hidden
}
#cart .pick,
#cart .game{
	float:left;
	display:inline;
	margin:0 0 0px 4px;
	color:#ffffff;
}
#cart .rate{
	float:right;
	display:inline;
	margin:0 4px 0px 0;
	text-align:right;
}
#cart tr:nth-child(even) td{
	border-bottom: 1px solid #333;
}



#cart .icon{
	text-align:center;color:#ffff00 !important
}
#cart .icon span{
	color:#ffdd00
}
#cart .del{
	width:10px;
	text-align:right
}

#cart div.info{
	overflow: hidden;
	width: 286px;
	height: 270px;
	margin: 0 auto;
	background:url('../img/game/cart-info-bg.png') left top no-repeat;
	background-size: cover;
}

#cart ul.bet-info{
	width: 90%;
	overflow:hidden;
	margin: 8px auto 0;
	padding: 0px 0 5px 0;
	border-bottom: 1px solid #000;
}
#cart ul.bet-info li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}
#cart ul.bet-info b {
	color: #ccc;
	font-size: 13px;
	font-weight: 200;
}
#cart ul.bet-info span{
	color: #fff;
}
#cart ul.bet-info li:first-child span {
	color: #f69024;
}
#cart ul.bet-info li:nth(2) span {
	color: #f69024;
}
#cart ul.bet-info li:last-child span {
	color: #23d3fa;
}

#cart ul.bet-info .bet-money{
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	background:#000000;
	border:1px solid #333;
	color: #ffdd00;
	text-align:right;vertical-align:baseline;	
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
	-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;
}
#cart ul.bet-info .bet-money:focus {
	border: none;
}

#cart dl.bet-guide{
	display:none;
}
#cart .btn-money {
	border-top: 1px solid #272526;
	overflow: hidden;
	width: 90%;
	padding-top: 8px;
	margin: 0 auto;
	text-align:center;
}
#cart .btn-money button{
	display: inline-block;
	width: 23%;
	padding: 5px 0 8px 0;
	margin-bottom: 2px;
	background: #282a36;
	background: -moz-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #282a36), color-stop(100%, #030305));
	background: -webkit-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -o-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -ms-linear-gradient(top, #282a36 0%, #030305 100%);
	background: linear-gradient(to bottom, #282a36 0%, #030305 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282a36', endColorstr='#030305', GradientType=0 );
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #666;
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	text-align:center;
	font-weight: 400;
	text-shadow:0 0 5px #000;
	outline:none
}
#cart .btn-money button.money:hover {
	color: #ffdd00;
	text-shadow: 0 0 5px #000
}

#cart .btn-money button.max {
	box-shadow: inset 0 0 3px #999;
	color: #f69024;
}
#cart .btn-money button.clear {
	color: #666;
}

#cart .btn-money button.max,
#cart .btn-money button.clear {
	width: 47%;
}

#cart .info .btn{
	width:95%;overflow:hidden;
	margin:0px 0 10px 0;padding:0px;
	text-align:center;
}
#cart .info .btn button{
	font-size:0px;
	border:0px;
}

#cart .btn{
	width: 100%;
	overflow:hidden;
	margin: 5px auto 0;
	text-align:center;
}

#cart .btn button.bet {
	width: 89%;
	padding: 10px 0;
	background: #292d38;
	background: -moz-linear-gradient(top, #292d38 0%, #1b1b1b 48%, #010101 50%, #010000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #292d38), color-stop(48%, #1b1b1b), color-stop(50%, #010101), color-stop(100%, #010000));
	background: -webkit-linear-gradient(top, #292d38 0%, #1b1b1b 48%, #010101 50%, #010000 100%);
	background: -o-linear-gradient(top, #292d38 0%, #1b1b1b 48%, #010101 50%, #010000 100%);
	background: -ms-linear-gradient(top, #292d38 0%, #1b1b1b 48%, #010101 50%, #010000 100%);
	background: linear-gradient(to bottom, #292d38 0%, #1b1b1b 48%, #010101 50%, #010000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292d38', endColorstr='#010000', GradientType=0 );
	outline:none;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #666;
	color: #ffdd00;
	font-size: 20px;
	text-shadow:0 0 5px #000;
}
#cart .btn button.bet:hover {
	color: #fff;
	box-shadow: inset 0 0 3px #ffdd00;
}

.game-tab {
	display: flex;
	overflow: hidden;
	justify-content: flex-start;
	margin: 0px;
}
.game-tab li {
	overflow: hidden;
	width: 80px;
	padding: 10px 0;
	margin-right: 1px;
	border-radius: 1px;
	border: 1px solid #2e2e2e;
	box-shadow: 0 0 3px #000;
	background: rgba(0,0,0,0.1);
	text-align: center;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
.game-tab li img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 5px;
}

.game-tab li:hover,
.game-tab li.over {
	border-color: #55392e;
	background-color: rgba(85,57,46,0.5);
	color: #ffdd00;
}

.game-score {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #292929  url('https://cssbuttoncreator.com/img/textures/grid.png') left top;
	padding: 20px 0;
	border: 1px solid #000;
	box-shadow: inset 0px 0px 15px 0px #393939;
}
.game-score .total {
	flex: 0 0 40%;
}
.game-score .total-score {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.game-score .total-score > div {
	margin: 0 10px;
	text-align: center;
}
.game-score .total-score .home,
.game-score .total-score .away {
	width: 48%;
}
.game-score .total-score .vs {
	padding-top: 50px;
}
.game-score .total-score b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	max-height: 64px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.game-score .score-data {
	width: 70px;
	padding: 10px 0px;
	margin: 15px auto 0;
	border-width:1px;
	color:#fff;
	background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
	-webkit-box-shadow: 1px 1px 20px 0 #000000;
	-moz-box-shadow: 1px 1px 20px 0 #000000;
	box-shadow: 1px 1px 20px 0 #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	border-radius: 15px;
	font-size: 20px;
	text-align: center;
}
.game-score .score-data.type2 {
	width: 50px;
	padding: 2px 0px;
	margin-top: 0px;
	background: #191919;
	border: solid #000 1px;
	-webkit-box-shadow: 1px 1px 5px 0 #000000;
	-moz-box-shadow: 1px 1px 5px 0 #000000;
	box-shadow: 1px 1px 5px 0 #000000;
	text-shadow: 1px 1px 5px #000000;	
	font-size: 16px;
}
.game-score .timer {
	padding: 10px 15px;
	margin: 8px auto 0;
	width: 250px;
	background-color: #000000;
	border-radius: 25px;
	-webkit-box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
	-moz-box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
	box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
	font-size: 14px;
	text-align: center;
}
.game-score .timer-desc {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.game-score .timer-desc b {
	color: #ff0000;
	font-weight: normal
}

.game-score .detail {
	flex: 0 0 55%;
	padding-left: 20px;
	border-left: 1px solid #000;
}
.game-score .detail > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.game-score .detail-score {
	margin-bottom: 5px;
	margin-left: 20px
}
.game-score .detail-score.color-blue {
	color: #3f5e91;
}
.game-score .detail-score.color-blue .score-data {
	background: #2b436a;
	border-color: #2b436a;
}
.game-score .detail-score.color-green {
	color: #157b8e;
}
.game-score .detail-score.color-green .score-data {
	background: #076153;
	border-color: #076153;
}
.game-score .detail-score.color-red {
	color: #9c0d40;
}
.game-score .detail-score.color-red .score-data {
	background: #610727;
	border-color: #610727;
}	
.game-score .detail-score > div {
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
}
.game-score .detail-title {
	min-width: 60px
}
.game-score .detail-score .score-data {
	margin: 0 15px 0 5px;
}
.game-score .new {
	-webkit-animation: color-change-yellow 0.11s linear infinite alternate both;
	animation: color-change-yellow 0.ls linear infinite alternate both;
}
@-webkit-keyframes color-change-yellow {
  0% {
    color: #ffffff;
  }
  100% {
    color: #ffdd00;
  }
}
@keyframes color-change-2x {
  0% {
    color: #ffffff;
  }
  100% {
    color: #ffdd00;
  }
}




.notice-live {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 8px;
	border-radius: 5px 5px 0 0;
	background: rgba(0,0,0,0.5);
	border: 2px solid #423410;
	font-weight: bold;
}
.notice-live span {
	padding: 2px 3px;
	margin-right: 8px;
	border-radius: 10px;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	color: #000;
	font-weight: bold;
}
.notice-live p {
	color: #ffdd00;
	font-size: 13px;
	font-weight: bold;
}


table.game.live span.start-time {
	float: right;
	margin-right: 5px;
	border-radius: 10px;
	color: #fff;
}
table.game.live span.start-time i {
	margin-right: 5px;
}

table.game.live td.date span,
table.game.live td.time span {
	padding-right: 10px;
	color: #e1e841;
	font-size: 12px;
}

table.game.live td.score {
	font-weight: bold;
	color: #ffdd00;
}
table.game.live td.more {
	width: 50px;
	padding: 0px;
}

table.game.live td {
	position: relative;
}

table.game.live td.market_cnt {
	cursor: pointer;
}

table.game.live .lock {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	text-align: center;
	color: #bf972b;
}

tr#view_live {
	display: table-row;
	width: 100%;
}

table.game.live span.vs {
	padding: 3px;
	border-radius: 5px;
	background: #ad8828;
	color: #000;
	font-size: 11px;
}

table.game.live .live-game-container {
	position: relative;
	padding: 0px;
	border: 2px solid #ad8828;
	border-radius: 2px;
	background: rgba(0,0,0,0.5);
}
.live-game-container .api {
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	background: rgba(0,0,0,0.5);
}
.live-game-container .game-score {
	margin: 10px;
}

.live-game-container p.close {
	position: absolute;
	top: 3px;
	right: 3px;
	border: 1px solid #271d02;
	border-bottom: 1px solid #000;
	text-align: right;
}
.live-game-container p.close button.style7 {
	background: rgba(0,0,0,0.5) !important;
	border: 1px solid #5c4515;
}

.game-title {
	overflow: hidden;
	width: 100%;
	background: url('../img/bg.jpg') center -300px no-repeat;
	background-size: 100%;
	padding-bottom: 10px
}
.game-title.baseball {
	background: url('../img/game/live-bg-baseball.jpg') center bottom no-repeat;
}
.game-title .league {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 10px;
	font-weight: bold;
	font-size: 30px;
	color: #f05922;
}
.game-title .league img {
	margin: 0 5px;
}
.game-title ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	width: 100%;
}
.game-title ul li {
	overflow: hidden;
	width: 42%;
	font-weight: bold;
	font-size: 30px;
	text-align: left;

}
.game-title ul li:first-child {
	text-align: right;
}
.game-title ul li:nth-child(2) {
	width: 4%;
	margin: 0 1%;
	border-radius: 25px;
	border: 1px solid #ad8828;
	text-align: center;
	font-size: 15px;
	color: #ad8828;	
}
.game-title p {
	display: inline-block;
	background: rgba(0,0,0,0.5);
	border-radius: 25px;
	padding: 10px;
	color: #ffdd00;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 1s forwards;
	-moz-animation: fade 1s forwards;
	-o-animation: fade 1s forwards;
	animation: fade 1s forwards;
	animation-iteration-count: infinite;
	animation-fill-mode:backwards;		
}

button.style7 {
	width: 50px;
	height: 44px;
	/*background: url('../img/game/th-live.jpg') left bottom repeat-x;*/
	background: rgba(81,74,61,1);
	background: -moz-linear-gradient(top, rgba(81,74,61,1) 0%, rgba(33,24,0,1) 50%, rgba(33,24,0,1) 51%, rgba(80,64,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,74,61,1)), color-stop(50%, rgba(33,24,0,1)), color-stop(51%, rgba(33,24,0,1)), color-stop(100%, rgba(80,64,39,1)));
	background: -webkit-linear-gradient(top, rgba(81,74,61,1) 0%, rgba(33,24,0,1) 50%, rgba(33,24,0,1) 51%, rgba(80,64,39,1) 100%);
	background: -o-linear-gradient(top, rgba(81,74,61,1) 0%, rgba(33,24,0,1) 50%, rgba(33,24,0,1) 51%, rgba(80,64,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(81,74,61,1) 0%, rgba(33,24,0,1) 50%, rgba(33,24,0,1) 51%, rgba(80,64,39,1) 100%);
	background: linear-gradient(to bottom, rgba(81,74,61,1) 0%, rgba(33,24,0,1) 50%, rgba(33,24,0,1) 51%, rgba(80,64,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514a3d', endColorstr='#504027', GradientType=0 );
	border: 0px;
	color: #ffdd00;
	font-weight: bold;
	font-size: 11px;
}

.modal-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}

.popup-oddsgame {
	width: 360px;
	padding: 40px 0;
	margin: 150px auto 0;
	border: 2px solid #f15922;
	-webkit-box-shadow: 1px 1px 30px 0 #000000;
	-moz-box-shadow: 1px 1px 30px 0 #000000;
	box-shadow: 1px 1px 30px 0 #000000;
	text-shadow: 1px 1px 30px #000000;
	background-color: #090909;
	border-radius: 5px;
}
.odds-check {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #1a233a;
	width: 86%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #2a3759;
}
.odds-check .name {
	flex: 0 0 78%;
	flex-wrap: wrap;
	text-align: left;
}
.odds-check .rate {
	flex: 0 0 20%;
	text-align: center;
}

div.live-game table.game.live {
	margin-bottom: 10px;
}
div.live-game table.game.live td {
	padding: 12px 8px;
}

div.live-game-slot .game-type,
div.live-game table.game.live .game-type {
	background: rgba(32,27,1,0.5);
	text-align: center;
	color: #bf972b;
	font-weight: bold
}
div.live-game table.game.live .game-type i {
	margin-right: 5px;
	animation: liveglass 2s linear infinite;
}

div.live-game-slot {
	margin-bottom: 10px
}
div.live-game-slot .game-type {
	padding: 12px 8px;
}
div.live-game-slot table {
	width:100%;
	border-spacing:1px;
	border-collapse:0;
}
div.live-game-slot td{
	padding:8px 6px;
	background:#201b01 !important;
	border:1px solid #483d03 !important;
	font-size:13px;color:#fff;
	cursor:pointer;
}

div.live-game-slot span.name {
	max-width: 45% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@keyframes liveglass {
	0%{
		transform:rotate(0deg);
	}
	50%{
		transform:rotate(180deg);
	}
	100%{
		transform:rotate(180deg);
	}
}

div.live-game table.game.live .home,
div.live-game table.game.live .away {
	width: 45%;
}
div.live-game table.game.live span.rate {
	font-size: 13px;
}


div.live-game table.game.live.slot-2 .home,
div.live-game table.game.live.slot-2 .away {
	width: 50%;
}
div.live-game table.game.live.slot-score td {
	width: 33%;	
}
div.live-game table.game.live.slot-score .name {
	float: left
}
div.live-game table.game.live.slot-score .rate {
	float: right;
}
div.live-game table.game.live.slot-score td.score {
	background:#201b01;
	border:1px solid #483d03;
	font-size:13px;color:#fff;
	cursor:pointer;	
}
table.game.live span.rate .fas {
	margin: 0 2px;
	font-size: 15px;
}
table.game.live span.rate .fa-caret-up {
	color: #ff0000;
	margin: 0 2px;
	font-size: 15px;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 0.5s forwards;
	-moz-animation: fade 0.5s forwards;
	-o-animation: fade 0.5s forwards;
	animation: fade 0.5s forwards;
	animation-iteration-count: infinite;
	animation-fill-mode:backwards;		
}
table.game.live span.rate .fa-caret-down {
	color: #00a2e8;
	margin: 0 2px;
	font-size: 15px;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 0.5s forwards;
	-moz-animation: fade 0.5s forwards;
	-o-animation: fade 0.5s forwards;
	animation: fade 0.5s forwards;
	animation-iteration-count: infinite;
	animation-fill-mode:backwards;		
}

.live-game-score {
	overflow: hidden;
	width: 98%;
	margin: 10px auto;
}

.live-game-score table {
	overflow: hidden;
	width: 100%;
	border-spacing: 0px;
}
.live-game-score table th {
	font-size: 13px;
	border-spacing: 0px;
	border-collapse: collapse;	
}
.live-game-score table th:nth-child(2),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(3),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(4),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(5),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(6),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(7),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(8),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(9),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th:nth-child(10),
.live-game-score table th:last-child {
	border-radius: 25px 25px 0 0;
	border: 1px solid rgba(173,136,40,0.25);
	border-bottom: 0px;
}
.live-game-score table th p {
	padding: 5px;
	border-radius: 25px 25px 0 0;
	/* background: #090909 !important; */
	font-size: 13px;
	font-weight: bold;
	color: #fff;	
}
/* .live-game-score table th:nth-child(2) p,
.live-game-score table th:last-child p {
	padding: 10px;
	border-radius: 25px 25px 0 0;
	background: #090909 !important;
	font-size: 13px;
	font-weight: bold;
	color: #fff;	
} */
.live-game-score table td {
	background: #090909 !important;
	border: 0px !important;
}
.live-game-score table td:first-child {
	padding-left: 10px;
	text-align: left
}
.live-game-score table td:first-child span {
	border: 1px solid #ad8828;
	border-radius: 5px;
	padding: 3px;
	margin-right: 5px;
	font-size: 12px;
	color: #ad8828;
}
.live-game-score table td:nth-child(2) p,
.live-game-score table td:last-child p {
	text-align: center;
}
.live-game-score table td p {
	max-width: 100px;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 25px;
	background: rgba(173,136,40,0.25);
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.live-game-score table p.score {
	color: #ffff00;
	animation: score 1s 5 ease;	

}
@keyframes score {
    0% {opacity: 0%;} 
    100% {opacity: 100%;}
}

.live-game-score table tr:nth-child(2) td:first-child,
.live-game-score table tr:last-child td:first-child {
	border-left: 1px solid rgba(173,136,40,0.25) !important;
}
.live-game-score table tr:nth-child(2) td:first-child {
	border-radius: 10px 0 0 0;
	border-top: 1px solid rgba(173,136,40,0.25) !important;
}
.live-game-score table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
.live-game-score table tr:nth-child(2) td:last-child,
.live-game-score table tr:last-child td:last-child {
	border-right: 1px solid rgba(173,136,40,0.25) !important;
}
.live-game-score table tr:last-child td {
	border-bottom: 1px solid rgba(173,136,40,0.25) !important;
}
.live-game-score table tr:last-child td:last-child {
	border-radius: 0 0 10px 0
}

.blank {
	overflow: hidden;
	width: 99.6%;
	padding: 80px 0;
	margin: 10px auto;
	border: 1px solid #2e2e2e;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #f35925;
	font-size: 20px;
	text-align: center;
}
.blank p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 1px solid #2e2e2e;
}


.content-graph {
	overflow: hidden;
	padding: 20px 25px;
}

.tk-game-guide {
	padding: 20px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	box-shadow: inset 0 0 3px #333;
	border: 1px solid #000;
}
.tk-game-guide li {
	overflow: hidden;
	padding: 5px 0;
	margin: 5px 0px;
}
.tk-game-guide li span {
	border-radius: 25px;
	padding: 5px 10px;
	margin-right: 5px;
	background: #ffdd00;
	color: #000;
	font-size: 16px;
}
.tk-game-guide li:last-child span {
	background: #f15922
}