@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
	position: relative;
}
.hoverButton {
	opacity: 0.8;
}

#orderModule {
	max-width: 500px;
	min-width: 300px;
	height: 400px;
	background-color: #FFF;
	border-color: 1px solid #000;
	border-radius: 5px;
	position: absolute;
	margin: auto;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;	
	z-index: 88;
	padding: 25px;
	display:none;
}

#tutorialModule {
	max-width: 500px;
	min-width: 300px;
	height: 400px;
	background-color: #FFF;
	border-color: 1px solid #000;
	border-radius: 5px;
	position: absolute;
	margin: auto;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;	
	z-index: 88;
	padding: 25px;
	display:none;
}


#dialogContainer {
	width:100%;
	height:100%;
	background: rgba(0,0,0,.8);
	position:absolute;
	z-index:87;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	cursor: pointer;
	display:none;
}

#loginWindow {
	max-width: 400px;
	margin: auto;
	padding: 25px;
	background-color: #F8F9F7;
	border-radius: 10px;		
}

#forgotWindow {
	max-width: 400px;
	margin: auto;
	padding: 25px;
	background-color: #F8F9F7;
	border-radius: 10px;		
}


#loginContainer {
	width: 400px;
	height: 250px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	position:absolute;
}

#loginModal {
	width: 400px;
	height: 250px;
	position:relative;
	background: rgba(238,238,238,0.9);
	border: 1px solid rgba(192, 192, 192, 1);
	padding: 1px 0;	
}

#mainHeader {
	position: relative;
	top:0px;
	left: 0px;
	height: 250px;
	background: rgba(238,238,238,1);
	width: 100%;
	max-width: 100%;	
}

#headerMenu {
	position: absolute;
	bottom: 20px;
	height: 20px;
	width: 100%;
	background: rgba(255,255,255,1);
}

.headerLogo {
	width: auto;
	height: 50px;
}

.phaseFooter {
	position: absolute; 
	bottom: 25px; 
	text-align: center; 
	margin: auto;
	max-width: 350px; 
	min-width: 200px;
	left:0; 
	right: 0;	
}

.interactive:hover {
	cursor: pointer;
}

.phaseFooter a{
	cursor: pointer;
}

.menuContainer {
	height: 300px; 
	overflow-y:scroll;
}
.itemContainer {
	width: 300px;
	margin: auto;
}
.menuItem {
	float: left;
	width: 150px;
	text-align: left;
}
.menuOptions {
	float: left;
	margin-left: 25px;
	text-align: left;
	margin-bottom: 25px;
}
.menuOptionItem {
	display: block;
}
.phaseContainer {
	width: 90%;
	margin: auto;
}

.modalWindow {
	display: unset;
}
	
	