html,
body {
	height: 100%;
	margin: 0px;
	overflow: hidden;
	background: white;
}

.invisible {
	opacity: 0;
}

#tab,
#loginform,
.lgform,
#result {
	font-family: 'nexongoth';
}

#tab {
	background: black;
}

#loginform,
.lgform {
	border-top: 10px solid #0074b3;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	outline: none;
}

.user_select_none {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#workplace {
	display: inline-block;
	font-size: 0px;
}

#tab {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.editor {
	display: inline-block;
	width: 100%;
	position: relative;
	background: black;
}

.monaco-editor.vs-dark {
	font-size: 15px;
}

.subedit {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.sxubedit, .sxubedit * {
	font-family: 'Roboto Mono';
}

#result {
	display: inline-block;
	background: #fff;
}

#loginform, .lgform {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
	background: black;
	color: white;
	font-size: 17px;
	width: 300px;
	padding: 20px;
	display: none;
}

.input {
	display: block;
	width: 100%;
	padding: 10px;
	font-family: 'nexongoth';
	font-size: 17px;
	border-radius: 5px;
}

.label {
	font-size: 13px;
	padding: 5px;
	padding-top: 10px;
}

.title {
	font-size: 30px;
	font-weight: bold;
}

.btn_group {
	font-size: 0px;
	overflow: auto;
	padding-top: 10px;
	justify-content: space-around;
	display: flex;
}

.btn_group>button {
	/* width: 45%; */
	padding: 5px;
}

#btn_login {
	width: 45%;
}

#btn_signup {
	width: 45%;
}

#btn_onetime {
	width: 30%;
}

.darkwindow {
	background: black;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0.3;
	display: none;
}

#loadingtext {
	background: #000;
	padding: 20px;
	position: fixed;
	color: white;
	font-size: 20px;
	top: 50%;
	left: 50%;
	z-index: 1001;
	transform: translate(-50%, -50%);
}

#loadingparent {
	display: none;
}


/* #before_init {
			background: black;
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 5000;
		} */

.logo {
	margin-top: 10px;
	font-family: 'nexongoth';
}

button#btn_login,
button#btn_signup,
button#btn_onetime {
	font-weight: bold;
	border-radius: 0px;
	background: #7ac0e6;
	color: black;
	border-top: 5px solid #0074b3;
	padding: 10px;
}

button#btn_onetime {
	background: #dddddd;
	border-top: 5px solid #818181;
}

#resize_bar {
	display: none;
}

.menu_icon {
	display: table;
	color: white;
	z-index: 0;
	width: 0;
	bottom: 0;
	border: '0px solid red';
}

.menu_sub {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.menu_sub>.newline {
	height: 10px;
	/* display:none; */
}

.menu_icon>svg {
	color: 'white';
}

.runtime_icon {
	display: table;
	color: black;
	z-index: 0;
	width: 0;
	bottom: 0;
	border: '0px solid red';
}

.runtime_sub {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.runtime_sub>.newline {
	height: 10px;
	/* display:none; */
}

.runtime_icon>svg {
	color: 'black';
}

.scrollbardark::-webkit-scrollbar {
	width: 11px;
}

.scrollbardark::-webkit-scrollbar-track {
	/* background: #000; */
}

.scrollbardark::-webkit-scrollbar-thumb {
	background-color: #222;
	border-radius: 6px;
	border: 1px solid #333;
}

.loader-div {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #222;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	position: relative;
	width: 10vw;
	height: 5vw;
	padding: 1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader span {
	position: absolute;
	height: 0.8vw;
	width: 0.8vw;
	border-radius: 50%;
	background-color: #ff0;
}

.loader span:nth-child(1) {
	animation: loading-dotsA 0.5s infinite linear;
}

.loader span:nth-child(2) {
	animation: loading-dotsB 0.5s infinite linear;
}

@keyframes loading-dotsA {
	0% {
		transform: none;
	}
	25% {
		transform: translateX(2vw);
	}
	50% {
		transform: none;
	}
	75% {
		transform: translateY(2vw);
	}
	100% {
		transform: none;
	}
}

@keyframes loading-dotsB {
	0% {
		transform: none;
	}
	25% {
		transform: translateX(-2vw);
	}
	50% {
		transform: none;
	}
	75% {
		transform: translateY(-2vw);
	}
	100% {
		transform: none;
	}
}

.jsbt_nel {
	font-size: 13px;
	font-weight: normal;
	margin-left: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

.jsbt_dbtn {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
	opacity: 0;
	display: inline-block;
	margin-top: 0px;
}

.jsbt_dkey {
	font-size: 13px;
	font-weight: normal;
	color: purple;
	padding: 0px;
	display: none;
	margin: 0px;
	vertical-align: top;
}

.jsbt_dval {
	font-size: 13px;
	/* font-weight: normal; */
	padding: 0px;
	display: inline-block;
	margin: 0px;
	font-weight: bold;
}

.jsbt_desc {
	font-style: italic;
	color: #aaa;
}

.jsbt_dbtn2 {
	/* opacity: 1; */
	cursor: pointer;
}

.jsbt_dval2 {
	/* display: block; */
	margin-left: 12px;
}

.jsbt_null,
.jsbt_undefined,
.jsbt_boolean {
	color: purple;
}

.jsbt_function {
	color: #0aa;
}

.jsbt_number {
	color: blue;
}

.jsbt_string {
	color: #c00;
}

table.profiletable {
	width: 100%;
	background: #eee;
	border-collapse: collapse;
}

table.profiletable td:first-child {
	width: 150px;
}

table.profiletable td:nth-child(2) {
	background: #fff;
}

table.profiletable td {
	padding: 10px;
	border: 1px solid #ccc;
	font-family: nexongoth;
}

table.profiletable td>input {
	padding: 10px;
	border: 1px solid #777;
	width: 100%;
	font-family: nexongoth;
	/* border: 1px solid red; */
}

table.profiletable td>textarea {
	padding: 10px;
	border: 1px solid #777;
	width: 100%;
	height: 150px;
	font-family: nexongoth;
	/* border: 1px solid red; */
}

#profilemodify {
	font-family: nexongoth;
	margin-top: 10px;
	border: 1px solid #ddd;
	background: #eee;
	width: 100%;
	padding: 10px;
}

.blinking {
   font-size:9px;
	/* -webkit-animation: blink 0.5s ease-in-out infinite alternate; */
	/* -moz-animation: blink 0.5s ease-in-out infinite alternate; */
	/* animation: blink 0.5s ease-in-out infinite alternate; */
}

@-webkit-keyframes blink {
	0% {
		opacity: 0.2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0.2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0.2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.CodeMirror {
	/* font-family: Arial, monospace; */
	font-size: 10px;
}

.myButton {
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	margin-left: 3px;
}

.myButton:hover {
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color: #f6f6f6;
}

.myButton:active {
	position: relative;
	top: 1px;
}