/*
Project Name: Project #
Description: This project is to create ?
Author: your name
Version: 1.0
License: 

Tags: (optional)

General comments (optional)

Table of Contents in CSS
1. Global
2. Links
3. Headings
4. Header
5. Navigation
6. Middle
7. Forms
8. Extras
9. Footer
*/

/* 1. Global */
html,body  { 
  margin: 0;
  padding: 0;
  font-family: 'ZCOOL XiaoWei', serif;
  }
/* 2. Links */

/* 3. Headings */

/* 4. Header */

/* 5. Navigation */

/* 6. Middle */

/* 7. Forms */
.iMenu {
	position: fixed;
	background-image: url("../images/whiteWood.jpg");
	border: inset 3px yellow;
	border-radius: 10%;
	z-index: 700;
	list-style-type: none;
	color: black;
	padding-top: 15px;
	padding-bottom: 55px;
}
#imlp {
	left: 0px;
	top: 0px;
	/*transform: rotate(180deg); Commented out for online play*/
	font-size: 32pt;
}
.iMenu h3{
	position: absolute;
	left: -24px;
	white-space: nowrap;
	color: rgba(0,0,0,0.6);
	text-shadow: 1px 4px 3px rgba(0,0,0,0.2),0px -2px 17px rgba(255,255,255,0.3);
}
.glow {
		box-shadow:
        inset 0 0 30px #fff,      /* inner white */
        0 0 50px #fff,            /* outer white */
        -4px 0 10px #f00,        /* outer left magenta */
        4px 0 10px #ff0;         /* outer right cyan */
}
#imlp li {
	position: relative;
	left: -10px;
	top: 25px;
	width: 230px;
	border-bottom: inset 2px yellow;
	border-right: inset 2px yellow;
}
#imrd {
	right: 170px;
	top: 20px;
	width: 120px;
	font-size: 16pt;
}
#imrd h3 {
	top: -60px;
}
#imlp h3 {
	top: -90px;
}
#imrd li {
	position: relative;
	right: 100px;
	top: 25px;
	left: -10px;
	border-bottom: inset 2px yellow;
	border-right: inset 2px yellow;
}
#imrd li span{
	position: relative;
	float: left;
	right: 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
