body {
	background-color: #4b453a;
	background-image: url('/media/images/site/background.jpg');
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

@media (max-aspect-ratio: 3/2) {
	body {
		background-size: auto;
	}
}

.containerHolder {
	margin: auto;
	width: 1070px;
	max-width: 95%;
	box-sizing: border-box;
	font-size: 0px;
}

.containerColumn {
	padding: 0px;
	margin: auto;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0px;
	vertical-align: top;
}

.containerPadding {
	padding: 4px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}

.containerHeader {
	font-size: 18px;
	padding-top: 4px;
	font-family: 'Tahoma';
	text-decoration: none;
	text-align: center;
	color: #ffcc66;
	text-shadow: 1px 1px #000000;
	width: 100%;
	height: 32px;
	border-bottom: 3px double #6C685F;
	box-sizing: border-box;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.container {
	background-image: url('/media/images/site/container/background.jpg');
	background-color: #4b453a;
	border-style: ridge;
	border-color: #8b774d;
	border-width: 4px;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	font-size: 0px;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
}

.skillButton {
	font-size: 12px;
	padding-left: 5px;
	font-family: 'Tahoma';
	text-decoration: none;
	text-align: left;
	color: #b1aea7;
	text-shadow: 1px 1px #000000;
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	border: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 100%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: left;
}

.skillButton:hover {
	color: #fae4b9;
	background: linear-gradient(0deg, rgba(155, 155, 155, 0.0) 0%, rgba(155, 155, 155, 0.1) 100%);
}

.bossButton {
	font-size: 12px;
	padding-top: 13px;
	padding-left: 5px;
	font-family: 'Tahoma';
	text-decoration: none;
	text-align: left;
	color: #b1aea7;
	text-shadow: 1px 1px #000000;
	width: 100%;
	height: 41px;
	box-sizing: border-box;
	border: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 100%);
	cursor: pointer;
	display: flex;
}

.bossButton:hover {
	color: #fae4b9;
	background: linear-gradient(0deg, rgba(155, 155, 155, 0.0) 0%, rgba(155, 155, 155, 0.1) 100%);
}

.highscoresTable {
	font-size: 16px;
	font-family: 'Tahoma';
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	text-align: left;
}

.highscoresTop {
	font-size: 13px;
	color: #f2f2f2;
	background: rgba(54, 43, 21, 0.5);
}

.highscoresRow {
	font-size: 14px;
	text-align: center;
	background: rgba(66, 52, 25, 0.5);
	height: 31px;
}

.highscoresRowButton {
	color: #d7d0c4;
	cursor: pointer;
}

.highscoresRowButton:hover {
	background: rgba(128, 100, 46, 0.5);
	color: #fdc24f;
}


.highscoresTopButton {
	color: #d7d0c4;
	cursor: pointer;
}

.highscoresTopButton:hover,
.highscoresTopButtonA {
	background: rgba(128, 100, 46, 0.5);
	color: #fdc24f;
}

.topMenu {
	padding: 0px;
	margin: auto;
	list-style: none;
	width: 1062px;
	max-width: 95%;
	height: 45px;
	box-sizing: border-box;
	border-radius: 11px;
	border-color: #8b774d;
	border-width: 3px;
	border-style: ridge;
	background-image: url('/media/images/site/container/background.jpg');
	text-align: center;
}

.topMenu li {
	padding-left: 1%;
	padding-right: 1%;
	width: 10%;
	height: 90%;
	margin: auto;
	display: inline-block;
	font-size: 0px;
	vertical-align: bottom;
}

.topMenu a {
	padding-bottom: 5px;
	font-size: 15px;
	height: 100%;
	font-family: 'Tahoma';
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #ffcc66;
	text-shadow: 1px 1px #000000;
}

.image_slider {
	position: relative;
	margin: auto;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0px;
	width: 100%;
	height: 305px;
	overflow: hidden;
}

.slider_image {
	margin: auto;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0px;
	vertical-align: top;
	border-radius: 3px;
	height: 305px;
	position: relative;
	overflow: hidden;
}

.slider_image img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
}


.topMenu a:hover {
	color: #fae4b9;
}

