:root {
	--darkest: #020509;
	--blue-0: #050E15;
	--blue-1: #081B27;
	--blue-2: #082A3A;
	--blue-3: #0B536B;
	--blue-4: #147D8E;
	--blue-5: #13A4B1;

	--green-0: #062506;
	--green-1: #125412;
	--green-2: #22AA22;
	
	--green: #0DB81C;
	--red: #B80D0D;
}

html, body {
	color:#FFFFFF;
	background-color:var(--blue-1);
	padding:0;
	margin:0;
	width:100%;
	font-family:'Hind',verdana,tahoma,sans-serif;
}

h2, h3, h4 {
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	margin-top:1em;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
	margin-bottom:3px;
}
a {
	color:inherit;
}
code {
	line-height:inherit;
	padding:2px 4px;
	background-color:rgba(0, 0, 0, .3);
	border-radius:3px;
}
.inlineDash {
    display:inline-block;
    width:50px;
    height:4px;
    margin:0px 5px;
    border-top: 1px solid #FFFFFF;
}
:focus {
    outline:none;
}



/* Home page */
#topNavWrapper {
    width:100%;
    height:64px;
    line-height:64px;
    background-color:var(--blue-3);
    box-shadow:0px 0px 15px #000000;
    display: table;
    position: fixed;
	top:0;
	z-index:100;
	
    transition:background-color .5s;
}
#topNav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:1070px;
    margin-left:auto;
    margin-right:auto;
    font-size:18px;
	
	height:inherit;
	line-height:inherit;
	
    transition:max-width .2s;
}
#topNav #logo {
	font-size:25px;
    margin-left:20px;
    margin-right:20px;
	height:inherit;
	line-height:inherit;
    vertical-align:middle;
	display:inline-block;
}
#menu {
	height:inherit;
	line-height:inherit;
	float:right;
    color:#FFFFFF;
}
#menu .item {
	height:inherit;
    position:relative;
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
	line-height:inherit;
}
#menu .item {
	cursor:pointer;

	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
#menu .item:Hover {
    background-color:var(--blue-4);
}
.launch, .logout {
	background-color:var(--blue-4);
	border-radius:5px;
	height:35px;
	width:100px;
	display:inline-block;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
	margin-left:20px;
	margin-right:20px;

	cursor:pointer;

	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
.launch div, .logout div {
	display:inline-block;
	padding-top:10px;
}
.launch:Hover {
	background-color:var(--blue-5);
}
.logout {
    background-color:#BC3412;
}
.logout:Hover {
    background-color:#ED4523;
}

.contentBox:first-child {
	margin-top:70px;
	padding-bottom:20px;
}
.contentBox {
	width:1070px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
.a3DLeft {
	position:absolute;
	z-index:2;
	width:750px;
	outline: solid 4px var(--blue-3);
	box-shadow: 0px 5px 22px -3px #000000;
	transform: perspective(1200px) rotateY(40deg) rotateX(5deg);
	margin-top: 60px;

	-webkit-transition: all 2s;
	transition: all 2s;
}
.a3DLeft:Hover {
	box-shadow: 0px 6px 22px #000000;
	transform: perspective(1200px) rotateY(35deg) rotateX(2deg);
}
#introductionText {
	float:right;
	margin-top:60px;
	text-align:left;
	width:400px;
}
#faqBox h3 {
	font-weight:bold;
}
#faqBox p {
	padding-left:20px;
}
.listNum {
    width:1em;
    display:inline;
	padding-left:20px;
}
@media screen and (max-width: 1128px) {
    .contentBox {
        width:570px;
    }
    .a3DLeft {
		float:none;
		clear:both;
        width:100%;
		box-shadow: 0px 4px 9px 2px #000000;
		transform: perspective(1200px) rotateX(.1deg) scale(.96);
		margin-top:30px;
		position:relative;
    }
	.a3DLeft:Hover {
		box-shadow: 0px 4px 26px #000000;
		transform: perspective(600px) rotateX(-.1deg) scale(1.1);
	}
	#introductionText {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
    #topNav {
        width:570px;
    }
}