#tabletop {
	position:fixed;
	height: 100%;
	width:100%;
	overflow: hidden;
	background-image: url('../images/wood-table.jpg');
}
#cMenu {
	position: fixed;
	height: auto;
	width: 0px;
	background-color: #bbb;
	border: inset 2px #888;
	top: 0xp;
	right: 0px;
	z-index: 2000;
	text-align: center;
	overflow-y; scroll;
}
#cMenu span{
	position: absolute;
	top: 10px;
	right: -20px;
	cursor: pointer;
}
#exit{
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: brown;
  padding: 7px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px inset rgba(0, 0, 0, 0.8);
  padding: 15px;
  font-size: 12px;
  text-align: center;
}
.grid-item label {
	position: relative;
	top: -5px;
}
.grid-item input{
	position: relative;
	top: -4px;
	left: 5px;
	height: 20px;
	font-size: 16px;
	width: 80%;
}
.hero-grid-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  background-color: brown;
  padding: 10px;
  position: relative;
}
.hero-grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px inset rgba(0, 0, 0, 0.8);
  height: 75px;
  width: 75px;
  cursor: pointer;
  position: relative;
  transition: transform .6s; 
}
.hero-grid-item:hover {
	transform: scale(1.5);
	z-index: 50;
}
.prop-grid-container {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 400px;
}
#propClose {
	color: #fff;
	position: relative;
	right: -260px;
	cursor: pointer;
}
#propHolder {
	background-color: brown;
	position: fixed;
	width: 380px;
	top: 400px;
	right: -405px;
	padding: 10px;
	
}
.prop-grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px inset rgba(0, 0, 0, 0.8);
  height: 75px;
  width: 75px;
  cursor: pointer;
  transition: transform .6s; 
}
.prop-grid-item:hover {
	transform: scale(1.5);
	z-index: 50;
}
/* 8. Extras */
#line {
		background-color: #000;
		position:absolute;
		height: 2px;
		z-index: 50;
}
#bkgrnd {
	z-index: 10;
	position: absolute;
}
.inactiveMap {
	filter: grayscale(100%);
	opactiy: 0.7;
}
#title {
	position: fixed;
	top: -100px;
	font-size: 32px;
	left: 300px;
	background-color: white;
	border-radius: 45%;
	padding: 5px;
	z-index: 700;
	transform: rotate(180deg);
}
#bkgrnd img {
	position: absolute;
}
#mapGroup {
	position: fixed;
	left: 0px;
	top:0px;
}
#grid {
	display: block;
	opacity: 0.15;
	z-index: 50;
	position: absolute;
	background-image: url('../images/gridPod.png');
	background-repeat: repeat
}
#objects {
	z-index: 600;
}
.object .sprite {
	position: absolute;
	height: 100%;
	width: 100%;	
}
.object {
	border-radius: 50%;
	background: transparent;
	position: absolute;
	border: inset 2px black;
	z-index: 62;
	top: 2500px;
	left: 2400px;
	cursor: pointer;
}
.object #myLabel {
	color: #fff;
	width: 0px;
	height: 22px;
	overflow: hidden;
	font-size: 24;
	left: 22px;
	position: relative;
}
.object #hBack {
	background-color: #222;
	position: absolute;
	top: 4px;
	left: -2px;
	height: 3px;
	border: inset 2px #aaa;
}
.object #hBar {
	background-color: #0f0;
	position: absolute;
	height: 3px;
}
.object span{
	position: relative;
	color: red;
	font-size: 44px;
	font-weight: bolder;
	left: 35%;
	top: 40%;
	transform: rotate(180deg);
}
.deceased {
	color: #f00;
	position: absolute;
	font-size: 20px;
	z-index: 61;
	height: 0px;
	width: 0px;
	border: none;
	background: none;
}
.object .dotHolder {
	position: absolute;
	z-index: 85;
	height: 5%;
	width: 105%;
	top: 50%;
	pointer-events: none;
}
.object .dotHolder .modDot {
	position: absolute;
	height: 9px;
	width: 9px;
	border: solid 1px #000;
	background-color: #FFF;
	right: 0px;
	top: 0px;
	pointer-events: none;
	border-radius: 50%;
}
/*.object #rBox {
	position: absolute;
	border: inset 2px red;
	z-index: 50;
	opacity: 0;
}*/
.object img {
	position: absolute;
	height: 20px;
	width: 30px;
	left: -5px;
	top: -5px;
}
.object span {
	position: absolute;
	top: 0px;
}
.notice {
	position: fixed;
	height: 90px;
	border-radius: 25%;
	font-size: 20px;
	background-color: #FFF;
	z-index: 100;
	text-align: center;
	padding: 12px;
}
#pSpeed {
	transform: rotate(180deg);
	top: -150px;
	left: 25px;
}
#dSpeed {
	bottom: -150px;
	right: 25px;
}
#rMenu {
	position: fixed;
	width: 330px;
	height: auto;
	padding: 20px;
	background-image: url("../images/lightWood.jpg");
	top: 6px;
	right: -250px;
	border-radius: 20px;
	border: inset 2px #ee7;
	z-index: 800;
	color: white;
}
#rMenu .btn {
	position: relative;
	height: 30px;
	width: 80px;
	border-radius: 5px;
	/*color: #fff;*/
	text-align: center;
	cursor: pointer;
	margin-top: 3px;
	background-image: url('../images/darkWood.jpg');
	border: outset 2px #ff0;
	color: rgba(255,255,0,.6);
	text-shadow: rgba(255,255,255,.3) 3px 2px 3px;
}
#rMenu .btn:hover {
	border: inset 2px #ff0;
}
#rMenu #close {
	margin-top: 0px;
}
#rMenu .btn p {
	position: relative;
	top: -10px;
}
.chooseIt {
	position: fixed;
	
	z-index: 600;
	width: auto;
}
.playerView {
	transform: rotate(180deg);
	left: 0px;
	bottom: 250px;
}
.playerView ul li{
	left: 0px;
}
.dmView {
	right: 0px;
	top: 550px;
}
.dmView ul li{
	right: 0px;
}
.chooseIt h3 {
	position: absolute;
	top: -200px;
	right: 0px;
	width: 150px;
	background-color: brown;
	padding: 5px;
	color: white;
}
.chooseIt #buff {
	background-color: #ff0;
	font-size: 40px;
	height: 40px;
	width: 20px;
	padding: 2px;
	position: absolute;
	top: -200px;
	right: 20px;
	text-align: top;
	border-radius: 10px;
	cursor: pointer;
}
.chooseIt #debuff{
	background-color: #f00;
	font-size: 40px;
	padding-left: 2px;
	height: 40px;
	width: 20px;
	position: absolute;
	top: -200px;
	right: 50px;
	text-align: top;
	border-radius: 10px;
	cursor: pointer;
}
.allMod {
	position: fixed;
	top: -105px;
	left: 0px;
	width: 75%;
	height: 100px;
	border: inset 2px brown;
	background-color: #000;
	border-radius: 5%;
	transform: rotate(180deg);
}
.boxMod {
	padding: 5px;
	height: 35px;
	font-size: 24px;
	color: #FFF;
	float: left;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
}
.chooseIt p {
	position: absolute;
	top: -150px;
	right: 0px;
	width: 150px;
	background-color: brown;
	padding: 5px;
	color: white;
}
.chooseIt #mods li {
	position: relative;
	padding: 5px;
	padding-right: 35px;
	color: white;
	font-weight: bolder;
	text-align: left;
	margin-bottom: 10px;
	border: solid 1px #000;
	border-radius: 30% 0% 0% 30%;
}
.chooseIt .active {
	border: inset 2px #f00;
	background-color: red;
	right: 0px;
}
.chooseIt ul li img {
	position: absolute;
	top: -0px;
	right: 0px;
	height: 15px;
	width: 15px;
	padding: 5px;
	cursor: pointer;
}
.chooseIt ul {
	list-style-type: none;
	position: relative;
	top: -120px;
	right: 0px;
	width: 150px;
}
.auraHolder {
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0%;
	width: 0%;
	left: 0%;
	top: 0%;
	pointer-events: none;
}
.cone {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 100px solid red;
    border-radius: 50%;
}
.circ {
    border-radius: 50%;
	opacity: 50%;
}
#saves {
	position: fixed;
	width: 400px;
	height: 600px;
	top: 150px;
	left: -1000px;
	background-color: tan;
	z-index: 3000;
	padding-right: 30px;
	border-radius: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#helpMe {
	position: fixed;
	top: 20px;
	height: 75%;
	width: 75%;
	left: -101%;
	background-color: #f5f5dc;
	border: inset 2px;
	border-radius: 5%;
	font-size: 15px;
	padding: 10px;
	overflow-y: scroll;
	z-index: 5000;
}
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
#saves ul .ui-selecting { background: #FECA40; }
#saves ul .ui-selected { background: #F39814; color: white; }
#saves ul  { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#saves ul li { margin: 3px; padding: 0.2em; font-size: 1.1em; height: 15px; cursor: pointer; text-align: center;border-radius: 15px;}
#saves ul li:hover { background: #FECA40; }
/* 9. Footer */