body {
	background: #1A1A1A;
	color: #fff;
	font-family: Verdana;
}

a:hover {
	text-decoration: none;
}
.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
	background: none;
	margin-bottom: 15px;
	font-family: Helvetica;
}

.jumbotron p {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #DDD;
    text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
}

.panel-dasar {
	border-color: #0a0a0a;
	font-size: 21px;
}

.panel-dasar > .panel-heading {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #0a0a0a;
	text-transform: uppercase;
	font-family: Helvetica;
}

.panel-dasar > .panel-heading .tanggalspan {
	display: block;
	font-size: 15px;
	text-transform: initial;
}

.panel-dasar > .panel-heading .imgpasaran {
	width: 67px;
	margin-right: 0px;
}

.panel-keluaran {
	background-size: 100% 100%;
	text-align: center;
	padding: 25px 0px;
	padding: 25px 0px;
	font-size: 45px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
	letter-spacing: 10px;
	box-shadow: 0px 0px 10px #000;
}

.panel-keluaran-hongkong {
	background-image: url('../images/bg-hongkong.jpg');
}

.panel-keluaran-singapore {
	background-image: url('../images/bg-singapore.jpg');
}

.panel-keluaran-sydney {
	background-image: url('../images/bg-sydney.jpg');
}

.panel-keluaran-pcso {
	background-image: url('../images/bg-pcso.jpg');
}

.panel-keluaran-bullseye {
	background-image: url('../images/bg-bullseye.jpg');
}

.panel-keluaran-korea {
	background-image: url('../images/bg-korea.jpg');
}

.panel-keluaran-japan {
	background-image: url('../images/bg-japan.jpg');
}

.panel-keluaran-jakarta {
	background-image: url('../images/bg-jakarta.jpg');
}

.panel-keluaran-kupangpool {
	background-image: url('../images/bg-kupangpool.jpg');
}

.panel-keluaran-nusatoto {
	background-image: url('../images/bg-nusatoto.jpg');
}

.panel-keluaran-nusapool {
	background-image: url('../images/bg-nusapool.jpg');
}

.panel-keluaran-thailand {
	background-image: url('../images/bg-thailand.jpg');
}

.panel-keluaran-cambodia {
	background-image: url('../images/bg-cambodia.jpg');
}

.panel-keluaran-taiwan {
	background-image: url('../images/bg-taiwan.jpg');
}

.panel-keluaran-china {
	background-image: url('../images/bg-china.jpg');
}

.panel-keluaran-carolina-eve {
	background-image: url('../images/bg-carolina-eve.jpg');
}

.panel-keluaran-carolina-day {
	background-image: url('../images/bg-carolina-day.jpg');
}

.panel-keluaran-kentucky-eve {
	background-image: url('../images/bg-kentucky-eve.jpg');
}

.panel-keluaran-kentucky-mid {
	background-image: url('../images/bg-kentucky-mid.jpg');
}

.panel-keluaran-virginia-nig {
	background-image: url('../images/bg-virginia-nig.jpg');
}

.panel-keluaran-virginia-day {
	background-image: url('../images/bg-virginia-day.jpg');
}

.panel-keluaran-vietnam {
	background-image: url('../images/bg-vietnam.jpg');
}

.panel-dasar > .panel-body {
    background-color: #2a2a2a;
	padding-top: 5px;
	padding-bottom: 0px;
}

.panel-dasar > .panel-footer {
    background-color: #2a2a2a;
	border-top: 0px;
}

.btn-contain {
  margin: 5px auto;
}
.btn-outline-contain {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}
.btn-outline {
  font-family:sans-serif;
  font-weight:bold;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(255, 235, 59, 0.5);
  color: rgba(255, 235, 59, 0.5);
  text-decoration: none;
  display: block;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 10px 5px;
  font-size: 15px;
}

