html,body{
	background: url('images/bg.jpg') #000 center top no-repeat fixed;
	font-size: 15px;
}
html, body, td, tr, h2, h3, h1, h4, a{
  font-family: 'Squada One', sans-serif;
}
input::-webkit-input-placeholder {
  font-family: 'Squada One', cursive;
}
input:-ms-input-placeholder {
  font-family: 'Squada One', cursive;
}
input:-moz-placeholder {
  font-family: 'Squada One', cursive;
}
input::-moz-placeholder {
  font-family: 'Squada One', cursive;
}
.game-link{
	text-align: center;
	margin-top: 10px;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}
.game-link-left .ui{
	margin-bottom: 5px;
	border-radius: 5px;
}
.game-link-left{
	float: left;
	width: 300px;
	text-align: center;
}
.game-link-right{
	float: right;
	width: 50%;
	text-align: center;
}
.game-link-right .gamebtn{
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.game-link-right .gamebtn:hover,.game-link-left .ui:hover{
	opacity: 0.8;
}
.saldo-text{
	font-weight: bold;
	color: blue;
}
.saldo-holder{
	text-align: center;
	display: block;
	padding: 15px;
	font-size: 24px;
	background: #fab70e;
	color: #000;
	border-radius: 5px;
	margin: 15px auto;
	width: 300px;
}
#myContainer .saldo-holder a{
	color: #000;
}
#myContainer a.main-hkb{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	color: #1e2298;
	font-size: 20px;
	display: block;
	width: 50%;
	padding: 15px;
	margin: 40px auto;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}
.header-login-btn{
	font-size: 36px;
	color: #e6a900;
}
.header-field i{
	padding: 3px;
	color: #cecccd;
	width: 15px;
	height: 15px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
}
.header-field{
	margin: 3px;
	position: relative;
}
.header-field input{
	width: auto;
	background: #3a3637;
	color: #fff;
	border: none;
	padding: 5px;
	font-family: 'Squada One', cursive;
}
.header-field input.with-icon{
	padding-left: 20px;
}
img.header-login-captcha{
	width: auto;
	height: 27px;
}
#header-form table,#header-form td,#header-form th{
	border:none;
}
#header-form table{
	margin:0;
	border:none;
}
#header-form a{
	color: #e6a900;
}
#header-form .ui{
	background: #3a3637;
	color: #fff;
	font-family: 'Squada One', cursive;
	font-weight: normal !important;
	margin-top: 4px;
}
#header-form .ui-button-text-only .ui-button-text{
	padding: 2px 15px;
	font-size:17px;
}
.contentsidebar marquee{
	background: #000 !important;
}
.marquee-header i{
	color: #cecccd;
	font-size: 18px;
	padding: 5px;
	font-weight:bold;
	position: absolute;
	left: 0;
	top:0;
	background: #3a3637;
	display: inline-block;
}
.marquee-header{
	position: relative;
	background: #3a3637;
	padding: 5px;
	color: #cecccd;
	width: 930px;
	margin: 0 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
}
.marquee-header marquee{
	display:inline-block;
}
/*
.ui-tabs-nav{
	background: #fff001;
	border:none;
	padding-left: 10px !important;
}

#myContainer .ui-tabs .ui-tabs-nav li{
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-0-transform: skew(-20deg);
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
	box-shadow: 0 0 3px #000;
}

#myContainer .ui-tabs .ui-tabs-nav li.ui-state-active{
	box-shadow:none;
}
#myContainer .ui-tabs .ui-tabs-nav li a{
	color: #fc4c00;
	background:none;
	border:none;
}
.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #d4d4d4 !important;
    background: #f9f6cd !important;
    color: #525252 !important;
}
.ui-tabs.ui-widget-content{
	border:none;
}
.ui-tabs .ui-tabs-panel{
	background: #f9f6cd;
}
* * */
.ui-tabs-nav{
	background: #fff001;
	border:none;
}
#myContainer .ui-tabs .ui-tabs-nav li a{
	color: #fc4c00;
	background:none;
	border:none;
	font-size: 17px;
	font-weight: 400;
}
.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #d4d4d4 !important;
    background: #f9f6cd !important;
    color: #e6a900 !important;
}
.ui-tabs.ui-widget-content{
	margin-top: 10px;
	border:none !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.ui-tabs .ui-widget-content{
	border:none !important;
}
.ui-tabs .ui-tabs-panel{
	background: #f9f6cd;
}
.ui-tabs-panel table, .ui-tabs-panel td{
	border:none !important;
}
.ui-tabs-panel tbody tr:nth-child(odd) td{
   background-color: #f9f6cd;
}
.ui-tabs-panel table th{
	border: none !important;
	border-bottom: 2px solid #fc1393 !important;
	background: #f9f6cd !important;
	color: #333 !important;
}

#defaultlocation{
	width: 170px !important;
	padding: 5px;
}
#myContainer .menuholder{
	border-radius: 0;
	background: none;
	border:none;
}
#myContainer .menuholder h2, .contentsidebar > li h2{
	color: #e6a900;
	background:none;
	border-bottom: 1px solid #e6a900;
	padding-left: 0;
	text-align: center;
	text-transform: uppercase;
	font-size:18px;
}
#myContainer .mynav td a{
	color: #fff;
}
#myContainer .mynav td a:hover{
	color: #000;
}
.akunholder td,.akunholder th, .akunholder table{
	border:none;
}
.r-content h2, .r-content h3{
	color: #e6a900;
}

