html, body{
	margin:0;
	padding:0;
	width: 100%;
/*	height: 100%;*/
	background-color:#1f1f1f;
	font-family: 'Ebrima', sans-serif ;
/*	-webkit-font-smoothing: antialiased;*/
}

/*    ******    HEADER      *****     */

.header-wrapper{
	height: 100%;
	width: 1275px;
	margin: 0 auto;
	position: relative;
}
header{
	position: relative;
	background-color: #1f1f1f;
	height: 130px;
}
.nav-bg{
	position: absolute;
	bottom: 0px;
	background: #83040d;
	height: 40px;
	width:100%;
}
.headerLogo , .headerLogo a{
	z-index: 99;
	width: 150px;
	height: 130px;
}

.headerLogo a{
	display: block;
	background: #1f1f1f url(../jack777/images/homepage/logo.png?v=1) center center no-repeat;
}
.headerRegisterLogin{
	height:30px;
	right:0px;
	top:10px;
	position: absolute;
}
.headerRegisterLogin ul{
	margin:0;
	padding:10px 0 0 0;
	list-style: none;
	font-size: 0;
}
.headerRegisterLogin ul li a{
	text-decoration: none;
}
.headerRegisterLogin li{
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	margin: 0 5px 0 0;
}
.headerRegisterLogin li:last-child{
	margin:0;
}
.headerRegisterLogin li ul{
	display: none;
}
.headerRegisterLogin a button{
	width: 100px;
	height: 26px;   
}

.liveChat{
	color:yellow;
	width:90px;
	height:26px;
	line-height: 26px;
	padding: 0 15px 0 0 !important;
	cursor: pointer;
	display: block;
	background: url(../jack777/images/homepage/Live-Chat-icon.png) center right/20px no-repeat;
}

.liveChat a{
	color:yellow;
}

.liveChat a:hover{
	  color: #2993bb;
}
.languageBtn{
	padding-right: 10px;
	text-align: center;
	width:35px;
	border-left: rgba(102,102,102,0.75) thin solid;
	position: relative;
}
.languageBtn img{
	vertical-align: middle;
}
.languageBtn ul{
	z-index: 99;
	position: absolute;
}
.languageBtn:hover ul{
	display:block;
}
.languageBtn li{
	display: block;
	margin:0;
	padding: 5px 0 0 0;
	width:45px;
	height:35px;
	background:#1f1f1f;
}
.btn-info1 {
	cursor: pointer;
    color: #eee;
    background: rgba(74,126,186,1); 
    letter-spacing: 1px;
	font-size: 14px;
	width: 100px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-decoration: none;
/*	transform:translate(0%, -50%);*/

}
.btn-info2 { 
	cursor: pointer;
    color: #EEEEEE; 
    background: rgba(101,153,115,1); 
    border-color: #659973; 
    border-radius: 0;
    letter-spacing: 1px;
	font-size: 14px;
	width: 100px;
	height: 26px;
	display: block;
	text-decoration: none;
	line-height: 26px;
} 
.btn-info1:hover{
	background: rgba(50,94,144,0.7); 
    color: #fff;
}
.btn-info2:hover {
	background: rgba(82,120,92,0.7);
    color: #fff;
}

