@font-face {
    font-family: 'digital-7';
    src: url(digital-7/digital-7.ttf);
}
html {
    font-size: 1.1em;
    line-height: 1.4;
}
body {
	color: #130303;
	font-family: 'Dosis', sans-serif;
	margin: 0px;
	background: url('images/bg-headerosaka.jpg') center top  / 100% scroll no-repeat #130002;
}
table.form{
	width: 100%;
}
table.form .form-control{
	margin-bottom: 4px;
}

#SidebarLeft{
	max-width: 100px !important;
	display: none;
}

ul{
	padding: 0;
}

h2{
	position: relative;
	background: #077572;
	padding: 5px 0px 5px 35px;
	font-family: arial;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 50px;
	color: #fff;
}

ul li {
	list-style: none outside none;
}

.menu th{
	background : url('images/navtab2.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

.menu th.current{
	background : url('images/navtab1.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

.topmenu th.current{
	background : url('images/yes.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

#breadcrumb{
	display: none;
}

.thistory  th {
	background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #007C7E , #78B3BB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #007C7E , #78B3BB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #007C7E , #78B3BB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #007C7E , #78B3BB); /* Standard syntax (must be last) */
	border-radius: 0px 5px 0px 0px;
	color: #32412d;
	font-size: 20px;
	padding: 7px;
	font-weight: normal;
	
}

.mld-container{
}

.remaining, #mld_mainContent, .livedrawer, .mld-container{
   background: url('images/bg-latestresult-osaka.jpg') no-repeat scroll center top / cover;
	padding:30px 30px 0;
	border-radius: 10px;
}
.remaining.halaman{
	padding:20px;
}

.remaining .pools, .detailnumber .pools{
	background: url('images/bg-number2osaka.png') no-repeat scroll center 0 / cover;
	font-size: 80px;
	width: 85px;
	height: 100px;
	margin-left: 5px;
}

.livedrawer{
	padding-bottom:10px;
	background: none;
}
#mld_centerContent{
	padding-left:0px !important;
}
.pools {
	color: #000;
	background: url('images/bg-number1osaka.png') no-repeat scroll center 0 / 95%;
	padding-top: 0px;
	height: 70px;
	width: 70px;
	display: inline-block;
	text-align: center;
	font-size: 50px;
	margin-left: 10px;
	line-height: 1.2;
	font-family: 'Concert One', cursive;
}
.result .pools{
	padding-top: 0px;
	margin: 5px 0px;
	height: 30px;
	width: 25px;
	font-size: 17px;
	font-weight: bolder;
	-webkit-text-stroke: 0;
	line-height: 1.5;
}
.result .date{
	font-weight:normal;
	padding:0px;
	position: relative;
	top: 0;
	left: 0;
}
.tbody {
	color: #54555C;
}

.remaintime {
	font-size: 23px;
	line-height: 0.8;
	position: absolute;
	top: 60px;
	text-align: center;
}

.remaining .date p {
   background: #f00;
	padding: 2px 13px;
	display: inline-block;
	border-radius: 0px 15px 15px 0;
	margin-left: -15px !important;
	width: 200px;
	font-size: 15px;
}

.date img{
	position:relative;
	z-index: 100;
}

.date p a{
	color:#fff;
}

.remaintime p {
	background: #000005; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(top, #000005, #313131); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #000005, #313131); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #000005, #313131); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #000005, #313131); /* Standard syntax (must be last) */
	margin: 0px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 10px 15px 10px 18px;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #000;
	color: #4be930;
	display: inline-block;
}

.remaintime label {
	background: #cbccce; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(top, #cbccce, #e3e3e3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #cbccce, #e3e3e3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #cbccce, #e3e3e3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #cbccce, #e3e3e3); /* Standard syntax (must be last) */
	display: inline-block;
	padding: 15px 35px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #a13835;
	border-radius: 25px;
	border: 1px solid #000;
	box-shadow: 1px 1px 2px #ddd;
}

.thistory > tbody {
  background: #b9c5d3 none repeat scroll 0 0;
}

.thistory form {
  padding: 15px 10px;
  text-align: right;
  color: #007c7e;
}

.thistory form input{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.ui {
	border-radius: 0;
	padding: 4px 22px;
	color: #fff;
	cursor: pointer;
	border: none;
	text-align: center;
	font-size: 20px;
	position: relative;
	background: #f00;
	border-radius: 50px;
}

.button-search{
	background: #166c9d;
	padding: 7px 28px 11px 28px;
	position: relative;
	border-radius: 50px;
	margin-left: 15px;
}

.thead td{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #077572;
}

.button-search img{
	width: 22px;
}

.thistory .thead{
	display: none;
}

.thistory .tbody{
	background: none;
}

.thistory .tbody .date{
	padding: 3.7px 10px;
}

.thistory .tbody .date p{
	font-size: 15px;
}

.thistory .tbody .pools {
	
}

.box-number{
	margin-left: -42px;
	margin-top: -70px;
	position: absolute;
}

.date-filter{
	color: #000;
	float:right;
	position: relative;
	top: -45px;
	background: #3a3a3a;
	border-radius: 0px 50px 50px 0px;
}
input{
	color: #fff;
	font-size: 17px;
	text-align: right;
	display: inline-block;
	border: medium none;
	padding: 9px 5px 10px 5px;
	width: 83%;
	border-radius: 5px 0px 0px 5px;
	background: #471e30;
}
a.ui{
	text-decoration: none;
}
.date-holder{
	text-align: center;
	font-size:26px;
	color: #f00;
	display:block;
	margin: 0;
}
.timer-countdown{
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {	
  15% { opacity: 1; }
  50% { opacity: 0; }
  85% { opacity: 1; }
}
.livedrawer .openlive{
	display: none;
}


.pagination {
  margin-left: 20px;
  margin-top: 30px;
  font-size:1em;
}
.pagination .pages{
	
}
.pagination > a, .pagination > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
    margin-left: -1px;
	font-weight:normal;
}

.pagination span:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination span.current.ui-btn-active{
	background-color:#cdd0f2;
}
.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination span:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination a:hover{
	background-color:#dddee7;
}
/* .pagination li a{
	color: #fff;
	text-transform: uppercase;
}
.pagination span {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #eee;
  font-weight: normal;
  padding: 5px;
}
.pagination li{
	display: inline-block;
	padding: 5px;
}
.pagination li:first-child a:after {
	content: "Preview";
	color: #009B00;
}

.pagination li:last-child a:after{
	content: "Next";
	color: #D50000;
}
.pagination li:first-child, .pagination li:last-child{
	display: inline-block;
} */

/* .pagination li:first-child a, .pagination li:last-child a{
	text-indent: -999;
} */
/* .pagination li.disabled:first-child, .pagination li.disabled:last-child, .pagination li.disabled{
	visibility: hidden;
} */

.banner .navbar-brand{
}

.banner{
	position: relative;
	text-align: right;
}
.banner a{
}
.logoheader{
	margin-top: 40px;
	margin-right: 15px;
}
#layout-header {
    display: table;
    margin: 0 auto;
	width: 996px;
}
.container #layout-header #header {
	position: relative;
}
#layout-header .login {
    float: right;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}
#layout-header .navigation {
	clear:both;
    float: right;
    position: relative;
	margin-top:13px;
}
#layout-header .navigation ul.sf-menu li {
    float: left;
    padding-left: 30px;
    text-transform: uppercase;
}
#layout-header .navigation ul.sf-menu {
    list-style-type: none;
    padding: 0;
}
#layout-header .navigation ul.sf-menu li a span.main-menu, #layout-header .navigation ul.sf-menu:first-child li:first-child a{
    color: white;
}
#layout-header .navigation ul.sf-menu li a span.openlive{
    color: #ff0000;
}
#layout-header .navigation ul.sf-menu li a{
    /* color: #00ffb7; */
    color: #a4e6cb;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
