body{	
	background: #68a4ec url("images/page-01_parallax01.jpg") repeat scroll center 0 / cover;
	line-height: 1;
	font-family: 'Sansita', sans-serif;
}
.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: #fff;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
}

.tbody tr td {
  border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 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;
}

.pools {
	color: #620d72;
	display: inline-block;
	font-family: 'Sansita', sans-serif;
	font-size: 50px;
	line-height: 0.5;
	/* padding: 15px; */
	text-align: center;
	background: #ffd800;
	width: 50px;
	height: 50px;
	line-height: 0.8;
	border-radius: 50%;
	 -moz-box-shadow:    inset 0 0 10px #974FA0;
	   -webkit-box-shadow: inset 0 0 10px #974FA0;
	   box-shadow:         inset 0 0 10px #974FA0;
	  margin-right: 15px
}

.livedrawer.livetime .pools{
	text-shadow: 0 0 2px #fff;
	font-size: 55px;
	width: 85px;
	height: 85px;
	margin-bottom:10px;
}
.livetime .pools{
	background: url("images/bg-number.png") no-repeat scroll 0 0 / cover ;
	color: #fbf292;
	padding: 0px;
	text-align: center;
	text-shadow: 0 0 2px #fff;
	font-size: 50px;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	line-height: 1.3;
}
.tbody {
	background: rgba(255,255,255,0.5);
	margin-bottom: 15px;
}

.date {
	text-align: center;
}

.livetime .date {
	/*background: rgba(0, 0, 0, 0) url("images/wood-panel2.png") no-repeat scroll 0 30px;*/
	background: #801F93; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#801F93, #610C71); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#801F93, #610C71); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#801F93, #610C71); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#801F93, #610C71); /* Standard syntax */
	float: right;
	position: relative;
	/*top: -55px;*/
	width: 320px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 15px
}

.date p, .date p a {
  color: #222;
	display: inline-block;
	font-size: 20px;
	margin: 0;
	padding-top: 2px;
	position: relative;
	top: -5px;
	text-decoration:none;
}

.livetime .date p {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.remaintime {
	/*background: rgba(0, 0, 0, 0) url("images/wood-panel2.png") no-repeat scroll 0 30px;*/
	background: #F4B12C; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F4B12C, #FEA223); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F4B12C, #FEA223); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F4B12C, #FEA223); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F4B12C, #FEA223); /* Standard syntax */
	color: #fff;
	float: right;
	font-size: 40px;
	position: relative;
	text-align: center;
	/*top: -55px;*/
	width: 320px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-top: 15px
}

.remaintime > p {
  color: #650E75;
	font-family: "PT Sans",sans-serif;
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
}

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

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

.remaintime span {
  color: #fff;
	display: inline-block;
	font-size: 50px;
	padding: 5px;
	width: 75px;
	font-weight: bold;
}

.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: #620d72 none repeat scroll 0 0;
border: medium none;
color: #fff;
cursor: pointer;
font-size: 15px;
padding: 13px;
border-radius: 5px;
}

.ui:hover{
	background: #9d12b7;
}

.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: #f2c714 none repeat scroll 0 0;
  font-weight: normal;
	padding: 5px;
	box-shadow: 1px 0px 5px;
}

.pagination {
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}

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

.chengdu_content,#topMenu {
  background: #68a4ec url("images/chicago1.jpg") repeat scroll center 0;
	border-radius: 0 0 15px 15px;
	display: inline-block;
	width: 100%;
}

.banner{
	border-radius: 15px;
}

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

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

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

.livetime {
  background: rgba(0,25,240,0.2) none repeat scroll 0 0;
	border-radius: 14px 14px 0 0;
	/*margin-bottom: 25px;
	margin-top: 55px;*/
	padding: 15px;
	display: inline-block;
}

label{
	color: #222;
	font-family: 'Sansita', sans-serif;
	font-size: 22px;
	text-align: center;
}

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

input[type="text"], input[type="email"], input[type="tel"], textarea {
  background: #f1f1e6 none repeat scroll 0 0;
  border: 1px solid #cdc8b1;
  border-radius: 0;
  box-shadow: none;
  color: #9a9683;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 15px 0;
  min-height: 24px;
  padding: 10px 23px;
  resize: none;
}

.ground {
	/*background: rgba(0, 0, 0, 0) url("images/wood-panel.png") no-repeat scroll center 0;*/
	position: relative;
	text-align: center;
	float: right;
	/*top: -50px;*/
}

.date > span {
  font-family: "PT Sans",sans-serif;
	font-size: 18px;
	color: #f4b02b;
	text-transform: uppercase;
}

.left {
  display: inline-block;
	float: left;
	width: 48%;
}

.right {
display: inline-block;
float: right;
width: 48%;
}

form {
  padding: 15px;
}

h2.title {
	color: #222;
font-family: 'Sansita', sans-serif;
font-weight: normal;
text-align: left;
}

.contentpanel .thead, .contentpanel .tbody{
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

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

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

.datepick-nav, .datepick-ctrl{
	background-color: #A05FA8 !important;
}

.datepick-ctrl{
	background-color: #7C1C8E !important;
}
span.prizes {
	background: #630d73;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Sansita', sans-serif;
	margin-right: 20px;
	margin-left: 40px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}