html,body {
	min-height: 100%;
	height: 100%;
	display: table;
	width: 100%;
}

body {
	margin: 0;
	color: #666666;
	background-color: #dddddd;
	background-image: linear-gradient(to bottom, rgb(230, 230, 230), rgb(210, 210, 210));
}
a {
	text-decoration: inherit;
	color: inherit;
}
a.game_block:hover {
	box-shadow: 0px 0px 10px #DA00CB;
}
#topline {
	height: 4px;
	background-color: #DA00CB;
}
header {
	background-color: #333333;
	color: white;
	box-shadow: 0px 2px 10px #888888;
}
.page_width {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#topnav {
	padding: 8px;
}

@font-face {
    font-family: Thin;
    src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Bold;
    src: url(/fonts/Roboto-Bold.ttf);
}

* {
	font-family: Thin;
	box-sizing: border-box;
	outline: none;
}


.game_block.disabled {
	position: relative;
}

.game_block .disabled-overlay {
	display: none;
}
.game_block.disabled .disabled-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(55, 55, 55, 0.75);
	display: inline-block;
	z-index:9;
	cursor: not-allowed !important;
}

.game_block.disabled .disabled-overlay .content {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 24px;
	z-index:10;
	cursor: not-allowed !important;
}

.top_nav_item {
	display: inline-block;
	padding:6px;
	margin-right:28px;
	text-transform: uppercase;
}

.login {
	color: #DA00CB;
}

#topnav * {
	font-family: Bold;
	font-size: 16px;
}

.top_nav_item.search {
	float: right;
	margin-top: -6px;
}

#msgs {
	margin-right: 10px;
}

#main_search_block {
	padding-top: 45px;
	padding-bottom: 45px;
}
#main_search_block input[type=text] {
	border: 0;
	padding: 8px;
}

#search_strip {
	background-color: white;
	border: 1px solid #aaaaaa;
	position: relative;
	 display: flex;
	 max-width:65vw;
	 max-width: 700px;
	 margin-left: auto;
	 margin-right: auto;
	 border-radius:12px;
	 background-color: #eeeeee;
	 box-shadow: 2px 2px 2px rgba(192,192,192,0.6);
}

#search_selectbox {
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;
	border-right: 1px solid #aaaaaa;
	padding:14px;
	/*padding-right:150px;*/
	max-width: 200px;
	width: 18vw;
	display: inline-block;
	background-color: #e0e0e0;
	background-image: linear-gradient(to bottom, rgb(230, 230, 230), rgb(210, 210, 210));
	color: #DA00CB;
}
#search_inputicon {
	padding-right:3px;
	padding-top:14px;
	padding-bottom:14px;
	padding-left: 10px;
	display: inline-table;
	height: 100%;
}

input[type=text] {
	font-size: 16px;
	font-family: Thin;
	background-color: rgba(0,0,0,0);
	outline: 0;
}

#searchbar {
	display: inline-block;
	flex-grow: 1;
}

#games_header {
	border-bottom: 1px solid #aaaaaa;
	text-align: center;
}

#filters_bar {
	border-bottom: 1px solid #aaaaaa;
	text-align: center;
}

.games_header_item {
	padding: 16px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
	cursor: pointer;
}

.games_header_item.selected {
	color: #DA00CB;
	font-family: Bold;
	border-bottom: 3px solid #DA00CB;
	position: relative;
	top: 1px;
}

.linkpurple {
	color: #DA00CB;
}

#filter_float_left {
	float: left;
	font-size: 0.8em;
	position: relative;
	top: 23px;
	left: 10px;
	display: inline-block;
}

#sort_float_right {
	float: right;
	font-size: 0.8em;
	position: relative;
	top: 23px;
	right: 10px;
	display: inline-block;
}

.game_block {
	display: inline-block;
	width: 240px;
	height: 210px;
	box-shadow: 2px 2px 4px rgba(77,77,77,0.5);
	background-color: #eeeeee;
	margin:14px;
	/*min-width: 240px;
	min-height: 180px;*/
	font-size: 1vw;
	font-size: 12px;
}

.game_block_img {
	height: 75%;
	background-image: url('/images/clue.jpg');
	background-size: 100% 100%;
}

.game_play_now {
	color: #DA00CB;
	float: right;
}
.sidepad {
	padding-left: 8px;
	padding-right: 8px;
}

#games_section {
	text-align:center;
}

