body{
	font-size: 1em;
	font-family: 'Fira Code', monospace;
}
.drag{
	background: 	#96ceb4;
	padding: 10px;
	border: 1px solid;
	display: inline-block;
	border-radius: 5px;
}
.drop{
	background: 	#78A490;
	min-width: 140px;
	min-height: 50px;
	display: inline-block;
	padding-bottom: 50px;
	border: 1px solid;
	border-radius: 5px;
}
.generator{
	background: 	#96ceb4;
	padding: 10px;
	border: 1px solid;
	display: inline-block;
	border-radius: 5px;
}

.gen_drop{
	background: 	#78A490;
	min-width: 140px;
	min-height: 50px;
	display: inline-block;
	padding-bottom: 50px;
	border: 1px solid;
	border-radius: 5px;
}
.codeSide, .outputSide{
	width:100%;
	height:100%;
	display: block;
	min-height: 100%;
	overflow: hidden;
}
.codeSide{
	border-right: 1px solid #ddd;
}
#codeArea{
	position: absolute;
}
#dragDropArea{
	position: relative;
	height: calc( 100vh - 163px );
	display: none;
}
#dragDropArea2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
#dragDropCont{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#genArea{
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 100%;
	height: 50%;
}
#genAreaContr{
	width: 100%;
	text-align: left;
	line-height: 38px;
	height: 42px;
	display: flex;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
#minmax{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #000;
	margin-right: 5px;
	margin-left: auto;
}
#minmax:hover{
	cursor: pointer;
	text-shadow: 0px 0px 19px rgba(0,0,0,0.72);
	font-size: 22px;
}
#genContr{
	width: 95%;
	padding-left: 10px;
	overflow-x: scroll;
  	overflow-y: hidden;
	max-height: 40px;
	white-space: nowrap;
}
#dragDropControls{
	display: none;
}
#dropZone{
	width: 100%;
	height: 100%;
	zoom: 0.65;
	overflow: hidden;
}
.genContrSwitch{
	display: inline-block;
	border-radius: 8px;
	height: 34px;
	margin-top: 2px;
	background: #75B1EB;
	line-height: 34px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 2px solid #3A7DB0;
}
.genContrSwitch:first-of-type{
	border-radius: 15px 8px 8px 15px;
}
.genContrSwitch:last-of-type{
	border-radius: 8px 15px 15px 8px;
}

