@charset "utf-8";
/* CSS Document */

/*Font */
@font-face{font-family: Digi;src: url(../fonts/DS-DIGI.TTF);}
@font-face{font-family: Lato;src: url(../font/Lato-Regular.ttf);}
@font-face{font-family: Latob;src: url(../fonts/Lato-Bold.ttf);}
@font-face{font-family: Juve;src: url(../fonts/JuventusFans-Bold.ttf);}

/* 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;
}
button:hover,button:active,button:focus {cursor: pointer;}
a, a:hover,a:focus,a:active {outline: none;}
textarea:focus, input:focus{outline: none;}
marquee{padding-top: 3px}
*{padding: 0px;margin: 0px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

.clear{clear:both;}
.text-center {text-align: center !important;}
.pull-left {float: left;}

.container {width:1400px!important;/*margin: 0 auto*/;position: relative; padding: 0;}

body {background-color:#11455b;}

.left-side {
	float: left;
	background:#021a2a url(../img/sidebar-bg.png) top center no-repeat;
	background-size: cover;
	height: 1580px;
	width: 268px;
	text-align: center;
	padding-top: 20px;
}

.right-side{
	float:left;
	width: 1132px;
	height: 1584px;
	background: url(../img/right-bg.png) top center no-repeat;
	background-color: #11455b;
	text-align: center;
}

.time-wrap {
	width: 209px;
	height: 42px;
	background: url(../img/time-bg.png) top center no-repeat;
	margin: 10px auto 0;
	font-family: 'Digi';
	font-size: 30px;
	padding-top: 7px;
}

.sidebar-menu {
	width: 209px;
	height: 819px;
	margin: 20px auto 0;
}

.login-wrap {
	width: 819px;
	height: 38px;
	margin: 20px 20px;
}
.numbercode {
	color: #000000;
	margin: 2px 10px;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 20px;
	background-color: #ffffff;
	float: left;
	padding: 7px;
	width: 70px;
	height: 34px;
	border-radius: 8px;
	font-weight: bold;
}
#username, #password {
	width: 140px;
	height: 38px;
	background-color: #292929;
	border: 1px solid #a39f9f;
	border-radius: 10px;
	float: left;
	padding-top: 5px;
	margin-right: 20px;
	color: white;
}

#validation {
	width: 100px;
	height: 38px;
	background-color: #292929;
	border: 1px solid #a39f9f;
	border-radius: 10px;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
	color: white;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

#txtUsername, #txtPassword {
	width: 140px;
	height: 28px;
	font-size: 19px;
	font-family: 'Lato';
	background-color: transparent;
	border: none;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	color: white;
	text-align: center;
}

#txtCode {
	width: 100px;
	height: 28px;
	font-size: 17px;
	font-family: 'Lato';
	background-color: transparent;
	border: none;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	color: white;
	text-align: center;
}

#btnSignIn {
	background: url(../img/login.png) center no-repeat;
	width: 114px;
	height: 38px;
	cursor: pointer;
	color: white;
	font-family: 'Lato';
	font-size: 13pt;
	border: 0;
	float: left;
	margin-right: 10px;
}

#btnSignIn:hover, #btnReg:hover {
	opacity: 0.8;
}

#btnReg {
	background: url(../img/register.png) center no-repeat;
	width: 114px;
	height: 38px;
	cursor: pointer;
	color: white;
	font-family: 'Lato';
	font-size: 13pt;
	border: 0;
	float: left;
}

ul.menu {
	float: left;
	margin: 0 25px;
}
ul.menu li {
	float: left;
	padding: 0 3px;
}
ul.menu a {
	color: white;
	text-decoration: none;
	font-family: 'Latob';
	font-size: 13pt;
	padding: 10px 0;
	text-transform: uppercase;
}
ul.menuafter a:hover {
	color: #2885c2;
}
ul.menu a:hover {
	color: #2885c2;
}
ul.menuafter {
	float: left;
	margin: 0 25px;
}
ul.menuafter li {
	float: left;
	padding: 0 5px;
}
ul.menuafter a {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding: 0 13px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.menuafter a:hover {
	color: #2885c2;
}

.marquee-wrap {
	float: left;
	width: 100%;
	padding: 10px 0 0 10px;
}

.msg {
	width: 660px;
	height: 25px;
	float: right;
	background-color: #292929;
	border: 1px solid #1e6a8a;
	margin-right: 40px;
}

#runningText {
	color: white;
	font-family: 'Lato';
	font-size: 13pt;
}

.slider {
	float: left;
	margin: 10px 30px;
}

.games-wrap {
	width: 819px;
	height: 145px;
	float: left; 
	background: url(../img/game-bg.png) top center no-repeat;
	background-size: 770px;
}

.download {
	float: left;
	margin:15px 0 0 10px;
}

.bank-bg {
	width: 200px;
    height: 175px;
    float: left;
    background: url(../img/bank-bg.png) top center no-repeat;
    margin: 0px 5px 0 5px;
    padding-top: 40px;
    background-size: 200px;
}
.wording {
    font-family: 'Lato';
    padding: 20px 80px;
    text-align: left;
}
.contact-bg {
	width: 200px;
    height: 175px;
	float: left;
	background: url(../img/contact-bg.png) top center no-repeat;
	margin: 0px 0 0 5px;
	padding-top: 38px;
	background-size: 200px;
}

.contact {
	width: 165px;
	height: 35px;
	background-color: #0c0c0c;
	margin: 2px auto
}
.contact-icon {
    float: left;
    width: 30px;
}
.contact-title {
	font-size: 10pt;
	color: white;
	font-family: 'Juve';
	float: left;
	padding-top: 5px;
	float:left;
	width: 130px;
	text-align: left;
}
.contact-nomor {
	font-size: 12pt;
	font-family: 'Juve';
	color: #ffd200;
	float: left;
}
.wording {
	font-family: 'Lato';
	padding: 20px 80px;
	text-align: left;
}
.wording h2 {
	color: #2985c4;
	font-size: 27pt;
}
.wording p {
	color: white;
	font-size: 14pt;
}

.footer-bg {
	float: left;
	width: 100%;
	height: 57px;
	background: url(../img/footerbg.png) top center no-repeat;
	text-align: center;
	margin-top: 30px;
	font-family: 'Juve';
	font-size: 24pt;
	color: #11455b;
	padding-top: 10px;
}
.nav-tabs {border: none;}
.nav>li>a {padding: 4px;}
.nav-tabs>li>a:hover {
	background-color: transparent;
	border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: none;
	background-color: transparent;
}
a.navbar2 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	padding: 7px;
  }
  .Error {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:red;
  }
  .btnLogout {
	font-weight:bold;
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-color: #ffffff;
	border-radius: 8px;
	background: rgb(71,208,84);
	background: -moz-linear-gradient(0deg, rgba(71,208,84,1) 0%, rgba(57,143,65,1) 32%);
	background: -webkit-linear-gradient(0deg, rgba(71,208,84,1) 0%, rgba(57,143,65,1) 32%);
	background: linear-gradient(0deg, rgba(71,208,84,1) 0%, rgba(57,143,65,1) 32%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47d054",endColorstr="#398f41",GradientType=1);
	padding: 7px 15px;
	border: 1px solid #ffffff;
  }