@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Maven+Pro:wght@400;500;700&display=swap');
html,body,div{font-family: 'Maven Pro', sans-serif !important;}
body{background:#ffffff;}
a, img, a img {
	border:none;
	outline:none !important;
}
a {color: #333333;}
a > img{
	border:0;
	border:none;
	outline:none;
}
/* Gutter dengan jarak 15px */
.g-0 > [class*='col-'] {padding-left: 0;padding-right: 0;}
.g-1 > [class*='col-'] {padding-left: 5px;padding-right: 5px;}
.g-2 > [class*='col-'] {padding-left: 7.5px;padding-right: 7.5px;}
.g-3 > [class*='col-'] {padding-left: 10px;padding-right: 10px;}
.g-4 > [class*='col-'] {padding-left: 12.5px;padding-right: 12.5px;}
.g-5 > [class*='col-'] {padding-left: 15px;padding-right: 15px;}
.g-6 > [class*='col-'] {padding-left: 17.5px;padding-right: 17.5px;}
.g-7 > [class*='col-'] {padding-left: 20px;padding-right: 20px;}
.g-8 > [class*='col-'] {padding-left: 22.5px;padding-right: 22.5px;}
.g-9 > [class*='col-'] {padding-left: 25px;padding-right: 25px;}
.g-10 > [class*='col-'] {padding-left: 27.5px;padding-right: 27.5px;}

/* Gutter dengan jarak 30px */
.gutter-30 > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Gutter dengan jarak 0 (Menghapus jarak antar kolom) */
.gutter-0 > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.container{background:#fff;}
.topheader .container, .navbar .container, .container.foot{background:transparent;}
.footter{background:#eeeeee;border-top:1px solid #cccccc;}
.table-bordered tr th, .table-bordered tr td{
	border-color:#7c0101 !important;
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -o-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7c0101), to(#af2626));
	background-image: linear-gradient(to bottom, #7c0101 0%, #af2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c0101', endColorstr='#ffaf2626', GradientType=0);
	border-color: #141214;
	background-color: #210043;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-image: -webkit-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -o-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7c0101), to(#af2626));
	background-image: linear-gradient(to bottom, #7c0101 0%, #af2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c0101', endColorstr='#ffaf2626', GradientType=0);
	border-color: #141214;
	background-color: #210043;
}
.navbar-inverse .navbar-toggle {
	border-color: #202221;
	float: left !important;
	margin-left: 15px !important;
}	
.navbar-inverse .navbar-nav > li > a{
	color:#ffbb3a;
	text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#ffffff;
}
.navbar-main{
	border:0px;
	border:none;
	border-radius: 0px;
	border-bottom:1px solid #333333;
}
.navbar-main:link, .navbar-main:hover, .navbar-main:visited {
	color:#ffffff;
	text-decoration:none;
}
.topheader{	background:linear-gradient(to bottom, #323232 5%, #424147 100%);}
.form-control{background-color: #292929;border: 1px solid #4c4c4c;}
h4.panel-newHeader{
	font-size:18px;	
	font-weight:bold;
	margin:0px;
}
.prizeHeader{
	font-weight:bold;
	font-size:15px;
	background-color:#7c0101;
	display:block;
	color:#ffffff;
	line-height:36px;
	border:1px solid #7c0101;
}
.prizeNum{
	font-weight:bold;
	color:#000000;
	border:1px solid #7c0101;
	display:block;
	line-height:45px;
	background-color:#ffffff;
}
.prizeHeader2{
	font-weight:bold;
	font-size:15px;
	background-color:#7c0101;
	display:block;
	color:#ffffff;
	line-height:28px;
	border:1px solid #7c0101;
}
.prizeNum2{
	font-weight:bold;
	font-size:18px;
	color:#000000;
	display:block;
	line-height:28px;
}
.prizeNum-container{
	border:1px solid #7c0101;
	display:table;
	width:100%;
	content:' ';
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;	
}
.col-result{
	padding-left:3px;
	padding-right:3px;	
}
.remove-wpadding{
	padding-left:0px;
	padding-right:0px;
	margin:5px 0px;
}
.table-bordered > thead > tr > th{
	text-align:center;
	background-color:#7c0101;
	color:#ffffff;
	font-size:15px;
}
.table-bordered > tbody > tr > td{
	text-align:center;
	vertical-align:middle;
	background-color:#ffffff;
}
.panel-result{
	border-color:#111111;	
}
.panel-default.panel-result > .panel-heading{
	background-image: -webkit-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -o-linear-gradient(top, #7c0101 0%, #af2626 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7c0101), to(#af2626));
	background-image: linear-gradient(to bottom, #7c0101 0%, #af2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c0101', endColorstr='#ffaf2626', GradientType=0);
	background-color: #af2626;
	border-color: #210043;
	color:#ffffff;
}
.panel-default {
	border-color: #cccccc;
}
.panel-default > .panel-heading{
	background-image: -webkit-linear-gradient(top, #ececec 0%, #d8dde1 100%);
	background-image: -o-linear-gradient(top, #ececec 0%, #d8dde1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d8dde1));
	background-image: linear-gradient(to bottom, #ececec 0%, #d8dde1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffd8dde1', GradientType=0);
	background-color: #d8dde1;
	border-color: #cccccc;
	color:#151515;
}
.space-btm {
	margin-bottom: 10px;
}
.sidebar-link {
	color:#333333;
	display:block;
}
.search-form{
	text-align:center;
	padding-top:20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #7c0101;
	border-color: #7c0101;
}
.pagination > li > a, .pagination > li > span {
	color: #7c0101;
}
.shadow-container {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.col-countdown {
	padding-left:3px;
	padding-right:3px;
}
.countdownBox {
	background-color:#7c0101;
	color:#ffffff;
	padding:7px;
	text-align:center;
	display: block;
	font-size:18px;
	font-weight:bold;
}
.countdownDesc {
	color:#000000;
	padding-top:5px;
	text-align:center;
	display: block;
	font-size:12px;
}
.banner1{margin-top: 20px;}
.wrapper{padding: 20px 0px;}
.ball{
	background:radial-gradient(circle at 65% 15%, #fff 1px, #d8d8d8 3%, #8c8c8c 60%, #ffffff 100%);
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	margin:0px 1px;
	cursor:pointer;
	color:#222;
	font-family:'Roboto', sans-serif;
	font-size:25px;
	font-weight:800;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
}
.bblack{background:radial-gradient(circle at 65% 15%, #fff 1px, #e2c98e 3%, #a8703a 60%, #bf9151 100%) !important; color:#fff !important; text-shadow:0px 1px 0px #000 !important;}
.bred{background:radial-gradient(circle at 65% 15%, #fff 1px, #ff4646 3%, #a10000 60%, #ff6c6c 100%) !important; color:#fff !important; text-shadow:0px 1px 0px #000 !important;}
.byellow{background:radial-gradient(circle at 65% 15%, #fff 1px, #46b1ff 3%, #004ea1 60%, #6cbbff 100%) !important;color:#fff !important; text-shadow:0px 1px 0px #000 !important;}
@media (max-width: 767px) {
	.search-form button{
		margin-top:10px;
		margin-bottom:10px;
	}
	.remove-xs-pull.pull-right {
		float: none !important;
	}
	.ball{
		width:20px;
		height:20px;
		font-size:14px;
		line-height:18px;
	}
	.topheader img.img-responsive{margin: auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.search-form{
		text-align:right;
	}
	.ball{
		width:20px;
		height:20px;
		font-size:14px;
		line-height:18px;
	}
	.topheader img.img-responsive{margin: auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav {width: 100%;text-align: center;}
	.navbar-nav > li {float: none;display: inline-block;}
	.ball{
		width:30px;
		height:30px;
		font-size:20px;
		line-height:28px;
	}
}
@media (min-width: 1200px) {
	.navbar-nav {width: 100%;text-align: center;}
	.navbar-nav > li {float: none;display: inline-block;}
	.ball{
		width:30px;
		height:30px;
		font-size:20px;
		line-height:28px;
	}
}