/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/


.bukti_pemenang { position: absolute; right:0; margin-right: 5px; margin-top: 235px;}
.bukti_pemenang a {cursor:pointer;}
.unblocker {position: absolute; right:0; margin-right: 5px; margin-top: 315px;}

.popup {background-color:rgba(0,0,0,0.75); position: fixed; width: 100%; height: 100%; z-index: 1000;}
.popup_box {width:640px; margin-left: auto; margin-right: auto; margin-top: 10% }
.close {background-color: #DFDFDF; border-radius:0 0 0 10px;padding: 5px; width: 25px; margin-left: 774px; position: absolute; cursor: pointer;}
/*Content.css*/

.content #header{
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    color:white;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 1px #999999 solid;
}
.content #body{
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    color:white;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0, 0.4);
}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: ChunkFive;src: url(../font/Chunk_Five.ttf);}
@font-face{font-family: Candal;src: url(../font/Candal.ttf);}

.header{height: auto;}

/* Top Left Wrap, Top Right Wrap  */
.left-wrap, .right-wrap{
    float: left;
    margin-top: 60px;
}
.right-wrap{
    margin-top: 40px;
    margin-left: 40px;
}
/* /Top Left Wrap, Top Right Wrap */

/* Contact */
.contact{
    float: left;
    margin-top: 0px;
}
.contact li{
    float: left;
    margin-left: 10px;
}
.contact li:first-child{
    margin-left: 0;
}
.contact li a{
    text-decoration: none;
}
.contact li a img{
    vertical-align: middle;
}
.contact li a div{
    color: white;
    text-align: center;
    padding-top: 5px;
    font-family: RobotoSlab;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
.contact li:hover a{
    opacity: 0.8;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 130px;
	background-color :rgba(255,255,255,0.90);
    color: #222;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* Contact */

/* Left Menu */
.left-menu{
    float: left;
    margin-top: 15px;
}
.left-menu li{
    float: left;
}
.left-menu li a{
    text-decoration: none;
    color: white;
    font-family: RobotoSlab;
    font-size: 15px;
    padding: 10px 25px;
}
.left-menu li:first-child a{
    padding: 10px 25px 10px 0;
}
.left-menu li:hover a{
    opacity: 0.8;
}
/* /Left Menu */

/* Logo */
.logo{
    float: left;
    margin-left: 20px ;
}
/* /Logo  */

/* Form */
div.my-form{
    float: right;
    margin: 5px 0 0 0;
}
.tbform tbody tr td span{
    font-family: arial;
    font-size: 10px;
    color: #fff;
    padding: 0 0 0 45px;
}
.tbform tbody tr td div{position: relative;}
.tbform tbody tr td div img{
    position: absolute;
    top: 12px;
    left: 70px;
}
div.my-form input[name="username"], div.my-form input[name="password"]{
    float: left;
    width: 132px;
    height: 22px;
    background: url(../../images/textbox.png) center no-repeat;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    color: black;
    margin: 3px 2px;
    border: none;
}
div.my-form input[name="username"]{
    background: url(../../images/username.png) center no-repeat;
}
div.my-form input[name="password"]{
    background: url(../../images/password.png) center no-repeat;
}
.tbform tbody tr td input[name="btnLogin"], .tbform tbody tr td input[name="btnDaftar"]{
    float: left;
    width: 132px;
    height: 22px;
    background: url(../../images/button.png) center no-repeat;
    color: black;border: none;
    font-family: RobotoSlab;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px 2px;
}
.tbform tbody tr td input[name="btnDaftar"]{
	background: url(../../images/daftar.gif) center no-repeat;
}
.tbform tbody tr td input[name="btnLogin"]:hover, .tbform tbody tr td input[name="btnDaftar"]:hover{opacity: 0.8;}
div.my-form input:focus{
    outline: none;
    background: url(../../images/textbox.png) center no-repeat;
}
div.my-form input:visited{background: url(../../images/textbox.png) center no-repeat;}
div.my-form input:after{background: url(../../images/textbox.png) center no-repeat;}
div.my-form input::-webkit-input-placeholder {
    color: gray;
    padding: 0 0 0 10px;
}
/* /Form */

/* Right Menu */
.right-menu{
    float: right;
    margin-top: 15px;
}
.right-menu li{
    float: left;
}
.right-menu li a{
    text-decoration: none;
    color: white;
    font-family: RobotoSlab;
    font-size: 15px;
    padding: 10px 15px;
}
.right-menu li:first-child a{
    padding: 10px 15px 10px 0;
}
.right-menu li:hover a{
    opacity: 0.8;
}
/*
.left-menu li:first- /Right Menu */

/* Running Text */
.marquee-div{
    float: left;
    width: 100%;
    margin-top: 10px;
}
#runningText, .info{
    float: left;
    font-family: RobotoSlab;
    font-size: 13px;
    font-weight: bold;
    color: #000;;
    font-style: italic;
    padding: 2px 0 0 0;
}
#runningText{
    width: 96%;
    font-size: 11px;
}
/* /Running Text */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: left;
    width: 990px;
    height: 416px;
    margin-top: 6px;
}
/* /Slide show */

/* Jackpot Wrap */
.jackpot-wrap{
    float: left;
    width: 990px;
    height: 457px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin: -20px 0 0 0;
}
/* /Jackpot Wrap*/

/* Jackpot */
.jackpot{
    float: left;
    width: 100%;

    margin-top: 100px;
}
.left-number, .right-number{
    font-family: RobotoSlab;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}
.left-number{
    
}
.right-number{
  
}
/* /Jackpot */

/* Five Last */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin: 90px 0 0 0;
}
#five-last-deposit , #five-last-withdraw{
    width: 430px;
    height: 256px;
    position: relative;
   
}
#five-last-withdraw{
    margin-left: 85px;
}
#five-last:first-child{margin-left: 0px;}
#little-table{
    width: 100%;
    height: auto;
    position: absolute;
    left: 20px;
    top: 110px;
}
#little-table tbody tr td{
    height: 20px;
    color: white;
    font-family: RobotoSlab;
    font-size: 13px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: right;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Five Last */

/* Content Text */
.content-text{
    float: left;
    color: white;
    width: 990px;
    max-height: 194px;
	overflow-y: scroll;
	overflow-x: hidden;
    background: url(../../images/content.png) center no-repeat;
    text-align: center;
    padding: 10px 10px;
}
.content-text h1 { font-size:22px; padding: 5px; font-weight: bold; text-decoration: underline}
.content-text h2 { font-size:20px; padding: 5px; font-weight: bold; text-decoration: underline}
.content-text a {color:#CACFFF;}
.content-text p{
    font-family: RobotoSlab;
    font-size: 14px;
    line-height: 18px;
}.content-text p:first-child{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
/* /Content Text */

.footer{height: auto;}

/* Bank */
.bank{
    float: left;
    margin: 10px 0 10px 20px;
}
/* /Bank */

/* Warning */
.warning{
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* /Warning */

/* Copyright */
.copyright{
    float: right;
    font-family: arial;
    font-size: 11px;
    color: #fff;
    margin: 35px 0 0 0;
}
/* /Copyright */