#games_section {
	margin-top: 8px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 680px) {
	#topnav * {
		font-size: 13px;
	}
	
	body, input[type=text] {
		font-size: 13px;
	}
	
	.top_nav_item {
		margin-right:12px;
	}
	#games_header {
		font-size: 0.8em;
	}
	#search_selectbox {
		max-width: 140px;
		width: 33vw;
	}
	
	#search_pad_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#filter_float_left {
		top: 34px;
	}

	#sort_float_right {
		top: 34px;
	}
	
	.games_header_item {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.game_block {
		width: 42vw;
		height: 42vw;
		margin:2vw;
		font-size: 2.5vw;
	}
	
	#filters_bar {
		display: block !important;
		padding: 18px;
	}
	
	#filter_float_left, #sort_float_right {
		display: none !important;
	}
	
	
	#filter_float_left_bar {
		float: left;
		font-size: 0.8em;
		position: relative;
		top: -6px;
		display: inline-block;
	}

	#sort_float_right_bar {
		float: right;
		font-size: 0.8em;
		position: relative;
		top: -6px;
		display: inline-block;
	}

	


}

#games_container {
		margin-top: -20px;
	}

html {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
}

::-webkit-scrollbar {

	 background-color: rgba(148, 148, 148, 1.0);
	 -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.55), inset 0px 0px 1px rgba(255, 255, 255, 1.0);
}
::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    -webkit-border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.45);
	background-image: radial-gradient(circle at center,  #303030, #111111 90%, #111111 100%);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.55), inset 0px 0px 1px rgba(255, 255, 255, 1.0);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}



::-webkit-scrollbar, ::-webkit-scrollbar {
	background-color: transparent;
	-webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-image: radial-gradient(circle at center,  #777777, #888888 90%, #888888 100%);
}

.btn-green {
    color: #ffffff;
    background-color: #888888;
    border: 1px solid rgb(24, 170, 24);
    padding: 10px;
    box-shadow: inset 0px 1px 4px rgba(255,255,255, 0.9), 2px 2px 4px rgba(77,77,77,0.5);
    background-image: linear-gradient(to bottom right, rgb(44, 190, 44), rgb(44, 190, 44));
    border-radius: 12px !important;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thin;
    cursor: pointer;
    color: #ffffff !important;
    display: inline-block;
	font-size: 1.05em;
	
}

.btn-green:active {
	position: relative;
	top: 1px;
	left: 1px;
	box-shadow: inset 0px -1px 4px rgba(255,255,255, 0.9);
}

.caps {
	text-transform: uppercase; 
}

.widepad {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/*
::-webkit-scrollbar { width: auto; height: auto}
::-webkit-scrollbar-button {  background-color: #666; display: none; }
::-webkit-scrollbar-track { background-color: #555555;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb {  background-color: #999999; border-radius: 12px; }
::-webkit-scrollbar-corner { background-color: #000000;}
::-webkit-resizer { background-color: #666;}
*/

#login_overlay, #reconnect_overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 99999999;
	background-color: rgba(33,33,33,0.9);
}

* {
	box-sizing: border-box;
	outline: none;
	-webkit-overflow-scrolling: touch;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

body.shake .deletelogo {
	position: absolute;
	left: -10px;
	top: -10px;
	padding: 5px;
	padding-left: 10px;
	padding-right:10px;
	text-align: center;
	font-family: Thin;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 1.0);
	color: #555555;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 1.0);
}
#bg {
	box-shadow: inset 0px 0px 360px rgba(0,0,0,1.0);
	background-image: linear-gradient(to bottom right, rgb(0, 0, 92), rgb(170, 170, 170));
	background-image: linear-gradient(to bottom right, rgb(0, 0, 92), rgb(165, 42, 42));
	position: fixed;
}
body.searching #bg {
	/*background-image: linear-gradient(to bottom right, rgb(92, 92, 92), rgb(170, 170, 170));*/
}
body.searching #addnewmain {
	display: none;
}
#password_block p {
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
p.label {
	color: #ffffff;
    font-size: 1.25em;
    font-size: 16px;
    text-shadow: 2px 2px 4px #000000;
	/*color: #ffcc00;*/
	white-space: prewrap;
	font-family:Thin;
	margin: 0; 
	margin-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
	-moz-line-clamp: 2;
    -moz-box-orient: vertical;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: -moz-box;
	display: -webkit-box;	
}
.imgparent {
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 5px solid rgba(255, 255, 255, 0.0);
	display:inline-block;
	/*box-shadow: 0px 0px 15px rgba(0,0,0,0.85) !important;*/
	overflow: hidden;
}
.logo.group .imgparent {
	background-color: rgba(255, 0, 0, 0.15);
	text-align: left;
	padding: 5px;
}
#group_icon_container .imgparent {
	/*background-color: rgba(0, 0, 0, 0.6);*/
}
.img {
	
	border-radius: 50%;
	border-radius: 16px;
	/*padding: 6px;*/
	/*background-color: rgba(255, 255, 255, 0.0);
	border: 0px solid rgba(255, 255, 255, 0.0);*/
	display: inline-block;
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.logo .img {
	width: 100%;
	height: 100%;
}
.logo.group .img {
	border-radius: 0px;
	width: 48% !important;
	height: 48%  !important;
	margin: 1%;
	display: inline-block;
}
.logo {
	cursor: pointer;
}
.logo.dragging .imgparent {
	box-shadow: 0px 0px 15px rgba(255,255,255,0.85) !important;
}

.moveto.moveleft {
	box-shadow: 0px 0px 15px rgba(255,0,0,0.85) !important;
}
.moveto.moveright {
	box-shadow: 0px 0px 15px rgba(255,255,0,0.85) !important;
}
.moveto.movegroup {
	box-shadow: 0px 0px 15px rgba(255,0,255,0.85) !important;
}

.slideleft,.slideright {
	display: none;
}
#mod_pw {
	text-align: center !important;
}
#main_parent.hover.hasprev .slideleft {
	position: absolute;
	left:5px;
	display: inline-block;
	width:50px;
	height:50px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 50%;
	top: 50%;
    transform: translate(0%, -50%);
	z-index: 9;
	border: 1px solid #000000;
	box-shadow: 3px 3px #000000;
	cursor: pointer;
}

