

* {
	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: #55AAFF;
	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 #55AAFF;
}

#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: #55AAFF;
	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 #55AAFF;
}

#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: #55AAFF;
	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 #55AAFF;
}

#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: #55AAFF;
}

.active {
	background-color: #55AAFF;
}

#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: #55AAFF;
}

#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: 150px;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px 0px 10px 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 #55AAFF;
}

.game-img {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	background-size: 150px;
	background-position: center;
	margin: auto;
}

.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;
}

.package-stock-info {
	font-size: 22px;
	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 #55AAFF;
}

#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: #55AAFF;
}

#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: #55AAFF;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 25px;
	font-weight: 600;
}

.statistics-content {
	border-bottom: 2px solid #55AAFF;
	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 #55AAFF;
}

#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 #55AAFF;
}

.submit-button {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	background-color: #333;
    border: 0;
	border-bottom: 2px solid #55AAFF;
	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 #55AAFF solid;
    background-color: #333 !important;
}

#quill-toolbar {
	background-color: #55AAFF;
}

.user-choice-text {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.choice-title {
	margin-bottom: 5px;
}

.package-price {
	font-size: 35px;
	font-weight: 900;
	text-align: center;
}
.package-stock {
	font-size: 35px;
	margin-bottom: 30px;
	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: #55AAFF;
}

.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 #55AAFF;
}

@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: #55AAFF;
    animation: spin 1s infinite linear;
}

@keyframes fadePushIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

#errorbox {
    animation: fadePushIn 250ms;
}

#errorbox-2 {
       max-width: 1200px;
}

.squished .col-md-4 {
    width: auto;
    margin: 2.5rem;
    font-weight: bold;
}

.container-fluid .row {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    /*margin-bottom: 175px;*/
}

#account-container .row {
    display: block !important;
}

#top-navbar-container {
}

#paypal-checkout-button {
    padding-top: 0px;
    margin-top: 20px;
}

.game {
    border: 0;
    background-color: transparent;
    transition: all 150ms;
    animation: fadePushIn 250ms;
    user-select: none;
    width: 200px;
    margin-bottom: -40px;
    padding-top: 40px;

}

.game .game-name {
    transition: all 150ms;
}

/*
.game-img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}*/

.game:hover {
    border: 0;
    transform: scale(1.15);
}

.game:hover .game-name {
    opacity: 0.5;
}

.server-region {
    position: absolute;
    z-index: 1;
    top: 57%;
    border: 2px solid black;
    border-radius: 100px;
    right: 25px;
}

.submit-button {
    margin-bottom: 60px !important;
}

#welcome-header {
font-size: 45px;
margin: 15px 0px 30px 0px;
}

#welcome-message {
font-size: 27px;
margin: -20px 0 10px;
}


#content-container #welcome-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    user-select: none;
}

#content-container #welcome-header h1 {
    font-size: 6rem;
    font-weight: bold;
}

#content-container #welcome-header .submit-button {
    margin-left: -1rem;    
}

.package-price-info {
    margin-top: 5rem;
}
.footer-text-left {
    font-size: 20px;
    color: #FFFFFF;
}

td {
    background-color: #242424;
}

label {
    color: white !important;
}
select option { 
    background-color: #333333;
}
select {
  background-color: #333333;
}

.paginate_button:hover {
    background-color: black;
}

.paginate_button {
    background-color: white;
}

.dataTables_info {
    color: white !important;
}
.ellipsis {
    color: white !important;
}
input {
    background-color: #333333;
}

.modal-body {
    background-color: #242424;
}

.modal-header {
    background-color: #242424;
}

.modal-footer {
    background-color: #242424;
}

.package-price-info {
    margin-top: 1rem;
}
.game-name {
    height: unset;
}

.package-description {
    text-align: center;
}
.category-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flow-direction: row;
    padding-bottom: 20px;
}
.server-block {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hideit {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}


.arrow_box {
    border-top: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    border-left: 2px solid #E3E3E3;
    width: 140px;
    padding: 10px;
    cursor: pointer;
    background-color: #333333;
    font-size: 3rem;
}

.arrow_box:last-of-type {
    border: none;
    border-top: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    border-left: 2px solid #E3E3E3;
    border-right: 2px solid #E3E3E3;
}


.arrow_box.selected {
    position: relative;
    background-color: #242424;
}

.arrow_box.selected:after, .arrow_box.selected:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box.selected:after {
    border-top-color: white;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box.selected:before {
    border-top-color: #E3E3E3;
    border-width: 14px;
    margin-left: -14px;
}
.formModal .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.formModal .modal-dialog .modal-content {
    border-radius: 0px;
}

.formModal .modal-dialog .modal-header {
    background-color: ' . $maincolour . ';
    border: none;
}

.formModal .modal-dialog .modal-footer {
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px;
}

.formModal .modal-dialog .modal-body {
    padding: 20px;
}

.formModal .modal-dialog .modal-header button {
    font-size: 20px;
    font-weight: 600;
    color: ' . $secondaryfontcolor . ';
    opacity: 1;
    text-shadow: none;
}

.formModal .editCategorySubmit {
    float: right;
}

#footer {
    margin-top: 80px;
    clear: both;
}

.red {
    color: red !important;
    font-weight: bold !important;
}
.blue {
    color: blue !important;
    font-weight: bold !important;
}

input[type=checkbox], input[type=radio] {
transform: scale(1.5);
}

#paypal-checkout-button { 
transform: scale(1.5);    
}

#errorbox-title {
font-weight: 600;
}

* {
font-weight: 400
}

#footer {
    position: fixed !important;
    bottom: 0 !important;
}

.col-md-12 {
    padding-bottom: 5px;
    margin-top: 0px;
}

#side-navbar {
    font-size: 22.4px;
    position: fixed !important;
    
}

/* for the duration */
.package-expire {
    text-align: center;
    font-size: 25px;
}

.package-expire-info {
    text-align: center;
    font-size: 25px;
}