@font-face {
    font-family: 'digital-7';
    src: url(digital-7/digital-7.ttf);
}

body{
	font-family: 'Roboto', sans-serif;
	background: #097dac;
	line-height: 1.1;
	color: rgb(23, 33, 60);
}
.navigation {
	font-family: 'Prompt', sans-serif;
	background : url('images/nav-bar-menu.png') no-repeat scroll 0 0 rgba(0,0,0,0);
	text-align: center;
}
.navigation ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.navigation li{
	display: inline-block;
	padding: 5px;
	margin: 0px 10px;
}
.navigation li a{
	color: #fff;
	text-decoration: none;
}
.afterheader {
	background: url('images/bg-left.jpg') no-repeat scroll 0 0 #fff;
	height: 700px;
	/* overflow-y: scroll; */
	margin-bottom: 20px;
}

.clear{
	clear:both;
}

.coverall{
	
}

.float-right{
	float:right;
	width:385px;
}

.float-left{
	float:left;
	width:450px;
}

.infolatest{
	padding:5px 15px 20px 20px;
}

.latest {
	padding-bottom:20px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 657px;
	padding:20px 10px;
}

.infolatest img{
	margin-bottom:10px;
}


.contentsidebar h2 {
	display:none;
}

.today-result{
	border:1px solid #e89e0a;
	border-radius: 10px 10px 0px 0px;
	margin-bottom:15px;
}

.holder-date{
	padding: 5px;
	background: #e89e0a;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 2px solid #634d23;
}

.holder-date p{
	margin:0px;
	color: #fff;
}

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;
}


.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 span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dedede;
  font-weight: normal;
  padding: 5px;
}

.pagination {
  text-align: right;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom:25px;
}
.pagination span.pages{
	background: #dce7f5;
	border: 1px solid  #dedede;
}
.pagination .page{
	text-decoration: none;
	color: #2b1700;
}
.pagination .current{
	background: #f3f6fb;
	color: #000;
}
.pagination .ui-disabled{
	background: #f3f6fb;
}

.pagination a{
	text-decoration:none;
	color:#000;
}
.pagination a:hover span{
	background:#dce7f5;
}
/*
.pagination{
	display:none;
}

.pagination li {
	display: none;
}
*/

.pagination li{
	display: inline-block;
	padding: 5px;
}

.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;
}

.livedrawer .thead{
	/* border-radius: 10px 10px 0 0; */
	text-align: center;
}

.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 {
	margin-top: -20px;
}

