/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family:Roboto,Noto,Helvetica,Arial,sans-serif;
  font-size:14px;
  background:#e7eaf1;
  background:inherit;
  color:#222;
  min-width:1273px;
}

@media (max-width: 1100px){
	body{
		min-width: auto;
	}
}

/*
 * Global add-ons
 */
a {
    color:#d9534f;
    text-decoration: none;
}
a:hover, a.focus {
	text-decoration:none;
	color:#c12e2a;
}  

::-webkit-scrollbar {
width: 7px;
height:7px;
}
::-webkit-scrollbar-button {
display: none;
}
::-webkit-scrollbar-thumb {
border-radius: 3px;
background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-track-piece {
background: transparent;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding:0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #2b333e;
	width:220px;
	font-size:14px;
	color:#858f9b;
	z-index:999;
  }
}
.logo {
	height:63px;
	background:#343c47;
	margin:0 auto;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding:0 15px;
}
.logo a{
	color:#fff;
}
.logo-line {
	border-top:3px solid #d9534f;
	line-height:60px;
	display:inline-block;	
}
.user {
	line-height:1.5;
	padding:10px 15px;
}
.quick-link {
	border-top:1px solid #343c47;
	border-bottom:1px solid #343c47;
}
.quick-link a {
	display:inline-block;
	line-height:40px;
	color:#858f9b;
	border-left:1px solid #343c47;
	width:33%;
	text-align:center;
}
.quick-link a:hover {
	background:#626979;
	color:#fff;
}
.quick-link a.first {
	border-left:none;
	width:39%;
}
.nav-side-t {
	padding:10px 10px 5px 10px;
	border-top:1px solid #343c47;
	margin:5px 0 0;
}
.nav-side-t.first {
	border-top:none;
}
.nav-side .nav>li {
	width:50%;
	float:left;
}
.nav-side .nav>li>a {
	padding:6px 6px 6px 10px;
	color:#c8d1e0;
}
.nav-side .nav>li>a:hover, .nav-side .nav>li>a:focus{
	background:#626979;
	color:#fff;
}
.nav-side .nav>li.active>a, .nav-side .nav>li.active>a:hover {
	background:#d9534f;
	color:#fff;
}

/*
 * Main
 */
 
