html{
	background: #fff;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
body{	
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin:0;
}
.navbar-brand img{
	height: 40px;
}
table.form{
	width: 100%;
}
table.form .form-control{
	margin-bottom: 4px;
}

#SidebarLeft{
	max-width: 100px !important;
}

ul{
	padding: 0;
}

ul li {
	list-style: none outside none;
}

.pagination li{
	display: inline-block;
	padding: 5px;
}

.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;
}

.pagination li {
	display: none;
}

.pagination li a{
	color: #fff;
	text-transform: uppercase;
}

.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;
}

.thead{
  /* border-bottom: 2px solid #ccc; */
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
}

.tbody tr td {
	border:none;
	padding-bottom: 5px;
	border-radius: 10px;
	margin: 10px;
}

.thead td {
  padding: 5px;
}

.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;
	
}

.remaining {
	background: #d8d8d8 url("images/banner2.jpg") no-repeat scroll 0 -20px / cover ;
	padding: 15px;
}
.lsum .pools{
	
background: #f8b018;
	
font-size: 30px;
	
/* border-radius: 0px; */
	
width: 30px;
	
height: 30px;
	
box-shadow: none;
}
.pools {
	background: url('images/box-live-draw.png') no-repeat;
    display: inline-block;
    font-family: 'Open Sans', cursive;
	font-size: 26px;
    padding: 5px 0 0;
    margin: 0;
    text-align: center;
    width: 38px;
    height: 33px;
    color: #000;
    background-size: 100% 100%;
    border: none;
    border-radius: 50%;
}
.pooler{
	background: none;
	width: 100%;
	padding: 3px;
	color: #fff;
}
.livetime .pools{
	background: url(images/box-live-draw.png) transparent no-repeat;
    border: none;
    color: #000;
    padding: 5px 0 0;
    text-align: center;
    font-size: 47px;
    font-family: 'Open Sans', cursive;
    background-size: 100% 100%;
    margin: 0 3px;
    width: 63px;
    height: 56px;
    box-shadow: none;
}

.tbody {
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	border-radius: 8px;
	text-align: center;
}
.tbody tr:last-child td {
	border-bottom:none;
}
.date {
	text-align: center;
}

.livetime .date {
	
}
.datepool{
	width: 555px;
	float: right;
	background: rgba(5, 20, 53, 0.44);
	margin-top: 30px;
}
.date p {
  color: #eae121;
  font-size: 20px;
  margin: 0;
  /*! padding-top: 8px; */
  position: relative;
  top: -3px;
}
.livetime .date p {
	display:inline-block;
	color: #000;
}

.remaintime {
	
}

.remaintime > p {
	
}

.remaining .date p {
  font-size: 30px;
}

.remaining .pools {
  font-size: 70px;
  padding: 15px 15px;
  width: 70px;
  height: 70px;
}

.remaintime span {
}

.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{background: #000;border: medium none;color: #fff;cursor: pointer;font-size: 14px;padding: 11px;border-radius:50px;}

.ui:hover{
	background: #FF7800;
}

.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 {
	font-size: 20px;
	padding: 5px 5px;
	width: 20px;
	height: 20px;
}

.pagination span {
  background: #0ebf0d;
  font-weight: normal;
  padding: 5px;
  box-shadow: 1px 0px 5px;
}

.pagination {
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
  height: 35px;
  color: #fff;
}
.pagination a{
	color: #000;
}

a.ui{
	text-decoration: none;
	padding: 15px 28px;
}
a.ui:hover{
	background: #6d8003;
}
.remaining .date{
	width: 60%;
}

.chengdu_content {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.69);
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: 12px;
}

.date img {
  display: inline-block;
  width: 23px;
}

.livetime .date img {
  display: inline-block;
  width: 40px;
}

.chengdu_content h2 {
  text-align: center;
  color: #945023;
}

.livetime {
  text-align: center;
  width: 100%;
  margin: 5px auto 10px;
  box-sizing: border-box;
}

.livebox{
	width: 100%;
	/*! margin: 0 1%; */
	float: left;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	border-radius: 15px inherit;
	border: 1px solid greenyellow;
}

.livebox table{
	width: 100%;
	background: rgba(0,0,0,0.7);
}

.livebox table, .livebox table td{
	border: 1px solid #fff; 
	color: #fff;
}

