#loc4div,.loginform,.nav .sf-menu,.panel-title,.banksection, marquee{
	font-family: 'Teko', sans-serif;
}

.loc4container .contentholder{
	margin-right: -5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.loc4content{
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccc 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ccc 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ccc 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=0 ); /* IE6-9 */

	border-radius: 3px;
	border: 1px solid #214100;
	color: #F44336;
	width: 191px;
	float:left;
	margin: 15px;
	height: 225px;
	overflow:hidden;
	padding: 5px;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.loc4content h2{
	background: #427e02; /* Old browsers */
	background: -moz-linear-gradient(top,  #427e02 0%, #214100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #427e02 0%,#214100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #427e02 0%, #214100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427e02', endColorstr='#214100',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	color: #fff !important;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	width: 201px;
	line-height: 40px;
	margin-left: -5px;
	margin-top: -5px;
	padding: 0 2px;
}
.loc4content .periode{
	color: #000;
	font-size: 24px;
}
.loc4date{
	color: #333;
}
.loc4time{
	color: #016505;
}
.loc4content .num-container{
	margin-top: 15px;
}
.loc4content .num-container{
	background: url(images/result.png) no-repeat center center;
    width: 165px;
    height: 58px;
    padding-top: 12px;
    box-sizing: border-box;
}
.loc4content .num-container .num_spbu{
	width: auto;
    height: auto;
    background: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
#myContainer .loc4content a{
	color: #016505;
}
.home-left{
	float: left;
	width: 49%;
}
.home-right{
	float: right;
	width: 49%;
}
.full-nav{
	background: url('images/menu-bg.png') repeat-x top;
	height: 35px;
}
.full-nav .sf-menu a{
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
}
.full-nav .sf-menu a:hover, .full-nav .sfHover, .full-nav li:hover{
	background: none;
	text-decoration: none;
	color: #ccc;
}
.full-nav .sf-menu ul a:hover, .full-nav .sf-menu .sfHover, .full-nav .sf-menu ul li:hover{
	background: green;
	text-decoration: none;
	color: #fff;
}
.header{
	width: 100%;
}
.header .headkol{
	float: left;
	width: 20%;
	text-align: center;
}
.header .headkol4{ width: 40%}
.header .headkol1{ width: 22%}
.header .headkol2{ width: 18%}
html,body{
	font-size: 13px;
	background: #f3f8f4;
}
html, body, td, tr, h2, h3, h1, h4, a{
  font-family: 'Open Sans', sans-serif;
}
input::-webkit-input-placeholder {
  font-family: 'Open Sans', cursive;
}
input:-ms-input-placeholder {
  font-family: 'Open Sans', cursive;
}
input:-moz-placeholder {
  font-family: 'Open Sans', cursive;
}
input::-moz-placeholder {
  font-family: 'Open Sans', 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: 370px;
	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-form .ui.login-btn{
	width: 100px;
	background: #ffab00;
	color: #000;
	font-size: 16px;
}
#header-form .ui.reg-btn{
	width: 100px;
	background: #0477ec;
	color: #fff;
	font-size: 16px;
}
.header-login-btn{
	font-size: px;
	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{
	position: relative;
}
.header td{
	padding:0;
}
.header-field input{
	width: 95%;
	background: #818181;
	color: #fff;
	border: none;
	padding: 2px;
	font-family: 'Open Sans', cursive;
	font-weight: bold;
}
.header-field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-size: 80%;
}
img.header-login-captcha{
	width: auto;
	height: 23px;
	vertical-align: middle;
}
#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{
	font-family: 'Open Sans', cursive;
	margin-top: 4px;
}
#header-form .ui-button-text-only .ui-button-text{
	padding: 2px 10px;
}
.contentsidebar marquee{
	background: none !important;
}
.marquee-header{
	margin-top: 5px;
	color: #fff;
	padding: 0;
	background: #3e3e3e;
}
.ui-tabs-nav{
	background: #fff001;
	border:none;
}
#myContainer .ui-tabs .ui-tabs-nav li a{
	color: #fc4c00;
	background:none;
	border:none;
	font-size: 12px;
	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: #f94b30;
	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: #f94b30;
}

#reflink{
	padding: 7px;
	color: #333;
	border-radius: 5px;
	width: 90% !important;
}
.ui-widget-overlay{
	opacity: 0.5;
}
.ui-dialog .ui-widget-header{
	background: url('images/menu-bg.png') #214100 repeat-x top;
	color: #FFF;
	border:none;
}
.ui-dialog.ui-widget-content{
	border:none;
	background: none;
}
.ui-dialog-content{
	background: #f5f5f5 !important;
	color: #333;
}
.ui-widget-content.ui-dialog-buttonpane{
	background: url('images/menu-bg.png') #214100 repeat-x top;
}

.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-img{
	width: 70%;
    height: auto;
    margin-top: 5px;
}
.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:#295000;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}
.ls-layer .ls-bg {
	width: 100%;
}
#superContainer{
	margin-top: 10px;
	background: #fff;
	margin-bottom: 15px;
}

.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-holder{
	margin-top: 5px;
}
.bank-holder .container{
	background: #11253d;
	border-radius: 5px;
	padding: 3px 5px;
}
.bank.bca{
	width: 100px;
	position: relative;
}
.bank.bca img{
	height: 23px; 
	width: auto;
}
.bank-status{
	position: absolute;
	right: 0;
	height: 23px;
	width: auto;
}
.bank.bca:last-child{
	border: none;
}
.bank.bca img.bankimg{
	width: 60px;
	height: auto;
}
.bank.bca img.on-indi{
	height: 20px;
	width: auto;
	margin: 0 -20px 0 -20px;
}
.homeslider{
	position: relative;
	width: 100%;
	height: 339px;
	background: url('images/bg-slider.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
}
.homeslider .container{
	
}
.homeslider .container .slider-wrapper{
	
}
.homeslider .theme-default .nivoSlider{
	background: none;
	box-shadow:none;
}

.header-holder{
	width: 175px;
}
.header-holder .lokasi{
	padding: 0;
}
.header-kategori{
	width: 175px;
}
.header-kategori h2, .header-holder h2{
	color: #fff;
}
#dialogContainer .catholder{
	width: 48%;
	float: left;
}
#dialogContainer .catholder td a{
	color: #fff;
	font-size: 16px;
}
input.number{
	color: #000;
}
label.error{
	display: inline-block;
	margin-top: 5px;
}
.nivo-controlNav{
	display:none;
}
.ui.showcat{
	background: yellow;
	color: #000;
	-webkit-animation: breathing 1s ease-out infinite normal;
    animation: breathing 1s ease-out infinite;
}
.ui.showcat:hover{
	background: orange;
	color: #fff;
}
.footer-txt{
	background: #427e02; /* Old browsers */
	background: -moz-linear-gradient(top,  #427e02 0%, #214100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #427e02 0%,#214100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #427e02 0%, #214100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427e02', endColorstr='#214100',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.breath{
	-webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite;
	-webkit-font-smoothing: antialiased;
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }


  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}