.main {

}
.main-header {
	margin:20px 20px;
}
.box {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.lotteryname {
	width: 270px;
	position: absolute;
}
.lotteryname-ico {
	float: left;
}
.lotteryname-t {
	font-size:28px;
	color: #555;
	margin:4px 0 0 95px;
}
.lotteryname-t small {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.lotteryname-ico img{
	width: 78px;
	height: 78px;
}
.countdown {
	padding: 0 20px;
	border-left:1px solid #e0e0e0;
	height: 78px;
	width: 270px;
	position: absolute;
	margin-left: 270px;
}
.countdown-t {
	color:#555;
	margin-bottom:10px;
}
.countdown-num {
	color:#555;
	font-size:42px;
	height:48px;
	border-radius:8px;
	text-align: center;
	line-height:48px;
	position:relative;
	background: #e5e5e5;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-family: Arial, Helvetica;
	width: 190px;
}
.opennum {
	padding:0 0 0 20px;
	border-left:1px solid #e0e0e0;
	height: 78px;
	margin-left: 540px;
}
.opennum-t {
	color:#555;
	margin-bottom:10px;
}
.opennum-t a {
	font-size:14px;
}
.opennum-num i {
	font-family: Arial, Helvetica;
	display:inline-block;
	height:48px;
	width:48px;
	border-radius:24px;
	color:#fff;
	font-style:normal;
	font-size:36px;
	vertical-align: middle;
	text-align:center;
	line-height:48px;
	margin-right:5px;
	border: 1px solid #d43f3a;
    outline: none;
    background: #d9534f;
    background: -webkit-linear-gradient(top,#d9534f,#d43f3a);
    background: linear-gradient(top,#d9534f,#d43f3a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f,endColorstr=#d43f3a,GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.opennum-num-small {
	width:310px;
}
.opennum-num-small i {
	height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 16px;
	margin-bottom:5px;
}
.nav-main {
	background:#f5f5f5;
	margin:0 20px;
}
.nav-main .nav-tabs {
	border-bottom: 1px solid #e5e5e5;
	border-top: 3px solid #d9534f;
	border-left: 1px solid #e5e5e5;
}
.nav-main .nav-tabs>li>a {
	color:#555;
	border-radius: 0;
	border-bottom:0;
	border-right: 1px solid #e5e5e5;
	padding: 10px 0;
}
.nav-main .nav-tabs>li.active>a, .nav-main .nav-tabs>li.active>a:hover, .nav-main .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background: #d9534f;
    border: 1px solid transparent;
}
.nav-main .nav .open>a, .nav-main .nav .open>a:hover, .nav-main .nav .open>a:focus {
    background-color: #eee;
    border-color: #eee;
}
.nav-main .dropdown-menu {
	border: none;
    border-radius: 0px;
}
.nav-main .dropdown-menu>li>a:hover {
	background:#eee;
}
.filter {
	padding:10px 15px;
	color:#666;
	border:1px solid #e0e0e0;
	border-top:0;
	margin:0 20px;
}
.filter-line a {
	display: inline-block;
    line-height: 24px;
    padding: 0 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color:#666;
	border: 1px solid #f5f5f5;
	background:#f5f5f5;
	margin-right:10px;
}
.filter-line a:hover {
	background:#e0e0e0;
	border: 1px solid #e0e0e0;
}
.filter-line a.active, .filter-line a.active:hover {
    color: #d9534f;
    background-color: #fbeded;
    border-color: #f0bab9;
}

.table-bet {
	background:#f5f5f5;
	margin:0 20px;
	border: 1px solid #e0e0e0;
	border-top:0;
}
.table-bet .table {
	margin-bottom:0;
}
.table-bet .table>tbody>tr>td {
    border-top: none;
}

/*选球*/
.ball-no dl {
	float:left;
	width:36px;
	margin:4px;
}
.ball-no dl.dxds {
	width:auto;
}
.ball-no1 dl {
	margin:0;
	text-align: center;
}
.ball-no dt a.ball_gray {
	font-family: Arial, Helvetica;
	display: block;
	width: 36px;
	height: 36px;
	border-radius:18px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 36px;
	text-decoration:none;
	background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background: linear-gradient(top,#fff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f5f5f5,GradientType=0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.ball-no dl.dxds dt a.ball_gray{
	width:auto;
	padding:0 18px;
}
.ball-no1 dt a.ball_gray {
    font-family: Arial, Helvetica;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background: linear-gradient(top,#fff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f5f5f5,GradientType=0);
    box-shadow: 0 2px 2px 0 rgba(193,46,42,0.16), 0 0 0 1px rgba(240,186,185,1);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);  
}
.ball-no dt a.ball_gray:hover, .ball-no1 dt a.ball_gray:hover {
	color: #d9534f;
    background: #fbeded;
	box-shadow: 0 2px 2px 0 rgba(193,46,42,0.16), 0 0 0 1px rgba(240,186,185,1);
	text-decoration:none;
}
.ball-no dt a.ball_red,.ball-no dt a.ball_red:hover,.ball-no1 dt a.ball_red,.ball-no1 dt a.ball_red:hover {
	font-family: Arial, Helvetica;
	color: #fff;
	text-decoration:none;
	border: 1px solid #d43f3a;
    outline: none;
    background: #d9534f;
    background: -webkit-linear-gradient(top,#d9534f,#d43f3a);
    background: linear-gradient(top,#d9534f,#d43f3a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f,endColorstr=#d43f3a,GradientType=0);

}
.ball-no dd {
	font-size:12px;
	color:#999;
	text-align: center;
}
.ball-no1 dd {
	font-size:14px;
	color:#999;
	text-align: center;
	margin-top: 5px;
}
.ws {
	float:left;
	text-align:right;
	position:relative;
	z-index:2;
	font-size:14px;
	line-height:26px; 
	background:#d9534f; 
	border:1px solid #d9534f;
	color:#fff;
	margin:8px 0 0 -10px;
	padding:0 5px;
}
.ws em{
	position:absolute;
	right:-14px;
	top:-1px;
	width:0;
	height:0;
	line-height:0;
	border-width:14px 0 14px 14px;
	border-color:transparent  transparent transparent #d9534f;
	border-style:dashed dashed dashed solid;
}
.ws i{
	position:absolute;
	right:-13px;
	top:0;
	width:0;
	height:0;
	line-height:0;
	border-width:13px 0 13px 13px;
	border-color:transparent  transparent transparent #d9534f;
	border-style:dashed dashed dashed solid;
}
.bet-ico {
	float:right;
	margin:7px 0 0;
}
.bet-ico a {
	display:inline-block;
	color:#333;
	padding:5px 10px;
	text-decoration:none;
	background: #fff;
    background: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background: linear-gradient(top,#fff,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f5f5f5,GradientType=0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	border-radius:2px;
	margin:0 5px 0 0;
}
.bet-ico a:hover {
	color: #d9534f;
    background: #fbeded;
	box-shadow: 0 2px 2px 0 rgba(193,46,42,0.16), 0 0 0 1px rgba(240,186,185,1);
}

.bet-bar {
	margin:0 20px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	line-height:30px;
	padding:10px 15px;
}
.bet-bar .form-control {
	display: inline-block;
	width:auto;
}
.bet-bar-last {
	border-bottom:1px solid #e0e0e0;
}
.table-list {
	margin:0 20px;
	border:1px solid #e0e0e0;
}
.table-list .table {
	margin-bottom:0;
}
.table-list .table>thead>tr>th {
    border-bottom: 1px solid #e0e0e0;
	background:#f5f5f5;
	font-weight:normal;
}
.table-list1 {
	margin:0 20px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding: 0 15px;
}
.table-list1 .table {
	margin-bottom:0;
	border:1px solid #e0e0e0;
}
.table-list1 .table>thead>tr>th {
    border-bottom: 1px solid #e0e0e0;
	background:#f5f5f5;
	font-weight:normal;
}
.table-list1 .table>tbody>tr>td, .table-list1 .table>thead>tr>th {
	vertical-align: middle;
}
.table-list2 {
	border-top:2px solid #d9534f;
}
.table-center .table>thead>tr>th {
    border-left: 1px solid #e0e0e0;
}
.table-center .table>thead>tr>th:first-child {
    border-left: none;
}
.bet-bar-t {
	margin:20px 20px 0;
}
.bet-bar-t a {
	font-size: 14px;
}
.bet-tabs>li>a {
	border-top: 2px solid transparent;
}
.bet-tabs>li.active>a, .bet-tabs>li.active>a:hover, .bet-tabs>li.active>a:focus {
    color: #222;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-top: 2px solid #d9534f;
    border-bottom-color: transparent;
}

.text-red {
	color:#d9534f;
}
.text-green {
	color:#34a853;
}
.text-gray {
	color:#999;
}
.btn-blue {
	color: #fff;
	border: 1px solid #d43f3a;
    background: #d9534f;
    background: -webkit-linear-gradient(top,#d9534f,#d43f3a);
    background: linear-gradient(top,#d9534f,#d43f3a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f,endColorstr=#d43f3a,GradientType=0);
}
.btn-blue:hover, .btn-blue:focus {
	color: #fff;
	border:1px solid #d9534f;
	background: #d9534f;
}
.mb20 {
	margin-bottom:20px;
}
.mt20 {
	margin-top:20px;
}
.ml10 {
	margin-left:10px;
}
.mr10{
	margin-right:10px;
}
.ml20 {
	margin-left:20px;
}
.mt10 {
	margin-top: 10px;
}
.m-15 {
	margin:-16px -15px;
}
.mb0 {
	margin-bottom:0;
}
.font18 {
	font-size:18px;
}

.table-pagination {
	clear:both;
	height:100%;
	margin:0 20px;
}
.table-pagination .pagination {
	margin: 0 10px;
	vertical-align: middle
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    color: #304ffe;
    border: 1px solid #e6e6e6;
}
.pagination>.active>a, .pagination>.active>span {
    border-radius: 4px;
}
.pagination {
	margin:0;
}
.modal-nav .nav>li>a{
 	padding:10px 12px;
}

.title {
	background: #f5f5f5;
	margin:0 0 20px;
	padding:0;
	position: fixed;
	top:0;
	z-index:999;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.title .nav-pills>li>a {
    border-radius: 0;
	font-size: 18px;
	border-right:1px solid #e5e5e5;
	padding: 14px 15px;
	color:#222;
	width: max-content;
}
.title .nav-pills>li.active>a,.title .nav-pills>li.active>a:hover,.title .nav-pills>li.active>a:focus {
    color: #f54646;
    background: #f5f5f5;
   
	border-bottom:2px solid #f54646;
}

.toolbar {
	margin:83px 0 20px;
}

a.opennum-r {
	position:relative;
}
a.opennum-r:hover {
	
}
a.opennum-r .opennum-list {
	display:none;
	position:absolute;
	right:0;
	padding:5px 15px;
	color:#333;
	min-width:300px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index:999;
}
a.opennum-r:hover .opennum-list {
	display:block;
}
.opennum-list .table {
	margin-bottom:0;
}
.opennum-list .table i {
	color:#d9534f;
	font-style:normal;
	margin-right:5px;
}
.top-tip {
	position: fixed;
	top:0;
	left:50%;
	z-index:1050;
	padding:8px 0;
	width:400px;
	text-align:center;
	margin-left:-200px;
}
.top-tip i {
	font-size: 18px; 
	vertical-align: middle;
	margin-right: 10px;
}

.game-list {
	margin:83px 0 20px 20px;

}
.game-list dl {

    float:left;
    margin:0 20px 20px 0;
    position: relative;
	border-radius: 6px;
    width:210px;
}
.game-list dl.hover {
	border: 1px solid #f54646;
}

.game-list .liao dt {
    border: 1px solid #e23a3a !important;
}

.game-list .ttliao dt {
    border: 1px solid #2c4e76 !important;
}

.game-list dt {
    border: 1px solid #e5e5e5;
	font-size:16px;
	padding:10px;
	border-radius: 3px;
	font-weight: normal;
}
.game-list dt img {
	width:80px;
	height:80px;
	border-radius: 40px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.open-redball {
	color:#f54646;
	width:28px;
	height:28px;
	line-height:24px;
	border-radius:15px;
	text-align: center;
    font-style: normal;
    display: inline-block;
    margin:0 4px 4px 0;
    font-size:16px;
	border: 1px solid #f54646;
}
.open-redball-small {
	color:#f54646;
	width:20px;
	height:20px;
	line-height:18px;
	border-radius:10px;
	text-align: center;
    font-style: normal;
    border: 1px solid #f54646;
    display: inline-block;
    margin:0 4px 2px 0;
    font-size:12px;
    
}

.game-list-clock {
	font-size:14px;
	margin-top:5px;
}
.game-list-clock-num {
	margin-top:8px;
	letter-spacing:2px
}
.game-list-clock-num span {
	padding:2px 10px;
	background: #f5f5f5;
	border-radius: 2px;
}
.game-list-clock-num span i {
	color:#aaa;
}
.game-list-bottom {
	border-top: 1px dotted #eee;
	padding:10px;
	height:88px;
}
.game-list-bottom small {
	display: block;
	margin-bottom:10px;
}

.game-list-link{
	float: left;
	width: calc( 50% - 2.5px);
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	line-height: 25px;
}

.game-list-link:focus{
	color: #d9534f;
	text-decoration: none;
}

.game-list-link-a{
	width: 100%;
	background-color: #e23a3a;
	color: white;
	display: block;
	margin-top: 5px;
	text-align: center;
	border-radius: 3px;
	line-height: 25px;
	border: 1px solid white;
}

.game-list-link-a:hover{
	background-color: white;
	color: #e23a3a;
	border: 1px solid #e23a3a;
}

.game-list-link-a:focus{
	background-color: white;
	color: #e23a3a;
	text-decoration: none;
	border: 1px solid #e23a3a;
}

.game-list-link-tt{
	width: 100%;
	background-color: #2c4e76;
	color: white;
	display: block;
	margin-top: 5px;
	text-align: center;
	border-radius: 3px;
	line-height: 25px;
	border: 1px solid white;
}

.game-list-link-tt:hover{
	background-color: white;
	color: #2c4e76;
	border: 1px solid #2c4e76;
}

.game-list-link-tt:focus{
	background-color: white;
	color: #2c4e76;
	text-decoration: none;
	border: 1px solid #2c4e76;
}

.text-shadow {
  font-size: 170px;
  color:#fff;
  text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.font18 {
	font-size:18px;
}

.game-list dl.liao dt img {
	vertical-align: top;
}
.game-list dl.liao dt small {
	color: #666;
	font-size: 14px;
	position: absolute;
	top: 108px;
	right: 5px;
}
.game-list dl.liao dt .liao {
	width: 48px;
	height: 48px;
	background-image: url(../img/liao.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	border-radius: 0 4px 0 0;
}

.game-list dl.ttliao dt img {
	vertical-align: top;
}
.game-list dl.ttliao dt small {
	color: #666;
	font-size: 14px;
	position: absolute;
	top: 108px;
	right: 5px;
}
.game-list dl.ttliao dt .ttliao {
	width: 48px;
	height: 48px;
	background-image: url(../img/ttliao.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	border-radius: 0 4px 0 0;
}

.kuai3Ball {
    width: 53px;
    height: 53px;
    display: inline-block;
    background: url(../img/kuai3.png) no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	margin: 0 20px 0 0;
}
.num1 {
    background-position: -15px -39px;
}
.num2 {
    background-position: -96px -39px;
}
.num3 {
    background-position: -15px -114px;
}
.num4 {
    background-position: -96px -114px;
}
.num5 {
    background-position: -15px -189px;
}
.num6 {
    background-position: -96px -189px;
}
.open-kuai3 {
	width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/kuai3.png) no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	margin: 0 10px 0 0;
}
.no1 {
	background-position: -9px -266px;
}
.no2 {
	background-position: -64px -266px;
}
.no3 {
	background-position: -119px -266px;
}
.no4 {
	background-position: -9px -315px;
}
.no5 {
	background-position: -64px -315px;
}
.no6 {
	background-position: -119px -315px;
}
.open-kuai3-small {
	width: 26px;
    height: 26px;
    display: inline-block;
    background: url(../img/kuai3.png) no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	margin: 0 10px 0 0;
}
.n1 {
	background-position: 0 0;
}
.n2 {
	background-position: -27px 0;
}
.n3 {
	background-position: -54px 0;
}
.n4 {
	background-position: -81px 0;
}
.n5 {
	background-position: -108px 0;
}
.n6 {
	background-position: -135px 0;
}
.racing {
	width: 36px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #e5e5e5;
	display: inline-block;
	color: #fff;
	font-size: 36px;
	text-shadow: 0 1px 1px #000;
	font-style: normal;
	border-radius: 6px;
	margin-right: 4px;
}
.racing-small {
	    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px #000;
    font-style: normal;
    border-radius: 4px;
    margin-right: 1px;
}
.racing-xs {
	width: 20px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #e5e5e5;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 1px 1px #000;
	font-style: normal;
	border-radius: 4px;
	margin-right: 2px;
}
.r1 {
	background: #ffff02;
}
.r2 {
	background: #018aff;
}
.r3 {
	background: #4c4c4c;
}
.r4 {
	background: #ff7400;
}
.r5 {
	background: #82feff;
}
.r6 {
	background: #5204ff;
}
.r7 {
	background: #e4e4e4;
}
.r8 {
	background: #ff1201;
}
.r9 {
	background: #770400;
}
.r10 {
	background: #23c300;
	letter-spacing:-6px;
	text-indent: -9px;
}
.racing-small.r10 {
	letter-spacing:-4px;
	text-indent: -6px;
}
.racing-xs.r10 {
	letter-spacing:-2px;
	text-indent: -4px;
}
.racing-box{min-width:320px}



.table-lhc {
	background: #f5f5f5;
    margin: 0 20px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
.table-lhc .table {
	width: 20%;
	float: left;
	margin: 0;
	text-align: center;
}
.table-lhc .form-control {
	height:30px;
}
.table-lhc .table>tbody>tr>td {
	line-height: 30px;
	border-top: 0;
	text-align: center;
}
.table-lhc .table>thead>tr>th {
	text-align: center;
	background: #e0e0e0;
	    border-bottom: 0;	
}
.LHC-redball, .LHC-blueball, .LHC-greenball {
	width: 50px;
    height: 50px;
	line-height: 43px;
    margin-right: 5px;
    color: #000;
    font-size: 26px;
	font-style: normal;
	font-weight: bold;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
    background-size: 50px;
	letter-spacing:-2px;
	text-indent: -2px;
}
.LHC-redball {
	border: 1px solid #fb4a51;
	background-image: url(../img/LHC-redball.png);
}
.LHC-blueball {
	border: 1px solid #2ebff6;
	background-image: url(../img/LHC-blueball.png);
}
.LHC-greenball {
	border: 1px solid #7cd932;
	background-image: url(../img/LHC-greenball.png);
}
.LHC-add {
	line-height: 57px;
	font-style: normal;
	font-size: 30px;
	margin-right: 5px;
}
.LHC-redball-small,.LHC-blueball-small,.LHC-greenball-small {
	width: 30px;
    height: 30px;
	line-height: 27px;
    color: #000;
    font-size: 14px;
	font-style: normal;
	font-weight: bold;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
    background-size: 30px;
	text-indent: 2px;
}
.LHC-redball-small {
	border: 1px solid #fb4a51;
	background-image: url(../img/LHC-redball.png);
}
.LHC-blueball-small {
	border: 1px solid #2ebff6;
	background-image: url(../img/LHC-blueball.png);
}
.LHC-greenball-small {
	border: 1px solid #7cd932;
	background-image: url(../img/LHC-greenball.png);
}
.lhc-box{min-width:360px}
.ddc-plus{
	line-height:48px;
	font-size:28px;
	margin-right:5px;
	height:48px;
	display:inline-block;
	vertical-align: middle;
}
.egamenav{
	text-align: center;
}
.egamenav-button{
	display: inline-block;
	padding: 5px 15px;
	background-color: white;
    border-radius: 999px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 5px 12px 0px rgba(210, 210, 210, 0.63);
    color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
}

.egamenav-button:hover{
	color: white;
	background: linear-gradient(to right, #fe0500, #e80601, #d20601, #bd0601, #a80601);
	box-shadow: 0px 5px 12px 0px #fe0500;
}

.egamenav-button:focus{
	text-decoration: none;
}

.egame-title{
	margin: 30px 0 30px;
	padding: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}

.provider-logo{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

.provider-ag{
	background-image: url('/static/img/ag1.png');
}

.ag-btn:hover .provider-ag{
	background-image: url('/static/img/ag2.png') !important;
}

.provider-mg{
	background-image: url('/static/img/mg1.png');
}

.mg-btn:hover .provider-mg{
	background-image: url('/static/img/mg2.png') !important;
}

.provider-pp{
	background-image: url('/static/img/pp1.png');
}

.pp-btn:hover .provider-pp{
	background-image: url('/static/img/pp2.png') !important;
}

.provider-pt{
	background-image: url('/static/img/pt1.png');
}

.pt-btn:hover .provider-pt{
	background-image: url('/static/img/pt2.png') !important;
}

.provider-ebet{
	background-image: url('/static/img/ebet1.png');
}

.ebet-btn:hover .provider-ebet{
	background-image: url('/static/img/ebet2.png') !important;
}

.egame-sub-category{
	color: #868686;
}

.egame-sub-category:hover,.egame-sub-category:focus{
	color: #fe0500;
	text-decoration: none;
}

.game-li{
	display: inline-block !important;
	width: 20%;
	overflow: hidden;
}
.black-overlay{
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	top: -160px;
	left: 0;
	right: 0;
	position: absolute;
	transition: all 0.8s;
}

.in-game{
	width: 70%;
	max-width: 150px;
	min-width: 100px;
	padding: 5px 15px;
	text-align: center;
	border-radius: 3px;
	color: white;
	background-image: linear-gradient(to right, #fe0500, #e80601, #d20601, #bd0601, #a80601);
	border: solid 1px white;
	z-index: 1;
}

.in-game:hover,.in-game:focus{
	color: white;
	text-decoration: none;
}

.middle-center{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.game-li:hover .black-overlay{
    z-index: 9;
    top: 0;
    width: 100%;
    transition: all 0.8s;
    height: 100%;
    position: absolute;
}

.game-li-a:hover{
	background-color: inherit !important;
}

.gameimg{
	width:100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-bottom: 70%;
}

.add-scrollx{
    overflow-x: scroll;
 }

.scrollx-left {
	top: 25%;
	left: 1%;
	position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.scrollx-right {
	top: 25%;
	right: 3%;
	position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
 
.scrollx-left i.left {
    width: 25px;
    height: 25px;
    left: 5%;
    top: 22%;
    position: inherit;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../../static/img/left-arrow.png');
    background-color: #f5f5f5;
}

.scrollx-right i.right {
    width: 25px;
    height: 25px;
    left: 5%;
    top: 22%;
    position: inherit;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../../static/img/right-arrow.png');
    background-color: #f5f5f5;
}

.coming-soon-txt{
	font-size: 21px;
	font-weight: 600;
	color: #464646;
	letter-spacing: 6px;
}