

* {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: inherit;
}

body {
	color: #FFFFFF;
    background-color: #242424;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
	color: inherit;
}

ul {
	margin-bottom: 0;
}

th {
	white-space: nowrap;
}

td {
	white-space: nowrap;
	font-size: 18px;
}

label {
	font-weight: inherit;
}

.underlined-link {
	text-decoration: underline;
}

#table-container {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#fade-overlay {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container {
	display: table-cell;
	vertical-align: middle;
}

#errorbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 800px;
	background-color: #242424;
	z-index: 11;
	font-size: 20px;
}

#errorbox-top {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #6CFF5E;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top > a {
	font-weight: 600;
}

#errorbox-bottom {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #6CFF5E;
}

#errorbox-content {
	color: red;
}

#errorbox-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-1 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 13;
}

#fade-overlay-1 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 12;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-1 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: #242424;
	z-index: 14;
	font-size: 20px;
}

#errorbox-top-1 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #6CFF5E;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-1 > a {
	font-weight: 600;
}

#errorbox-bottom-1 {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #6CFF5E;
}

#errorbox-content-1 {
	color: red;
}

#errorbox-title-1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-2 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 16;
}

#fade-overlay-2 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-2 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: #242424;
	z-index: 17;
	font-size: 20px;
}

#errorbox-top-2 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #6CFF5E;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-2 > a {
	font-weight: 600;
}

#errorbox-bottom-2 {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #6CFF5E;
}

#errorbox-content-2 {
	color: red;
}

#errorbox-title-2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#top-navbar-container {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #333;
    z-index: 2;
}

#top-navbar-left {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	height: 50px;
}

#top-navbar-left-img {
	float: left;
	position: relative;
	display: inline-block;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	font-size: 30px;
	color: #FFFFFF;
}

#top-navbar-left-list {
	display: inline-block;
	list-style-type: none;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 20px;
}

.top-navbar-left-button {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	color: #FFFFFF;
}

.top-navbar-left-button:hover {
	background-color: #6CFF5E;
}

.active {
	background-color: #6CFF5E;
}

#top-navbar-right {
	float: right;
	position: relative;
	display: inline-block;
	height: 40px;
}

.top-navbar-right-button {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.top-navbar-right-button:hover {
	background-color: #6CFF5E;
}

#menu-button {
	position: relative;
	display: none;
	float: right;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	height: 50px;
	width: 50px;
	border-radius: 4px;
}

.top-navbar-dropdown {
	position:absolute;
	visibility:hidden;
	z-index: 1;
}

.top-navbar-dropdown > li {
	display:inline;
	float:none;
}

#hidden-list {
	position: relative;
	display: none;
	line-height: 50px;
	background-color: #333;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 20px;
}

.hidden-list-button {
	padding-left: 20px;
}

#must-login {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
}

#content-container {
	position: relative;
	display: block;

}

#welcome-container {
	position: relative;
	display: block;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

#welcome-header {
	position: relative;
	display: block;
	font-size: 60px;
	font-weight: 900;
	margin: 30px 0px 30px 0px;
}

#welcome-message {
	font-size: 30px;
	margin-bottom: 50px;
}

#game-container {
	position: relative;
	display: block;
	margin: auto;
}

.game {
	position: relative;
	display: block;
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	padding: 50px 0px 50px 0px;
    background-color: #242424;
	border-bottom: 2px solid #242424;
	transition: border-color 0.5s ease;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}

.game:hover {
	border-bottom: 2px solid #6CFF5E;
}

.game-img {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
			border-radius: 100px;
			-webkit-border-radius: 100px;
			-moz-border-radius: 100px;
		
  	background-size: 200px 200px;
  	background-position: center;
}

.game-name {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	line-height: 30px;
	height: 60px;
}

.package-price-info {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

#server-container {
	position: relative;
	display: block;
	margin: 50px 20px 0px 20px;
	text-align: center;
	font-size: 30px;
}

#account-container {
	position: relative;
	display: block;
	margin: 40px 20px 0px 20px;
}

#top-bar {
	height: 50px;
	max-width: 1200px;
	margin: auto;
}

#left-buttons {
	float: left;
}

#right-buttons {
	float: right;
}

#steam-avatar {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #6CFF5E;
}

#steam-username {
	position: relative;
	display: inline;
	font-size: 30px;
	line-height: 50px;
	vertical-align: middle;
}

#logout-button {
	position: relative;
	display: block;
	float: right;
	height: 50px;
	font-size: 25px;
	padding: 0px 20px 0px 20px;
	border: 0;
	color: #FFFFFF;
	background-color: #6CFF5E;
}

#account-info {
	position: relative;
	display: block;
	margin-top: 30px;
}

.statistics-box {
	position: relative;
	display: block;
	margin: auto;
	max-width: 1200px;
    background-color: #333;
}

.statistics-title {
	background-color: #6CFF5E;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 25px;
	font-weight: 600;
}

.statistics-content {
	border-bottom: 2px solid #6CFF5E;
	padding: 0px 10px 0px 10px;
	font-size: 20px;
	line-height: 40px;
}