.blueButton{
	color: #3A7DB0;
	border-color: #3A7DB0;
	background: #D5F4FF;
}
.blueButton:hover{
	background: #75B1E8;
}
.blueButton.active{
	background: #75B1E8;
	color: #D5F4FF;
}
.pinkButton{
	background: #FFE4F9;
	color: #C55992;
	border-color: #C55992;
}
.pinkButton:hover{
	background: #E3A0C0;
}
.pinkButton.active{
	background: #E3A0C0;
	color: #FFE4F9;
}
.greenButton{
	background: #CAFBE7;
	color: #239472;
	border-color: #239472;
}
.greenButton:hover{
	background: #62CBA6;
}
.greenButton.active{
	background: #62CBA6;
	color: #CAFBE7;
}
.yellowButton{
	background: #FFEFCA;
	color: #A48B38;
	border-color: #A48B38;
}
.yellowButton:hover{
	background: #DDC06B;
}
.yellowButton.active{
	background: #DDC06B;
	color: #FFEFCA;
}
.genArea{
	overflow: hidden;
	height: 50%;
}
.genAreas{
	width: 100%;
	height: calc( 100% - 42px );
	position: absolute;
	background: #fff;
	top: 42px;
	display: none;
	overflow: scroll;
}
#genVariables{
	display: block;
}
#dropZone{
	position: relative;
}
#items{
	position: absolute;
	left: 0px;
	margin: 0;
	z-index: 10;
	top:0px;
	right:0px;
	bottom: 0px;
	padding: 25px;
	padding-bottom: 100px;
	left:0px;
	overflow: scroll;
	line-height: 100%;
	background: #fff;
}
.dragDrop{
	text-align: center;
}
ul.dragDrop{
	box-sizing: content-box;
	position: relative;
	display: inline-block;
	padding-left: 0px;
	min-width: 150px;
	min-height: 50px;
	line-height: 50px;
	font-size: 1em;
	clear: both;
	margin: 10px;
	border-radius: 10px;
	padding: 0px;
	transition: 300ms;
}
ul.dragDrop:empty{
	height: 80px;
	width: 120px;
}
.inners{
	margin: 10px;
}
.codeDrop{
	font-size: 1rem;
}
.codeDrop > li.dragDrop:first-of-type > .notch{
	display: none;
}
.codeDrop > li.dragDrop:first-of-type{
	border-radius: 8px;
}
ul.dragDrop::before{
	box-sizing: content-box;
}
ul.dragDrop::after{
	box-sizing: content-box;
}
ul.dragDrop *{
	box-sizing: content-box;
}
li.dragDrop ul.dragDrop{
	display: inline-block;
}
li.dragDrop{
	display: inline-block;
	position: relative;
	background: #ddc06b;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	min-width: 150px;
	min-height: 50px;
	border: 6px solid #000;
	line-height: 50px;
	padding:15px;
	margin: 0px;
	margin-top: -6px;
	border-radius: 0px 10px 10px 10px;
	transition: 300ms;
	font-size: 30px;
	float: left;
    clear: left;
	cursor: pointer;
}
li.dragDrop:hover{
	-webkit-box-shadow: 0px 0px 33px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px -10px rgba(0,0,0,0.75);
}
.notch{
	position: absolute;
	display: block;
	background: inherit;
	border: 6px solid #000;
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
	width: 25px;
	height: 25px;
	text-align: center;
	left: -6;
	top: -20px;
}
.varNameInput{
	background: #D5f4FF;
	border: none;
	margin-top: auto;
	padding-left:20px;
	padding-right:20px;
	display: inline-block;
	min-width: 30px;
	margin-bottom: auto;
	text-transform: none;
	height: 50px;
	font-size: 30px;
	color: #3A7DB0;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
.funNameInput{
	background: #D5f4FF;
	border: none;
	margin-top: auto;
	padding-left:20px;
	padding-right:20px;
	display: inline-block;
	min-width: 30px;
	margin-bottom: auto;
	text-transform: none;
	height: 50px;
	font-size: 30px;
	color: #3A7DB0;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
.stringInput{
	background: #FFe4F9;
	border: none;
	margin-top: auto;
	padding-left:20px;
	padding-right:20px;
	display: inline-block;
	min-width: 30px;
	margin-bottom: auto;
	line-height: 50px;
	text-transform: none;
	height: 50px;
	font-size: 30px;
	color: #C55992;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
span.varNameInput[contenteditable]:empty::before {
    content: 'Enter variable identifier...';
    color: #75B1E8;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
}
span.varNameInput[contenteditable]:empty:focus::before {
    content: 'Enter variable identifier...';
    color: #75B1E8;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
}
span.funNameInput[contenteditable]:empty::before {
    content: 'Enter function name...';
    color: #75B1E8;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
}
span.funNameInput[contenteditable]:empty:focus::before {
    content: 'Enter function name...';
    color: #75B1E8;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
}
.heading{
	display: inline-block;
	min-width: 50px;
	font-size: 15px;
	color: #000;
	clear: both;
	font-weight: bold;
	padding: none;
	text-transform: uppercase;
	float: left;
	clear: none;
}
.selection{
	text-align: right;
}
table.selectionTable {
	display: table;

}
table.selectionTable > tbody > tr {
	display: table-cell;
	vertical-align: top;
}
table.selectionTable > tbody > tr > td {
	display: block;
	color: #A48B38;
	min-height: 30px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
}
table.selectionTable > tbody > tr > td:first-of-type:before{
	position: absolute;
	top: calc( 50% - 15px );
	line-height: 30px;
	content: "ELSE IF";
}
table.selectionTable > tbody > tr:last-of-type > td:first-of-type:before{
	position: absolute;
	top: calc( 50% - 15px );
	line-height: 30px;
	content: "ELSE";
}
table.selectionTable > tbody > tr:first-of-type > td:first-of-type:before{
	position: absolute;
	top: calc( 50% - 15px );
	line-height: 30px;
	content: "IF";
}
table.selectionTable > tbody > tr > td:first-of-type > ul.dragDrop{
	margin-left: 125px;
}
table.selectionTable > tbody > tr:last-of-type > td:first-of-type > ul.dragDrop{
	display: none;
}
table.selectionTable > tbody > tr:first-of-type > td:first-of-type > ul.dragDrop{
	display: inline-block;
	margin-left: 35px;
}
.dragDrop.definition li.dragDrop.type .heading{
	display: none;
}
.dragDrop.definition > table > tbody > tr > td {
	color: #A48B38;
	font-size: 30px;
}
li.dragDrop table{
	min-height: 50px;
	vertical-align: center;
}
.typeSelect{
	background: #FFEFCA;
	border: none;
	height: 50px;
	font-size: 30px;
	padding-left: 10px;
	color: #A48B38;
	font-weight: bold;
	text-align: center;
	margin: auto;
	border-radius: 25px;
}
ul.expr > li:not(.expr){
	display: none;
}

ul.expr > li:not(:first-child){
	display: none;
}
.gens input{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;   
}
.dragDrop .ident{
	background: #75B1EB;
	border-radius: 150px;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
}
.dragDrop .ident .notch{
	display: none;
}
.dragDrop .ident{
	background: #75B1EB;
	border-radius: 150px;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
}
div.ident{
	padding: 10px;
}
.dragDrop.loop > table{
	font-size: 30px;
	color: #A48B38;
}
.dragDrop.loop > table > tbody > tr > td > table > tbody > tr > td {
	font-size: 30px;
	color: #A48B38;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.dragDrop.loop > table > tbody > tr > td {
	font-size: 30px;
	color: #A48B38;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.dragDrop .expr{
	border-radius: 150px;
}
.addExpr{
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	right: -25px;
	top: -2px;
	text-align: center;
	line-height: 30px;
	border: 4px solid #000;
	border-radius: 20px;
	background: #239472;
	color: #fff;
}
.addExpr:hover{
	-webkit-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
}
.remExpr{
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	right: -25px;
	top: 32px;
	text-align: center;
	line-height: 30px;
	border: 4px solid #000;
	border-radius: 20px;
	background: #c55992;
	color: #fff;
}
.remExpr:hover{
	-webkit-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.4);
}
ul.expr{
	border-radius: 150px;
	min-width: 100px;
	padding: 0;
	text-transform: none;
	display: inline-block;
}
.expr > ul {
	margin: 10px;
}
.expr li.dragDrop {
	padding: 5px;
}
.codeDrop > .expr:not(:first-child){
	border-radius: 0px 25px 25px 10px;
}
.codeDrop > li.expr:first-of-type{
	border-radius: 10px 25px 25px 10px;
}
.dragDrop .expr .notch{
	display: none;
}
.codeDrop > .expr:not(:first-child) > .notch{
	background: inherit;
	display: block;
}
.dragDrop .type{
	background: #DDCO6B;
	border-radius: 150px;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
}
.genAreas > ul {
	margin: 0;
}
.hint{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: 5px;
	font-family: 'Fira Code', monospace;
	text-align: center;
	color: #888;
}
.type ul .heading{
	display: none;
}
.inners{
	background: #fff;
	min-width: calc(100% - 30px);
}
table > .inners{
	margin: 0;
}
li.dragDrop.operator{
	background: #62CBA6;
	color: #00613F;
	font-weight: bold;
	font-size: 30px;
}
li.dragDrop.operator td{
	font-size: 30px;
	color: #00613F;
	font-weight: bold;
}
li.dragDrop.function{
	background: #75B1E8;
	color: #3A7DB0;
	font-weight: bold;
	padding-inline-start: 0;
	font-size: 30px;
	padding: 15px;
}
div.parameters{
	padding: 10px;
	position: relative;
}
table.parameters > tbody:empty:before{
	content:"PARAMETERS";
	color: #D5f4FF;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
	padding: 10px;
}
table.parameters{
	background: #3A7DB0;
	border-radius: 50px;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
}
.operatorSelect{
	font-size: 30px;
	border: none;
	background: #CAFBE7;
	color: #00613F;
	font-weight: bold;
	min-height: 30px;
	min-width: 0px;
	padding: 10px;
	text-align: center;
	margin: auto;
	border-radius: 15px;
}
.stringBG{
	background: #E3A0C0;
	color: #C55992;
	font-size: 30px;
}
.stringBG input{
	background: #FFE4F9;
	color: #C55992;
}

li.dragDrop.stringBG{
	background: #E3A0C0;
	padding: 10px;
	color: #C55992;
	font-size: 30px;
	font-weight: bold;
}
li.dragDrop.stringBG table{
	background: #E3A0C0;
	color: #C55992;
	font-size: 30px;
	font-weight: bold;
}
.intSelect{
	font-size: 30px;
	border: none;
	resize: horizontal;
	display: inline-block;
	width: 100px;
	background: #CAFBE7;
	color: #00613F;
	font-weight: bold;
	min-height: 30px;
	min-width: 30px;
	padding: 10px;
	text-align: center;
	margin: auto;
	height: 30px;
	border-radius: 50px;
}
.floatSelect{
	font-size: 30px;
	border: none;
	resize: horizontal;
	display: inline-block;
	width: 100px;
	background: #CAFBE7;
	color: #00613F;
	font-weight: bold;
	min-height: 30px;
	min-width: 30px;
	padding: 10px;
	text-align: center;
	margin: auto;
	height: 30px;
	border-radius: 50px;
}
input.floatSelect::-webkit-outer-spin-button,
input.floatSelect::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.floatSelect[type=number] {
  -moz-appearance: textfield;
}
.dateSelect{
	font-size: 30px;
	border: none;
	resize: horizontal;
	display: inline-block;
	width: 275px;
	background: #CAFBE7;
	color: #00613F;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: auto;
	border-radius: 50px;
}
.charSelect{
	width: 50px;
}
li.arrayExpr{
	display: block;
    flex: 0 1 auto;
    list-style-type: none;
}
ul.arrayExpr{
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.arrayExpr > li::after {
  content: ", ";
  position: absolute;
  bottom: 15px;
}
ul.arrayExpr > li:last-child::after {
    content: "";
}

ul.arrayExpr:empty::after{
	content: "empty";
}
.suffix {
  display: inline-block;
  position: relative;
  line-height: 30px;
  vertical-align: middle;
}

/* position the unit to the right of the wrapper */
.suffix::after {
  position: absolute;
  top: 10px;
  right: 5px;
  transition: all .15s ease-in-out;
}
.codeDrop .heading{
	display: none;
}
/* move unit more to the left on hover or focus within
   for arrow buttons will appear to the right of number inputs */
.suffix:hover::after,
.suffix:focus-within::after {
  right: 20px;
}

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
  .suffix::after {
    right: 5px;
  }
}

.secs::after {
  content: 's';
}
.mins::after {
  content: 'm';
}
.hours::after {
  content: 'h';
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  width: 10px;
  border-radius:50px;
}
#delete {
	position: fixed;
	right: 50vw;
	top: 163px;
	z-index: 15;
}
#delete ul{
	width: 75px;
	height: 75px;
	min-width: 50px;
	background: #eee;
	border: 1px solid #aaa;
	font-size: 75px;
	line-height: 75px;
}
#delete li.dragDrop{
	zoom: 0.5;
	z-index: 15;
	border-color: #F00;
}
#delete li.dragDrop div{
	border-color: #F00;
}
.gens{
	background: none;
	text-align: left;
	zoom: 0.65;
	clear: none;
	width: 100%;
}
.gens li.dragDrop {
	float: none;
	clear: none;
	margin-left: 20px;
	margin-top: 30px;
}
.gens li.dragDrop:hover{
	transform: scale(1.05);
}
.dragging{
	border-color: #3A7DB0;
}
.error{
	background-color: #ffcccb;
	font-weight: bold;
}
.editorControls{
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 25px;
	text-align: right;
	height: 96px;
	background-color: #f7f7f7;
	border-bottom: 2px solid #ddd;
}