#main_parent.hover.hasnext .slideright {
	position: absolute;
	right:5px;
	display: inline-block;
	width:50px;
	height:50px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 50%;
	top: 50%;
    transform: translate(0%, -50%);
	z-index: 9;
	border: 1px solid #000000;
	box-shadow: -3px 3px #000000;
	cursor: pointer;
}

#group_parent.hover.hasprev .slideleft {
	position: absolute;
	left:5px;
	display: inline-block;
	width:50px;
	height:50px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 50%;
	top: 50%;
    transform: translate(0%, -50%);
	z-index: 9;
	border: 1px solid #000000;
	box-shadow: 3px 3px #000000;
	cursor: pointer;
}
.backbtn {
	cursor: pointer;
}
#group_parent.hover.hasnext .slideright {
	position: absolute;
	right:5px;
	display: inline-block;
	width:50px;
	height:50px;
	background-color: rgba(255,255,255, 0.75);
	border-radius: 50%;
	top: 50%;
    transform: translate(0%, -50%);
	z-index: 9;
	border: 1px solid #000000;
	box-shadow: -3px 3px #000000;
	cursor: pointer;
}

.slideright img, .slideleft img {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}

.slideright:hover, .slideleft:hover {
	background-color: rgba(255,255,255, 1.0) !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#main_scroll_container::-webkit-scrollbar, #group_scroll_container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#main_scroll_container, #group_scroll_container  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#bg_group {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.35);
	display: none;
	z-index: 9;
}

#password_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.35);
	display: none;
	z-index: 99;
}

#password_block, #change_master_password_block {
	display: inline-block;
	height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	
	background-color: #ffffff;
	width: 90%;
	border-radius: 28px;
	max-width: 680px;
	
	z-index: 999;
	
	background-color: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 25px rgba(255,255,255,0.85), inset 0px 8px 8px rgba(255,255,255, 0.8), inset 0px 0px 140px rgba(100,100,100,0.95);
	/*background-image: linear-gradient(to bottom right, rgb(74, 74, 140), rgb(74, 74, 140));*/
}
#login_container {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 30px;
}
.input {
	min-width: 90%;
	display:inline-block;
	text-align: left;
}
#mod_logo_letters, #add_logo_letters {
	max-width: 100px !important;
	min-width: 100px !important;
	width: 100px !important;
}
#reconnect_block, #login_block, #register_account_block, #master_password_block, #master_password_input_block, #reset_master_password_block, #change_master_password_block {
	background-color: #ffffff;
}
#register_block {
	background-color: rgb(77, 77, 77);
	margin-top: 35px;
	display: inline-block;
	position: relative;
	left: 50%;
    transform: translate(-50%, 0%);
	
	width: 90%;
	border-radius: 28px;
	max-width: 480px;
	
	
	border: 1px solid rgba(220,220,220, 0.8);
	box-shadow: 0px 0px 25px rgba(255,255,255,0.85), inset 0px 8px 8px rgba(190,190,190, 0.8), inset 0px 0px 140px rgba(100,100,100,0.95);

}
#reconnect_block, #login_block, #register_account_block, #master_password_block, #master_password_input_block, #reset_master_password_block {
	margin-top: 35px;
	display: inline-block;
	position: relative;
	left: 50%;
    transform: translate(-50%, 0%);
	
	width: 90%;
	border-radius: 28px;
	max-width: 480px;
	
	
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 25px rgba(255,255,255,0.85), inset 0px 8px 8px rgba(255,255,255, 0.8), inset 0px 0px 140px rgba(100,100,100,0.95);
	/*background-image: linear-gradient(to bottom right, rgb(74, 74, 140), rgb(74, 74, 140));*/
}