.btn-outline .btn-outline-inner {
  font-weight:bold;
  color: #fff59d;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-transform: initial;
} 
.btn-outline .line-1 {animation: outline1 2s infinite ease-in-out;} 
.btn-outline .line-2 {animation: outline2 2s infinite ease-in-out;}    
.btn-outline .line-3 {animation: outline3 2s infinite ease-in-out;}
.btn-outline .line-4 {animation: outline4 2s infinite ease-in-out;} 
.line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background-color: #fff59d;
    left: 0;
    bottom: 0;
}
.line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff59d;
  left: 0;
  top: 0;
}
.line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #fff59d;
  right: 0;
  top: 0;
}
.line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff59d;
  right: 0;
  top: 41px;
}
@keyframes outline1 {
  0% {height: 100%; bottom: 0;}
  54% {height: 0; bottom: 100%;}
  55% {height: 0; bottom: 0;}
  100% {height: 100%; bottom: 0;}
}
@keyframes outline2 {
  0% {width: 0;left: 0;}
  50% {width: 100%; left: 0;}
  100% {width: 0; left: 100%;}
}

@keyframes outline3 {
  0% {height: 100%; top: 0;}
  54% {height: 0; top: 100%;}
  55% {height: 0; top: 0;}
  100% {height: 100%; top: 0;}
}

@keyframes outline4 {
  0% { width: 0; right: 0;}
  55% {width: 100%; right: 0;}
  100% {width: 0; right: 100%;}
}

.keluaransebelum {
	font-size: 14px;
	margin-bottom: 0px;
}

.keluaransebelum th {
	font-size: 18px;
	line-height: 30px !important;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: normal;
}

.keluaransebelum tbody tr td:nth-child(2) {
	text-align: right;
}

.btn-statistik {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
	font-size: 12px;
}

.btn-statistik:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.btn-statistik:after {
    background: transparent;
}

.btn-statistik:before {
    opacity: 1;
}

.btn-statistik:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.judulcontent {
	text-align: center;
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #F2B500;
	font-family: Roboto;
	font-weight: bold;
	letter-spacing: 1px;
}

@media only screen and (max-width: 500px) {
  .tabeldatakeluaran tr th{
    font-weight: normal;
	padding: 4px !important;
	font-size: 13px;
  }
  .tabeldatakeluaran tr td{
	padding: 4px !important;
	font-size: 13px;
  }
  
  
}

.navbar-right {
  float: right;
}

.bar {
    display: block;
    text-align: right;
    color: #fff;
    padding: 5px;
    font-size: .7em;
    background: -webkit-linear-gradient(top,#c69102,#fcca42);
    border-radius: 2px;
    margin: 0;
    height: 100%;
    transition: width .5s;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
}

.barshio {
	background: -webkit-linear-gradient(top,#b37d29,#fd992f);
}

.table-statistik {
	border: 1.5px solid #2a2f37;
	border-collapse: initial;
	border-spacing: 2px;
}

.table-statistik tbody tr td {
	border: none;
	padding: 6px;
}

.table-statistik tbody tr td:first-child {
	background: #2c2b27;
}

.titlekombinasi {
	font-family: Impact;
	text-align: center;
	font-size: 28px;
	letter-spacing: 3px;
}

.graphic-content {
	border: 1.5px solid #2a2f37;
	border-radius: 4px;
	background: #242323;
	padding: 0px 6px;
	margin-bottom: 20px;
}

.graphic-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
	height: 200px;
	align-items: flex-end;
}

.graphic-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10%;
    margin: 0 2px;
    justify-content: flex-end;
    font-size: .7em;
    height: 200px;
}

.graphic-bar-bar {
    display: block;
    text-align: center;
    background: -webkit-linear-gradient(top,#67d234,#c6ea01);
    width: 100%;
    border-radius: 3px;
    margin: 0;
    height: 0;
    transition: height .5s;
}

.graphic-number {
    order: 2;
    justify-content: center;
}

.navbar-brand {
    padding: 10px 10px;
}

.hasilhariini {
	background-image: url('../images/bg-hasil.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 20px;
	text-align: center;
	background-position: center center;
	font-size: 65px;
	font-family: roboto;
	font-weight: bolder;
	letter-spacing: 15px;
	text-shadow: 0px 0px 10px #000;
	margin-top: -18px;
	margin-bottom: 10px;
}

.panel-deskripsi {
	background-color: #2a2a2a;
	border-color: #0a0a0a;
	font-size: 21px;
	padding: 15px;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
}

.panel-deskripsi p {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}

.panel-deskripsi p a {
	color: #fff;
}