#layout-header .navigation ul.sf-menu li a:hover{color: white;}
#topMenu {
    margin: 0 10px 20px;
    display: table;
    padding-top: 8px;
	width: 100%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.ribbon-btn {
    background: #f00;
	color: #fff;
	text-align: center;
	padding: 4px 22px;
	font-size: 25px;
	border-radius: 50px;
}

a {
    text-decoration: none;
    color: #000;
}
*::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
element {
    cursor: pointer;
}
.bonus{
    background: url('images/bonus_button.png') no-repeat;
    width: 450px;
    height: 288px;
	margin-left: 170px;
	margin-top: 20px;
}
.main-games-banner{
	background: url('images/top-banner.jpg') no-repeat 100% 100%;
	height:200px;
}
.p-t-lg {
    padding-top: 20px;
}
.header-text .header-text-title {
    text-align: left;
    color: #077572;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
	text-align: center;
}
.text-center {
    text-align: center;
}
.text-white {
    color: #FFF;
}

.navbar-brand img{
    margin-top: 50px;
    height: 150px;
}

/* homepage */
.p-lg {
    padding: 30px;
}
#lblSeoText {
    padding: 0 8px;
    display: block;
}
#lblSeoText h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
p span#lblSeoText{
    font-size: 13px;
	font-weight:normal;
}