.control{  
	font-weight: 800;
	background: transparent;
	min-width:100px;
	text-transform: uppercase;
	border-radius: 18px;
	font-size: 35px;
	display: inline-block;
	padding: 15px 18px;
	margin: 0 0 0 0;
	cursor:pointer;
	transition-duration:0.1s;
	transition-timing-function: ease-in-out;
	border: 2px solid #888;
	color: #888;
	background-color: #f7f7f7;
}
.control:hover{
	border-color: #888;
	color: #f7f7f7;
	background-color: #888;
}
.control:first-of-type{
	border-radius: 25px 18px 18px 25px;
}
.control:last-of-type{
	border-radius: 18px 25px 25px 18px;
}
#rightcontrol{
	border-top: 1px solid #ddd;
	margin-top:	40px;
}
.run {
	font-weight: 800;
	background: transparent;
	min-width:100px;
	text-transform: uppercase;
	border-radius: 18px 25px 25px 18px;
	font-size: 35px;
	display: inline-block;
	padding: 15px 18px;
	margin: 0 0 0 0;
	cursor:pointer;
	transition-duration:0.1s;
	transition-timing-function: ease-in-out;
	border: 2px solid #00613F;
	color: #CAFBE7;
	background-color: #62cba6;
}
.run:hover{
	color: #00613F;
	background-color: #CAFBE7;
}

