/* CSS Document */
BODY{
	font-family:Arial, Helvetica, sans-serif;
  background-color: #0E0E0E;
	margin:0px;
	padding:0px;
}

body, table {
	font-size:12px;
	color:#ddd;

}

h2{
	margin:0px;
	padding:0px;
}

a {
	text-decoration: none;
	color: #ccc;
}

a:hover {
	color: #999;
}

.container {
width:1200px;
margin:0 auto;
border:10px solid #000;
  background:url(../images/bgbody.png) center top #000;
}

.centerheading {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	/*font-family: bebasNeue;*/
  padding:10px 0;
	font-weight: normal;
	color: #fff;
  background: #212121;
}

.centerheading2 {
		color: #fff;
	background: #0075c8;
	border: 1px solid #0075c8;
	text-align: center;
	font-size:24px;
	font-family: bebasNeue;
	font-weight: normal;
	padding: 5px 0;
	border-radius:5px 5px 0 0;

}

.linetrans a{
	text-decoration:none;
	color:#FFF;
}

.management {
	border-spacing: 0;
	border-collapse: collapse;
}

.management tr td {
	background: #fff;
	padding: 5px;
	border: 1px solid #a8a7cf;
	text-align: center;
	font-weight: bold;
}

.management tr:nth-child(even) td {
	background: #d8d6eb;
}

h4{
	margin:0px;
	padding:0px;
	color:black;
	font-size:14px;
	margin-bottom:3px;
}

.linetrans a:hover{
	text-decoration:none;
	color:#FC0;
}

.topheader table {
	z-index: 999 !important;
}

.logo {
margin:10px 0;
}

.topline {
  height: 10px;
  background: rgba(255,255,255,0.48);
  margin-bottom: 15px;
}

.content-centered td {
  text-align: center;
}

.top_countdown {
margin-top:30px;
color:#fff;
background: #333;
padding: 5px 10px;
width: 230px;
margin-right: -20px;
}

.runningtext {
	margin-bottom: 20px;
	font-size:12px;
}

.topnav-wrapper {
margin-bottom:-10px;
}

.topnav{
border: 2px solid #ebebeb;
background: #0075c8;
border-radius:3px;
}

.topnav ul, .topnav li {
margin:0; padding:0; list-style:none;
}

.topnav li {
float:left;
background:url(../images/batasnav.png) no-repeat center left;
}

.topnav li:first-child {
	background:none;
}

.topnav li a{
	text-decoration:none;
	font-size:14px;
	display:block;
	color:#fff;
	font-family:arial;
	height:31px;
	line-height:31px;
	font-weight:normal;
	padding:0px 38px;
}

.topnav li a:hover, .topnav li a.active {
	color:#fff !important;
	background-color: #0064ab;
}

.topnav li a:active {
	position:relative;
	top:1px;
}

.dashboard{
	padding-bottom:30px;
	min-height:400px;
	background: rgba(255,255,255,0.18);
	width: 1200px;
	margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
}

.centercontent {
  background: #212121;
	padding: 20px;
}


.winning {
padding: 30px;
border: 1px solid #e1e1e1;
border-radius: 5px;
margin-bottom: 30px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.home-number {
	height: 58px;
	width: 250px;
	line-height: 58px;
	letter-spacing: 55px;
	padding-left: 20px;
	font-size:24px;
	font-weight: bold;
	background: url(../images/ball.png) repeat-x;
}

/* start PAGINATION */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #993300;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #993300;
  border-color: #993300;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/* end of PAGINATION */

.draw-number {
	font-size:16px;
	margin-top:10px;
}

.fontbesar{
	font-size:16px;
}

.fontputih {
color:#fff !important;
}

.fontputih{
	color:white;
	font-size:16px;
}

.bgfooter{
	color:#fff;
}

.foot-social tr td {
	padding-left: 10px;
}

.foot-social tr td:first-child {
	padding-left: 0;
}

.foot-social tr td a {
	color: #fff;
	display: block;
	padding: 3px 7px;
	border-radius:3px;
}

.foot-social tr td a.fb {
	background: #3b5998;
}

.foot-social tr td a.twitter {
	background: #00acee;
}

.foot-social tr td a.gplus {
	background: #db4a39;
}

.foot-social tr td a.pinterest {
	background: #ca2127;
}

.foot-social tr td a.linkedin {
	background: #0054ff;
}

.foot-social tr td a:hover {
	opacity:0.5;
}

.copyright {
text-align:center;
padding:0 0 10px 0;
font-size:smaller;
}

.running_icon_footer {
width: 100%;  
height: 15px;  
margin: 10px 0;
	background: url(../images/running_icon_footer.gif) repeat-x;
-moz-animation: backgroundScroll 10s linear infinite;
-o-animation: backgroundScroll 10s linear infinite;
-webkit-animation: backgroundScroll 10s linear infinite;
animation: backgroundScroll 10s linear infinite;  
}

@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: -400px 0;}  
}

@keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: -400px 0;}  
}


/* SIDE CONTENT */
.side-left {
	width: 250px;
}

.sideheading {
	color: #fff;
	font-family: bebasNeue;
	font-weight: normal;
	background: #0075c8;
	border: 1px solid #0075c8;
	text-align: center;
	font-size:24px;
	padding: 5px 0;
	width: 200px;
	border-radius:5px 5px 0 0;
}

.sidecontent {
	border-radius:0 0 5px 5px;
	border: 1px solid #d1d1d1;
	width: 180px;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.sidemenu, .sidemenu li {
	margin: 0; padding: 0; list-style: none;
}

.sidemenu {
}

.sidemenu li {
	padding: 5px 0;
	border-top: 1px solid #ccc;
  text-align: center;
}

.sidemenu li:first-child {
	border-top: none;
}

.sidemenu li a {
	background: url(../images/bullet1.png) no-repeat center left;
	padding-left:15px;
	display: block;
}

.banner-right {
  margin-top: 10px;
}

.banner-animate {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.frame {
  position: relative;
  background: rgba(255,255,255,0.31);
  padding:5px;
}




/* -- start sisip css */
.ball2 {
	margin: 0 auto;
	display: block;
	width: 240px;
	height:58px;
	line-height: 58px;
	background: url(../images/ball.png) repeat-x;
	font-weight: bold;
	font-size:24px;
	letter-spacing: 55px;
	padding-left: 20px;
}

.ball{
	background-position:left;
	background-repeat:repeat-x;
	width:25px;
	padding-left:7px;
	height:27px;
	display:block;
	background-image:url(../images/ball2.png);
	text-align:left;
	float:left;
	padding-bottom:7px;
  letter-spacing: 10px;
	color:black;
	font-size:20px;
}
.headingnomor{
	background-repeat:repeat-x;
	line-height:39px;
	background-image:url(../images/headingnomor1.png);
	text-align:center;
	color:#333;
	font-size:14px;
	font-weight:800;
}

.tabelnomor, .tabelnomor3{
	border:1px solid #ccc;
	border-top:0px;
}
.zebra:nth-child(odd) td {
    background: none repeat scroll 0 0 #EAEAEA;
}
.tabelnomor td, .tabelnomor3 td {
	font-size:14px;
	padding:3px;
	text-align:left;
	font-weight:800;
	line-height:35px;
	background-color:#FFF;
	padding-left:10px;
}

.ball3 {
  display: block;
  background: url(../images/ball3.png);
  width: 119px;
  height: 27px;
  margin: auto;
  text-align: left;
  line-height: 27px;
  color: #fff;
  letter-spacing: 21px;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

table.res tbody tr td {
  border-top: 1px dotted #3c3b3b;
  padding:5px 0;
}

table.res tbody tr:first-child td {
  border-top:none;
}

.tabelnomor3 thead tr td.headingnomor3 {
  background:#0075c8;
  font-family:bebasNeue;
  font-weight: normal;
  font-size:24px;
  color:#fff;
}

.tabelnomor2 {
	border-collapse: collapse;
}

.tabelnomor2 thead tr th {
	color: #000;
	font-weight: normal;
	font-family: bebasNeue;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	border:1px solid #ddd;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

}

.tabelnomor2 thead tr th, .tabelnomor2 tbody tr td {
	padding: 5px;
}

.tabelnomor2 tbody tr td {
	border:1px solid #ccc;
	border-collapse: collapse;
	background: none;
}

.tabelnomor2 tbody tr:nth-child(even) td {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */

}

/*-- end sisip