/*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{
    width: 100%;
    background: #1a93fe !important;
}

.clear{clear: both;}

.pull-left{float:left;}

.pull-right{float:right;}

@font-face {
  font-family: gilroy;
  src: url(../font/Gilroy-BoldItalic.ttf);
}

@font-face {
  font-family: gilroy-i;
  src: url(../font/Gilroy-HeavyItalic.ttf);
}


/*reset.css*/

/* 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;
}

strong {
    font-weight: bold;
}

/*end reset*/

/*Content.css*/

.header {
    height: 157px !important;
    width: auto;
    background : url(../../images/bg-header.jpg)no-repeat center top;
} 

.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;
    text-transform: uppercase;
}

.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);
}

.content #body p{
    padding-top: 10px;
    line-height: 22px;
}


/*uibase.css*/

@font-face{
    font-family: RobotoSlab;
    src: url(../font/RobotoSlab-Regular.html);
}

@font-face{
    font-family: DaiAtlas;
    src: url(../font/Dai-Atlas.html);
}


.qrcode{
    position: fixed;
    top: 170px;
    right: 5px;
}

.girl {
    position: absolute;
    margin-top: 10px;
    margin-left: -50px;
}


.contact-wrap{
    width: 241px;
    z-index:999999;
    height: 288px;
    background: url(../../images/contact.png) center no-repeat;
    position: fixed;
    top:200px;
    right: 0px;
}


.contact{
    float: left;
    margin-top: 70px;
    margin-left :60px;
}

.contact li{
    color: white;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 0 0;
}

.contact li img{
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.contact li:first-child{
    padding: 0;
}


.header{
    height: auto;
}


.logo{
    float: left;
    margin: 8px 0 0 0;
    position: relative;
    z-index: 999;
}

.right-head{
    float: right;
}


.datetime{
    float: left;
    width: auto;
    color: #fff;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 999;
}

.datetime p:first-child{
    float: left;
    margin: 0 60px 0 10px;
}

.datetime p:last-child{
    float: left;
}


form.my-form{
    float: right;
    width: 526px;
    height: auto;
    margin: 25px 0 0 0;
    position: relative;
    z-index: 999;
}

form.my-form input[name="username"]{
    float: left;
    width: 139px;
    height: 26px;
    background: url(../../images/username.png) center no-repeat;
    font-family: arial;
    font-size: 9px;
    text-align: left;
    color: #fff;
    margin: 0px 2px;
    border: none;
    padding: 0 0 0 20px;
}

form.my-form input[name="password"]{
    float: left;
    width: 139px;
    height: 26px;
    background: url(../../images/password.png) center no-repeat;
    font-family: arial;
    font-size: 9px;
    text-align: left;
    color: #fff;
    margin: 0px 2px;
    border: none;
    padding: 0 0 0 20px;
}


#btnLogin{
    float: left;
    width: 120px;
    height: 60px;
    background: url(../../images/button.png) center no-repeat;
    color: white;
    border: none;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin: -17px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 58px;
}

#btnDaftar{
    float: left;
    width: 120px;
    height: 60px;
    background: url(../../images/button-daf.png) center no-repeat;
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 58px;
    margin: -17px 0 0 0;
    text-transform: uppercase;
}

#btnLogin:hover{
    cursor: pointer}

#btnDaftar:hover{
    cursor: pointer}


form.my-form input:focus{
    outline: none;
}

form.my-form input::-webkit-input-placeholder {
    color: gray;
}


.forgot{
    float: right;
    text-decoration: none;
    color: white;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    margin: 0 10px 0 0;
    font-style: italic;
}

.forgot:hover{
    color: gray;
}


.marquee-div{
    float: left;
    width: 900px;
    height: 30px;
    margin-left: 95px;
    margin-top: -29px;
    padding: 8px 2px;
    position: relative;
    z-index: 999;
}

.info{
    float: left;
    margin-top: -4px;
}

#runningText{
    float: left;
    width: 95%;
    color: #111;
    font-family: gilroy-i;
    font-size: 13px;
    letter-spacing: 1.5px;
}


.slideshow{
    float: right;
    width: 600px;
    height: 674px;
    margin: 0px 0 0 0px;
}


.bank{
    float: right;
    margin: 10px 0 10px 0;
    position: relative;
    z-index: 999;
}