#purchase-statistics {
	margin-top: 30px;
}

#credit-statistics {
	margin-top: 30px;
}

#purchase-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

#dashboard-container {
	display: block;
	position: relative;
	margin: 0px 20px 0px 0px;
}

#side-navbar-container {
	vertical-align: top;
	display: block;
	float: left;
	position: fixed;
	width: 250px;
    height: 100%;
	background-color: #333;
    margin-top: -70px;
    padding-top: 50px;
	overflow-y: auto;
}

#side-navbar {
	list-style-type: none;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 20px;
}

.side-navbar-button {
	padding: 0px 10px 0px 10px;
	background-color: #333;
    border-right: 2px solid #333;
	transition: border-right 0.5s ease;
	-webkit-transition: border-right 0.5s ease;
	-moz-transition: border-right 0.5s ease;
	-o-transition: border-right 0.5s ease;
	transition: border-right 0.5s ease;
}

.side-navbar-button:hover {
	border-right: 2px solid #6CFF5E;
}

#dashboard-content-container {
	position: relative;
	display: block;
	margin:0px 20px 0px 290px;
}

#dashboard-page-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
    margin-top: 20px;
}

.dashboard-stat-small {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
    background-color: #333;
}

.dashboard-stat-large {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
    background-color: #333;
}

.tooltip-btn {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	margin-left: 10px;
	vertical-align: middle;
    background-color: #333;
    color: #FFFFFF;
    border: 0;
}

.tooltip {
	white-space: normal;
}

.settings-group {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.setting-title {
	font-size: 30px;
	clear: both;
}

.dashboard-radio-lbl {
	display: inline-block;
	font-size: 20px;
	margin: 0px 15px 20px 0px;
}

.settings-text-input {
	width: 100%;
	max-width: 800px;
	min-height: 35px;
	line-height: 40px;
	font-size: 20px;
	border: 0;
    background-color: #333;
    border-bottom: 2px solid #333;
	padding-left: 5px;
}

.settings-text-input:focus {
    border-bottom: 2px solid #6CFF5E;
}

.submit-button {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	background-color: #333;
    border: 0;
	border-bottom: 2px solid #6CFF5E;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
}

.submit-button:hover {
	background-color: #242424;
}

.small-button {
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 30px;
	height: 42px;
	width: 35px;
	margin: 0;
	cursor: pointer;
}

.small-button-glyphicon {
	display: block;
	margin-left: -3px;
	margin-top: -2px;
}

.command {
	 display: block;
	 margin-bottom: 5px;
}

#home-page-text-input {
	resize: vertical;
}

#packagedescriptioninput {
	resize: vertical;
}

#dashboard-menu-dropdown {
	display: none;
	margin-left: 20px;
	margin-top: 30px;
}

.dropdown {
	display: inline-block;
	font-size: 20px;;
	height: 40px;
    background-color: #333;
    border: 0;
}

#login-container {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px;
	max-width: 600px;
}

.g-recaptcha {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

#steam-login-container {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

#steam-login-container-account {
	display: block;
	position: relative;
}

#graph-canvas {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

.graph-dropdown {
	margin: 10px;
}

#quill-wrapper {
	border-bottom: 2px #6CFF5E solid;
    background-color: #333 !important;
}

#quill-toolbar {
	background-color: #6CFF5E;
}

.user-choice-text {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.choice-title {
	margin-bottom: 5px;
}

.package-price {
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: 900;
	text-align: center;
}

.package-description {
	font-size: 25px;
	margin-bottom: 30px;
}

.buy-button {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#total-price {
	text-align: center;
	padding-top: 20px;
}

#paypal-checkout-button {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#confirmation-title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

.confirmation-listing {
	font-size: 25px;
}

#footer {
	display: block;
	position: absolute;
	bottom: 0;
	margin-top: 50px;
	height: 50px;
	width: 100%;
	background-color: #333;
}

.footer-text-left {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.footer-text-right {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.dropdown-button {
	width: 50px;
	text-align: center;
}

.dropdownmenu {
	position: relative;
    display: inline-block;
	margin-right: -4px;
}

.dropdowncontent {
	display: none;
    position: absolute;
	z-index: 2000;
}

.dropdowncontent a {
	background-color: #333;
    color: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
    text-decoration: none;
	text-align: center;
    display: block;
	z-index: 2000;
}

.dropdowncontent a:hover {
	background-color: #6CFF5E;
}

.show {
	display:block;
}

td {
    border-top: 0 !important;
}

.table > thead > tr > th {
    border-bottom: 0 !important;
}

.statistics-content .dropdown {
    background-color: #242424;
}

#dashboard-content-container .dropdown {
    width: 100%;
    max-width: 800px;
}

.dashboard-stat-large .tooltip-btn {
    background-color: #242424;
}

textarea {
	background-color: #333;
	color: #FFFFFF;
	border: none;
	border-bottom: 2px solid #333;
	resize: vertical;
}

textarea:focus {
    border-bottom: 2px solid #6CFF5E;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-circle {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #6CFF5E;
    animation: spin 1s infinite linear;
}

