@font-face {
	font-family: 'consolas';
	src: url('/css/fonts/Consolas.woff') format('woff'), /* Pretty Modern Browsers */
	url('/css/fonts/Consolas.tff') format('truetype'), /* Safari, Android, iOS */
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
	background: #f4f4f4;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

#side-bar {
	float: left;
	background: #262e3e;
	position: relative;
	padding: 20px 0px;
	width: 15%;
	height: 100%;
	border-right: 1px solid #454f61;
}

#edior::-webkit-scrollbar {
	width: 18px;
}

#edior::-webkit-scrollbar-track {
	background: #ffffff00;
	/* change me to blue to match the background */
}

#edior::-webkit-scrollbar-thumb {
	background: #4a4a4a;
	border: 7px #0c2241 solid;
	/* change border color to blue to match the background */
}

#edior {
	background: #0b2241;
	float: left;
	height: 100%;
	width: 50%;
	position: relative;
	overflow-y: auto;
}

.run {
	float: left;
	width: 50%;
	background: #111;
	position: fixed;
	bottom: 0;
}

.running .run {
	position: sticky;
	width: 100%!important;
}

.panelclose .run {
	width: 85%;
}

.opennav.panelclose .run {
	width: 97%;
}

.opennav .run {
	width: 62%;
}

.run a {
	text-decoration: none;
	color: #a3a9b5;
	padding: 15px 15px 15px 15px;
	display: block;
	box-sizing: border-box;
	font-size: 13px;
	width: 100%;
	font-family: 'Roboto';
	width: 100%;
}

.run li {
	display: inline-block;
	float: right;
}

#info-panel::-webkit-scrollbar {
	width: 18px;
}

#info-panel::-webkit-scrollbar-track {
	background: #ffffff00;
	/* change me to blue to match the background */
}

#info-panel::-webkit-scrollbar-thumb {
	background: #c7c7c7;
	border: 7px #f4f4f4 solid;
	/* change border color to blue to match the background */
}

#info-panel {
	float: left;
	width: 35%;
	height: 100%;
	background: #f4f4f4;
	position: relative;
	overflow-y: auto;
}

.logo h1 {
	color: #dcdcdc;
	font-family: lato;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.8vw;
}

h1.hid-logo {
	display: none;
	font-weight: bold;
	margin-top: 30px;
	font-size: 1vw;
	text-align: center;
	width: 100%;
}

.search input[type="text"] {
	background: #3c465b;
	border: 0;
	padding: 9px 20px;
	border-radius: 10px;
	color: #a3a9b5;
	font-size: 13px;
	font-family: roboto;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	width: 100%;
	padding-left: 40px;
}

.search i {
	color: #fff;
	position: absolute;
	left: 32px;
	top: 10px;
}

.search ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a9b5;
	;
	opacity: 1;
	/* Firefox */
}

.search :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a3a9b5;
	;
}

.search ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a3a9b5;
	;
}

textarea:focus,
input:focus {
	outline: none;
}

.logo {
	float: left;
	width: 100%;
	padding: 0px 20px;
}

.search {
	float: left;
	width: 100%;
	padding: 0px 20px 45px 20px;
	border-bottom: 1px solid #324252;
	position: relative;
}

.menu {
	float: left;
	width: 100%;
	overflow: hidden;
}

ul.menu {
	padding: 0;
	list-style: none;
	margin: 20px auto;
	font-family: 'Roboto';
	clear: both;
	display: table;
	margin-top: 0;
}

ul.menu .list {
	font-size: 14px;
	border-bottom: 1px solid #324252;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	vertical-align: sub;
	clear: both;
}

ul.menu .list:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 17px;
	top: 10px;
	padding: 0px 5px;
	font-weight: 300;
	font-size: 21px;
	color: #a3a9b5;
}

ul.menu .list a {
	text-decoration: none;
	color: #a3a9b5;
	padding: 11px 0px 11px 25px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	font-size: 13px;
}

ul.menu .list a:hover {
	color: #fff;
}

ul.menu .list .items {
	height: 0px;
	overflow: hidden;
}

ul.menu .list .items a {
	padding: 11px 25px 11px 40px;
}

ul.menu .list .items a:hover {
	color: #fff;
	transition: 300ms all;
}

ul.menu .list:last-child {
	border-bottom: none;
}

ul.menu .active:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 17px;
	top: 10px;
	padding: 0px 5px;
	font-weight: 300;
	font-size: 21px;
	color: #a3a9b5;
}

ul.menu .active>.items {
	display: block;
	padding: 0px;
	height: auto;
	color: #fff;
	clear: both;
	float: left;
	width: 100%;
}

ul.menu .active>.items li {
	padding: 0px;
	border-bottom: 1px solid #324252;
	list-style: none;
}

ul.menu .active>.items li:last-child {
	border-bottom: 1px solid #324252!important;
}

ul.menu .list .items li {
	border: 0!important;
}

ul.menu .active>.items .active>.items a {
	padding-left: 50px;
}

ul.menu .active>a {
	color: #fff;
	background: #3c465b;
}

ul.menu .active .list {}

ul.menu .active .list a {
	padding: 17px 0px 17px 40px;
}

ul.menu a.active {
	color: #fff!important;
}

ul.menu li.list.none:after {
	display: none!important;
}

ul.menu li.list.none .active:after {
	display: none;
}

ul.menu .list.none a.active {
	background: none;
	color: #fff;
}

.footer-links ul li a {
	text-decoration: none;
	color: #a3a9b5;
	padding: 0px 0px 15px 25px;
	display: block;
	box-sizing: border-box;
	font-size: 13px;
	width: 100%;
	font-family: 'Roboto';
	width: 100%;
}

