body {
	color: #333;
	margin:0px;
	padding:0px;
	background-color: #f0f0f0;
}
.okta-wrapper {
	margin: 0px auto;
}


@font-face {
    font-family: 'digital7';
	src:url(./font/digital7/digital7.ttf),
		url(./font/digital7/digital7.eot),
		url(./font/digital7/digital7.woff),
		url(./font/digital7/digital7.svg);
}
.countdown-time{
	display: inline-block;
	border: 1px solid #e3e3e3;
	padding: 1px 10px;
	line-height: 1;
	font-size: 50px;
	color: #fdb53b;
	margin-bottom: 15px;
	font-family: 'digital7', sans-serif;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -moz-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -o-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A30000), color-stop(100, #FF0000));
	background-image: -webkit-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: linear-gradient(to bottom, #A30000 0%, #FF0000 100%);
}
.countdown-clock{
	display: inline-block;
	background: #152d53;
	border: 1px solid #e3e3e3;
	padding: 1px 10px;
	line-height: 1;
	font-size: 50px;
	color: #000000;
	margin-bottom: 15px;
	font-family: 'digital7', sans-serif;
	border-radius: 4px;
	background: -moz-linear-gradient(270deg, #025584 0%, #E8B21E 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #025584), color-stop(100%, #E8B21E));
	background: -webkit-linear-gradient(270deg, #025584 0%, #E8B21E 100%);
	background: -o-linear-gradient(270deg, #025584 0%, #E8B21E 100%);
	background: -ms-linear-gradient(270deg, #025584 0%, #E8B21E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025584', endColorstr='#E8B21E', GradientType='1');
	background: linear-gradient(180deg, #025584 0%, #E8B21E 100%);
}
.countdown-time .title-clock{
	color: #ffffff;
}
.countdown-clock .title-clock {
	color: #fdb53b;
}

.row {
    margin-right: -1px;
    margin-left: -1px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 1px;
    padding-left: 1px;
}
.container {
    max-width: 1000px;
}
img {
    max-width: 100%;
	height: auto;
}



a {
	border:none;
	text-decoration:none;
	color:#A30000;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
h4 {
	font-size:16px;
	margin-bottom:4px;
	padding:0 0 0 0;
}
.bg-primary {
	background-color: #d00606;
}
.color-primary {
	color: #d00606;
}


/* HEADER */
.header  {
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.header .main-header  {
	padding-top: 5px;
	padding-bottom: 5px;
}

.topbar {
	position: relative;
	background: #A30000;
}
.topbar .ticker {
	color: #fff;
	padding: 6px;
	overflow: hidden;
}


.logo {
    text-align: center;
}
@media screen and (min-width: 768px) {
	.logo {
		text-align: left;
	}
}
.logo .logo-image  {
	position: relative;
}
.logo .logo-image a {
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.logo .logo-image a span {
    display: none;
}
.logo .logo-image h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* NAVBAR */
.navbar.okta-menu {
    margin-bottom: 0px;
}
.navbar-default {
	border: none;
	border-color: transparent;
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #fdb53b;
    background-color: #A30000;
}
.navbar-default .navbar-collapse {
	background-color: #FF0000;
	border-color: transparent;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-collapse {
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li {
		border-left: 1px solid rgba(255,255,255,.3);
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.navbar-default .navbar-nav > li:first-child {
		border-left: none;
	}
	.navbar-default .navbar-nav > li:last-child {
		border-right: none;
	}
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #FF0000;
}


/* DROPDOWN */
.dropdown-menu,
.mobile-dropdown-menu {
	top: 100%;
	left: 0;
	min-width: 200px;
	padding-left: 0px;
	margin-top: 2px;
	text-align: left;
	list-style: none;
    background-color: #A30000;
    border: none;
}

.dropdown-menu > li > a,
.mobile-dropdown-menu > li > a {
	display: block;
    padding: 10px 20px;
    color: #fff;
	clear: both;
	white-space: nowrap;
}
.dropdown-menu > li.open > a,
.dropdown-menu > li.open > a:hover,
.dropdown-menu > li.open > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.mobile-dropdown-menu > li.open > a,
.mobile-dropdown-menu > li.open > a:hover,
.mobile-dropdown-menu > li.open > a:focus,
.mobile-dropdown-menu > li > a:hover, 
.mobile-dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.mobile-dropdown-menu > .active > a, 
.mobile-dropdown-menu > .active > a:hover, 
.mobile-dropdown-menu > .active > a:focus {
    color: #fdb53b;
    background-color: #FF0000;
}


/* WAKTU */
.panel.panel-waktu {
	border-radius: 0px;
	border: 5px solid #FF0000;
}
.waktu {
    position: relative;
	text-align: center;
}
.waktu .date-time {
	display: inline-block;
    position: relative;
    width: 100%;
	max-width: 160px;
}
.waktu .date-time .tanggal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.waktu .date-time .jam  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
#waktu {
    position: relative;
}
@media (min-width: 992px) {
	.waktu {
		margin-top: 30px;
	}
}

/* OWL CAROUSEL SLIDESHOW */
.okta-slideshow .owl-carousel {
	cursor: move;
	padding: 0;
	margin-top: 20px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.3);
}
.okta-slideshow .owl-theme .owl-controls {
    margin-top: 0px;
}
.okta-slideshow .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.okta-slideshow .owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .okta-slideshow .owl-carousel .owl-controls .owl-pagination {
    width: 970px;
  }
  .okta-slideshow .owl-theme .owl-controls .owl-buttons div .fa-3x {
		font-size: 30px;
	}
}
.okta-slideshow .owl-carousel .owl-controls .owl-page {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:after {
  background: #fdb53b;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:first-child:after {
  left: 12px;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page:last-child:after {
  left: -12px;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page > span {
	background: transparent;
	margin: 0;
	padding: 10px 0px !important;
	position: relative;
	text-align: left;
	font-size: 20px !important;
	font-weight: 500;
	padding-bottom: 6px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.okta-slideshow .owl-carousel .owl-controls .owl-page > span:after {
	background: #fdb53b;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
}
.okta-slideshow .owl-carousel .owl-controls .owl-page.active > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.okta-slideshow .owl-carousel .owl-controls .owl-page.active > span:after {
  height: 5px;
  bottom: -2px;
}
.okta-slideshow .owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #FF0000;
	font-weight: bold;
}
@media (max-width: 767px) {
	.okta-slideshow .owl-carousel .owl-controls .owl-pagination {
		display: none;
	}
}
.owl-theme .owl-controls .owl-buttons div {
    color: #A30000 !important;
}
.okta-slideshow .owl-pagination > div {
  width: 25%;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev, 
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
	background: transparent;
    position: absolute;
    top: 50%;
    padding: 0px 5px;
    margin-top: -24px;
    z-index: 100;
    cursor: pointer;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    float: left;
}
.okta-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
    float: right;
}



/* MAIN BODY */
.main-body  {
	position: relative;
}
.okta-main-body {
	position: relative;
	background-color: #fff;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.3);
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 1px;
	
}
.okta-banner-middle {
	position: relative;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.3);
}
.okta-bg {
	position: relative;
}
.widget.okta-bg {
	padding: 0px;
	overflow: hidden;
}


/* TABLE RESULT LIST DAY DETAIL */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
	background-color: #fff;
}
.table.table-bordered {
    border: 1px solid #fff;
}
.table thead h2, 
.table thead h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table > thead > tr > td h3, 
.table > thead > tr > td h4, 
.table > thead > tr > td h5, 
.table > thead > tr > td h6,
.table > tbody > tr > td h3, 
.table > tbody > tr > td h4, 
.table > tbody > tr > td h5, 
.table > tbody > tr > td h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.table > tbody > tr.letter-spacing > td {
	letter-spacing: 5px; 
	font-size: 16px;
	font-weight: 700;
	background-color: #e7e7e7;
}
 
/* BACKGROUND */
.table > tbody > tr.letter-spacing > td.bg-dark {
	background-color: #ffffff !important;
	color: #000000;
}
.bg-table-tr {
	background: -moz-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #FF0000), color-stop(100%, #A30000));
	background: -webkit-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -o-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -ms-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#A30000', GradientType='1');
	background: linear-gradient(180deg, #FF0000 0%, #A30000 100%);
}
.table-hover > tbody > tr:hover {
    background-color: #F9F9F9 !important;
}
.table.table-striped {
    background-color: #f9f9f9;
	color: #454545;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f2f2;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #fff;
}
.result tr.bg-table-tr td {
    color: #FFD801;
	font-weight: 700;
}
.result .table tr td a {
    color: #454545;
}

ul.ticker {
	height: 34px;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
ul.ticker  li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
}

.page-header {
	padding-bottom: 0px;
}
.page-header h2,
.page-header h1 {
	margin-top: 0px;
	font-weight:700;
	color: #fff; 
}


.result-menu .nav-pills > li.active > a, 
.result-menu .nav-pills > li.active > a:hover, 
.result-menu .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FF0000;
}


/* PAGINATION */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}
.pagination > li > a, 
.pagination > li > span {
    color: #fff;
    background-color: #A30000;
    border: 1px solid rgba(0,0,0,.2);
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #fff;
    background-color: #FF0000;
    border-color: rgba(0,0,0,.2);
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #fff;
    background-color: #FF0000;
    border-color: rgba(0,0,0,.2);
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #E8B21E;
    border-color: rgba(0,0,0,.2);
}

/* ACCORDION */
#accordion.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
#accordion .panel {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
#accordion .panel-default {
    border-color: transparent;
}
#accordion .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
	background-image: url("../assets/images/panel-heading.jpg");
	background-position: left top;
	background-repeat: no-repeat;
    border-color: transparent;
	padding: 8px 10px 8px 40px !important;
	position: relative;
}
.panel-default > .panel-heading .panel-title > a, 
.panel-default > .panel-heading .panel-title > small, 
.panel-default > .panel-heading .panel-title > .small, 
.panel-default > .panel-heading .panel-title > small > a, 
.panel-default > .panel-heading .panel-title > .small > a {
    width: 100%;
    display: inline-block;
	text-align: left;
}
.panel-default > .panel-heading .panel-title > a span, 
.panel-default > .panel-heading .panel-title > small span, 
.panel-default > .panel-heading .panel-title > .small span, 
.panel-default > .panel-heading .panel-title > small > a span, 
.panel-default > .panel-heading .panel-title > .small > a span {
	position: absolute;
    text-align: right;
	float: right;
	right: 0px;
	top: 3px;
	background: #fff;
	color: #d5d5d5;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	padding: 5px 4px 5px 6px;
	z-index: 2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    background: #f4f4f4;
	margin-top: 5px;
}


.okta-big-small {
	margin-bottom: 15px;
}
.okta-banner {
	background: #f0f0f0;
	margin-bottom: 2px;
	text-align: center;
}
.okta-banner:hover {
	background: #f6cd4f !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6cd4f),color-stop(100%,#edf8fd)) !important;
	background: -webkit-linear-gradient(top,#f6cd4f 0%,#edf8fd 100%) !important;
	background: linear-gradient(to bottom,#f6cd4f 0%,#edf8fd 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6cd4f',endColorstr='#edf8fd',GradientType=0) !important;
	background-size: cover;
}
.okta-banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}


.header-banner img {
	max-height: 140px;
}
.header-banner img:hover {
	opacity: 0.6;
}


/* WINNING RESULTS */
.okta-livedraw .okta-winning-results.live-result {
	background-color: #dedede;
	padding: 15px;
	
}
.okta-livedraw .okta-winning-results {
	background-color: #fff;
	margin-bottom: 15px;
}
.panel {
    margin-bottom: 5px;
    background-color: #fff;
}
.panel-result.panel-primary > .panel-heading,
.panel-result.panel-primary {
	color: rgb(255, 255, 255, 0.9);
    border-color: #fff;
}
.panel-result.panel-primary > .panel-heading {
    padding: 5px 10px;
	border-bottom: none;
}
.panel-result.panel-primary > .panel-footer {
	border-top: none;
}
.panel-body  .winning-prize {
	background: #fff;
	padding: 15px;
}
@media (max-width: 480px) {
	.result .panel-body {
		padding: 15px 5px;
	}
	.panel-body  .winning-prize {
		padding: 5px;
	}
	.panel-body  .winning-prize .btn-sm {
		padding: 0px;
	}
	.result .panel-body  .winning-prize .live-ball-prize {
		margin: 7px 0px;
	}
}
.panel-result-kategori h2 {
	font-size: 24px;
	font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.panel-result-tanggal h3 small,
.panel-result-tanggal p {
    color: #fff;
}
.panel-result-tanggal h3 {
    margin-top: 0px;
	margin-bottom: 0px;
}
.okta-winning-results {
	position: relative;
}
.okta-winning-results .well {
	padding: 0px 1px;
	margin-bottom: 3px;
	text-align: center;
	overflow: hidden;
}

.okta-menu.navbar-default,
.home-result .panel-primary > .panel-heading,
.home-result .panel-primary .panel-body,
.home-result .panel-primary .panel-footer,
.winning-prize.prize1 .prize-left,
.winning-prize.prize1 .live-ball-prize {
	background-image: -ms-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -moz-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -o-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A30000), color-stop(100, #FF0000));
	background-image: -webkit-linear-gradient(top, #A30000 0%, #FF0000 100%);
	background-image: linear-gradient(to bottom, #A30000 0%, #FF0000 100%);
}
.last-result .panel-primary > .panel-heading,
.last-result .panel-primary .panel-body,
.last-result .panel-primary .panel-footer,
.winning-prize.last .live-ball-prize,
.winning-prize.weekly .live-ball-prize,
.winning-prize.prize2 .prize-left,
.winning-prize.prize2 .live-ball-prize {
	background-image: -ms-linear-gradient(top, #FF0000 0%, #E8B21E 100%);
	background-image: -moz-linear-gradient(top, #FF0000 0%, #E8B21E 100%);
	background-image: -o-linear-gradient(top, #FF0000 0%, #E8B21E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0000), color-stop(100, #E8B21E));
	background-image: -webkit-linear-gradient(top, #FF0000 0%, #E8B21E 100%);
	background-image: linear-gradient(to bottom, #FF0000 0%, #E8B21E 100%);
}
.weekly-result .panel-primary > .panel-heading,
.weekly-result .panel-primary .panel-body,
.weekly-result .panel-primary .panel-footer,
.winning-prize.prize3 .prize-left,
.winning-prize.prize3 .live-ball-prize,
.winning-prize .special-left,
.winning-prize .consolation-left,
.ball-special,
.ball-consolation {
	background-image: -ms-linear-gradient(top, #E8B21E 0%, #E8DB1E 100%);
	background-image: -moz-linear-gradient(top, #E8B21E 0%, #E8DB1E 100%);
	background-image: -o-linear-gradient(top, #E8B21E 0%, #E8DB1E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8B21E), color-stop(100, #E8DB1E));
	background-image: -webkit-linear-gradient(top, #E8B21E 0%, #E8DB1E 100%);
	background-image: linear-gradient(to bottom, #E8B21E 0%, #E8DB1E 100%);
}
.okta-winning-results .winning-prize .prize-left {
	text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}
.winning-prize .prize-left h3 {
    color: rgb(255, 255, 255, 0.7);
    font-weight: 700;
}
.winning-prize .prize-right {
	padding-top: 0px;
	padding-bottom: 0px;
}
.prize-day {
	color: #111;
	padding-top: 10px;
	padding-bottom: 5px;
}
.prize-detail {
	padding-top: 20px;
	padding-bottom: 20px;
}
.live-ball-prize {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 6px;
	border: 2px solid #fff;
	box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
}
.result .live-ball-prize {
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 7px 5px;
}

.winning-title {
	color: #A30000;
	font-weight: 700;
}
.winning-date {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
}
.winning-prize-title {
	color: #fff;
}
.ball-prize img {
	max-width: 40px;
	height: auto;
}
.winning-prize h3 {
	color: #FF0000;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.winning-prize-structure {
	background-color: #7f0009;
}
.winning-prize-structure h2 {
	text-transform: uppercase;
	margin: 15px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
}
.winning-prize .structure  h3 {
	text-transform: uppercase;
	margin: 14px;
	text-align: center;
	font-size: 16px;
	color: #001d0a;
}
.winning-prize .special-left,
.winning-prize .consolation-left {
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
    margin-bottom: 0px;
}

.winning-prize .special-right,
.winning-prize .consolation-right {
	color: #111;
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
}
.winning-special .winning-prize h4 {
	font-size: 15px;
	font-weight: 700;
	color: #001d0a;
	padding: 0;
	margin: 10px 0;
}

.special-ball,
.consolation-ball {
	padding-top: 6px;
	padding-bottom: 3px;
}
.special-title,
.consolation-title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
	min-width: 130px;
}
.okta-live_draw .special-title,
.okta-live_draw .consolation-title {
	min-width: auto;
}
.okta-live_draw .ball-special, 
.okta-live_draw .ball-consolation {
    margin: 7px 4px;
}
.ball-special,
.ball-consolation {
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 7px 5px;
	border: 1px solid #fff;
	box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 10px -1px rgba(0,0,0,0.75);
}
.winning-prize .special-left,
.winning-prize .consolation-left,
.ball-special,
.ball-consolation {
	color: #000;
}

@media screen and (min-width: 768px) {
	.special-title,
	.consolation-title	{
		float: left;
	}
	.special-ball,
	.consolation-ball	{
		float: left;
	}
	.special-title,
	.consolation-title {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.winning-prize .special-right,
	.winning-prize .consolation-right {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.btn-primary {
	color: #000;
	background: -moz-linear-gradient(270deg, #860308 0%, #e11e25 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #860308), color-stop(100%, #e11e25));
	background: -webkit-linear-gradient(270deg, #860308 0%, #e11e25 100%);
	background: -o-linear-gradient(270deg, #860308 0%, #e11e25 100%);
	background: -ms-linear-gradient(270deg, #860308 0%, #e11e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#860308', endColorstr='#e11e25', GradientType='1');
	background: linear-gradient(180deg, #860308 0%, #e11e25 100%);
	border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #000;
    background: -moz-linear-gradient(270deg, #e11e25 0%, #860308 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #e11e25), color-stop(100%, #860308));
	background: -webkit-linear-gradient(270deg, #e11e25 0%, #860308 100%);
	background: -o-linear-gradient(270deg, #e11e25 0%, #860308 100%);
	background: -ms-linear-gradient(270deg, #e11e25 0%, #860308 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11e25', endColorstr='#860308', GradientType='1');
	background: linear-gradient(180deg, #e11e25 0%, #860308 100%);
    border-color: #fff;
}

/* TABLE */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
	background-color: #fff;
}
.table > thead > tr > td h3, 
.table > thead > tr > td h4, 
.table > thead > tr > td h5, 
.table > thead > tr > td h6,
.table > tbody > tr > td h3, 
.table > tbody > tr > td h4, 
.table > tbody > tr > td h5, 
.table > tbody > tr > td h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.table.table-striped {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f2f2;
}

.table td {
    padding: 6px 5px;
    border-right: 1px solid #fff;
}
.table .tabel_bg { 
	background: #FF0000; 
	padding: 5px 5px; 
	height: 20px; 
	color: #fff; 
	font-size: 13px; 
	font-weight: 600; 
	border-right: 1px solid #fff;
}
.table .tabel_bg_red { 
	background: -moz-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #FF0000), color-stop(100%, #A30000));
	background: -webkit-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -o-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -ms-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#A30000', GradientType='1');
	background: linear-gradient(180deg, #FF0000 0%, #A30000 100%);
	padding: 5px 5px; 
	height: 20px; 
	color: #FF0000; 
	font-size: 14px; 
	font-weight: 700; 
	border-right: 1px solid #fff;
}
.table .tabel_bg_green { 
	background: -moz-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #FF0000), color-stop(100%, #A30000));
	background: -webkit-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -o-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	background: -ms-linear-gradient(270deg, #FF0000 0%, #A30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#A30000', GradientType='1');
	background: linear-gradient(180deg, #FF0000 0%, #A30000 100%);
	padding: 5px 5px; 
	height: 20px; 
	color: #A30000; 
	font-size: 14px; 
	font-weight: 700; 
	border-right: 1px solid #fff;
}



.page-content p img {
    padding: 3px;
    margin: 5px;
    border: 2px solid #ddd;
}
.happenings_content .happenings_details {
	background: url("../assets/images/happenings_content.jpg") bottom repeat-x;
	border: 1px solid #dadada;
	border-top: none;
	color: #959595;
	padding: 0px 8px 8px 8px;
	min-height: 180px;
}
.happenings_content .happenings_details h3 {
    padding: 0 0 0 0;
    margin: 0 0 1px 0;
    font-size: 15px;
	font-weight: 700;
    color: #115c02;
}
.happenings_content .happenings_details a {
    font-size: 11px;
    font-style: italic;
    color: #139516;
}



/* FOOTER */
.footer  {
	padding-bottom: 1px;
}
.copyright {
	padding: 15px;
}

/* FLOATING */
.okta-floating {
    width: 160px;
    position: fixed;
    top: 120px;
    z-index: 2;
}
#floating-left {
	left: 0;
}
#floating-right {
	right: 0;
}