.pools {
	font-family: 'Archivo Black', sans-serif;
	/* width: 51px; */
	font-size: 86px;
	padding: 5px 20px;
	/* border-radius: 50%; */
	margin-right: 2px;
	margin-left: 2px;
	/* margin-right: 30px;
	margin-left: 45px; */
	color: rgb(0, 0, 0);
	/* text-shadow: 1px 4px 6px #fbb800, 0 0 0 #000, 1px 4px 6px #f06100; */
	display: inline-block;
	font-weight: bold;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcb732+0,e89216+26,dd7a13+56,cb5c0a+100 */
	background: rgb(252,183,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(252,183,50) 0%, rgb(232,146,22) 26%, rgb(221,122,19) 56%, rgb(203,92,10) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(252,183,50) 0%,rgb(232,146,22) 26%,rgb(221,122,19) 56%,rgb(203,92,10) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(252,183,50) 0%,rgb(232,146,22) 26%,rgb(221,122,19) 56%,rgb(203,92,10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb732', endColorstr='#cb5c0a',GradientType=0 ); /* IE6-9 */
}
.prizes tr td{
	border-bottom: 2px solid #e89e0a;
}
.starterke-1{
	background : url('images/blue.png') no-repeat scroll 0 0 rgba(0,0,0,0);
}
.starterke-2{
	background : url('images/green.png') no-repeat scroll 0 0 rgba(0,0,0,0);
}
.starterke-3{
	background : url('images/red.png') no-repeat scroll 0 0 rgba(0,0,0,0);
}
.spke-1{
	background : url('images/yellow.png') no-repeat scroll 0 0 rgba(0,0,0,0);
}
.cpke-1{
	background : url('images/purple.png') no-repeat scroll 0 0 rgba(0,0,0,0);
}

.tbody {
  color: #54555C;
}

.date {
	width: 280px;
	display: inline-block;
	text-align: left;
	margin: 0px 40px 0 20px;
}
.remaintime .date{
	width:auto;
	margin:0px;
}

.livedrawer .date p {
  font-size: 25px;
  margin: 0;
  padding-top: 20px;
}

.date p {
  font-size: 20px;
  margin: 0 0px 0px 0px;
  padding-top: 2px;
}

.date a{
	-webkit-text-stroke: 1px rgba(234, 145, 52, 0.53);
	color: rgb(23, 33, 60);
	text-decoration: none;
	font-size: 30px;
}
.date a:hover{
	color:rgb(255, 255, 47);
}
.livedrawer .remaintime{
    /* position: relative; */
    /* margin-bottom:20px; */
    /* font-size: 30px; */
    /* top: 180px; */
    /* left: 160px; */
}
.remaintime {
    padding: 4px 10px;
    position: relative;
    text-align: right;/
    font-size: 20px;
    margin-top: -28px;
    color: rgb(5, 45, 88);
}

.remaining .date p {
     display: inline-block;
     font-size: 23px;
}

.remaintime p {
  display: block;
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.remaintime p span.hours{
	display: block;
	font-size: 100px;
}
.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{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
	background: #f9c667; /* Old browsers */
	background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	padding: 15px 30px;
	color: #152e4d;
	font-weight: bolder;
	cursor: pointer;
	border:none;
	text-align:center;
	font-size: 17px;
	position: relative;
	top: 37px;
}
.button-search{
	top: 12px;
	padding: 8px 20px;
	color: #000;
	font-weight: 100;
}

.button-search img{
	width: 32px;
}

.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: 15px;
	padding: 2px 6px;
}

.box-number{
	margin-left: -42px;
	margin-top: -70px;
	position: absolute;
}
.date-filter-input{
	display: inline-block;
	border-radius: 5px;
	position: relative;
	text-align: center;
}
.date-filter-input input{
	border:2px solid #000;
	padding:5px;
	width: 55px;
}
.date-filter{
	display: inline-block;
	color: #0a2447;
	margin-bottom:20px;
}
.date-filter p{
	margin:5px;
}
span.searchtext {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: -90px;
	font-style: italic;
	margin-bottom: 15px;
	margin-right: 10px;
}

a.ui{
	text-decoration: none;
}
.date-holder{
	text-align: center;
	font-size:36px;
	color: #fff;
	display:block;
}
.timer-countdown{
margin-left: 20px;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {	
  15% { opacity: 1; }
  50% { opacity: 0; }
  85% { opacity: 1; }
}
.livedrawer .openlive{
	display: none;
}

.banner{
	margin-top: 20px;
	height: 60px;
	background-color: #fff;
	padding: 15px 20px;
}

.navbar-brand img{
	width: 250px;
	/* top: -80px; */
	position: relative;
	height: auto;
}

.logoheader{
	margin-top: 40px;
	margin-right: 15px;
}

.thead{
}

.tbody{
}

.openlive{
	color: rgb(23, 33, 60);
	display: inline-block;
	font-size: 38px;
	text-decoration: none;
	/* font-weight: bold; */
	/* background: #fff; */
	padding: 10px;
	border-radius: 5px;
}

table.detailnumber thead tr td {
	background: #934639;
	color:#fff;
	padding: 10px;
	text-align: center;
}

table.detailnumber .pools{
	font-size: 18px;
	padding: 8px 10px;
	width: 15px;
	height: 45px;
	margin-left: 0px;
}
.imgbanner{
	text-align: right;
	/* position: absolute; */
	/* float: right; */
	/* padding: 0px 14px; */
	/* top: 45px; */
	/* right: 215px; */
	position: relative;
	top: -100px;
	right: 15px;
	margin-bottom: -60px;
}
.imgbanner img{
	width: 460px;
	height: auto;
}
.imgbanner ul{
	margin:0px;
}
a.navbar-brand {
	float: left;
}
.livedraw, .livedrawer, .detail-pools{
	/* color:#fff; */
	/* text-shadow:2px 2px 2px #000; */
}

.remaining table{
	margin-bottom: 10px;
}
.livedraw{
	/* background: url('images/bg-number11.png') repeat-x; */
	/* background-position: center; */
}
.latest-result{
	padding: 10px;
	margin: 0px 10px;
	border: 2px solid rgb(149, 106, 63);
	/* background: url('images/bg-number11.png') repeat; */
	width: 98%;
}
.latest-result .pools{
	font-size: 45px;
	padding: 12px 22px;
	margin-bottom: 14px;
}
.livedrawer .pools, .table.table-striped.detailnumber .pools {
	margin-right: 0px;
}
table.table.table-striped.detailnumber:last-child {
	margin-bottom: 0px;
}
table.table.table-striped.detailnumber {
	/* margin-bottom: 20px; */
}
table.table.table-striped.detailnumber:first-child {
	margin-top: 0px;
}
.headpools-else{
	background: #ca6122 !important;
	font-weight: bolder!important;
	font-size: 18px;
}
.livedrawer .remaintime p {
	padding: 5px;
	background: #bd8a3c;
	border: 2px solid #d3b484;
	font-size: 30px;
	margin: 10px 0px;
}
.livedrawer .remaintime .date p {
	padding: 5px;
	background: rgba(255, 255, 255, 0);
	border: 0px solid #d3b484;
	font-size: 24px;
}

.detail-pools{
	cursor:pointer;
	padding-bottom: 30px;
}
table.detailnumber tr .pools{
	margin-top:15px;
}
table.detailnumber .pools{
	margin-bottom:5px;
}
td.ftname {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	width: 88px;
}
td.ftpools {
	text-align:right;
	width: 245px;
}
.margin-top{
	margin-top:15px;
	margin-bottom:15px;
}
/*
td.ftname.space-5 {
	padding-right: 40px;
	width:110px;
	text-align:center;
}
td.ftname.space-6 {
	padding-right: 20px;
	width:110px;
	text-align:center;
}
td.ftname.spacelong-5 {
	padding-right: 20px;
	width:110px;
	text-align:center;
}
td.ftname.spacelong-6 {
	padding-right: 0px;
	width:110px;
	text-align:center;
}
*/