.stop{
	background: #E3A0C0;
	border-color: #C55992;
	color: #FFE4F9;
}

.stop:hover{
	background: #FFE4F9;
	color: #E3A0C0;
}


#errorList{
	position: absolute;
	bottom: 35vh;
}
.tabs{
	max-height: 31px;
	height:31px;
	margin-top: 10px;
}

.tab{
	height: 30px;
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	border-right: 2px solid #888;
	border-radius: 10px 10px 0 0;
	font-weight: 800;
	background: transparent;
	min-width:100px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	padding: 5px 8px;
	margin-left: 10px;
	cursor:pointer;
	transition-duration:0.2s;
	transition-timing-function: ease-in-out;
	color: #888;
	background-color: #f7f7f7;
}

.tab:hover{
	border-color: #888;
	color: #f7f7f7;
	background-color: #888;
}

.tab.active{
	border-color: #888;
	color: #f7f7f7;
	background-color: #888;
	cursor: default;
}

.leftTabs:hover{
	background: #E3A0C0;
	border-color: #C55992;

}

.leftTabs.active{
	background: #75B1EB;
	border-color: #3A7DB0;
}

.rightTabs:hover{
	background: #62cba6;
	border-color: #00613F;
}

.rightTabs.active{
	background: #ddc06b;
	border-color: #A48B38;
}