.footer-links {
	float: left;
	position: absolute;
	bottom: 20px;
}

.footer-links li {
	width: 100%;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links i {
	font-size: 18px;
	display: table-cell;
	width: 20px;
	text-align: center;
}

.footer-links span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}

.footer-links i.fas.fa-caret-left,
.footer-links i.fas.fa-caret-right {
	font-size: 23px;
}

.footer-links ul li a:hover {
	color: #fff;
}

.footer-links li:nth-child(4) {
	display: none;
}

.sideclose .footer-links li:nth-child(4) {
	display: block;
}

.sideclose .footer-links li:nth-child(3) {
	display: none;
}

.sideclose .footer-links span {
	display: none;
}

.sideclose .menu {
	display: none;
}

.sideclose .search {
	display: none;
}

.sideclose h1 {
	display: none;
}

.sideclose .hid-logo {
	display: block;
}

.sideclose .logo {
	padding: 0px 5px;
}

.sideclose .footer-links ul li a {
	padding-left: 0;
	width: 100%;
	display: inline-block;
}

.sideclose .footer-links ul li {
	text-align: center;
	width: 100%;
	float: left;
}

.sideclose .footer-links ul li a i {
	width: 100%;
	display: inline-block;
	font-size: 1vw;
}

.sideclose .footer-links {
	width: 100%;
}

.hide-panel {
	float: right;
	font-size: 40px;
	font-weight: 300;
	color: #a0a0a0;
	margin-right: 20px;
	margin-top: 20px;
}

.hide-panel a {
	color: #828282
}

.show-panel {
	display: none;
	float: right;
	font-size: 40px;
	font-weight: 300;
	color: #a0a0a0;
	margin-right: 20px;
	margin-top: 20px;
}

.show-panel a {
	color: #fff
}

.panelclose .show-panel {
	display: block;
}

.running {
	height: 50%!important;
}

div#run-output {
	float: left;
	width: 85%;
	background: white;
	height: 50%;
	overflow-y: auto;
}

table.output-table {
	font-family: roboto;
}

table.output-table {
	font-family: roboto;
	width: 100%;
	font-size: 13px;
}

div#run-output::-webkit-scrollbar {
	width: 18px;
}

div#run-output::-webkit-scrollbar-track {
	background: #ffffff00;
}

div#run-output::-webkit-scrollbar-thumb {
	background: #c7c7c7;
	border: 7px #ffffff solid;
}

#run-output table tr,
table tr {
	border-bottom: 1px solid #d2d2d2
}

#run-output table tbody tr:nth-child(even) {
	background-color: #f1f1f1
}

#run-output table tr:nth-child(odd) {
	background-color: #fff
}

#run-output table tr:nth-child(even) {
	background-color: #f1f1f1
}

#run-output table tr th,
.w3-centered tr td {
	text-align: left
}

#run-output table td {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top
}

#run-output table th:first-child {
	padding: 10px;
	text-align: left;
}

.content h3 {
	font-size: 1.2vw;
	margin-top: 0;
	color: #0b2241;
	line-height: 25px;
	margin-bottom: 10px;
}

.content {
	padding: 30px;
	font-family: roboto;
	font-size: 13px;
	line-height: 22px;
	border-bottom: 1px solid #d2d2d2;
}

.content h2 {
	font-size: 1.45vw;
	margin-top: 0;
	color: #0b2241;
	line-height: 30px;
	margin-bottom: 10px;
}

.content table {
	font-size: 13px;
	margin-top: 40px;
}

.content table td {
	width: 50%;
	padding-bottom: 15px;
}

.content table td:first-child {
	font-weight: bold;
	width: 50%;
}

.comment-box {
	background: #e1e1e1;
	width: 100%;
	height: 50px;
	bottom: 0;
}

.comments h2 {
	font-size: 1.45vw;
	margin-top: 0;
	color: #0b2241;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 30px 30px 0px 30px;
}

.comments h3 {
	font-size: 1.2vw;
	margin-top: 0;
	color: #0b2241;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 30px;
}

.comments {
	font-family: roboto;
	position: relative;
}

.comment-thread {
	padding: 20px 30px;
	font-size: 13px;
}

.comment-done {
	display: table;
	margin: 0!important;
	width: 100%;
	margin-bottom: 20px!important;
}

.comment-done:last-child {
	margin-bottom: 45px!important;
}

.comment-avatar {
	display: table-cell;
	text-align: center;
	padding-right: 20px;
}

.comment-body {
	vertical-align: middle;
	display: table-cell;
	background: #e0e0e0;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
}

.comment-avatar img {
	width: 50px;
}

.comment-input {
	position: fixed;
	bottom: 0;
	background: #e0e0e0;
	width: 100%;
	padding: 6px 30px;
	width: 35%;
}

.comment-func {
	position: absolute;
	top: 16px;
	right: 16%;
}

.comment-func a {
    color: #111;
}

.comment-func a {
	margin-right: 9px;
}

.running .comment-input {
	position: sticky;
	width: 100%;
}

.comment-input input {
	padding: 7px;
	font-family: roboto;
	width: 90%;
	padding-right: 80px;
}

form#usrform {
	margin: 0;
}

button {
	width: 10%;
	float: right;
	background: #2271db;
	color: #fff;
	border: 0;
	font-size: 20px;
	padding: 8px;
}

.editor-code {
	font-family: consolas;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 60px;
}

span.number {
	margin-left: 20px;
	margin-right: 20px;
	color: #526387;
}

span.yellow {
	color: #feb70c;
}

span.comment-code {
	color: #5489f0;
}

span.purple {
	color: #c69dff;
}