.memberbar{
	color:rgba(157,157,157,0.6);
	position:absolute;
	font-size: 14px;
	right:0;
	bottom:50px;
	height:20px;
	line-height:20px;
}
.nav{
	position:absolute;
	right:0;
	bottom:0;
}
.nav ul{
	margin:0;
	padding:0;
	float: right;
	background: #83040d;
	list-style-type:none;
	text-align: center;
}
.nav ul li{
	display: inline-block;
}
.nav a{
	display: block;
	text-decoration: none;
	border-radius: 0;
	letter-spacing: 1px;
	font-family: 'Ebrima', sans-serif ;
	
}
.nav>ul>li>a{
	padding: 0 12px;
	line-height: 40px;
	font-size: 14px;
	color:#ede8ec;
	transition: transform .2s;
}
.nav a:active, .nav a:hover{
    -ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
	background-color: red;
	color: yellow;
	transition: 0.5s;
	color: yellow;
}
.content-nav{
	height: 40px;
	width: 1024px; 
	margin: 10px auto;
	position: relative;

}
.content-nav>.nav{
	position:absolute;
	top:10px;
	left:0;
}
.content-nav>.nav>ul>li>a{
	line-height: 40px;
	padding: 0 68px 0 60px;
	font-size: 14px;
	color:#ede8ec;
	transition: transform .2s;
}
.content-nav-myaccount{
	height: 50px;
/*	width: 704px;*/
	width:100%;
/*	left:0px;*/
/*	right: 170px;*/
	position: relative;
	margin-top: 50px;
}
.balance-board{
	position: absolute;	
	top:-55px;
	right: 10px;
	
}
.balance-withdrawal{
	display: inline-block;
	background: #3d3d3d;
	width: 150px;
	height: 100px;
	position: absolute;
	top:0px;
	right:155px;
}
.balance-withdrawal >.txt-font2{ margin-top: 20px;text-align: center;}
.balance-withdrawal >.txt-font3{ text-align: center; font-size: 14px;}

.balance-rolling{
	display: inline-block;
	background: #3d3d3d;
	width: 150px;
	height: 100px;
	position: absolute;
	top:0;
	right:0;
}

.balance-rolling >.txt-font2{ margin-top: 20px;text-align: center;}
.balance-rolling >.txt-font3{ text-align: center;}
.nav-myaccount{
	position: absolute;
	left:0;
	top:0;
}

.nav-myaccount ul{
	margin:0;
	padding:0;
	float: right;
/*	background: #83040d;*/
	list-style-type:none;
	text-align: center;
}

.nav-myaccount ul li{
	display: inline-block;
}

.nav-myaccount a{
	display: block;
	padding: 0 20px;
	margin-left: 10px;
	line-height: 40px;
	font-size: 10px;
	
	color:#888;
	text-decoration: none;
	border-radius: 0;
	letter-spacing: 1px;
	font-family: 'Ebrima', sans-serif ;
	border: 1px solid #888;
	background: #252525;
}
.nav-myaccount a:hover,.nav-myaccount a:active,.nav-myaccount ul .active{
	border: 1px solid #eee;
	color:#ede8ec;
	background: #2d2d2d;
}
/*    ******     END_HEADER *****     */

/* slide image */
.main-content{
	margin: 0 auto;
    width: 100%;
 	overflow: hidden;
	text-align: center; 
}

.slideshow-container {
	position: relative;
/*
    left:50%;
    margin-left: -1200px;
*/
    height: 100%;
}
/*
.slideshow-container:after {
	position: absolute;
}
*/

.clear{
	clear: both;
}

.mySlides{
	position: relative;
	height: 377px;
/*	width: 50%;*/
	margin: 0 auto;
	 background-size: cover;
    background-position: center;
}

/*
.mySlides:before{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0; 
}
*/

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*  ******     CONTENT      *****    */
.content{
	background-color:#1f1f1f;
	height:100%;
	position: relative; 
	width: 1024px; 
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}
.content-color{
	background-color:#282828;
}
.content1-color{
	background-color:#333333;
}
.content1-color1{
	background-color:#1f1f1f;
}
.content1{

	height:100%;
	position: relative; 
/*	width: 1024px; */
	width:100%;
	margin: 0 auto;
	 
}

.noticeMarquee {
    position: relative;
/*    margin-top: 10px;*/
}


#annouce_icon{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 50px;
	padding: 0 0 0 40px;
	color: #cccccc;
	font-size: 14px;
	background: url(../jack777/images/homepage/mega-phone.png) 0px 8px/24px 24px no-repeat;
}

#annouce_frame{
	width: 980px;
	margin: 0 auto;
	height:30px;
	position: absolute;
	left: 40px;
	overflow: hidden;
	background: url(../jack777/images/homepage/anounmentBar.png) no-repeat;
}

#scrolling{
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: left;
 color: yellow;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: marquee 15s linear infinite;
 -webkit-animation: marquee 15s linear infinite;
 animation: marquee 15s linear infinite;
}