.table5{
	width: 432px;
    border: none;
    color: #fff;
	background: #000;
	border-radius: 8px;
	text-align: center;
}

.table5 td{
	color: #fff;
}

.lastresult{
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: bold;
	background: #000;
	text-align: center;
	padding: 15px 5px;
	margin-bottom: 10px;
	border-radius: 10px;
}

label{
	color: #000;
	/* font-family: "Pacifico",cursive; */
	font-size: 20px;
	text-align: center;
}

input[type="text"]{
	width: 130px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  background: #fff;
  border: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  padding: 9px 23px 6px 23px;
  resize: none;
  margin-right: -5px;
  width: 165px;
}

.ground {
	position: relative;
	padding: 5px;
	text-align: center;
	width: 438px;
}

.date > span {
	font-size: 20px;
}

.left {
  /* text-align: right; */
  /* float: left; */
  /* padding-right: 10px; */
  /* width: 580px; */
  /* display: inline; */
}

.right {
  padding-left: 15px;
  float: right;
}

h2.title {
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 20px;
	background: #823cb0;
	border-radius: 15px 15px 0px 0px;
}

.contentpanel .thead, .contentpanel .tbody{
	background: none;
	color: #ffffff;
}
.contentpanel .thead{
	background: #823cb0;
	border-radius: 15px 15px 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.contentpanel .tbody{
	
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {	
  15% { opacity: 1; }
  50% { opacity: 0; }
  85% { opacity: 1; }
}
.livedrawer .openlive, .livedrawer .tlive{
	display: none;
}

span.tremain {
}
.tlive {
    margin-left: 495px;
    top: 195px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7800+0,febe04+31,febe04+69,ff7800+100 */
    background: rgb(255,120,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(255,120,0) 0%, rgb(254,190,4) 31%, rgb(254,190,4) 69%, rgb(255,120,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(255,120,0) 0%,rgb(254,190,4) 31%,rgb(254,190,4) 69%,rgb(255,120,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(255,120,0) 0%,rgb(254,190,4) 31%,rgb(254,190,4) 69%,rgb(255,120,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff7800',GradientType=1 ); /* IE6-9 */
    padding: 12px 80px;
    border: 2px solid #fab411;
    color: #000;
    /* border-radius: 50px; */
	display:inline-block;
	margin-top: 40px;
	margin-right: 130px;
}
.flive{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.mld_mainContent .thead{
	}
	
	.contentpanel {
    /* display: inline-block; */
    /* text-align: right; */
    /* width: 498px; */
    /* position: relative; */
    /* float: right; */
    margin-top: 30px;
    text-align: right;
}
.lcat{
	font-size: 20px;
	color: #0eff00;
	text-transform: uppercase;
}
.isearch{
	width: 20px;
	height: 18px;
}
.bsearch{
	background: #fff;
	padding: 0 8px 2px 5px;
	/* text-align: center; */
	border-radius: 0;
	/* position: relative; */
	border: none;
}
.ndate{margin-right: 120px !important;color: #fff !important;}

.livedrawer .datepool{
	margin-top:50px;
}
.livedrawer .remaintime{
	margin-top:0px;
}

.Morning{
	background: url(images/MORNING.png) no-repeat scroll 0px top / 20px;
    padding-right: 22px;
	background-position: right top;
}

.Morning, .Morning a{
	color: #000;
}
.Morning.time2, .Night.time2{
	background-position: left top;
	padding-left: 22px;
	padding-top: 3px;
}

.Day{
	background: url('images/date.png') no-repeat scroll 50px top / 20px;
}

.Day, .Day a{
	color: #42c0fb;
}

.Evening{
	background: url('images/evening.png') no-repeat scroll 30px top / 20px;
}

.Evening, .Evening a{
	color: #fb9742;
}

.Night{
	background: url(images/night.png) no-repeat scroll 0px top / 20px;
    padding-right: 22px;
	background-position: right top;
}

.Night, .Night a{
	color: #000;
}

.Midnight{
	background: url('images/midnight.png') no-repeat scroll 20px top / 20px;
}

.Midnight, .Midnight a{
	color: #7442fb;
}

.header-text-title{
	text-align: center;
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
}

.ftname{
	color: #000;
}

.mainbanner{
	background: none;
	height: 100%;
}

.main-container{
	background: #fff;
	box-sizing: border-box;
	color: #000;
}

.clear{
	clear: both;
}
footer{
	background: none;
	color: #fff;
}
footer .container{
	background: #0ebf0d;
	color: #000;
}
.remaintime span,.rt_hour, .rt_minute, .rt_second{
	display: inline-block;
    color: #00ff00;
    padding: 0 2px;
    text-transform: uppercase;
    font-size: 30px;
	font-family: 'Orbitron', sans-serif;
}
.remaintime span{
	padding: 0;
}
.remaintime span.tremain{
	background: none;
	color: #fff;
}
.livetime .time-pools{
	text-indent: -10000px;
	border:none;
	color: #d00f10;
	padding: 0px;
	text-align: center;
	text-shadow: 4px 2px 2px rgb(31, 41, 30);
	font-family: 'Open Sans', cursive;
	background-size:100% 100%;
	line-height: 1.1;
	width: 70px;
	height: 70px;
	box-shadow: none;
	display:inline-block;
	font-size: 62px;
	position: absolute;
	top: -55px;
	left: -75px;
}
.datelink{
	
}
.datelinker{
	font-family: 'Open Sans', sans-serif;
	display: block;
	text-align: left;
	border-radius: 5px;
	width: auto;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
}
.datelinker a{
	color: #fff;
}
.lcat.time2{
	margin-bottom: 1px;
    float: left;
    padding: 0;
    width: 45px;
    height: 45px;
    margin-top: 2px;
    margin-right: 5px;
    background-size: 100% 100%;
}
.headpools-else{
	padding: 10px;
	color: #000;
	font-size: 22px;
	text-align: center;
	background: #0ebf0d;
	margin: 15px 0;
	display: block;
}
.holder2{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bb0000+0,da0000+50,bb0000+100 */
	background: #bb0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb0000 0%, #da0000 50%, #bb0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bb0000 0%,#da0000 50%,#bb0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bb0000 0%,#da0000 50%,#bb0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#bb0000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-align:center;
	padding: 5px 0 10px;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: 4px 2px 2px rgba(0,0,0,0.5);
}
.holder2 div{
	display: inline-block;
}
.numholder{
	background: #fbb93f;
	border-top: none;
	padding: 5px;
	width: 585px;
	margin: 10px auto;
	border-radius: 5px;
}
.numholder .ground{
	float: left;
}
.numholder .remaintime{
	float: right;
    width: 160px;
    background: #000;
    height: 69px;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    box-sizing: border-box;

}
.resultlist{
	display: inline-block;
	color: #fff;
}
.resultlist .r1{
	background: #8c1404;
	display:inline-block;
	padding: 3px;
}
.resultlist .r2{
	background: #d90000;
	display:inline-block;
	padding: 3px;
}
.homecontent table{
	color: #fff;
}
.mld_pageContent, .main-container h2{
	color: #fff;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input, .datepick-highlight {
    background-color: #0ebf0d !important;
    color: #fff;
}
.datepick-ctrl {
    background-color: #0ebf0d !important;
}
.linker a{
	margin: 0 5px;
	color: #000;
	font-weight: bold;
}
input.datepicker{
	padding: 3px 23px 0px 23px;
	background: #fff;
	color: #000;
}
div.logoholder{
	background: url('images/header-bg.png') #434343 no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 170px;
}
.logo{
	bottom: auto;
	top: 100px;
}
.livebox .xdate{
	text-align: left;
    font-size: 14px;
    margin-top: 5px;
	text-transform: uppercase;
	margin: 10px;
	font-weight: bold;
}


img.banner{
	width: 100%;
	height: auto;
}
table.noborder,table.noborder td, table.noborder tr{
	border: none;
	background:none;
	text-align: center;
	font-size: 22px;
	vertical-align: middle;
}
/* ---------------------- Greenslate nav ---------------------- */
#tabs26{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background:transparent url(images/greenslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
#tabs26 ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#tabs26 ul li{display:block;float:left;margin:0 1px 0 0;}
#tabs26 ul li a{display:block;float:left;color:#10100f;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
#tabs26 ul li a:hover,#tabs26 ul li a.current{color:#fff;background:transparent url(images/greenslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Greenslate nav ---------------------- */