.copy {
    font-family: arial;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.copy a {
    color:#fff;
}

.copy a:hover {
    color: #bebebe;
}

.download-bg{
    float: left;
    width: 100%;
    height: 75px;
    background: url(../../images/download-bg.png) center no-repeat;
    margin: -165px 0 0 0;
    position: relative;
    z-index: 9;
}

.download{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.download a{
    float: left;
    margin-top: -3px;
}

.download a:nth-child(2){
    margin: 3 0 0 80px;
}

.download a:last-child{
    float: right;
}

.jackpot-wrap {
    display: inline-block;
    font-family: gilroy;
    width: 250px;
    height: 250px;
    background: url(../../images/jackpot.jpg) center no-repeat;
    color: #fff;
    text-shadow: 0px 1px 8px #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2.2px;
    text-align: center;
    box-shadow: 0px 1px 8px #000;
}

.poker-wrap {
    width: 250px;
    height: 60px;
    float: left;
    margin-top: 115px;
}

.domino-wrap {
    width: 250px;
    height: 60px;
    float: right;
    margin-top: 12px;
    margin-bottom: 8px;
}

.pokernum {
    float: left;
    padding-left: 61px;
}

.dominonum {
    float: left;
    padding-left: 61px;
}

.customer img{
    width: 250px;
    height: 101px;
    box-shadow: 0px 1px 8px #000;
    margin-bottom: -3px;
}

.last-wrap {
    width: 100%;
    height: 265px;
    margin-top: 20px;
}

.deposit-wrap {
    display: inline-block;
    float: left;
    width: 320px;
    height: 265px;
    background: url(../../images/last-depo.jpg) center no-repeat;
    box-shadow: 0px 1px 8px #000;
}

.winner-wrap {
    display: inline-block;
    width: 320px;
    height: 265px;
    background: url(../../images/last-winner.jpg) center no-repeat;
    box-shadow: 0px 1px 8px #000;
    margin-left: 15px;
}

.withdraw-wrap {
    display: inline-block;
    float: right;
    width: 320px;
    height: 265px;
    background: url(../../images/last-withdraw.jpg) center no-repeat;
    box-shadow: 0px 1px 8px #000;
}

.isi-last {
    width: 100%;
    font-family: gilroy-i;
    font-size: 20px;
    margin-top: 73px;
    text-align: center;
    font-style: italic;
    color: #fff;
    text-shadow: 0px 2px 8px #000;
}

tr.isi:hover {
    color: #bebebe;
    cursor: pointer;
}

.isi-last td {
    padding-top: 15px!important;
}

.isi-last td {
    display: inline-block;
    float: left;
}

.isi-last td:first-child {
    width: 90px;
    margin-left: 8px;
}

.isi-last td:nth-child(2) {
    width: 50px;
    margin-left: 20px;
}

.isi-last td:nth-child(3) {
    float: right;
    width: 130px;
    margin-right: 8px;
}

.footer{
    width: 100%;
    height: auto;
}

.footer a {
    text-decoration: none;
}


.browser{
    float: left;
    margin: 20px 0 10px 0;
}


.copyright{
    font-family: arial;
    font-size: 12px;
    color: white;
    margin: 35px 20px 0 0;
}

/* Daftar Page */

div.wrapper input[name="userid"]{
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="Password"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="VerifyPassword"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="ContactNumber"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="Email"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="FullName"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="memAccountName"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="memAccountNumber"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="ref"] {
    float: left;
    width: 146px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="checkc"] {
    width: 100px;
    height: 23px;
    font-family: arial;
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0 5px 0 2px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
}

div.wrapper input[name="btnLogin"]{
    float: left;
    width: 92px;
    height: 28px;
    background: url(../../images/daftar.png) center no-repeat;
    color: black;
    border: none;
    font-family: calibri;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px;
    
}


/* Daftar Page */

/* Permainan Page */

.tabs-menu{float: left;width: 100%;height: 54px;background:none;padding: 15px 0 0 0 !important;}

.tabs-menu li{width: auto;height: 34px;}

.tabs-menu li a{color: #0088cc;text-decoration: none;font-family: arial;font-size: 14px;text-transform: uppercase;padding: 8px 12px 8px 12px;line-height: 20px;border-radius: 4px 4px 0 0;outline: none;}


/* /Permainan Page */

/* Menu */
.menu-top {
    width: 526px;
    height: 50px;
    font-family: gilroy-i;
    text-transform: uppercase;
    margin-top: 5px;
    z-index: 10;
}

.menu-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

    }
 
.menu-top > ul > li {
    float: left;
    }
 
    
.menu-top li a {
    display: inline-block;
    color: #111;
    text-align: center;
    padding: 8px 13px;
    padding-bottom: 0px;
    text-decoration: none;
    }

    .menu-top li a:hover {
        color: #2d2d2d;
    }
 
 
li.dropdown {
    display: inline-block;
    }
 
.dropdown:hover .isi-dropdown {
    display: block;
    }
 
.isi-dropdown a:hover {
    color: #bebebe !important;
    }
 
.isi-dropdown {
    position: absolute;
    display: none;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    z-index: 9999999;
    background-color: #2f0f10;
    margin-left: -10px !important;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top , #fff, rgba(0, 0, 0, 0)) 1 100%;
    }

.isi-dropdown a {
    padding-bottom: 8px !important;
    color: #fff !important;
    }
 
.isi-dropdown a:hover {
    color: #bebebe !important;
    background: #fff !important;
    }
/* Menu */

.description {
    margin-top : 20px;
    color:#fff;
    padding-bottom: 25px;
    text-align: center;
}

.judul {
    float: left;
    width: 100%;
    height: 80px;
    background: url(../../images/judul.png) center no-repeat;
}

.judul h1 {
    font-family: gilroy-i;
    font-size: 35px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 23px;
    color: #fff;
}

.description p {
    padding-top: 13px;
    font-family: arial;
    font-size: 17px;
    line-height: 25px;
}

.description a {
    color : #fff;
    text-decoration: none;
}

.description a:hover {
    color: #bebebe;
}