@-moz-keyframes marquee {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
	 0%   { 
	 -moz-transform: translateX(100%); /* Firefox bug fix */
	 -webkit-transform: translateX(100%); /* Firefox bug fix */
	 transform: translateX(100%); 		
	 }
	 100% { 
	 -moz-transform: translateX(-100%); /* Firefox bug fix */
	 -webkit-transform: translateX(-100%); /* Firefox bug fix */
	 transform: translateX(-100%); 
	}
}
.column1,.column2,.column3,.column4,.column5,.column6 {
    float: left;
    width: 33.3%;
	height: 320px;
    padding-left: 8px;
	padding-right: 5px;
    box-sizing: border-box;	
}

.column1 h2,.column2 h2,.column3 h2,.column4 h2,.column5 h2,.column6 h2{
	color: #c9c9c9;
	font-size: 16px;
}

.column1 p,.column2 p,.column3 p,.column4 p,.column5 p,.column6 p,.column4 h3,.column1 h3{
	color: #949494;
	font-size: 13px;
/*	margin-bottom: 0px;*/
}

.promoteImg{
	background: url("../jack777/images/promotion/promotion1.png")center center no-repeat;
	width: 100%;
	height:123px;
}
.promoteImg2{
	background: url("../jack777/images/promotion/1.jpg")center center no-repeat;
	width: 100%;
	height:123px;
}
.links a{
	display:block;
    color: #2993bb;
    font-size: 12px;
    letter-spacing: 1px;
	text-decoration:none;
	position: relative;
	z-index: 1;

}

.links a:hover{
    color: #7dc4e6;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.divider {
    height: 0;
    margin: 1.5rem 0 1rem;
    overflow: hidden;
    border-top: 1px solid #666;
    width: 70%;
}

