article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
}
html * {
	outline: none;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-color: white;
	text-rendering: optimizelegibility;
	background-image: url("../images/wallpaper.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Start Header */
div#header{
	width: 100vw;
	height: 50px;
	background: linear-gradient(#fdfdfd, #cdcdcd);
	box-shadow: 0px 3px 4px #1a2640;
	margin-bottom: 25px;
}
div#header img#hometab {
	float: left;
	margin: 5px;
}
div#header h1 {
	display: inline-block;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
	margin: 15px 15px;
	text-transform: uppercase;
	letter-spacing: -2px;
}
div#header div {
	display: inline-block;
	width:50%;
	height: 100%;
	margin: 0 50px;
	float: right;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: right;
}
div#header div .currentuser:before{
	content: url("../images/icons/user_small.png");
	margin-right: 5px;
	vertical-align: middle;
}
/* End Header */

/* Start Menu Elements */
div.menugroupcontainer {
	display: inline-block;
	width: 300px;
	margin: 20px;
	vertical-align: top;
}
div.menugroupcontainer h2 {
	width: 300px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 1px #303b45;
}
div.menugroupcontainer div.group {
	display: inline-block;
	width: 300px;
	padding: 3px;
	border: solid 2px #1f2f40;
	border-radius: 10px;
	background:rgba(31,47,64,0.5);
	box-shadow: 0px -50px 100px -54px #FFFFFF;
}
div.menugroupcontainer div.group button {
	width: 140px;
	height: 140px;
	margin: 2px;
	border: none;
	border-radius: 10px;
	background: linear-gradient(to bottom, #ffffff 0%,#bebebe 65%,#646464 66%,#646464 66%,#414141 66%,#474747 66%,#414141 66%,#2f2f2f 100%);
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	vertical-align: top;
	position: relative;
}
div.menugroupcontainer div.group button:active {
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
	border-bottom: solid 2px #ffeb14;
	color: #ffeb14;
}
div.menugroupcontainer div.group button:disabled {
	opacity: 0.65; 
    cursor: not-allowed;
}

div.menugroupcontainer div.group button i {
	color: #000;
	display: block;
	text-align: center;
	margin-top: -45px;
}
div.menugroupcontainer div.group button p {
	position: absolute;
	display: block !important;
	top: 80px;
	left: 0;
	width: 140px;
	height: 45px;
	text-align: center !important;
    vertical-align: middle;
	text-shadow: 1px 1px 2px #000;
	margin: 15px 0;
}

/* End Menu Elements */

/* Start Store Element */
table.productlist {
	width: 100%;
}
table.productlist tr td.photo {
	width: 25%;
	vertical-align: top;
}
table.productlist tr td.photo img {
	max-width: 100%;
}
table.productlist tr td.description {
	width: 75%;
	vertical-align: top;
	padding: 5px;
}
table.productlist tr td.description h2 {
	margin: 0;
}

table.cartlist {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
table.cartlist th {
	margin: 3px 1px;
	background: linear-gradient(to bottom, #ffffff 0%,#bebebe 100%);
	font-size: 10pt;
	font-weight: bold;
	color: #454545;
	padding: 10px;
	vertical-align: top;
	position: relative;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
}
table.cartlist td {
	border: solid 1px #ccc;
}

/* End Store Elements */

/* Start Miscellaneous UI Elements */
p.instruction {
	display: block;
	clear: both;
	background-color: #282828;
	background:rgba(40,40,40,0.5);
	padding: 4px 10px;
	margin: 5px auto;
	border-radius: 50px;
	color: #fff;
	width: 300px;
	text-align: center !important;
}
h3 {
	font-size: 14pt;
	margin-bottom: 5px;
}
div.fullcenter {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	text-align: center;
}
div.middle75 {
	margin: 0 5%;
	padding: 0;
	width: 90%;
	clear: both;
	text-align: center;
}
div.left25 {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 17%;
	clear: left;
	text-align: left;
	vertical-align: top;
}
div.right75 {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 82%;
	clear: right;
	text-align: left;
	vertical-align: top;
}
ul.progress-vert {
	display: inline-block;
	width: 213px;
	padding: 1px;
	border: solid 2px #1f2f40;
	border-radius:5px;
	background:rgba(31,47,64,0.5);
	box-shadow: 0px 0px 1px #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0;
}
ul.progress-vert li {
	width: 190px;
	height: 20px;
	margin: 3px 1px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(to bottom, #ffffff 0%,#bebebe 100%);
	font-size: 10pt;
	font-weight: bold;
	color: #454545;
	padding: 10px;
	vertical-align: top;
	position: relative;
	list-style-type: none;
}
ul.progress-vert li i {
	color: #454545;
	display: inline-block;
	text-align: left;
	margin-top: 2px;
	clear: none;
	text-shadow: 1px 1px 0px #fff;
}
ul.progress-vert li p:nth-of-type(1) {
	display: inline-block;
	width: 140px;
	text-align: left;
	margin: 0 5px;
	vertical-align: middle;
	text-shadow: 1px 1px 0px #fff;
}
ul.progress-vert li p:nth-of-type(2) {
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 105px;
	border-radius: 2px;
	background-color: #474747;
	font-size: 7.5pt;
	font-weight: normal;
	color: #fff;
	width: 70px;
	text-align: center;
	margin: 0 25px;
	vertical-align: middle;
	text-shadow: .5px .5px 0px #434343;
}
ul.progress-vert li.current {
	border-bottom: solid 2px #ff6600;
	background: linear-gradient(to top, #ffffff 0%,#bebebe 100%);
}
div.left-status {
	display: inline-block;
	width: 213px;
	padding: 1px;
	border: solid 2px #1f2f40;
	border-radius:5px;
	background:rgba(31,47,64,0.5);
	box-shadow: 0px 0px 1px #FFFFFF;
	margin-bottom: 10px;
}
div.fullwidth {
	width: 100%;
}
div.black-display {
	width: 190px;
	height: 60px;
	border-radius: 3px;
	border-top: 1px solid #575453;
	border-bottom: 1px solid #0e1319;
	padding: 10px;
	margin: 1px;
	background: linear-gradient(to bottom, #404040 0%,#1d1d1d 49%,#151515 50%,#000 100%);
	box-shadow: 0px 0px 1px #314253;
}
div.black-display p:nth-of-type(1) {
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin: 2px 0 0 0;
}
div.black-display p:nth-of-type(2) {
	font-size: 16pt;
	font-weight: bold;
	color: #d0f53d;
	text-shadow: 1px 1px 2px #000;
	margin: 20px 0 0 0;
}
div.white-panel {
	width: calc(100%-5px);
	min-height: 400px;
	border-radius: 5px;
	border-top: 1px solid #575453;
	border-bottom: 1px solid #0e1319;
	padding: 5px;
	margin: 2px;
	background-color: #fff;
	box-shadow: 0px 0px 1px #0c2440;
}
.white {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
button {
	display: inline-block;
	width: 190px;
	height: 50px;
	margin: 3px 1px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(to bottom, #ffffff 0%,#bebebe 100%);
	font-size: 10pt;
	font-weight: bold;
	color: #454545;
	padding: 10px;
	vertical-align: top;
	position: relative;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	box-shadow: 0px 1px 6px #1a2640;
}
button i {
	color: #454545;
	display: inline-block;
	text-align: left;
	margin-top: 3px;
	clear: none;
	text-shadow: 1px 1px 0px #fff;
}
button p {
	display: inline !important;
	width: 140px;
	text-align: left !important;
	margin: -13px 10px;
	text-shadow: 1px 1px 0px #fff;
}
button:active, button.selected {
	border-bottom: solid 2px #ff6600;
	background: linear-gradient(to top, #ffffff 0%,#bebebe 100%);
}
button.mini {
	width:70px;
	height:70px;
	vertical-align: middle;
	text-align: center;
}
button.minidouble {
	width:146px;
	height:70px
}
button.square {
	height: 120px !important;
	width: 120px !important;
}

button.square i, button.square p {
  display: block !important;
  margin: 0 !important;
  text-align: center !important;
  width: 100%;
}
.bigfont {
	font-size: 24px;
}
.textright {
	text-align: right !important;
}
.textcenter {
	text-align: center !important;
}
.textleft {
	text-align: left !important;
}
.memberphoto {
	max-height: 300px;
	margin: 15px;
	border-radius: 50%;
}
select.bigselect {
	font-size: 24pt;
	width: 75%;
	display: block;
	margin: auto auto;
}
select.fullmono {
	width: 98% !important;
	white-space: pre;
	font-family: monospace;
}
select.dropdown, input[type="text"], input[type="number"], input[type="password"] {
	display: inline-block;
	height: 50px;
	margin: 3px 1px;
	border: none;
	border-radius: 5px;
	font-size: 14pt;
	color: #454545;
	padding: 10px;
	vertical-align: top;
	position: relative;
	text-align: left;
	vertical-align: middle;
	box-shadow: 0px 1px 6px #1a2640;
}
input[type="checkbox"] {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	box-shadow: 0px 1px 6px #1a2640;
	color: rgb(85, 85, 85);
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 10px;
	vertical-align: -50%;
	margin-bottom: 10px;
}
div.medheight{
	height: 350px;
}
div.tall{
	height: 500px;
}
.bigscroll-y::-webkit-scrollbar {
	width: 30px;
	background-color: #F5F5F5;
}
.bigscroll-y::-webkit-scrollbar-thumb, .bigscroll-x::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.bigscroll-x::-webkit-scrollbar {
	height: 30px;
	background-color: #F5F5F5;
}

.overflow-x{
	overflow-x: auto;
	white-space: nowrap;
}
.overflow-y{
	overflow-y: auto;
}
.shaded {
	background-color: #eeede3;
}
p.error {
	display: block;
	clear: both;
	border-radius: 50px;
	color: #fff;
	background-color: #f2dede;
	color: #b94a48;
	padding: 4px 10px;
	margin: 5px auto;
	border: 1px solid #b94a48;
	vertical-align: middle;
	width: 300px;
	opacity: 0;
	-webkit-animation:fadeout 5s ease-out;
	text-align: center !important;
}
p.error:before{
	font-family: FontAwesome;
	content: "\f071";
	padding-right: 5px;
}
p.success {
	display: block;
	clear: both;
	border-radius: 50px;
	background-color: #dff0d8;
	color: #468847;
	padding: 4px 10px;
	margin: 5px auto;
	border: 1px solid #468847;
	vertical-align: middle;
	width: 300px;
	opacity: 0;
	-webkit-animation:fadeout 5s ease-out;
	text-align: center !important;
}
p.success:before{
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 5px;
}
p.noanim {
	opacity: 1;
	-webkit-animation: none;

}
.tooltip{display:inline;position:relative}
.tooltip:hover{text-decoration:none}

.tooltip:hover:after{
	background:#111;
	background:rgba(0,0,0,.8);
	border-radius:5px;
	top:3px;
	color:#fff;
	content:attr(textpopup);
	display:block;
	left:225px;
	padding:5px 15px;
	position:absolute;
	white-space: pre !important;
	z-index:98;
    max-height: 700px;
	overflow-x: hidden;
    overflow-y: auto;
}

.tooltip:hover:before{
	border:solid;
	border-color: transparent #111;
	border-width: 6px 6px 6px 0;
	top: 13px;
	content:"";
	display:block;
	left:220px;
	position:absolute;
	z-index:99
}
/* End Miscellaneous UI Elements */