#password_scroll {
	scrollbar-width: thin;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	top:14px;
}

#group_block {
	height: 70%;
	position: relative;
	left: 0%;
	top: 50%;
    transform: translate(0%, -50%);
	margin-left: 8%;
	margin-right: 8%;
	
}
#group_popup {
	background-color: #888888;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 25px rgba(255,255,255,0.85), inset 0px 8px 8px rgba(255,255,255, 0.8), inset 0px 0px 360px rgba(100,100,100,0.95);
	background-image: linear-gradient(to bottom right, rgb(74, 74, 140), rgb(74, 74, 140));
	border-radius: 12px;
	height: 100%;

}
#group_info {
	padding-left:8px;
	padding-bottom: 5px;
	color: white;
	font-size: 22px;
	font-family: Thin;
	position: absolute;
	transform: translate(0%, -100%);
	margin: 0;
	width: 100%;
	white-space: nowrap;
}
#group_name {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	bottom: 7px;
	text-shadow: 2px 2px 4px #000000;
	/*padding-top:12px !important;*/
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 6px !important;
	padding-right: 3px !important;
	padding-bottom: 3px !important;
	padding-top: 3px !important;
	clear:both;
	border-radius: 4px;
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	background-color: rgba(255, 255, 255, 0.05);
}
#group_add {
	position: relative;
	/*right: 4px;*/
	display: inline-block;
	width:40px;
	height: 40px;
	background-color: rgba(255,70,70, 0.75);
	background-color: rgba(255,122,30, 0.95);
	z-index: 9;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 6px #ffffff;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	font-size: 32px;
	line-height: 38px;
	font-family: thin;
	text-align: center;
	margin-top: -40px;
	margin-left: 0px;
	margin-right: 10px;
}
#group_info p {
	margin: 0;
	padding: 0;
}
.dragging {
	z-index: 999999;
}
#addnewmain {
	position: fixed;
	/*top:15px;
	right: 15px;*/
	display: inline-block;
	width:40px;
	height: 40px;
	background-color: rgba(255,122,30, 0.95);
	z-index: 9;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 6px #ffffff;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	font-size: 32px;
	margin-top: -4px;
	margin-left: 15px;
	line-height: 38px;
	font-family: thin;
	text-align: center;
}
.label {
	cursor: text;
}
.label:empty {
    display: block;
}
.blur {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
#group_back {
	margin: 15px;
	margin-left: 15px;
	font-family: Thin;
	color: white;
	font-size: 16px;
	font-weight: bold;
	
}
.backbtn {
	padding-right:16px;
	padding-left: 6px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 3px 3px #000000;
	color: white;
	 min-height: 30px;
  display: inline-flex;
  align-items: center;
}
.button {
	cursor: pointer;
}
.button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0px -1px 4px rgba(255,255,255, 0.9) !important;
}
.button.cancel {
	color: #ffffff;
	background-color: #888888;
	border: 1px solid rgb(230, 84, 84);
	padding: 10px;
	box-shadow: inset 0px 1px 4px rgba(255,255,255, 0.9);
	background-image: linear-gradient(to bottom right, rgb(220, 74, 74), rgb(220, 74, 74));
	border-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Thin;
	font-size: 1.1em;
}
.button.update {
	color: #ffffff;
	background-color: #888888;
	border: 1px solid rgb(84, 84, 230);
	padding: 10px;
	box-shadow: inset 0px 1px 4px rgba(255,255,255, 0.9);
	background-image: linear-gradient(to bottom right, rgb(74, 74, 220), rgb(74, 74, 220));
	border-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Thin;
	font-size: 1.1em;
}
.button.save {
	color: #ffffff;
	background-color: #888888;
	border: 1px solid rgb(24, 170, 24);
	padding: 10px;
	box-shadow: inset 0px 1px 4px rgba(255,255,255, 0.9);
	background-image: linear-gradient(to bottom right, rgb(44, 190, 44), rgb(44, 190, 44));
	border-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Thin;
	font-size: 1.1em;
}
.button[disabled] {
	background-color: #888888;
	border: 1px solid rgb(194, 194, 194);
	box-shadow: inset 0px 1px 4px rgba(255,255,255, 0.9);
	background-image: linear-gradient(to bottom right, rgb(224, 224, 224), rgb(184, 184, 184));
	color: rgb(230, 230, 230);
	text-shadow: 2px 2px 4px rgb(100, 100, 100);
	cursor: not-allowed;
}
p.required {
	color: #880000 !important;
}
input.required {
	border-color: #880000 !important;
}