.image_text {
	font-size: 24px;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 12%;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: 'Tahoma';
	color: #ffcc66;
	font-weight: bold;
	opacity: 85%;
	text-shadow: 2px 2px #000000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.slider_dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	background-color: #bbb;
	opacity: 0%;
	border-radius: 50%;
	transition: all 0.6s ease;
	padding: 0px;
	margin: auto;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0px;
	vertical-align: top;
}

.slider_dot:hover {
	background-color: #ffffff !important;
}

.image_slider:hover .slider_dot {
	opacity: 70%;
}

.slider_dot_padding {
	padding: 4px;
	display: inline;
	box-sizing: border-box;
	width: 100%;
}

.prev_button,
.next_button {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	color: rgba(255, 255, 255, 0);
	font-weight: bold;
	font-size: 48px;
	transition: 0.6s ease;
	border-radius: 3px 3px 3px 3px;
	user-select: none;
	text-align: center;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.next_button {
	right: 0;
	border-radius: 3px 3px 3px 3px;
}

.prev_button:hover,
.next_button:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 1.0);
}

.image_slider:hover .next_button {
	color: rgba(255, 255, 255, 0.8);
}

.image_slider:hover .prev_button {
	color: rgba(255, 255, 255, 0.8);
}

.pagination {
	width: 50%;
	text-align: center;
	margin: auto;
	padding: 10px;
	position: relative;
}

.pagination a {
	color: #b1aea7;
	padding: 6px 6px;
	text-decoration: none;
}

.pagination a.active {
	background: rgba(128, 100, 46, 0.5);
	border-radius: 5px;
	color: #fdc24f;
}

.pagination a:hover {
	border-radius: 5px;
	background: rgba(128, 100, 46, 0.5);
	color: #fae4b9;
}

.inputBox {
	width: 75%;
	border-style: solid;
	border-color: #201809;
	color: #4f4f4e;
	background-color: #f2efea;
	font-family: 'Tahoma';
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font-size: 15px;
	border-radius: 4px;
	box-sizing: border-box;
}

.dropdownBox {
	width: 75%;
	border-style: solid;
	border-color: #201809;
	color: #4f4f4e;
	background-color: #f2efea;
	font-family: 'Tahoma';
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 14px;
	border-radius: 4px;
	box-sizing: border-box;
}

.submitButton {
	font-family: 'Tahoma';
	color: #cfcfcf;
	background-color: rgba(107, 81, 32, 0.6);
	box-sizing: border-box;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 4px;
	width: 75%;
	text-shadow: 1px 1px #000000;
	border-style: solid;
	border-color: #201809;
	border-radius: 5px;
	text-decoration: none;
}

.submitButton:hover {
	background-color: #664d1e;
	color: #e8e2d8;
	cursor: pointer;
}

.submitButton:active {
	background-color: #826226;
	border-color: #ab966f;
	border-style: ridge;
	color: #e5ded2;
}

.submitButton:disabled {
	background-color: rgba(107, 81, 32, 0.45);
	font-family: 'Tahoma';
	color: #9f9f9f;
	cursor: auto;
}

.submitButton:hover:disabled {
	font-family: 'Tahoma';
	color: #9f9f9f;
	cursor: auto;
}

.submitButton:active:disabled {
	font-family: 'Tahoma';
	color: #9f9f9f;
	border-style: solid;
	border-color: #201809;
	cursor: auto;
}

#voteButton.submitButton {
	color: white;
	background-color: #855021;
	width: 150px;
	height: 50px;
	border-style: outset;
	border-color: #a94c00;
	border-radius: 5px;
	border-width: 3px;
}

#voteButton.submitButton:hover {
	border-style: outset;
	border-color: #c85a00;
	border-radius: 5px;
	background-color: #9d5f29;
}

#voteButton.submitButton:active {
	border-style: inset;
}

.basicbutton {
	width: 50%;
	text-align: center;
	margin: auto;
	padding: 10px;
	position: relative;
}

.basicbutton a {
	font-family: 'Tahoma';
	color: #cfcfcf;
	background-color: rgba(107, 81, 32, 0.6);
	margin-top: 8px;
	padding: 4px;
	width: 135px;
	text-shadow: 1px 1px #000000;
	border-style: solid;
	border-color: #201809;
	border-radius: 5px;
	text-decoration: none;
}