.icons{
	float: left; 
}
.txt-font{float: left; font-size: 14px;color: #949494;}
.txt-font1{float: right; font-size: 14px;color: #949494;}
.txt-font2{font-size: 20px; color: #d2e600;}
.txt-font3{font-size: 15px; color: #eee;}
.txt-font a{
	margin-left: 10px;
	position: relative;
	z-index: 1;
}
/*   *****      END CONTENT    *****   */


/*   *****    FOOTER		***** 		*/
footer{
		background-color:#010101; 
		height: 101px;
		position: relative; 
		left:0;
		bottom:0;
} 
.footer-wrapper{
		width: 1024px; 
		margin: 0 auto;
	    position: relative; 
		height: 80px;
		font-size: 12px;
		color: #777;
		line-height: 6px;
		letter-spacing: 1px;
}	

	.bot1{
		font-size: 14px;
		position: absolute;
		left:0px;
		top:20px;
	}
	.bot2{
		font-size: 14px;
		position: absolute;
		top:20px;
		right: 0px;
	}
	.bot3{
		clear: both;
	}
	/*   *****   END FOOTER		***** 		*/
	
/* REGISTER FORM*/
input[type=text],
.loginPassword{
	width:300px;
    padding: 12px 20px ;
    margin: 10px 0px ;
	background-color: #333333 !important;
	border: 1px solid #cccccc;
	color: white;
}
input::placeholder {
    color: #868686;
	opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #868686;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #868686;
}
select{
	position: relative;
}

.language{
	width: 200px;
	height:27px;
	border: 1px solid #cccccc;
}
.country{
	width: 340px;
	height: 30px;
	border: 1px solid #cccccc;
}
input[type=password] ,input[type=text1] {
/*    width: 100%;*/
	width:300px;
    padding: 12px 20px ;
    margin: 10px 0px ;
/*	height:30px;*/
	background-color: #ebebeb;
/*	border: 1px solid #cccccc;*/
}
input[type=text2]{
/*
	width: 203px;
	height:25px;
*/
	background-color: #ebebeb;
}
#country{
	margin: 10px 0px ;
	background-color:#cccccc;
}

div.container1 {
    border-radius: 5px;
/*   background-color: #2b2828;*/
    padding-top: 20px;
	margin:0 auto;
	width: 50%;
	position: relative;
}
label {
	
	display: inline-block;
	color:#cccccc;
}
.col-25{
	float: left;
    width: 40%;
    margin-top: 22px;
}
.col-30{
	float: left;
    width: 30%;
    margin-top:22px;
	text-align:center;
}
.col-70{
	float: left;
    width: 70%;
}
.col-75{
	float: left;
    width: 60%;
    margin-top: 6px;
}

.col-35{
	float: left;
    width: 40%;
    margin-top:22px;
	margin-left: 170px;
}
.col-65{
	float: left;
    width: 60%;
	margin-top:-22px;
	margin-left: 290px;

}
.col-24{
	float: left;
    width: 20%;
	line-height: 25px;
}
.row{
	background: url(../jack777/images/homepage/rowbg.png) center right no-repeat;
/*	width:1024px;*/
}

.row-form {
      display: flex;
      flex-direction: row;
      padding-top: 10px;
 }
.row:after {
    content: "";
    display: table;
    clear: both;
/*	display: inline-block;  */
}

.row1-form {
      display: flex;
      flex-direction: row;
      padding-top: 10px;
 }
.row1:after {
    content: "";
    display: table;
    clear: both;
}

.TnC{
	font-size: 12px;
}

.TnC span{
	color: #cccccc;
}
/*   *****   REGISTER FORM *   ******/


/* ******    LOGIN FORM * ***********/
button[type=submit] {
    
	background-color: #4a7eba;
	border-color: #4a7eba; 
    color: #EEEEEE;
	border-radius: 0;
    border: none;
    cursor: pointer;
	
/*	padding: 14px 20px;*/
/*   margin: 0px 188px;*/

}
.sizeBtn{
	width: 340px;
	height: 40px;
	font-size: 14px;
}
.sizeBtn1{
	width: 100px;
	height: 30px;
}
button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #b9b9b9;
}

/* Center the image and position the close button */
.imgcontainer {
/*    text-align: center;*/
    margin: 20px 0 12px 0;
    position: relative;
	height: 106px;
}
.logobg {
	position: absolute;
	background: url(../jack777/images/homepage/logo.png)center center no-repeat;
	width: 140px;
	height: 106px;
	top:75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 2; 

 	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	width: 100%;
	height:100%;

    background-color: rgb(0,0,0);  /*Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w opacity*/ 
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #333333;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	width: 600px; 
    height: 400px;
/*	position: r;*/
/*	z-index:1;*/

}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #c9c9c9;
    font-size: 35px;
    font-weight: bold;
/*	display: block;*/
}

.close:hover,
.close:focus {
    color: black;
    cursor: pointer;
}
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* ******    LOGIN FORM * ***********/


/*  ***** Font ***** */

 @font-face {
  font-family: "Ebrima";
  src: url('../fonts/ebrima.ttf') format('truetype');
  src: url('../fonts/ebrimabd.ttf') format('truetype');
}
@font-face {
  font-family: "Ebrima";
  src:url('../fonts/Ebrima.woff') format('woff');
}
/* ***** FONT ***** */

.posTop{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1024px;
	height: 100%;
	/*	margin-top: -150px;*/
    /*	top: 70px;*/
/*    left: 45%;*/
/*    transform: translate(-50%, -50%);*/
}
.grid-container-2col{
	display:grid;
	grid-template-columns: auto auto;
	padding: 10px;
}

.grid-show-balance{
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	padding: 10px;
	/*	justify-content: center;*/
}

.grid-container {
	display: grid;
	justify-content: center;
	grid-template-columns: auto auto auto;
}

.grid-container-color1{
	grid-gap: 10px 15px;
	background-color: #1f1f1f;
}
.grid-container-color2{
	grid-gap: 1px;
/*	background-color: #3d3d3d;*/

}
.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.grid-item a img:hover{
	outline: 5px solid #53dc80; 
}
.grid-item1 {
  padding: 20px;
  font-size: 30px;
  position: relative;
}
.grid-item2 {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  position: relative;
	border: 2px solid #3d3d3d;
	background: #363636;
}
.item5 {
  grid-column: 1 / span 3;
  grid-row: 3;
}
.item1 {
  grid-column: 1 / 6;
	background: rgba(46,46,46, 1);
}

.grid-item-color{	background: #252525;}
.grid-item-color2{	background-color: #0c0c0c;}
.grid-item-color3{	background-color: #363636;}

.bottom-text{
	position: absolute;
/*	display:inline-block;*/
/*	padding-bottom: 10px;*/
  	bottom: 45px;
    width: 100%;
    left: 0;
	
}

.title{
	color: #eee;
	font-size: 14px;
}
.title p{
	font-size: 12px;
	color:#748080;
}
.title p1{
	color:#eeeeee;
	font-size: 16px;
}
.title h2{
	color:#fe4c4c;
	font-size: 18px;
}
.title h3{
	font-size: 14px;
}
.link-click{
	position: relative;
}
.link-click-text{
	position: relative;
	color: #fff6fd;
	font-size: 16px;
	text-decoration:none;
}
.link-click-text:hover{
	opacity: 0.8;
    color: #fff;
}
#download-fl{
	position: fixed;
    width: 64px;
    height: 250px;
    left: 0;
    top: 200px;
    z-index: 99;
}
#livechat-fl{
	position: fixed;
    width: 64px;
    height: 250px;
    right: -5px;
    top: 200px;
    z-index: 99;
}

.img-ladder{
	position :relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1024px;
	height: 100%;
	
}

.imglist{
	position: relative;
}
.container-info-right{
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
	font-family: 'Ebrima', sans-serif ;
}
.container-info-right h1,p{
 color:#eeeeee;
 letter-spacing: 1px;
/*	font-size: 20px;*/
}
.container-info-left h1,p{
 color:#eeeeee;
 letter-spacing: 1px;
/*	font-size: 20px;*/
}
.container-info-right ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size: 0;
}
.container-info-right li{
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 5px 0 0;
}
.container-info-left{
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
	font-family: 'Ebrima', sans-serif ;
}
.container-info-left ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size: 0;
}
.container-info-left li{
	font-size: 14px;
	display: block;
	background: rgba(23,121,34,0.7);
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	margin: 0 0 0 0;
}