.remaining p {
	font-weight: normal;
}
.m-sm {
    margin: 10px;
}
img{
    vertical-align: middle;
}
.date-front{
}
.pool-detail{
	display:inline-block;
	padding:0 2px;
	font-size: 20px;
}
.prizeline{
	border-top:1px solid #fff;
	padding:5px 0px;
}
.prizetitle{
	font-size:15px;
	text-align:center;
	font-weight:bolder;
}
.prizetitle td{
	padding:20px 0;
	font-size: 17px;
}
.resultline td{
	border-top:1.5px solid #fff;
}
.result{
	margin-left:4px;
}
.contact-information{
    padding: 10px 40px 0px 40px;
}
.contact-information h3, .content-text h3{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.halaman .content-text {
    color: #979ba9;
    padding: 10px;
    font-size: 14px;
	padding: 0 20px;
}
.halaman .content-text .title{
    color: #f9e4af;
    font-size: 18px;
    font-weight: bold;
}
.live-help {
    float: right;
    width: 314px;
}
footer{
	color: #bbbbbe;
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
}

.timeresult{
	display:none;
}

.header-text{
}

.openlive{
    position: relative;
    display: inline-block;
    color: #f00;
    font-size: 18px;
    padding: 5px 30px;
    font-weight: bold;
    border-radius: 15px;
    margin-bottom: 5px;
    background: #f3ee30;
    margin-right: 15px;
    margin-top: 17px;
}

.list-view{
	margin-top: 15px;
	padding: 15px;
}
.date{
	
}

.date p{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	border-radius: 8px;
	margin-bottom: 0px;
	margin-top: 125px;
}

.detailnumber td{

}

h3{
	text-align: center;
	padding-top: 25px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0px;
	font-size: 35px;
	margin-top: 0;
}

.remaining .remaintime{
	background: none;
	position:relative;
	left:auto;
	top: 0px;
}

.col-date{
	display: inline-block;
}

select{
	height: 45px;
	padding: 5px;
	border-radius: 0;
	border: medium none;
	background: #3a3a3a;
	color: #fff;
	width: 120px;
}

.content-info{
	margin-top: 20px;
	padding: 20px;
	border: 3px solid #7f1f23;
	display: inline-block;
	margin-bottom: 50px;
	font-size: 24px;
	color: #fff;
}

.content-info img{
	float: left;
	margin-right: 15px;
}

h4{
	margin-top: 0px;
	font-size: 40px;
}