.site-header{
	background: rgb(232,232,232);
	text-align: center;
	padding-left: 0;
	height: 75px;
}

.site-header h1{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: 'Fira Code', monospace;
	font-weight: bold;
}

.errorlist{
	position: fixed;
	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
	left: 0;
	bottom: 0;
	margin: 2px;
	padding: 0;
	z-index: 5;
  	display: block;
}

.errorlist ul{
	padding: 0;
	margin: 0;
	max-height: 50vh;
	overflow: scroll;
	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
}

.errorlist ul li{
	list-style-type: none;
  	display: block;
  	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
	margin: 0;
	word-wrap: break-word;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #8c0200;
	font-size: 35px;
	font-family: 'Fira Code', monospace;
	border-bottom: 2px solid #fff;
	border-radius: 15px;
	background: rgb(255,150,148);
	background: linear-gradient(0deg, rgba(255,150,148,1) 0%, rgba(255,174,173,1) 20%, rgba(255,204,203,1) 100%);
}

.runtimeerrorlist{
	position: fixed;
	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
	left: 0;
	bottom: 0;
	margin: 2px;
	padding: 0;
	z-index: 5;
  	display: block;
}

.runtimeerrorlist ul{
	padding: 0;
	margin: 0;
	max-height: 50vh;
	overflow: scroll;
	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
}

.runtimeerrorlist ul li{
	list-style-type: none;
  	display: block;
  	min-width: calc( 100vw - 4px );
	max-width: calc( 100vw - 4px );
	width: calc( 100vw - 4px );
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #8c0200;
	font-size: 25px;
	font-family: 'Fira Code', monospace;
	border-bottom: 2px solid #fff;
	border-radius: 15px;
	background: rgb(255,150,148);
	background: linear-gradient(0deg, rgba(255,150,148,1) 0%, rgba(255,174,173,1) 20%, rgba(255,204,203,1) 100%);
}

#output{
	overflow: scroll;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	word-wrap: break-word;
	font-family: 'Fira Code', monospace;
	padding: 10px;
	height: calc( (25vh)  );
}

