﻿@font-face {
    font-family: Chalk;
    src: url(/fonts/EraserRegular.ttf);
}

body {
	background-color:#9933FF;
	background-image: -moz-repeating-radial-gradient(top center,circle, yellow, orange 4%, #DB7411 8%);
	background-image: -webkit-repeating-radial-gradient(top center,circle, yellow, orange 4%, #DB7411 8%);
	background-image: -0-repeating-radial-gradient(top center,circle, yellow, orange 4%, #DB7411 8%);
	background-image: -ms-repeating-radial-gradient(top center,circle, yellow, orange 4%, #DB7411 8%);
	background-image: repeating-radial-gradient(top center,circle, yellow, orange 4%, #DB7411 8%);
	box-sizing:border-box;
	text-align:center;
}
h1 {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:56px;
	text-align:center;
	color:#449944;
	margin-left:30px;
}
#MainContainer {
	margin:auto;
	height:650px;
	width:1000px;
	background-color:transparent;
	border:0px aqua solid;
	position:relative;
	border-radius:10px;
}
#MainContainer h1{
	position:absolute;
	top:-10px;
	left:2px;
}
#ShotTimer {
	background-color:#FFFF99;
	box-shadow:0px 0px 12px 4px orange inset;
	position:absolute;
	top:550px;
	left:250px;
	border:2px black solid;
	border-radius:20px;
	width:500px;
}
#Description {
	color:black;
	font-size:22px;
	margin:15px;
}
#TickingTime {
	display:none;	
}
#NewTurn {
	display:none;
}
#TimetextToShow {
	font-weight:bold;
	display:none;
}
#SnookerTableDiv {
	width:1000px;
	height:535px;
	position:absolute;
	top:10px;
	left:0px;
	border:0px yellow solid;
	background-image:url('Snooker_Table.png');
	background-position:0px 0px;
}
.Ball {
	box-sizing:border-box;
	position:absolute;
	width:30px;
	height:30px;
	border-radius:15px;
	border:2px black solid;
	top:220px;
	left:190px;
	background: red;
  	background: -webkit-radial-gradient(60% 40%, circle, rgba(255,255,255,0.8), red 50%) red;
  	background: -moz-radial-gradient(60% 40%, circle, rgba(255,255,255,0.8), red 50%) red;
  	background: -o-radial-gradient(60% 40%, circle, rgba(255,255,255,0.8), red 50%) red;
  	background: -ms-radial-gradient(60% 40%, circle, rgba(255,255,255,0.8), red 50%) red;
  	background: radial-gradient(60% 40%, circle, rgba(255,255,255,0.8), red 50%) red;
}

.Pocket {
	box-sizing:border-box;
	position:absolute;
	width:40px;
	height:40px;
	border-radius:20px;
	border:2px grey solid;
	background: black;
}


#InitialForm, #WinnersPanel {
	border:thick gray groove;
	background-color:#CCCCCC;
	position:absolute;
	top:110px;
	left:333px;
	width:300px;
	height:400px;
	padding:10px;
}
#InitialForm {
	opacity:0.95;
}
#InitialForm p{
	text-align:left;
}
#InitialForm input {
	width:110px;
	font-weight:bold;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
#WinnersPanel {
	display:none;
	background-color:yellow;
	height:420px;
	top:80px;
	border:4px red solid;
	border-radius:20px;
	background-image:url('/Software/SW/Starter_of_the_day/Images/Backgrounds/YellowSwirl.png');
	animation: animatedBackground 10s linear infinite;
}
#Feedback {
	width:1000px;
	margin:10px auto;
}
a.Buttn {
	display:inline-block;
	background-color:#FFCC00;
	height:30px;
	font-weight:bold;
	font-size:24px;
	box-shadow: inset 0px 0px 17px orange;
	border:1px #808080 solid;
	border-radius:10px;
	margin:3px;
	width:194px;
	opacity:1;
	cursor:pointer;
}
a.Buttn:hover {
	box-shadow: inset 0px 10px 15px orange;
}
#ThrowButton {
	position:absolute;
	bottom:10px;
	left:397px;
	display:none;
}
#Trophybutton {
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
.comment_title {
	background-color:#008000;
	background-image:none;
	background: linear-gradient(to bottom, #008000 0%, #FFFFFF 8%, #008000 16%, #008000 100%);
	border-top:2px black solid;
	border-left:2px black solid;
	border-right:2px black solid;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	box-shadow:3px 0px 1px 1px rgba(0,0,0,0.13);
	padding:5px;
	font-size:15px;
	font-family: 'Nunito Sans', sans-serif;
}
.comment_date {
	display:none;
}
.comment_body {
	color:navy;
	font-family: cursive;
	font-size:18px;
	padding:15px 10px 10px 30px;
	border-left:2px black solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
	margin:0px;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.26);
	background-color:#EEEEEE;
}

.QuotationMarks {
	display:none;
}
.comment_invitation {
	text-align:left;
}
table#CustomFooter {
	margin:auto;
	width:800px;
	background-color:white;
}
table#CustomFooter td{
	border:1px silver solid;
	padding:10px;
	text-align:left;
}
.ScoreBoard {
	position:absolute;
	width:200px;
	height:80px;
	background-color:#333333;
	border:4px black solid;
	border-radius:10px;
	color:white;
	font-family:Chalk, "Courier New", Courier, monospace;
}
.ScoreBoard h2{
	margin:4px;
}
.ScoreBoard h3{
	font-size:26px;
	margin:4px;
}
#ScoreBoard1 {left:20px; top:550px;}
#ScoreBoard2 {right:20px; top:550px;}
.Working p {
	text-align:left;
}
.Addingp {
	display:none;
}
.Addingp input[type=number] {
	width:70px;
	text-align:center;
	font-size:26px;
}
input.Difference {
	width:70px;
	text-align:center;
	font-size:26px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}

.Grey {color:grey}
.Options {
	margin:auto;
	width:300px;
	background-color:pink;
	border:2px red solid;
	padding:10px;
	border-radius:20px;
}
.Options input[type=number] {
	width:60px;
}
