body {
	background-color:#3d3d3d;
	text-align:center;
	color:#AAAAAA;
	font-family:courier,arial,helvetica;
	font-weight: bold;
	font-size:24px;
	background-size: 100px 100px;
}

input{
	border-color:grey;
	background-color: #999999;
	text-align:center;
	color: white;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

select{
	border-color:grey;
	background-color: #999999;
	text-align:center;
	color: white;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

input:focus{
	border-color:grey;
	background-color: #999999;
	text-align:center;
	color: white;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

input.loginCode{
	border-color:#a5a5a5;
	background-color: #dbdbdb;
	text-align:center;
	margin-top:5%;
	color: rgb(119, 119, 119);
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:80px;
	width:60%;
	border-radius:25px;
	height:140px;
	text-transform: lowercase;
	z-index:20;
}

input.clueAnswer{
	border-color:#a5a5a5;
	background-color: #3d3d3d;
	text-align:center;
	margin-top:5%;
	color: rgb(119, 119, 119);
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:80px;
	width:60%;
	height:160px;
	border-radius:25px;
	height:140px;
	text-transform: lowercase;
	z-index:20;
}

input.admin {
	border-color:green;
	border-width:1px;
	background-color: black;
	text-align:center;
	color: green;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

input.admin:focus {
	border-color:green;
	border-width:1px;
	background-color: black;
	text-align:center;
	color: green;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

input.admin:disabled{
	border-color:grey;
	border-width:1px;
	background-color: #999999;
	text-align:center;
	color: white;
	font-family:courier,arial,helvetica;
	font-weight: normal;
	font-size:30px;
	height: 50px;
}

button.admin
{
	display: inline-block;
	padding: 15px 25px;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: white;
	width: 100px;
	height: 50px;
	background-color: lightgreen;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px green;
	margin:5px;
}

button.admin:hover
{
	transform: translateY(4px);
	box-shadow: 0 5px green;
}

button.admin:disabled
{
	background-color: #999999;
	transform: translateY(4px);
	box-shadow: 0 5px #6B6B6B;
}

button {
	font-family:courier,arial,helvetica;
	font-weight: bold;
}

.nameDiv {
	position: absolute;
	display: block;
	top:0px;
	height:70px;
	width:100%;
	padding-top:10px;
	margin:0px;
	background-color:black;
	color: white;
}

.timeDiv {
	position: absolute;
	display: block;
	font-size:80px;
	margin:0px;
	margin-left:15%;
	padding:0px;
	border-width:0px;
	border-bottom-right-radius:100px;
	border-bottom-left-radius:100px;
	top:80px;
	height:100px;
	width:70%;
	background-color:#2d2d2d;
	color: #fcac00
}

.buttonsDiv {
	position: absolute;
	display: block;
	font-size:50px;
	top:210px;
	height:120px;
	width:100%;
}

.contentDiv {
	position: absolute;
	display: block;
	top:360px;
	bottom:300px;
	overflow:auto;
	width:100%;
}

.score {
	background-color:rgba(255,255,255,0.3);
	border-radius:15px;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	padding: 10px;
	padding-top:30px;
	padding-left:20px;
}

.coord {
	background-color:rgba(255,255,255,0.3);
	border-radius:15px;
	padding: 10px;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

.ppl {
	background-color:rgba(255,255,255,0.3);
	border-radius:15px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	padding: 10px;
	padding-top:30px;
	padding-right:20px;
}

.scoreBG {
	position:absolute;
	display:block;
	padding-top:30px;
	font-size:30px;
	background-color:#000;
	color:#707070;
	border-radius:30px;
	border-width:4px;
	border-color:black;
	border-style: solid;
	left:15%;
	width:70%;
	height:90%;
	margin:0px;
}

.hackingDiv {
	position: absolute;
	display: block;
	margin:0px;
	padding:0px;
	bottom:-20px;
	width:100%;
}

.loginWindow {
	position: absolute;
	display: block;
	margin:0px;
	padding-top:0px;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	bottom:0px;
	z-index:19;
	background-color:#adabac;
}

.loginfooter {
	position:fixed;
	width:100%;
	height:auto;
	bottom:0px;
	left:0px;
	z-index:22;
	pointer-events: none;
}

.cornerimg {
	position:fixed;
	width:33%;
	height:auto;
	bottom:-60px;
	right:0px;
	z-index:16;
	pointer-events: none;
}

.popupWindow {
	position: absolute;
	display: block;
	margin: 0px;
  	margin-top: 0px;
	padding: 20px;
	border: solid;
	border-width:3px;
	top:30%;
	left:5%;
	right:5%;
	visibility: hidden;
	background-color:#000;
	overflow:auto;
	vertical-align:middle;
	border-radius: 30px;
	border-style: solid;
	border-color:#999;
	opacity:1;
	z-index:20;
}

.successNotification {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid;
	border-color:#35AC01;
	color:#327D12;
	border-width:3px;
	top:42%;
	bottom:42%;
	left:20%;
	width:60%;
	background-color:#66D138;
	overflow:none;
	vertical-align:middle;
	font-size: 100px;
	border-radius: 45px;
	opacity:0;
	visibility:hidden;
}

.failNotification {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
	border: solid;
	border-color:#AC1616;
	color:#912C2C;
	border-width:3px;
	top:42%;
	bottom:42%;
	left:20%;
	width:60%;
	background-color:#DE2222;
	overflow:none;
	vertical-align:middle;
	font-size: 100px;
	border-radius: 45px;
	opacity:0;
	visibility:hidden;
}

.popupHeader {
	font-size: 124px;
	height:124px;
	margin-bottom:20px;
}

.popupTitle
{
	font-size:50px;
	padding-top:20px;
	padding-bottom:20px;
	max-width: 90%;
}
.closePopUpBtn
{
	display: inline-block;
	position:absolute;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	right:0px;
	color: #fff;
	width: 128px;
	background:none;
	border: none;
	border-radius: 15px;
	margin-top:0px;
	margin-right:40px;
	
}

.closePopUpBtn:hover {
	opacity:0.8;
}

.popupContent
{
	border-top-color: #777777;
	border-top-width: 4px;
	border-top-style: solid;
	padding-top:10px;
	font-size:20px;
}

.answerSubmitButton
{
	display: inline-block;
	padding: 5px 5px 5px 5px;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	border: none;
	height: 192px;
	/*width: 250px;
	background-color: #61D129;
	border-radius: 15px;
	box-shadow: 0 9px #4A9C20;*/
	margin-top:25px;
	margin-right:5px;
	
}

.answerSubmitButton:hover {
	transform: translateY(4px);
}

.adminButtons
{
	display: inline-block;
	padding: 15px 25px;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	width: 30%;
	height: 80px;
	background-color: #999999;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px #6B6B6B;
	margin-bottom:20px;
}

.adminButtons:hover
{
	background-color: #999999;
	transform: translateY(4px);
	box-shadow: 0 5px #6B6B6B;
}

.adminButtons:active
{
	background-color: #999999;
	transform: translateY(4px);
	box-shadow: 0 5px #6B6B6B;
}

.hackButton
{
	display: inline-block;
	padding: 0px;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	margin-left:-140px;
	margin-top:10px;
	height: 150px;
	/*background-color: #00b3b9;
	box-shadow: 0 9px #009297;
	border-radius: 15px;*/
	border: none;
	margin-top:20px;
	
}

.hackButton:hover {
	transform: translateY(4px);
	box-shadow: 0 5px #006c70;
}

.hackButton:active {
	transform: translateY(4px);
	box-shadow: 0 5px #006c70;
}

button.logoutButton {
	display: inline-block;
	float:left;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background:none;
	border: none;
	border-radius: 15px;
	margin-top:10px;
}

button.logoutButton:hover {
	opacity:0.8;
}

.mainButtons
{
	display: inline-block;
	padding: 0px 0px;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background: none;
	width: 30%;
	border: none;
	border-radius: 15px;
}
.btnShadow {
	box-shadow: 0px 0px 10px 5px rgb(97, 97, 97);
	border-radius: 70px;
}

.mainButtons:hover {
	opacity:0.8;
}

.mainButtons:active {
	opacity:0.8;
}

.clueBubble {
	padding: 5px 0px;
	text-align:center;
	height:180px;
	transform: translateX(-570px);
	width:565px;
	position:absolute;
	z-index:10;
	pointer-events: none;
	background-color:rgba(0,0,0,0);
}

.quad1 {
	display: inline-block;
	padding-top: 27px;
	font-size: 45px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: black;
	height:160px;
	width:570px;
	background-image: url("../img/btnRed.png");
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0);
	border: none;
	border-radius: 40px;
	margin-bottom:5px;
	margin-top:5px;
}

.quad1:hover {
	opacity:0.8;
}

.quad1:disabled {
	opacity:40%;
}

.quad2 {
	display: inline-block;
	padding-top: 27px;
	font-size: 45px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: black;
	height:160px;
	width:570px;
	background-image: url("../img/btnBlue.png");
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0);
	border: none;
	border-radius: 40px;
	margin-bottom:5px;
	margin-top:5px;
}

.quad2:hover {
	opacity:0.8;
}

.quad2:disabled {
	opacity:40%;
}

.quad3 {
	display: inline-block;
	padding-top: 27px;
	font-size: 45px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: black;
	height:160px;
	width:570px;
	background-image: url("../img/btnGreen.png");
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0);
	border: none;
	border-radius: 40px;
	margin-bottom:5px;
	margin-top:5px;
}

.quad3:hover {
	opacity:0.8;
}

.quad3:disabled {
	opacity:40%;
}



.quad4 {
	
	display: inline-block;
	padding-top: 27px;
	font-size: 45px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: black;
	height:180px;
	width:570px;
	background-image: url("../img/btnYellow.png");
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0);
	border: none;
	border-radius: 40px;
	margin-bottom:5px;
	margin-top:5px;
}

.quad4:hover {
	opacity:0.8;
}

.quad4:disabled {
	opacity:40%;
}


.quad0 {
	
	display: inline-block;
	padding-top: 27px;
	font-size: 45px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: white;
	height:160px;
	width:570px;
	background-image: url("../img/btnBlack.png");
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0);
	border: none;
	margin-bottom:5px;
	margin-top:5px;
}

.quad0:hover {
	opacity: 0.8;
}

.quad0:disabled {
	opacity:40%;
}

.rRogueBar
{
	position: absolute;
	display: block;
	bottom:150px;
	left:0px;
	width:25%;
	margin: 0px;
	border-radius: 0px;
	background-color:#737373;
}

.bRogueBar
{
	position: absolute;
	display: block;
	bottom:150px;
	left:25%;
	width:25%;
	margin: 0px;
	border-radius: 0px;
	background-color:#737373;
}

.gRogueBar
{
	position: absolute;
	display: block;
	bottom:150px;
	left:50%;
	width:25%;
	margin: 0px;
	border-radius: 0px;
	background-color:#737373;
}

.yRogueBar
{
	position: absolute;
	display: block;
	bottom:150px;
	left:75%;
	width:25%;
	margin: 0px;
	border-radius: 0px;
	background-color:#737373;
}
