/*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;}
html{overflow-y: scroll;}
.wrapper{width: 990px !important;margin: 0px auto;}

body{background: black url(../../images/bg.jpg) center top no-repeat !important;padding: 0px;margin: 0px;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

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

/*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);}
#space{height: 420px;}

/*uibase.css*/

.header{
    height: auto;
    position: relative;
}
/* Full-bleed top strip — separates login/clock from bg art */
.header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 42px;
    background: #05080c;
    border-bottom: 1px solid rgba(5, 219, 227, 0.22);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
}
.header > .wrapper{
    position: relative;
    z-index: 2;
    min-height: 42px;
}

@font-face{font-family: arial-rounded;src: url(../font/arial-rounded-bold.ttf);}

.datetime{width: 220px;height: 42px;color: white;font-family: arial-rounded;float: left;overflow: hidden;display: flex;align-items: center;}
.date{font-size: 11px;padding: 0 13px;margin: 0;width: 220px;min-width: 220px;white-space: nowrap;display: block;box-sizing: border-box;line-height: 1.2;opacity: .85;}
.hour{font-size: 11px;padding: 12px 40px 0 13px;}

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
form.my-form{
    width: auto;
    max-width: 640px;
    height: 42px;
    margin: 0;
    float: right;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#textbox-bg{}
form.my-form input[name="username"],
form.my-form input[name="password"]{
    width: 118px;
    height: 26px;
    font-family: RobotoSlab, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #ffffff !important;
    margin: 0;
    padding: 0 10px;
    border: 1px solid rgba(5, 219, 227, 0.35);
    border-radius: 2px;
    background: #1c2a32 !important;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    outline: none;
    -webkit-appearance: none;
    transition: border-color .15s ease, background .15s ease;
}
form.my-form input[name="username"]:focus,
form.my-form input[name="password"]:focus{
    border-color: #05dbe3;
    background: #243640 !important;
    box-shadow: none;
}
form.my-form input[name="username"]:-webkit-autofill,
form.my-form input[name="password"]:-webkit-autofill{
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 0 0 1000px #1c2a32 inset !important;
    -webkit-box-shadow: 0 0 0 1000px #1c2a32 inset !important;
    transition: background-color 99999s ease-in-out 0s;
}
form.my-form input[name="username"]::placeholder,
form.my-form input[name="password"]::placeholder{color: rgba(180, 210, 220, 0.55);}

form.my-form input[name="btnLogin"]{
    width: 82px;
    height: 28px;
    float: none;
    margin: 0;
    border-top: 1px solid #7af5fa;
    border-left: 1px solid #3aeff6;
    border-right: 1px solid #028890;
    border-bottom: 2px solid #016870;
    border-radius: 4px;
    background: linear-gradient(180deg, #2ee8f0, #05c4cc);
    color: #04161a;
    font-family: RobotoSlab, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    transition: filter .15s ease;
}
form.my-form input[name="btnLogin"]:hover{
    filter: brightness(1.08);
    color: #04161a;
}
form.my-form input[name="btnLogin"]:active{
    border-top: 2px solid #016870;
    border-left: 1px solid #028890;
    border-right: 1px solid #3aeff6;
    border-bottom: 1px solid #7af5fa;
    background: linear-gradient(180deg, #05c4cc, #2ee8f0);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.35);
    filter: none;
}

#btnDaftar{
    width: 82px;
    height: 28px;
    float: none;
    margin: 0;
    border-top: 1px solid #ffe27a;
    border-left: 1px solid #ffd24a;
    border-right: 1px solid #c99200;
    border-bottom: 2px solid #a87a00;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffd24a, #e5ab00);
    color: #1a1400;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: RobotoSlab, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: .8px;
    text-transform: uppercase;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    transition: filter .15s ease;
}
#btnDaftar:hover{
    filter: brightness(1.08);
    color: #1a1400;
}
#btnDaftar:active{
    border-top: 2px solid #a87a00;
    border-left: 1px solid #c99200;
    border-right: 1px solid #ffd24a;
    border-bottom: 1px solid #ffe27a;
    background: linear-gradient(180deg, #e5ab00, #ffd24a);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.35);
    filter: none;
}

.lang-switch{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 4px;
    padding-left: 8px;
    border-left: 1px solid rgba(255,255,255,.18);
}
.lang-switch a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 22px;
    line-height: 0;
    opacity: 1;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 3px;
    padding: 2px;
    background: rgba(255,255,255,.08);
    box-sizing: border-box;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.lang-switch a:hover{
    border-color: rgba(5, 219, 227, 0.7);
    background: rgba(5, 219, 227, 0.12);
}
.lang-switch a.active{
    border-color: #05dbe3;
    background: rgba(5, 219, 227, 0.18);
    box-shadow: 0 0 0 1px rgba(5, 219, 227, 0.25);
}
.eng,.indo{float: none;padding: 0;display: block;cursor: pointer;width: 24px;height: auto;}
.eng{width: 24px;height: auto;}
.indo{width: 24px;height: auto;}

.logo{float: left;padding: 0 0 0 180px;position: relative;z-index: 9;}

.menubg{
    width: 100%;
    max-width: 990px;
    height: auto;
    float: left;
    margin: -25px 0 0 0;
    padding: 0 12px 0 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
.left-menu{
    float: none;
    height: 43px;
    background: url(../../images/menu.png) center no-repeat;
    background-size: 100% 100%;
}
.menubg > .left-menu:first-child{
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
}
.menubg > .left-menu:last-child{
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
    background: none;
}

.menu{margin: 0;padding: 0;position: relative;z-index: 9;white-space: nowrap;}
.menu>li{padding: 12px 7px;display: inline-block;text-align: center;position: relative;white-space: nowrap;}
.menu>li>a{text-decoration: none;color: white;font-family: RobotoSlab;font-size: 11px;text-align: center;text-transform: uppercase;letter-spacing: .2px;white-space: nowrap;}
.menu>li:hover>a{text-decoration: none;color: #05dbe3;}

.bank{float: none;display: block;padding: 12px 0 0 0;margin: 0;max-width: 400px;height: auto;}

.content{height: auto;}

.blank{width: 100%;height: 470px;}

.contactbg{width: 1012px;height: 54px;background: url(../../images/contact.png) center no-repeat;margin: 0 0 0 20px;}
.contact{float: left;padding: 0;margin: 10px 0 0 5px;}
.contact>li{float: left;font-family: RobotoSlab;font-size: 12px;font-weight: bold;color: white;text-align: center;padding: 0 20px 0 8px;}
.contact>li:first-child{padding: 0 65px 0 20px;}
.contact>li>img{vertical-align: middle;padding: 0 15px 0 0;}

.gamebg{float: left;width: auto;height: auto;margin: 15px 0 0 0;}
.game{float: left;}
.game>li{float: left;}
.game>li>a{text-decoration: none;color: #febf00;}
.game>li>a>img{vertical-align: middle;padding: 0 38px 20px 40px;-webkit-transition: -webkit-transform .8s ease-in-out;transition:transform .8s ease-in-out;}
.game>li:hover>a>img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.game>li>a>div{width: 190px;height: 59px;background: url(../../images/game-button.png) center no-repeat;text-align: center;line-height: 60px;font-family: RobotoSlab;font-size: 15px;font-weight: bold;padding: 0 0 0 10px;}
.game>li:hover>a{color: white;}

.download{width: 983px;height: 85px;background: url(../../images/download.png) center no-repeat;margin: 30px 0 0 -10px;}
.download-header{float: left;margin: 25px 12px 0 0;}
.download-header>img{float: left;vertical-align: middle;}
.download-header>p{float: left;color: #05dbe3;font-family: RobotoSlab;font-size: 18px;padding: 8px 0 0 5px;}
.now{float: left;text-decoration: none;color: black;padding: 22px 22px;margin: 12px 0 0 0px;font-family: RobotoSlab;font-size: 13px;font-style: italic;font-weight: bold;}
.now:hover{color: white;}

.download-header-middle{float: left;margin: 25px 20px 0 30px;}
.download-header-middle>img{float: left;vertical-align: middle;}
.download-header-middle>p{float: left;color: #05dbe3;font-family: RobotoSlab;font-size: 18px;padding: 8px 0 0 5px;}

.download-header-last{float: left;margin: 25px 17px 0 20px;}
.download-header-last>img{float: left;vertical-align: middle;}
.download-header-last>p{float: left;color: #05dbe3;font-family: RobotoSlab;font-size: 18px;padding: 8px 0 0 5px;}

.footer{height: auto;}

.footer-menu{margin: 0 auto;padding: 0px 0 0 0;text-align: center;}
.footer-menu>li{padding: 12px 10px;display: inline-block;text-align: center;position: relative;}
.footer-menu>li>a{text-decoration: none;color: #05dbe3;font-family: RobotoSlab;font-size: 11px;text-align: center;text-transform: uppercase;letter-spacing: .6px;}
.footer-menu>li:hover>a{text-decoration: none;color: white;}

.copyright{width: 100%;text-align: center;font-family: arial;font-size: 12px;color: white;padding: 5px 0 0 0;}
.blue{color: #46a5ee;}

.warning{margin: 0 auto;text-align: center;padding: 15px 0 0 355px;}

.running {
	margin:0 0 1px;
        margin: 4px 0 0 0;
	padding:5px;
	border-radius:3px;
 	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:rgba(0, 0, 0, 0.8);
        
	color:#ccc;
}






