/* Copyright (C) 2020-2022 Steve Hearnden All Rights Reserved. */
html {
	background-color: #092E20;
}

.hide {
  display: none;
}

body { 
	position:relative;
	border-radius:8px; 
	box-shadow:black 0px 0px 2px; 
	width: 1500px; 
	height: 800px;
	background:#ffffff; 
	margin:20px auto; 
	border:solid 1px black; 
	font-family: arial, sans-serif; 
	padding:20px;  
}
#buttons {
	text-align:center;
}

a img {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: 0;			
}
.big {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}
button {
	height: 40px;
	width: 120px;
	margin: 8px auto;
	font-weight: normal;
}
	button:enabled {
		margin: 8px auto;
		font-weight: bold;
	}
img.preload {
	display:none;
}
h1 {
	font-size:60px;
	text-align:center;
	padding:0px;
	margin:10px auto;
}

#card-table {
	background-color: green;
	left:50px;
	height: 650px;
	width: 1000px;
	display: table-cell;
	border:solid 6px brown;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: #111 1px 1px 2px;
}
#card-wrap {
	width: 100%;
	display: table-row;

}
#textLog {
	position:absolute;
	height: 650px;
	width:350px;
	left:1150px;
	display: table-cell;
	border: solid 6px brown;
	border: solid 6px brown;
	border-radius: 8px;
}
a:visited {
	color: blue;
}

#start {
	position: absolute;
	left: 200px;
	top: 20px;
}
#addBot {
	position: absolute;
	left: 200px;
	top: 90px;
}
#addSuperBot {
	position: absolute;
	left: 200px;
	top: 160px;
}
#addPlayer {
	position: absolute;
	left: 200px;
	top: 230px;
}
.toPlay {
	background-color: #9cff8c;
	font-weight: bold;
}
.Dialog {

}
.ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-dialog {
	background-color: azure;
	padding: 5px;
	overflow: auto;
	z-index: 10000000 !important;
}

#createserver {
	position: absolute;
	left: 200px;
	top: 300px;
}
#playlocal {
	position: absolute;
	left: 200px;
	top: 370px;
}
#join {
	position: absolute;
	left: 200px;
	top: 440px;
}
#play {
	position: absolute;
	left: 500px;
	top: 600px;
}
#sound_div {
	position: absolute;
	left: 920px;
	top:550px;
}
#quit {
	position: absolute;
	left: 350px;
	top: 20px;
}

#pass {
	position: absolute;
	left: 200px;
	top: 600px;
}
footer {
	font-size : 12px;
	color:grey;
	margin:10px;
}

footer a, footer a:visited{
	color:grey;
}

footer a:hover {
	color:black;
}