.basicbutton a.active {
	background: rgba(128, 100, 46, 0.5);
	border-radius: 5px;
	color: #fdc24f;
}

.basicbutton a:hover {
	border-radius: 5px;
	background: rgba(128, 100, 46, 0.5);
	color: #fae4b9;

}

.basicLink {
	background: none;
	border: none;
	font-family: 'Tahoma';
	color: #e6e6e6;
	font-size: 13px;
	margin-top: 1px;
}

.basicLink:hover {
	color: #ffcc66;
	cursor: pointer;
}

.titleLink {
	background: none;
	border: none;
	font-family: 'Tahoma';
	color: #ffcc66;
	text-align: left;
	text-decoration: none;
	font-size: 20px;
}

.titleLink:hover {
	cursor: pointer;
	text-decoration: underline;
}

.imglink:hover {
	cursor: pointer;
}

.logOutput {
	font-family: 'Tahoma';
	color: #e6e6e6;
	font-size: 13px;
	margin: 8px;
	padding: 4px;
	border-style: solid;
	border-color: #201809;
	border-radius: 5px;
	min-height: 830px;
}

.basicText {
	font-family: 'Tahoma';
	color: #e6e6e6;
	font-size: 12px;
}

.basicText a {
	color: #ffdb92;
}

.basicText a:hover {
	color: #ffcc66;
}

.logSearchFilter {
	font-family: 'Tahoma';
	color: #e6e6e6;
	font-size: 13px;
	margin: 8px;
	padding: 4px;
	border-style: solid;
	border-color: #201809;
	border-radius: 5px;
	min-height: 50px;
}

.inputLabel {
	font-family: 'Tahoma';
	color: #cfcfcf;
	font-size: 15px;
	padding: 12px;
}

/* Style the tab */
.tab {
	overflow: hidden;
	float: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	font-family: 'Tahoma';
	color: #e6e6e6;
	background-color: rgba(107, 81, 32, 0.4);
	min-width: 11%;
	font-size: 12px;
	border: solid;
	border-width: 1px;
	border-color: #201809;
	outline: none;
	cursor: pointer;
	padding: 6px 8px;
	transition: 0.3s;
	border-radius: 4px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	text-shadow: 1px 1px #000000;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #664d1e;
	color: #e8e2d8;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: rgba(253, 178, 39, 0.4);
	/*border-style: ridge; */
	color: #e5ded2;
}

/* Style the tab content */
.tabcontent {
	font-family: 'Tahoma';
	color: #cfcfcf;
	font-size: 15px;
	margin: 12px;
}

.shopItem {
	padding: 10px;
	margin: 6px;
	width: 181px;
	border-style: ridge;
	border-color: #201809;
	border-radius: 4px;
	display: inline-block;
}

.large_shop_icon,
.large_shop_icon_noclick {
	max-width: 170px;
	cursor: pointer;
	border-radius: 4px;
	padding: 0px;
	margin: 0px;
	margin-right: 1px;
	border-style: ridge;
	border-color: #43310f6c;
	border-width: 2px;
}


.large_shop_icon:hover {
	border-color: #826226;
}

.large_shop_icon:active {
	border-style: inset;
	border-color: #ad8740;
}


.centerPopup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.profileImage {
	width: 150px;
	height: 150px;
	border-style: ridge;
	border-width: 4px;
	border-radius: 8px;
	border-color: rgba(123, 120, 108, 0.6);
	background-color: rgba(20, 20, 20, 0.8);
	background-image: url('/account/profile_imgs/default.png'), url('/account/profile_imgs/default.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	font-family: 'Tahoma';
	color: #fffdf7;
	font-size: 12px;
	visibility: hidden;
	border-style: ridge;
	border-width: 2px;
	border-color: rgb(31, 20, 0);
	background-color: rgb(59, 47, 25);
	border-radius: 6px;
	padding: 9px;
	position: absolute;
	z-index: 1;
	top: 100%;
	opacity: 0;
	transition: opacity 0.8s;
}

.tooltip:hover {
	color: #fff2b8;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 0.98;
	transition: opacity 0.8s;
}