.container-info-left2 h1,p{
 color:#eeeeee;
 letter-spacing: 1px;
/*	font-size: 20px;*/
}
.container-info-left2{
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
	font-family: 'Ebrima', sans-serif ;
}
.container-info-left2 ul{
	margin:0;
	padding:0;
	list-style: none;
	font-size: 0;
}
.container-info-left2 li{
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.fo3 {
	cursor: pointer;
    color: #eee;
    background: rgba(66,171,78,1); 
    letter-spacing: 1px;
	font-size: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;

}
.btn-info4 { 
	cursor: pointer;
    color: #EEEEEE; 
    background: rgba(153,153,153,1); 
    border-color: #659973; 
    border-radius: 0;
    letter-spacing: 1px;
	font-size: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
} 
.btn-info5 { 
	cursor: pointer;
    color: #EEEEEE; 
    background: rgba(129,2,9,1); 
    border-color: #659973; 
    border-radius: 0;
    letter-spacing: 1px;
	font-size: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
} 

.btn-info6 { 
	cursor: pointer;
    color: #EEEEEE; 
    background: rgba(66,171,78,1);
    border-color: #659973; 
    border-radius: 0;
    letter-spacing: 1px;
	font-size: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
} 
.btn-info7 { 
	cursor: pointer;
    color: #eee;
    background: rgba(129,2,9,1);
    letter-spacing: 1px;
	font-size: 14px;
	width: 100px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-decoration: none;
} 
.btn-info3{
	color: #fff;
	text-decoration: none;
}

.btn-info3:hover{
	background: rgba(101,153,115,1);
	display: block;
	text-decoration: none;
    color: #fff;
}
.btn-info4:hover {
	background: rgba(101,101,101,0.7);
    color: #fff;
}
.btn-info5:hover{
	background: rgba(197,0,11,0.7); 
    color: #fff;
}
.btn-info6:hover{
	background: rgba(23,121,34,0.7);
    color: #fff;
}
.btn-info7:hover{
	background: rgba(197,0,11,0.7); 
    color: #fff;
}

.empty-space{
	height:50px;
}
.empty-space1{
	height:20px;
}

button[type=join] {
	background-color: #fe9b00;
	border-color: #fe9b00; 
    color: #EEEEEE;
	border-radius: 0;
    border: none;
    cursor: pointer;
	width: 92px;
	font-weight:bold;
	height: 70px;
	font-size:15px;
}

/* Style tab links */
.tablink {
    background-color: #282828;
    color: #636363;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 15px 5px;
	margin-left: 10px;
    font-size: 15px;
    width: 15%;
	border: 1px solid #888;
}

.tablink:hover {
	border: 1px solid #eee;
	color:#eee;
/*	 border-bottom: none;*/
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
}
.tab-container{
	box-sizing: border-box;
	height: 1000px;
}

.tabGroup {
    font-family: 'Embrima',sans-serif;
    width: 1024px;
    height: 100%;
	margin: 0 auto;
	
}

/* Configure the radio buttons to hide off screen */

.tabGroup > input[type="radio"] {
	display: none;
    /*position: absolute;
    left:-300px;
    top:-100px;*/
}

/* Configure labels to look like tabs */

.tabGroup > input[type="radio"] + label {

    /* inline-block such that the label can be given dimensions */
	cursor:pointer;
    display: inline-block;
    color:#888;
    border: 2px solid #888;
	margin-left: 20px;
    border-bottom: 0;
    padding: 5px 10px;
}

/* Focused tabs need to be highlighted as such */
.tabGroup > input[type="radio"]:focus + label,.tabGroup > input[type="radio"]:hover + label  {
  color:#eeeeee;
	
}


/* Checked tabs must be white with the bottom border removed */
.tabGroup > input[type="radio"]:checked + label {
    border-bottom: 1px solid #282828;
    margin-bottom: -1px;
}

.navSelected {
	border-bottom: 1.5px solid #282828 !important;
	margin-bottom: -1px !important;
}

/* The tab content must fill the widgets size and have a nice border */
.tabGroup > div {
    display: none;
    border-top: 1px solid #888;
    padding: 10px 10px;
    height: 81%;
    overflow: hidden;  
}

/* This matchs tabs displaying to thier associated radio inputs */

#rad1:checked ~ .tab1, #rad2:checked ~ .tab2, #rad3:checked ~ .tab3,
#rad4:checked ~ .tab4, #rad5:checked ~ .tab5 , #rad6:checked ~ .tab6  {
    display: block;
}