/* Custom login buttons */
.loginBtn {
    cursor:pointer;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0 15px 0 46px;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    width:220px;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:hover, .loginBtn:focus {
    text-decoration:underline;
    outline: none;
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.loginBtn--google {
    font-size:15px;
    color: #888888;
    font-family: "Roboto";
    font-weight:bolder;
    background-color: #FFFFFF;
}
.loginBtn--google:before {
    border-right: #DDDDDD 2px solid;
    background: url('https://i.imgur.com/f9jJlP7.png') 5px 5px no-repeat;
}
.loginBtn--google:active {
    color: #666666;
}






/* Projects */
#projectsWrapper {
	width:100%;
	text-align:center;
	vertical-align:top;
}
.projectsPane {
    width:400px;
    display:inline-block;
	text-align:left;
	vertical-align:top;
	margin-left:50px;
	margin-right:50px;
}
#projectListHeader {
	border: 1px solid #FFFFFF;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#projectListHeader div {
	line-height:1em;
	padding:5px;
	padding-top:7px;
	border:solid 3px var(--blue-3);
	box-shadow: 1px 0 0 1px #FFFFFF;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: border .2s;
}
#projectListHeader div:Hover {
	border:solid 3px var(--blue-4);
}
#projectListHeader div:nth-last-child(1) {
	box-shadow: 0;
}
.projectItem {
	cursor:pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: background-color .2s;
}
.projectItem div {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:1em;
	padding:10px;
	padding-top:8px;
	padding-bottom:5px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.projectItem:Hover {
	background-color:var(--blue-4);
}
.templateItem {
	width:126px;
	height:80px;
	text-align:center;
	vertical-align:middle;
	outline:1px solid #FFFFFF;
	margin-right:11px;
	margin-bottom:11px;
	display: table;
	border: 4px solid transparent;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: border .2s;
}
#marketList .templateItem {
	height:30px;
}
.templateSelected {
	border: 4px solid var(--blue-5);
}
.templateItem:Hover {
	border: 4px solid var(--blue-4);
}
.templateItem:nth-child(3n) {
	margin-right:0px;
}
.templateItem div {
	line-height:1.2em;
	padding-top:3px;
	height:100%;
	display: table-cell;
    vertical-align: middle;
}
input[type="text"] {
	background-color:transparent;
	color:inherit;
	outline:solid 1px #FFFFFF;
	border:solid 3px transparent;
	padding:7px;
	line-height:1em;
	margin:0px;
	width:100%;
	font-family:inherit;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: border .2s;
}
input[type="text"]:focus {
	outline:solid 1px #FFFFFF;
	border:solid 3px var(--blue-4);
	outline-offset:0px;
}
.goButton {
	width:200px;
	margin-left:100px;
	padding:7px;
	padding-top:10px;
	font-size:18px;
	line-height:1em;
	background-color:#008300;
	border:solid 3px #008300;
	border-radius:5px;
	text-align:center;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: border .5s;
}
.goButton:Hover {
	border:solid 3px #1AB61A;
}
input[type="text"]::-webkit-input-placeholder {
  color: var(--blue-4);
}
input[type="text"]::-moz-placeholder {
  color: var(--blue-4);
}
input[type="text"]:-ms-input-placeholder {
  color: var(--blue-4);
}
input[type="text"]:-moz-placeholder {
  color: var(--blue-4);
}
#openProject {
    min-height:300px;
}
@media screen and (max-width: 1128px) {
    
}



/* Bot */
.button {
	color:#000000;
	font-size:12px;
	height:20px;
	width:40px;
	margin:8px;
	line-height:20px;
	margin-right:0px;
	text-align:center;
	background-color:var(--blue-4); 
	cursor:pointer;
	display:inline-block;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#buttonBar {
	padding-right:8px;
	z-index:11;
	position:absolute;
	top:0;
	right:0;
}
#runButton {
	height:30px;
	width:70px;
	margin:10px;
	line-height:30px;
	background-color:#22CC22;
}
#code {
	z-index:10;
	position:absolute;
	width:500px;
	height:100%;
	right:0px;
}
.stat {
	font-size:10px;
	width:300px;
}
.statName {
	padding-left:8px;
	width:142px;
	display:inline-block;
}
.statValue {
	padding-right:8px;
	width:142px;
	display:inline-block;
}
#chart {
	background-color:var(--blue-1);
}
#codeTop {
	height:50px;
	line-height:50px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	background-color:#232323;
}

#bottomSection {
	height:300px;
	bottom:0;
	position:fixed;
	background-color:var(--darkest);
}
.bottomPanel {
	position:absolute;
	height:300px;
	border:0;
	background-color:var(--blue-0);
}
.statTab {
	float:left;
	width:18px;
	background-color:var(--darkest);
	padding-left:5px;
	padding-top:20px;
	padding-bottom:20px;
	border:solid 1px var(--blue-2);
	border-right:solid 2px var(--blue-2);
	border-top:0px;
	cursor:pointer;
}

.statTab:Hover {
	width:20px;
}
.statTab:not(.activeTab):Hover .rotated-text .rotated-text-inner {
    text-decoration:underline;
}
.activeTab {
	background-color:var(--blue-0);
	width:20px;
	border-left:solid 1px var(--blue-0);
	border-right:solid 2px var(--blue-2);
	cursor:default;
}
.rotated-text {
    display: inline-block;
    overflow: hidden;
}
.rotated-text-inner {
    font-size:15px;
    display: inline-block;
    white-space: nowrap;
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   -ms-transform: none;
   -ms-transform-origin: none;
   -ms-writing-mode: tb-rl;
   *writing-mode: tb-rl;
}
.rotated-text-inner:before {
    content: "";
    float: left;
    margin-top: 100%;
}

#runs {
	overflow:scroll;
}
.logHighlighted {
	background-color:var(--blue-1);
}
#log {
	width:240px;
	background-color:var(--blue-0);
	resize:none;
	border-right:solid 1px var(--blue-2);
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
#statistics {
	 width:300px;
	 left:241px;
	 border-right:solid 1px var(--blue-2);
}
#runs {
	 width:300px;
	 left:241px;
	 border-right:solid 1px var(--blue-2);
	 display:none;
}
#runner {
	width:200px;
	right:0px;
	border-left:solid 1px #203448;
	z-index:12;
	text-align:center;
}

.run {
	cursor:pointer;
	position:relative;
}
.run:not(.runBase) {
	background-color:var(--blue-1);
}
.runBase {
	background-color:var(--blue-2);
}
.run:Hover {
	background-color:var(--blue-3);
}
.dropDown {
	background-color:var(--blue-0);
	display:inline-block;
	width:16px;
}
.runX {
	width:15px;
	text-align:center;
	/*background-color:#5f88ad;*/
	color:#FF0000;
	position:absolute;
	top:0;
	right:0;
}

.nos {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


/* Hamburger menu */
/*!
 * Author:  Jonathan Suh @jonsuh
 * Website: https://jonsuh.com/hamburgers
 * Code:    https://github.com/jonsuh/hamburgers
 */
.hamburger {
    position:absolute;
    z-index:99;
    padding:5px;
    padding-top:17px;
    padding-left:14px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: var(--blue-4);
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -12px;
}
.hamburger-inner::after {
    bottom: -12px;
}

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
}