#canvasCont{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	word-wrap: break-word;
	display: block;
}

.canvas{
	height: calc( 100vh - 163px );
}

#canvas{
	width:100%;
	height: 100%;
}

#output pre{
	overflow: hidden;
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
}

#footer{
	position:fixed;
   	bottom:0;
   	width:100%;
   	height:50px;   /* Height of the footer */
   	display:block;
   	background:#6cf;
}

.site-header{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}

.docsCont{
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: left;
	padding: 5vh;
	z-index: 1025;
	background-color: rgba(255, 255, 255, 0.6);
}

.docs{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 90vh;
	overflow: scroll;
	padding: 30px;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	border-radius: 5px;
}

.complete{
	position: relative;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30vh;
	overflow: scroll;
	padding: 30px;
	font-size: 2rem;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 85px -12px rgba(0,0,0,0.75);
	border-radius: 5px;
}

code{
	color: #C55992;
	font-size: 1.3em;
}

.multiline{
	display: block;
	white-space: pre-wrap;
}

.closebutton{
	background: #E3A0C0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
	font-weight: bold;
	border: none;
	letter-spacing: 1.5px;
	line-height: 80px;
	outline: none;
	overflow: hidden;
	padding: 5px 0px;
	position: sticky;
	float: right;
	margin-right: -50px;
	top: 30;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 114px 3px rgba(227,160,192,1);
	-moz-box-shadow: 0px 0px 114px 3px rgba(227,160,192,1);
	box-shadow: 0px 0px 114px 3px rgba(227,160,192,1);
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in;
	width: 80px;
}

.closebutton:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 114px 25px rgba(197,89,146,1);
	-moz-box-shadow: 0px 0px 114px 25px rgba(197,89,146,1);
	box-shadow: 0px 0px 114px 25px rgba(197,89,146,1);
	border-radius: 60px;
}

#searchUL{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#searchUL li {
	border: 1px solid #ddd; 
	margin-top: 5px; 
	background-color: #fafafa; 
	padding: 12px; 
	text-decoration: none;
	font-size: 18px; 
	color: black; 
	display: block;
}

#searchInput{
	background-image: url("../searchicon.png"); 
	background-position: 10px 12px; 
	background-repeat: no-repeat; 
	width: 100%; 
	font-size: 16px; 
	padding: 12px 20px 12px 40px; 
	border: 1px solid #ddd; 
	margin-bottom: 12px; 
}

#searchPUL{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#searchPUL li {
	border: 1px solid #ddd; 
	margin-top: -1px; 
	background-color: #fafafa; 
	padding: 12px; 
	text-decoration: none;
	font-size: 18px; 
	color: black; 
	display: block;
}

#searchPInput{
	background-image: url("../searchicon.png"); 
	background-position: 10px 12px; 
	background-repeat: no-repeat; 
	width: 100%; 
	font-size: 16px; 
	padding: 12px 20px 12px 40px; 
	border: 1px solid #ddd; 
	margin-bottom: 12px; 
}

.switch {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 48px;
  margin: 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C55992;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  content: "FALSE";
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 30px;
  width: 120px;
  left: 4px;
  bottom: 4px;
  color: #C55992;
  background-color: #FFE4F9;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #239472;
}

input:checked + .slider:before {
  content: "TRUE";
  color: #239472;
  background-color: #CAFBE7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #239472;
}

input:checked + .slider:before {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  transform: translateX(42px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 20px;
}


#rtabs > *:first-child{
	display: none;
}
#ltabs > *:first-child{
	display: none;
}
#rtabs {
	position: fixed;
	top: 65vh;
}

#bottomControls{
	border-top: 2px solid #ddd;
}

#codeSideMobile{
	position: fixed;
	top: 187px;
	width: 100%;
	height: calc(65vh - 187px);
}

#output{
	position: fixed;
	top: calc(65vh + 96px);
	width: 100%;
	height: calc(35vh - 96px);
}
#canvas, #canvasCont{
	display: none;
}
#output{
	font-size: 4.5em;
}
.mobileHide{
	display: none;
}
#redo{
	border-radius: 18px 25px 25px 18px;
}

.docsCont{
    font-size: 1.8em;
}