#selectname {
	margin: 6px;
}

#selectname,
#login_block input[type=text], #login_block input[type=password], 
#register_account_block input[type=text], #register_account_block input[type=password], 
#master_password_block input[type=text], #master_password_block input[type=password],
#master_password_input_block input[type=text], #master_password_input_block input[type=password],
#reset_master_password_block input[type=text], #reset_master_password_block input[type=password],
#change_master_password_block input[type=text], #change_master_password_block input[type=password],
#password_block input[type=text], #password_block input[type=password],
.form input[type=text], .form input[type=password], .form select, textarea
{
	padding: 10px;
	border: 1px solid #aaaaaa; padding: 8px; 
	border-radius: 3px; 
	min-width: 90%;
	font-family: Thin;
	font-size: 1.1em;
	box-shadow: inset 0px 1px 4px rgba(192,192,192, 0.9);
	background-color: white;
}
.form select, .button.lightblue {
	background-color: DodgerBlue;
	color: #ffff00;
	border: 1px solid dodgerblue;
	padding: 8px;
	border-radius: 4px; 
	box-shadow: inset 0px 1px 4px #ffffff;
	background-image: linear-gradient(to bottom, #ccccff, DodgerBlue);
}
.button.lightblue {
	min-width: 80%;
	font-size: 1.2em;
}
.form select:disabled {
	color: #cccccc;
}
#login_block input[type=text], #login_block input[type=password], 
#register_account_block input[type=text], #register_account_block input[type=password], 
#master_password_block input[type=text], #master_password_block input[type=password],
#reset_master_password_block input[type=text], #reset_master_password_block input[type=password],
#change_master_password_block input[type=text], #change_master_password_block input[type=password],
#master_password_input_block input[type=text], #master_password_input_block input[type=password] {
	min-width: 100%;
}

#password_block input::placeholder, #register_account_block input::placeholder, #login_block input::placeholder, #master_password_block input::placeholder {
	font-style: italic;
}
#hamburg {
	position: absolute;
	left: 8px;
	top: 18px;
	color: white;
	background-image: url('images/hamburg.png');
	background-size: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index:1;
}
#bg_hamburg {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 99999;
}
#hamburg_list {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(33, 33, 33, 0.4));
	min-width: 250px;
}
.hamburg_item {
	color: white;
	padding: 25px;
	/*border-bottom: 1px solid rgba(144, 144, 144, 0.5);*/
	text-align: center;
	font-family: Thin;
	font-size: 18px;
	cursor: pointer;
	/*box-shadow: inset 0px 0px 6px rgba(255,255,255, 0.9);*/
	background-image: linear-gradient(to top, rgb(44, 44, 44), rgb(77, 77, 77));
	background-image: linear-gradient(to top, rgb(206 36 36), rgb(188 101 54));
	text-shadow: 2px 2px 4px #000000;
}
.hamburg_item:last-child {
	border-bottom: 0px solid rgba(144, 144, 144, 0.5);
}


.game_row {
	
	padding: 15px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	box-shadow: inset 0px 0px 8px rgba(255,255,255, 0.9), 2px 2px 4px rgba(77,77,77,0.5);

}