.col {
    float: left;
    width: 30%
}
.col-20 {
    float: left;
    width: 20%;
	position: relative;
}
.col-20 label{
	position: absolute;
	right:20px;
}

.notiveBoard{
	box-sizing:  border-box;
	margin-top: 10px !important;
    padding: 8px !important;
    border: 1px solid #888;
    width: 350px;
    height: 60px;
	background: #2d2d2d;
}
.notiveBoard1{
	box-sizing: border-box;
    width: 350px;
    height: 100%;	
}

.notiveBoard2{
	box-sizing:  border-box;
	margin-top: 10px !important;
    padding: 8px !important;
    border: 1px solid #888;
    width: 350px;
    height: 100%;
	background: #2d2d2d;
}
table#t1{
	font-size:15px;
	color:#ccc;
	margin: 0;
}
table#t1 td{
	height:40px;
}
table{
/*	border: 1px solid black;*/
	width: 100%;
	height:10px;
	display: table;
/*    border-collapse: collapse;*/
/*	table-layout: initial;  */
}

td{
	display: table-cell;
	padding-top: 5px;
	vertical-align: middle;
/*	height: 40px;*/
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.radio-btn {
	display: inline-block;
	vertical-align: middle;
	margin-top: -50px;
}

.hour_OR_time{
	width: 82px;
	height: 33px;
	border-radius: none;
	overflow: hidden;
	
}
.grid-container-2col ul{
	position: relative;
	top:0px;
	font-size: 12px;
	color:#888;
	list-style-type:none;
}
.grid-container-2col ul li{
	display: block;
}
.notiveBoard1 ul li,.notiveBoard2 ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
}

.notiveBoard1 ul li input[type=radio],.notiveBoard2 ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.notiveBoard1 ul li label,.notiveBoard2 ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.notiveBoard1 ul li:hover label,.notiveBoard2 ul li:hover label{
	color: #FFFFFF;
}

.notiveBoard1 ul li .check,.notiveBoard2 ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.notiveBoard1 ul li:hover .check,.notiveBoard2 ul li:hover .check  {
  border: 5px solid #FFFFFF;
}

