body{	
	background: #5668bc url("images/bg-amsterdam.jpg") no-repeat fixed 0 0 / 100%;
	line-height: 1;
	font-family: 'Righteous', cursive;
	margin: 0
}
a{
	text-decoration: none
}
.container{
	background: #fff;
}
.navbar-brand img{
	height: 100px;
}
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;
}

h2{
	color: #575352
}

.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{
	color: #32412d;
	font-size: 20px;
}

.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 {
	padding: 15px;
	padding-bottom: 25px;
}

.pools {
  background: rgba(0,0,0,0) url('images/bg-numberamsterdam.png') repeat scroll 0 0 / cover;
  border-radius: 50%;
  color: #555354;
  display: inline-block;
  font-size: 37px;
  padding: 10px 10px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 12px;
  box-shadow: 0px 3px 3px 1px #333;
  margin-right: 5px;
}

.tbody {
}

.date {
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 10px 18px;
}

.date p {
  color: #829dba;
	font-size: 20px;
	margin: 0;
	padding-top: 2px;
	letter-spacing: 2px;
}

.date p:first-child{
	padding-bottom: 5px;
	padding-top: 0;
	color: #fff;
}

.remaintime {
  color: #043584;
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 15px #fff;
}

.remaining.live .remaintime{
  color: #fff;
  text-align: right;
  margin-top: 8px;
  float:right;
}

.remaining .date p {
  font-size: 20px;
}

.remaining .pools {
  font-size: 50px;
	padding: 15px 15px;
	width: 50px;
	height: 50px;
	box-shadow: 0px 1px 40px 12px #fff;
	margin-right: 5px;
}

.remaintime span {
  color: #00ff61;
  font-weight: bold;
  font-size: 30px;
  display:inline-block;
}

.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: rgb(202, 133, 95);
background: -moz-linear-gradient(top, rgb(202, 133, 95) 0%, rgb(202, 133, 95) 50%, rgba(0,131,131,1) 51%, rgba(0,132,152,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(202, 133, 95)), color-stop(50%, rgb(202, 133, 95)), color-stop(51%, rgb(167, 66, 2)), color-stop(100%, rgb(245, 120, 15)));
background: -webkit-linear-gradient(top, rgb(202, 133, 95) 0%, rgb(202, 133, 95) 50%, rgb(167, 66, 2) 51%, rgb(245, 120, 15) 100%);
background: -o-linear-gradient(top, rgb(202, 133, 95) 0%, rgb(202, 133, 95) 50%, rgb(167, 66, 2) 51%, rgb(245, 120, 15) 100%);
background: -ms-linear-gradient(top, rgb(202, 133, 95) 0%, rgb(202, 133, 95) 50%, rgb(167, 66, 2) 51%, rgb(245, 120, 15) 100%);
background: linear-gradient(to bottom, rgb(202, 133, 95) 0%, rgb(202, 133, 95) 50%, rgb(167, 66, 2) 51%, rgb(245, 120, 15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb5ca', endColorstr='#008498', GradientType=0 );
border: 2px solid #f97019;
border-radius: 10px;
padding: 3px;
color:#fff;
cursor: pointer;
}

.ui:hover{
	background: #f77f0e;
}

.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: 5px 5px;
	width: 15px;
	height: 15px;
}

.pagination span {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #eee;
  font-weight: normal;
  padding: 5px;
}

.pagination {
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}

a.ui{
	text-decoration: none;
	padding: 5px;
}
a.ui:hover{
	background: #d16a05;
}
.remaining .date{
}
.remaining.live .date{
	width: 50px;
	text-align: center;
}
.remaining.live .thead{
	color: #fff;
}
.remaining.live .draw{
	font-size: 55px;
	margin-left: 299px !important;
}
.blink {
  animation: blinker 1s linear infinite;
}
table.detailnumber thead tr td {
    background: #2b23b9;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.remaining.live .pools {
    font-size: 20px;
    padding: 15px 15px;
    width: 20px;
    height: 20px;
}
.remaining .tbody {
  background: url("images/bg-table.jpg") no-repeat scroll -100px -100px / cover ;
}

.detailnumber{
	background: rgba(255,255,255,0.8);
}
@keyframes blinker {	
  15% { opacity: 1; }
  50% { opacity: 0; }
  85% { opacity: 1; }
}
.livedrawer .openlive{
	display: none;
}
.mld-orange{
	background: #f77f0e;
	padding: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

hr{
	border: medium none;
	width: 90%;
	box-shadow: 1px 1px #ddd;
	height: 1px;
	 background: #333; /* For browsers that do not support gradients */
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),#333,rgba(0,0,0,0));
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,rgba(0,0,0,0),#333,rgba(0,0,0,0));
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,rgba(0,0,0,0),#333,rgba(0,0,0,0));
	/* Standard syntax */
	background: linear-gradient(to right,rgba(0,0,0,0),#333,rgba(0,0,0,0)); 
}

.navbar-brand{
	display: inline-block;
}

.amd-date{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.datepick-month-header,.datepick-month-year{
	background: #c98c48 !important;
}

.datepick-nav{
	background: #f4efd7 !important;
}

.datepick-month{
	border: 1px solid #c99148 !important;
}

.datepick-month th, .datepick-month th a{
	background-color: #dbbf87 !important;
	border: 1px solid #dbbf87 !important;
}

.datepick-month td .datepick-weekend {
	background-color: #f4e7d7 !important;
}

.datepick-month td{
	border: 1px solid #dbb687 !important;
}

.datepick-month td .datepick-other-month {
	background-color: #f4e8d7 !important;
}

.datepick-month td .datepick-today {
	background-color: #dbb187 !important;
}

.datepick-cmd:hover {
    background-color: #dbb187 !important;
}
