@font-face {
  font-family: 'myriadPro';
  src: url('../fonts/myriadpro/myriadpro.eot');
  src: url('../fonts/myriadpro/myriadpro.eot?#iefix') format('embedded-opentype'),
  url('../fonts/myriadpro/myriadpro.woff') format('woff'),
  url('../fonts/myriadpro/myriadpro.ttf') format('truetype'),
  url('../fonts/myriadpro/myriadpro.svg#myriadpro') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'impact';
  src: url('../fonts/impact/impact.eot');
  src: url('../fonts/impact/impact.eot?#iefix') format('embedded-opentype'),
  url('../fonts/impact/impact.woff') format('woff'),
  url('../fonts/impact/impact.ttf') format('truetype'),
  url('../fonts/impact/impact.svg#impact') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'franklinGothicDemi';
  src: url('../fonts/franklingothic/franklingothicdemi.eot');
  src: url('../fonts/franklingothic/franklingothicdemi.eot?#iefix') format('embedded-opentype'),
  url('../fonts/franklingothic/franklingothicdemi.woff') format('woff'),
  url('../fonts/franklingothic/franklingothicdemi.ttf') format('truetype'),
  url('../fonts/franklingothic/franklingothicdemi.svg#franklingothicdemi') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --theme: #3311d9;
  --theme2: #2307ad;
  --theme-inverse: #fff600;
  --theme-inverse2: #fffa7a;
  --theme-color: #fff600;
  --thene-color-inverse:#3311d9;
}


BODY{
	background:url(../images/header.jpg) repeat-x center top, url(../images/bgbody.jpg) repeat-x center bottom;
	background-color:#fff;
	font-family:arial;
	margin:0; padding:0;
}

body, table {
	font-size:14px;
	color:#222;
	line-height:1.6em;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

a {
  text-decoration:none;
}

.bg_wrapper {
}

.wrapper {
  width:960px;
  margin:0 auto;
}

.fontgreen{
  color:#087c5e;
}

.fontgrey{
  color:#999;
}

.h3align{
	margin-top:20px;
	margin-bottom:20px;
}

.bodytext{
	color:#666;
}

.bglottery{
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(../images/bglottery.png);
}

.runtext{
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-top:3px;
	background-image:url(../images/breadcrumb-back.png);
}

#header {
  margin-top:5px;
  margin-bottom:10px;
}


.centerheading {
  color:#3b3289;
  font-family:impact;
  font-size:36px;
  text-transform: uppercase;
  font-weight:normal;
  line-height: normal;
  text-align:center;
  /*margin-bottom:30px;*/
  /*text-shadow:1px 1px 0px #573100;*/
}

.subheading {
  color:#0269bf;
  font-size:18px;
  font-weight:normal;
}

.runningtext {
  height:42px;
  line-height:42px;
  color:#fff;
}


.info{
	background:url(../images/bg_welcome.jpg) no-repeat;
	width:500px;
	height:162px;
	padding:10px;
	font-size:12px;
}

.logo {
  margin:0px 0 0 0;
}

.language {
  line-height:28px;
  color:#ffc600;
}

.language a {
  font-size:12px;
  color:#ffc600;
}

.result-by-date {
}

.result-by-date table tr td {
  padding:5px 10px;
  font-family:bigNoodleTitling;
  font-size: 32px;
}

.result-by-date input[type=text] {
  padding:7px;
  background:none; border:none;
  background:#fff;
  border:1px solid #999;
}

.result-by-date input[type=submit] {
  background:none; border:none;
  background:#555;
  color: #fff;
  height: 32px;
  padding:0 10px;
  cursor: pointer;
}

.headingnomor{
	line-height:39px;
	background:url(../images/headingnomor.png) repeat-x center top;
	background-color:#0e0f12;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}

.kotakball{
	background-position:bottom center;
	background-repeat:repeat-x;
	background-image:url(../images/kotakball.jpg);
	padding-bottom:30px;
}

.ball{
	background-position:left;
	background-repeat:repeat-x;
	width:125px;
	margin:0 auto;
	padding:0 0 3px 12px;
	font-weight:normal;
	letter-spacing:23px;
	display:block;
	height:30px;
	background-image:url(../images/ball.png);
	text-align:center;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	font-size:20px;
}

.tabelnomor {
	border-collapse:collapse;
	border-spacing:0;
	
	-moz-border-radidius:5px 5px 0 0;
	-o-border-radidius:5px 5px 0 0;
	-webkit-border-radidius:5px 5px 0 0;
	border-radidius:5px 5px 0 0;
}

#frmperiode select {
  width:200px;
  height:30px;
}