.game_row:nth-child(odd) {
	/*background-color: #eeeeee;*/
	background-image: linear-gradient(to right, rgb(230, 230, 230) 0%, #eeeeee 50%, rgb(230, 230, 230) 100%);
}

.game_row:nth-child(even) {
	/*background-color: #eeeeee;*/
	background-image: linear-gradient(to right, rgb(230, 230, 230) 0%, #dddddd 50%, rgb(230, 230, 230) 100%);
}

.game_row_var {
	font-size: 0.8em;
	
	font-family: Thin;
}

.game_row_value {
	font-size: 0.76em;
	font-family: Thin;
	color: #DA00CB;
}

.game_row_player {
	font-size: 0.8em;
	font-family: Thin;
	color: #DA00CB;
}


.game_row_player.unset {
	color: #999999;
	text-shadow: 2px 2px 4px #ffffff;
}

.form label {
	text-shadow: 2px 2px 4px #ffffff;
}

.join_game_block {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}


.game_players_table {
	display: inline-block;
	/**/
}

@media (orientation: landscape) {
	.game_players_table {
		margin-left: 40px;
	}
}

.game_row_piece {
	height: 30px;
}

.game_players_table table td {
}

.game_vars_block {
  position: relative;
}

#alerticon {
	/*animation: glowing 2500ms infinite;*/
	border-radius: 50%;
}

#alerticon.glow {
	box-shadow: 0 0 10px #FFAA00;
}

#alert_bubble_container {
	/*opacity: 0.8;*/
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 100%;
	  height: 100%;
  z-index: 9999;
  pointer-events: none;
  
}

#alert_bubble_triangle {
  width: 0; 
  height: 0; 
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  
  border-bottom: 23px solid black;
  
  position: absolute;
  z-index: 999999999;
  display: block;
}

.inner_triangle {
	 position: relative;
    left: -19px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid white;
	display: block;
}

.bottom_triangle {
    position: absolute;
    bottom: -23px;
    height: 1.2px;
    background-color: white;
    display: block;
    left: -23px;
    width: 46px;
}

/*#alert_bubble {
	position: absolute;
	background-color: white;
	border: 3px solid #000000;
	border-radius:16px;
	display: none;
	z-index: 99999999;
	display: inline-block;
	box-shadow: 4px 4px 8px #444444;
	pointer-events: auto;
}*/

section#alert_bubble .content {
	background-color: white;
	height: 104px; 
	overflow-y: auto;
	width: 100%;
	padding-left:15px;
	padding-right: 15px;
	padding-top:15px;
	padding-bottom: 15px;
	text-align:center;
	color: #666666;
	position: relative;

	border: 1px solid #aaaaaa;
    padding: 8px;
    border-radius: 3px;
    font-family: Thin;
    font-size: 1.1em;
    box-shadow: inset 0px 1px 4px rgb(192 192 192 / 90%);
}

section#alert_bubble .msg {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 100%;
	padding: 5px;
	color: black;
	padding-top: 25px;
}

section#alert_bubble .msghtml {
	display:inline-block;
	padding: 3px;
}

section#alert_bubble.yourturn .content {
	animation: glowmsg 1s ease-in-out infinite alternate;
	border: 2px solid #000000;
}

@-webkit-keyframes glowmsg {
	0% {
		border-color: red;
	  }
	  50% {
		border-color: black;
	  }
	  100% {
		border-color: red;
	  }
	}

	section#alert_bubble {
		display: none;
	}

section#alert_bubble .timestamp {
	float: left;
	font-size: 12px;
	font-style: italic;
}
/*
#alert_bubble .scroller {
	overflow-y: hidden;
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
}

#alert_bubble .scroller .content {
}

#alert_bubble .scroller .content .item {
	min-height: var(--alert-item-height);
	position:relative;
}

#alert_bubble .scroller .content .item .block {
	border: 1px solid #000000;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 5px;
	box-shadow: inset 0px 1px 4px #555555, 0px 0px 4px #888888, inset 0px 0px 20px rgba(0,0,0,0.7);	
	background-color: #eeeeee;
}

#alert_bubble .scroller .content .item .block .timestamp {
	padding-left: 12px;
	font-size: 0.9em;
	text-shadow: 2px 2px 4px #aaaaaa;
}

#alert_bubble .scroller .content .item .block .msg {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.2em;
	color: black;
	text-align:center;
	width:100%;
	padding-left: 12px;
	padding-right: 12px;
	text-shadow: 2px 2px 4px #aaaaaa;
}
*/
.yourturn, .hilite {
	color: red;
	font-weight: bold;
}

#conntxt {
	color: red;
	text-align: center;
}

@media (orientation: portrait) {
	.top_nav_item:nth-child(2) {
		display: none;
	}
}