/****General****/
*			{margin:0px;	padding:0px; font-family:"Comic Sans MS", cursive, sans-serif;}
body 		{width:90%; min-width:294px; Height:auto; margin:20px auto;}
img 		{width: 100%; max-width: 400px; border:0px;}
table,
tr,
td 			{border:0px;}
table 		{background: #ffffff; display: inline-table; width: calc(100% - 0px); margin: 0px; padding: 5px;border: 2px solid Red; border-radius: 10px; -moz-border-radius: 10px;-webkit-border-radius: 10px; border-spacing: 0px;}
.reduced {
    max-width: 600px;
    text-align: center;
}
tr {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0px;
}
td, th {
	margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: auto;
}
th {	
	color:blue;
}
h1 {
	text-align:center;
	margin:0px;
	padding:0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:first-line {
	font-family:"Comic Sans MS", cursive, sans-serif;
	color: blue;
	font-size: 20px;
	font-weight: bold;
}
input, textarea, select {	
    border: 2px solid red;    
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px;
    background-color: white;
    color: blue;
	margin: 5px;
	cursor: pointer;
}
input, select {	
	width: 228px;
}
textarea {
	width: calc(100% - 44px);
    margin: 0px 10px;
}
input[type="checkbox"] {
    height: 30px;
    width: 30px;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}
input::placeholder {
	color: red;
}
select {
    max-width: 324px;
	height: 32px;
	padding: 0px 5px;
}
select:required:invalid {
	color: red;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: black;
}
label {
    width: 250px;
    display: inline-block;   
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
label.declare {
    width: auto;
}
li, ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
fieldset {
	margin: 0px 0px;
    padding: 10px 0px 10px 0px;    
	text-align: center;
    border: 2px solid red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
fieldset.name,
fieldset.address {
    width: calc(50% - 14px);
    margin: 0px 0px 10px 10px;
    float: left;
}
fieldset.question {
    clear: both;
    margin: 10px;
}
fieldset.login-details {    
    width: 100%;
	margin: 0px 0px 0px 10px;
}
fieldset.login {    
    max-width: 300px;
}
fieldset.passreset {    
    width: 276px;
	margin: 0px ;
	padding: 10px
}
fieldset.declare{
	background: white;
    width: calc(100% - 24px);
	margin: 10px 10px 0px 10px;
	font-size: 20px;
    font-weight: bold;
}
legend {
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
}
.background{
	background:#e2f6ff url('images/background.gif');
	background-position: center top;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-size: cover;
}
.link {
	text-decoration:none;
	color:#333333;
}
.link:hover {
	color:#000000;
}
.error {
	color: red;
	font-weight: bold;
}
.clean {
	clear:both;
}
.left {
	text-align:left;
	padding-left:20px;
	color:blue;
}
.right {
	text-align:right;
	padding-right:20px;
	color:red;
}
.center {
	text-align:center;
	padding: 0px
}
.line {
	padding: 0px 20px;
}
.matchno,
.matchyes {
	margin:0px;	
	text-align:center;
	border:2px solid transparent;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;	
	width: 23px;
}
.matchyes {
	border: 2px solid Red;
}
.big {
	font-size:1.2em;
}
.small {
	font-size:0.7em;
}
.message {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:auto;
	background:url('images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.messages_table td {
	border-top:1px solid #aaaaaa;
	vertical-align:top;
}
.header {	
	margin: 20px auto 0px auto;
    padding: 13px;
	background: url(images/bluec_30p.png);
    border: 2px solid red;    
	width: auto;
    height: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	min-width:294px;
}
.headerleft {	
	margin: 0px 10px 0px 0px;
    padding: 10px;
    background: url(images/bluec_30p.png);
    border: 2px solid red;
    float: left;
    width: calc(50% - 28px);
    height: 80px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.headerright {    
    margin: 0px 0px 0px 0px;
	float: left;
	width: calc(50% - 6px); 
	text-align: center;
}
.countdown,
.prizepot {	
	margin: 10px 0px 0px 0px;
    padding: 0px;
    background: url(images/bluec_30p.png);
    border: 2px solid red;
    float: left;
    width: calc(50% - 9px);
    /* min-width: 122px; */
    height: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.countdown{	
	margin: 10px 10px 0px 0px;
}
.balance {
    margin: -5px;
    padding: 8px 8px;
    background: white;
	color: blue;
    border: 2px solid red;
    float: right;
    width: auto;
    height: 70px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.content {    
    background: url(images/bluec_30p.png);
    
    display: inline-block;
    margin: 20px 0px 0px 0px;
	padding: 10px 10px;
	
    width: calc(100% - 24px);
    height: auto;
    text-align:center;
    border: 2px solid red;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	
}
.login-center {
    display:inline-block;
}
.signup-center {
    width: 892px;
    margin: auto;
}
.signup-left {
    float: left;
    width: calc(66% - 12px);
}
.signup-right {
    float: left;
    width: calc(34% - 12px);
}
.ticket{
	background:#ffffff;
	float:left;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;	
	border-radius: 20px;
	padding: 10px;
	border: 2px solid red;
	display: inline-block;	
	text-align: center;
}
.numbers {	
	width:252px;	
	margin:10px 10px 10px 10px;	
}
.options {
	width: calc(100% - 356px);	
	margin:20px 0px 10px 0px;
	min-width:312px;
}
.slider1 {
	background:#ffffff;
	border: 2px solid red;
	border-radius: 25px;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 4px;
	margin:0px 0px 20px 0px;
}
.foot {
	clear: both;
    display: inline-block;
    text-align: center;
    background: url(images/bluec_30p.png);
    width: 100%;
	border: 2px solid red;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
    margin-top: 20px;
	min-width:320px;
}
.button {
    display: inline-block;
	background-color: white;
    margin: 10px 10px;
    border: 2px solid red;
    color: Blue;
    padding: 0px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: Bold;
    cursor: pointer;
    border-radius: 10px;
}
.button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
button {
    background-color: white;
    margin: 10px 10px;
    border: 2px solid red;
    color: Blue;
    padding: 0px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: Bold;
    cursor: pointer;
    border-radius: 10px;
}
button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
button.login{
	float:right;
	margin: 0px 10px 10px 0px;
}
.icon-button {   
    background-repeat: no-repeat;
    background-color: transparent;
    height: 24px;
    width: 24px;
    padding: 12px;
    border: 2px solid transparent;
    color: transparent;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}
.icon-button:hover {
	border: 2px solid green;
    border-radius: 5px;
}
.edit-icon{
	background-image: url(images/edit_24.png);
}
.delete-icon{
    background-image: url(images/delete_24.png);
}
.info {	
	width:100%;
	float:left;
}
.buttonbar {
    float: left;
    width: calc(100% - 0px);
    height: auto;
    text-align: center;
}
.btn-group {
	width:100%;    
}
.btn-group a,
.btn-group button{
	float: left;
    background-color: white;
    color: Blue;
    height: 33px;
    border: 2px solid red;
	border-radius: 10px;
    padding: 0px 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}
.btn-group a:hover,
.btn-group button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}
.unselected  {
    background-color: white;
    color: blue;
}
.selected  {
    background-color: #4CAF50; /* Green */
    color: white;
}
/****Multipicker****/
::selection {
  	background: none;
}
::-moz-selection {
  	background: none;
}
.checklist * {
	font-family: "Comic Sans MS";
}
.checklist {
	background: #ffffff;
    border: 2px solid red;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
}
.checklist > * {
	background: white;
	width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid transparent;
    color: blue;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 17px;
}
.checklist > *:not(:first-child) {
	/* margin-left: 4px; */
}
.checklist > .active {
    background-color:white;
	border: 2px solid red;
	font-weight: bold;	
	color: red;
}
.checklist > :hover {
	background-color: #4CAF50;
}
.checklist input {
	display: none;
}
/****Slider****/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: calc(100% - 64px);
  padding: 0px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: blue;
  border-radius: 5px;
  border: 2px solid red;
  
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #828282;
  border: 2px solid #FF0000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin: -7.5px 0px 0px 0px;
}
input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #828282;
	border: 2px solid #FF0000;
	height: 20px;
	width: 20px;
	border-radius: 10px;
    background: #4CAF50;    
	
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0800FF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #0800FF;
  border-radius: 2px;
  border: 0px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #828282;
  border: 3px solid #FF0000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #0800FF;
  border: 0px solid #8A8A8A;
  border-radius: 4px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #0800FF;
  border: 0px solid #8A8A8A;
  border-radius: 4px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #828282;
  border: 3px solid #FF0000;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #0800FF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #0800FF;
}
#question {
	max-width: none;
	width: calc(100% - 14px);
}
#answer {
	width: calc(100% - 40px);
}
#player_transactions {
	max-width: 800px;
}
#title {
    width: 85px;
}
#first_name {
    width: 128px;
}
#last_name {
    width: calc(228px - 0px);
    margin: 5px 0px;
}
#postcode {
    width: 132px;
    margin-right: 0px;
}
#search {
    max-width: 90px;
    margin-left: 0px;
}
#countdown,
#prizepot{
	font-size: 25px;
	font-weight: bold;
}
#random,
#procede {
	display: none;
}
#deposit {
    max-width: 500px;
    margin: auto;
}
#numbers {
    width: 280px;
}
#action a {
    width: calc((100% - 32px) / 3);
    margin: 10px 0px 0px 10px;
}
#action a:first-child {margin: 10px 0px 0px 0px;}
#account_menu button,
#account_menu a{width: calc((100% - 46px) / 4);}	
#account_menu a:nth-child(1){margin: 0px 0px 0px 0px;}
#account_menu a:nth-child(2),
#account_menu a:nth-child(3),
#account_menu a:nth-child(4){margin: 0px 0px 0px 10px;}
#account_menu a:nth-child(5){margin: 10px 0px 0px 0px;}
#account_menu a:nth-child(6){margin: 10px 0px 0px 10px;}