#frmperiode input[type=submit] {
  padding:0 20px;
  height:30px;
  cursor:pointer;
}

.tabelnomor thead tr td {
  color:#fff;
  text-shadow:1px 1px 1px #000;
  border:1px solid #acf1f7;
}

.zebra:nth-child(odd) td {
}

.tabelnomor td{
	border:1px solid #2bc2cd;
	line-height:30px;
	padding:7px;
	text-align:center;
	color:#191919;
	background-color:#fff;
	font-size:18px;
}

/* start PAGINATION */

.pagination {
  display: table;
  padding-left: 0;
  margin: 20px auto;
  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: var(--theme-color);
  text-decoration: none;
  background-color: var(--theme);
  border: 1px solid var(--theme2);
}
.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 > a.active,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: var(--theme-color-inverse);
  background-color: var(--theme-inverse);
  border-color: var(--theme-inverse2);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
  color: #fff;
  cursor: default;
  background-color: #0e0f12;
  border-color: #0d1326;
}
.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 */



.slideshow {
  width:553px;
  height:378px;
  padding-top:23px;
}

.navbar {
  margin:0 auto;
  margin-top:4px;
  overflow: hidden;
  border-radius:10px;
  display: table;
}

.navbar a {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 4.0em;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/batasnav.png) no-repeat center left;
}

.navbar a:first-child {
  background: none;
}

.navbar table a img {
  margin-bottom:-5px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #fff;
  padding: 13px 4.0em;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
  background: url(../images/batasnav.png) no-repeat center left;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #4ad2dd;
}

.navbar table a {
  padding:17px 10px 0px 0px;
}

.navbar table a:hover {
  background: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  padding:10px;
}

.dropdown-content a {
  float: none;
  color: #9b9b9b;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background: none;
}

.dropdown-content a:hover {
  /*background-color: #006400;*/
  color: #4ad2dd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.time {
  margin:25px 45px 0 0;
  color:#bbb;
  text-align:right;
}

.bodycenter {
  margin:0px;
}

#center {
  padding:20px;
}

#left {
  padding:1px;
  width:229px;
  background:url(../images/bg_left.png);
  border-right:1px solid #dcdcdc;
}

.sideleft ul, .sideleft li {
  margin:0; padding:0;
  list-style:none;
}

.sideleft li {
  padding-left:25px;
  border-bottom:1px solid #dcdcdc;
  border-top:1px solid #fff;
}

.sideleft li a {
  display:block;
  padding:15px 0;
  color:#878787;
}

.sideleft li a:hover {
  text-shadow:1px 1px 0 #fff;
  opacity:0.5;
}

.container{
}

.bgcontainer {
  min-height:73vh;
}

.bodytext td .lastwinning {
  background: url(../images/home-result.png) no-repeat;
  width: 313px;
  height:339px;
  margin:10px auto 0 10px;
  display: inline-block;
}

.bodytext td:first-child .lastwinning {
  margin-left: 0;
}

.hdg_lastwinning {
  font-family:impact;
  font-size:30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  box-sizing: border-box;
}

.hdg_lastwinning span {
  font-family: brushScript;
  font-size: 43px;
}

.winningprize {
  font-family:bigNoodleTitling;
  font-size:78px;
  color:#fcca00; text-align:center;
  text-shadow:1px 0 0 #1c303b;
  padding-top:40px;
  letter-spacing:-4.5px;
}

.lastwinningdate {
  color:#fff;
  font-size: 12px;
  margin-top:5px;
}

.top-lastresult table {
  width: 90%;
  margin-top: 20px;
}

.top-lastresult td {
  font-weight: normal;
  text-align: right;
  padding:5px 10px;
  color:#a2a3a3;
  font-size: 18px;
  font-family:franklinGothicDemi;
}

.top-lastresult td:first-child {
  color: #3b3289;
  text-align: left;
}

.bottom-lastresult > table {
  width: 100%;
  margin-top: 20px;
}

.bottom-lastresult > table table {
  width: 100%;
  margin: 0 auto;
}

.bottom-lastresult th {
  color: #3b3289;
  text-align: center;
  font-family: franklinGothicDemi;
  font-weight: normal;
  font-size: 15px;
  width: 50%;
  line-height: normal;
  padding-bottom:10px;
}

.bottom-lastresult td {
  color: #838383;
  font-weight: normal;
  font-family: franklinGothicDemi;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

.homebanner {
  margin-top: 10px;
}

.homebanner td {
  padding-left: 10px;
}

.homebanner td:first-child {
  padding-left: 0;
}

.footer {
  font-size:11px;
  line-height:normal;
  padding:0 0 10px 0;
  color:#000;
}

.clear, .clearfix {
  clear:both;
  float:none;
}