.notiveBoard1 ul li .check::before,.notiveBoard2 ul li .check::before  {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.notiveBoard1 input[type=radio]:checked ~ .check,.notiveBoard2 input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

.notiveBoard1 input[type=radio]:checked ~ .check::before,.notiveBoard2 input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

.notiveBoard1 input[type=radio]:checked ~ label,.notiveBoard2 input[type=radio]:checked ~ label{
  color: #0DFF92;
}


.goLeft   {   float: left;    }
.goRight  {   float:right; font-size: 16px;   }
.colorW   {   color:rgba(255,255,255,0.70);  text-align: center; font-size: 14px; }
.colorW2   {   color:rgba(255,255,255,0.80);  text-align: center; font-size: 20px; line-height: 35px; padding-top: 5px; border-color: rgba(230,230,230,0.2) ; }
.colorR   {   color:red;      }
.imgSize  {   width:210px; height:58px; display:inline-block; }
.borderBOX{   border:1px solid #ccc;     }


.fancybox{
	background: #333333;
	margin: 0;
}

.fancybox-skin {
	background: none !important;
	color: grey !important;
}

.fancybox-close{
	top: 15px !important;
	right: 15px !important;
	width: 50px !important;
	height: 50px !important;
	background: url(../images/btnFancyboxClose.png) no-repeat !important;
}

.fancybox-body{
	margin:auto;
	background: #808080;
}

.error{
	color: red;
}

.aTagBtn{
	background-color: #4a7eba;
	border-color: #4a7eba;
	color: #EEEEEE;
	border-radius: 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	padding: 3px 0px;
	width: 100px;
	height: 24px;
}

.memberInputFilter{
	width: 190px;
	height: 27px;
	border: 1px solid #cccccc;
	padding: 0px 5px;
}

.memberListingTable {
	color: white;
	background-color: #3d3d3d;
	font-size: 12px;
	border-spacing: 0;
	border-collapse: collapse;

}

.memberListingTable table,
.memberListingTable th,
.memberListingTable td {
	border: 1px solid #252525;
}

.memberListingTable th{
	background-color: #545454;
	padding: 5px;
}

.success_green{
	color:#1b9e18;
	font-weight:bold;
}
.process_blue{
	color:#0051A2;
	font-weight:bold;
}
.fail_red{
	color:#d20c0c;
	font-weight:bold;
}

.ui-dialog {
	width: 500px !important;
	left:35%;
	top:30%;
}

.ui-dialog .ui-dialog-content p{
	color: black;
}

.gameRecordTable_Slot{
	width:200px !important;
	border: 1px solid black;
	border-collapse: collapse;
	text-align:center;
	background: white;
}

.gameRecordTable_Slot th{
	border:none !important;
}

.gameRecordTable_Slot td{
	border:none !important;
	width:40px;
}

.gameRecordA_Slot{
	width: 100%;
	display: block;
}

.gameRecordDesc_Slot{
	background: #666;
	color: white;
	text-align: center;
}

.memberTroubleshoot .comment_title {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.memberTroubleshoot .comment_thread_box {
	margin: 10px 20px;
	padding-left:5px;
	background-color: #C0E0EB;
	box-sizing: border-box;
	color:black;
	line-height: 200%;
	word-break:break-word;
}

.memberTroubleshoot .comment_reponse_box {
	border:1px solid white;
	padding:10px;
	border-spacing:20px;
	color:#b2b2b2;
	margin: 10px 20px;
}

.memberTroubleshoot .comment_member_reponse_box {
	border:1px solid white;
	padding:10px;
	border-spacing:20px;
	color:#b2b2b2;
	width:80%;
	margin:5px 150px 5px 20px;
	word-break:break-word;
}

.memberTroubleshoot .comment_admin_reponse_box {
	border:1px solid white;
	padding:10px;
	border-spacing:20px;
	color:#b2b2b2;
	width:80%;
	margin:5px 20px 5px 150px;
	word-break:break-word;
}

.history_field_title{
	font-size:16px;
	color:#ffe300;
	display: inline-block;
	width: 80px;
}

.topcredit_balance {
	color: #f4db0b;
}
