@charset "utf-8";
/* CSS Document */

body {
	background-color: #0B0B0B;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-size: cover;
	color: #fff;
	line-height: 1;
	position: relative;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

a.footer {text-decoration: none; color: #CBCBCB}
a.footer:hover {text-decoration: none; color: #9CA3AF}

.userinfo_box_top_container {
	transition: .4s; position: fixed; top: -40px; left: 0; right: 0;   z-index: 1000;
}

.userinfo_box_top {
position: relative; margin: auto; width: 600px; border-radius: 1px; background-color: #2FBC24; border: 1px solid #51B849; padding: 10px; text-align: center; z-index: 1000; transition: .4s;
}

.upload_secure_overlay {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding-top: 0px; background-color: rgba(33,33,33,0.92); z-index: 900; opacity: 0; display: none; transition: .4s; text-align: center;
}

.content_wrapper {
	max-width: 1920px;
	margin: auto;
	padding-top: 0px;
	position: relative;
}

.default_input {
	width: 100%; height: 30px; border-radius: 4px; border: 1px solid #868686; padding: 0;
}

.join_game_input {
	width: 100px; height: 22pt; border: 1px solid #868686; padding: 0; margin: 0px 20px 0px 20px; border-radius: 4px; vertical-align: middle
}

.button_join_game {
	width: 150px; height: 15pt; border: 1px solid #868686; padding: 10px 0px 0px 0px; margin: 0; background-color: #1062AF; color: #fff; font-size: 11pt; font-weight: bold; display: inline-block; text-align: center; border-radius: 4px; cursor: pointer; vertical-align: middle;
}

.button_join_game:hover {
	border: 1px solid #868686; background-color: #1F79CD;
}

.button_cookie_agree {
	width: 150px; height: 15pt; border: 1px solid #868686; padding: 15px 20px 10px 20px; margin: 0; background-color: #1062AF; color: #fff; font-size: 11pt; font-weight: bold; display: inline-block; text-align: center; border-radius: 2px; cursor: pointer;
}

.button_cookie_agree:hover {
	border: 1px solid #868686; background-color: #1972C5; color: #fff;
}

.button_cookie_disagree {
	width: 150px; height: 15pt; border: 1px solid #868686; padding: 15px  20px 10px 20px; margin: 0; background-color: #8A9096; color: #fff; font-size: 11pt; font-weight: bold; display: inline-block; text-align: center; border-radius: 2px; cursor: pointer;
}
.button_cookie_disagree:hover {
	border: 1px solid #868686; background-color: #6A6E73; color: #fff;
}

.game_join_box {
	margin: auto;
	width: 500px;
	height: 160px;
	border-radius: 8px;
	border: 1px solid #929292;
	background-image: linear-gradient(to bottom right, #DCDCDC, #A6A6A6);
	padding: 40px 20px;
	color: #000;
}

.index_box_wrapper {
	width: 1000px; height: 400px; background-color: #DCDCDC; border-radius: 2px; padding: 20px; color:#131313;
	box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.75);
}

.game_join_box_text {
	text-align: center;
	margin: auto;
	width: 500px;
	padding: 10px 20px;
	color: #fff;
}