#reflink{
	padding: 7px;
	color: #333;
	border-radius: 5px;
	width: 90% !important;
}
.ui-widget-overlay{
	opacity: 0.5;
}
.ui-dialog .ui-widget-header{
	background: #e6a900;
	color: #FFF;
	border:none;
}
.ui-dialog.ui-widget-content{
	border:none;
	background: none;
}
.ui-dialog-content{
	background: #ffdb91 !important;
	color: #333;
}
.ui-widget-content.ui-dialog-buttonpane{
	background: #e7bb24 !important
}

.self-container{
	background: none;
	padding: 5px;
}
#ref_filter{
	background: none !important;
}
.self-container input,.self-container select{
	padding: 5px;
	background: rgba(255,255,255,0.5);
}
input.error{
	color: #000;
}
caption,td, label{
	font-weight: 300;
}
.footermenu{
	display:none;
}
.registered-container{
	width: 500px; margin: 0 auto;
}
.logo .logo-img{
	height: 75px;
	margin-top: 0;
}
.celebrate{
	top: 49px;
	left: 146px;
	position: absolute;
}
.celebrate img{
	width: 219px;
	height: auto;
}
.akun-holder{
	position: absolute;
	top: 50px;
	right: 0;
	width: 150px;
	background: rgba(255,255,255,0.5);
}
.header-saldo{
	font-size: 18px;
}
.num-container .num_spbu{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background:#b45900;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}
.ls-layer .ls-bg {
	width: 100%;
}
#superContainer{
	margin-top: 0;
}

.tbl-header a{
	font-size: 16px;
	color: #111;
	font-weight: bold;
	text-decoration: none;
}
table.tbl-header, table.tbl-header th, table.tbl-header td{
	border:none;
	padding: 3px;
}
.header-circle img{
	height: 40px;
	width: auto;
	margin-top: 12px;
}
.pasaran-50{
	text-align: center;
	font-size:36px;
	font-weight:bold;
	background: url('images/header.jpg') #fff right center;
	padding: 30px 10px 15px;
	color: #000;
}
.pasaran-50 table,.othergame table{
	margin-bottom: 0;
	border:none;
}
.pasaran-50 td{
	border:none;
}
.othergame td{
	vertical-align: middle;
	text-align: center;
	border:none;
}
.header-link table, .header-link th, .header-link td{
	margin:0;
	border:none;
}
.header-link{
	margin: 10px auto;
	color: #fff;
}
.header-link a{
	color: #fff;
	text-decoration: none;
}
.header-link a:hover{
	color: rgba(255,255,255,0.5);
	text-decoration: underline;
}
.header-link table td img{
	height: 30px;
	width: auto;
	vertical-align: middle;
}
.header-link table td{
	vertical-align: middle;
	font-size: 22px;
}
.bank.bca{
	width: 120px;
	position: relative;
	margin : 1px 5px;
}
.bank img{
	width: 100%;
	height: auto;
}
.bank img.on-indi{
	width: 19px;
	height: 19px;
	position: absolute;
	left: 6px;
	top: 17px;
}
.bank-holder{
	background: url('images/bank-bg.png') center center;
}

.info {
    background: none;
    color: #a4d0ff;
}
.success{
	background: none;
	color: #bbfc7c;
}
.notice {
    background: none;
    color: #ffdd5b;
}
.error {
    background: none;
    color: #ff6f5c;
}
.header-holder{
	position: absolute;
	left: 220px;
	top: 0;
	width: 175px;
}
.header-holder .lokasi{
	padding: 0;
}
.header-kategori{
	position: absolute;
	left: 420px;
	top: 0;
	width: 175px;
}
#dialogContainer .catholder{
	width: 48%;
	float: left;
}
#dialogContainer .catholder td a{
	color: #ffe6ce;
	font-size: 16px;
}
input.number{
	color: #000;
}
label.error{
	display: inline-block;
	margin-top: 5px;
}