@media only screen and (max-width: 1000px){
    #account_menu button,
	#account_menu a {width: calc((100% - 32px) / 3);}	
	#account_menu a:nth-child(1){margin: 0px 0px 0px 0px;}
	#account_menu a:nth-child(2),
	#account_menu a:nth-child(3){margin: 0px 0px 0px 10px;}
	#account_menu a:nth-child(4){margin: 10px 0px 0px 0px;}
	#account_menu a:nth-child(5),
	#account_menu a:nth-child(6){margin: 10px 0px 0px 10px;}
	
	.signup-left,
	.signup-right {width: calc(50% - 12px);}
	fieldset.name,
	fieldset.address {width: calc(100% - 14px);}
}
@media only screen and (max-width: 750px) {	
    #account_menu a {width: calc((100% - 18px) / 2);}
	#account_menu a:nth-child(1){margin: 0px 0px 0px 0px;}
	#account_menu a:nth-child(2){margin: 0px 0px 0px 10px;}
	#account_menu a:nth-child(3),
	#account_menu a:nth-child(5){margin: 10px 0px 0px 0px;}
	#account_menu a:nth-child(4),
	#account_menu a:nth-child(6){margin: 10px 0px 0px 10px;}
	
    .headerleft {width: calc(100% - 24px); margin: 0px 0px 10px;}
	.headerright {width: calc(100% - 0px);}
	.signup-left,
	.signup-right {width: calc(100% - 12px);}
	fieldset.name,
	fieldset.address,
	fieldset.login-details {width: calc(100% - 14px);}
}
@media only screen and (max-width: 625px) {
    .reduced {font-size: 15px;}
	.reduced td {padding: 0px;}
	#player_transactions {font-size: 12px;}
}
@media only screen and (max-width: 500px) {    
	#player_transactions {font-size: 9px;}
	#account_menu a {width: calc(100% - 4px);}
	#account_menu a:not(:last-child) {margin: 0px 0px 10px;}
	#account_menu a:last-child {margin: 0px;}
	#action a {width: calc((100% - 18px)/2);}
	#action a:last-child {margin: 10px 0px 0px 10px;}
	#action a:nth-child(3){margin: 10px 0px 0px 0px;}
	.reduced {font-size: 10px;}
	.reduced td {padding: 0px;}
	label {text-align: center;}
}
.overlay {
	background: #999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.60;
	filter: alpha(opacity=60);
	z-index: 1;
}
.popup {
	width: 300px;
	margin: auto;
	background: white;
	border: 2px solid red;
	border-radius: 20px;
	padding: 10px;
	position: absolute;
	z-index: 1000;
}
#popupWindow {
	text-align: center;
	color: blue;
	font-size:20px;
	font-weight:bold;
}
