
.remote-cursor {
	width: 1em;
	height: 1em;
	z-index: 0;
	animation: flash 0.5s linear 0.5s infinite alternate;
}

@keyframes flash {
	from { border: solid 1px #0A0}
	to { border: solid 1px #FFF}
}

.tracker_activity table {
	border-collapse: collapse;
	width: 100%;
}

#tracker_activity_0 {
	background-color: #ff9898;
}

.tracker_activity td, .tracker_activity th {
	border: none;
}

.box__file {
  display: none;
}

.box.is-uploading .box__input {
  visibility: none;
}
.box.is-uploading .box__uploading {
  display: block;
}

.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  padding: 2em;
}

.box.is-dragover {
  background-color: grey;
}

.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.txt_full {
	width: 100%;
}

.loginlink {
	padding: 0px 10px 0px 10px;
	border-radius: 10px;
}

.ui-tabs-active {
	color:#000 !important;
	background-color:#ffff98;
}

.save_option {
	display: inline-block !important;
	margin: 1em;
	padding: 1em;
	border-radius: 10px;
	vertical-align: top !important;
	font-size: 0.7em !important;
	text-align: left;
}

.g-recaptcha {
	display: inline-block;
}

.disabled {
	opacity: 0.5;
}

.codepreview {
	display: inline-block;
	border-radius: 10px;
	font-size:0.5em;
	margin:1em;
	padding:1em;
	background-color:#ffff98;
	transition: all 1s;
	border: solid 1px #000;
}
.codepreview h2 {
	text-align:center;
}

.codepreview:hover {
	background-color: #98ff98;
}

.selected {
	color: #090;
	font-weight: bold;
}

.user-avatar {
	float: right;
	margin: 1em;
}
html {
	font-family: monospace;
}

.brackets {
	color: #C8C8C8;
}

.randomChars {
	color: #0A0;
}

#title {
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
}


.holder {
	position:relative;
	width:100%;
	height: 100vh;
}

#editor { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12pt;
}

#footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	margin: 10px;
	z-index: 1000;
	background-color: rgba(200,200,200,0.5);
	border-radius: 10px;
	transition: all 1s;
}

#footer:hover {
	background-color: rgba(255,255,255,0.5); 
}

.toolButton {
	max-width: 50px;
	max-height: 50px;
	transition: all 1s;
	border-radius:10px;
}

.hiddenButton {
	width: 0px;
	opacity: 0;
	padding: 0px;
	margin: 0px;
}

.visibleButton {
	width: 25px;
	padding: 5px;
	opacity: 1;
}

/*.toolButton:hover {
	transform: rotate(15deg);
	width: 25px;
	padding: 0px;
}*/

#hintBar {
	position: fixed;
	bottom: 0px;
	left: 20px;
	right: 20px;
	width: 100%;
	background-color: rgba(200,200,200,0.5);
	text-align: center;
	z-index: 500;
	
	font-size: 1em;
	height: 1em;
	padding: 3px;
}
#recover{
width: 80%;	
}
.recover_date {
	background-color: #000;
	margin: 10px;
	padding: 10px;
	font-size: 2em;
	color: #F00;
	border-radius: 5px;
}
#recover_time{
	font-family: monospace;
	border-radius: 5px;
	margin: 10px;
	padding: 30px;
	float: right;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background-color: #FFF;
}

#recover_time_hours {
	background-color: #000;
	margin: 10px;
	padding: 10px;
	font-size: 2em;
	color: #F00;
	border-radius: 5px;
}

#recover_time_ampm {
	background-color: #000;
	margin: 10px;
	padding: 10px;
	color: #F00;
	border-radius: 5px;
}

#recover_time_mins {
	background-color: #000;
	margin: 10px;
	padding: 10px;
	font-size: 2em;
	color: #F00;
	border-radius: 5px;
}

#dlg {
	background-color: #000;
	color: #CCC;
	width: 80%;
	/*font-size: 2em;*/
}

.tkinter table {
	border-collapse: collapse;
}

.tkinter td {
	border-width: 0px;
	text-align: center;
}

.tkinter button {
	margin-top: 1px;
	vertical-align:middle;
	background-color: #a9a9a9;	
}

.btn_lineno {
	font-size: small !important;
}

.tiny {
	font-size: 0.4em;
}

.testing_table {
	border-collapse: collapse;
}

#tests {
	position: fixed;
	z-index: 500;
	top:50px;
	right: 0px;
	padding: 10px;
	background-color: #ffff98;
	opacity: 0.5;
	border-radius: 10px 0px 0px 10px;
	border: solid #000;
	font-size: 2em;
	border-width: 2px 0px 2px 2px;
}

#tests:hover {
	opacity: 1;
}

#button {
	font-size: 12px;
}

.console_input {
	color:#0A0;
}

#canvas {
	background-color: #FFF;
	width: 400px;
	height: 400px;
}


#canvasPlot {
	background-color: #FFF;
}

.error {
	color: #F00;
	padding: 5px;
}

.buttonPanel {
	position: absolute;
	top: -70px;
	right: 0px;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,200,0.5);
	
}

.hiddenButtonPanel {
	display: none;
}

#consoleOut {
	position: relative;
	max-height: 80vh;
	overflow-y: scroll;
}

#userDetails {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(200,200,200,0.5);
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	font-family: 'Quicksand', sans-serif;
}

#btnToggleGlobals {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #F00;
	transition: all 1s;
}
/*
#btnToggleGlobals:hover {
	font-size: 2em;
}*/

#watch {
	position: fixed;
	top: 20vh;
	max-height:60vh;
	overflow-y: auto;
	right: 0px;
	background-color: #FFF;
	color: #000;
	padding:10px;
	/*font-size: 0.5em;*/
	z-index: 2000;
	border-radius: 10px 0px 0px 10px;
	display: none;
	min-width: 2em;
	min-height:2em;
	max-width: 30%;
	transition: all 1s;
	border: solid 2px #000;
}

.breakpoints {width: .8em;}

#watch table {
	border-collapse: collapse;
	table-layout: fixed;
}

#watch table,th,td {
	border: 0px solid black;
	word-wrap:break-word;
}

#watch tr, #watch td {
	transition: all 0.5s;
	background-color: #FFF;
}

#watch th {
	background-color: #CCC;
}

#watch td:hover {
	background-color: #FF0;
}

.pass {
	color: #0a0;
}

.fail {
	color: #a00;
}

.testing_table {
	color: #000;
}
.testing_table tr, .testing_table td {
	transition: all 0.5s;
	background-color: #FFF;
	padding: 1em;
}

.testing_table th {
	background-color: #CCC;
	padding: 5px;
}

/*.testing_table tr:hover {
	font-size: 1.5em;
}*/

.testing_table td:hover {
	background-color: #FF0;
}
a.nounderline{
  color:inherit;
  text-decoration: none;
 }
 
/* 
a{
	 color: #000;
	 background-color: #FFF;
 }
*/
 pre{
	 white-space: pre-wrap;
 }
 
 #file_tabs {
	 position:absolute;
	 top: -20px;
	 max-width: 100vw;
 }
 
 .file_tab {
	 background-color: rgba(232,232,232, 0.5);
	 border-radius: 10px 10px 0px 0px;
	 padding: 5px;
	 /*height: 20px;*/
 }
 
 .file_tab:hover {
	 background-color: #FF0;
 }
 
 .file_tab_selected {
	 font-weight: bold;
	 background-color: #FF9;
 }
 .slider {
	 margin: 20px 50px 20px 50px;
 }
 
 .btn_file_settings{
	 width:30px;
	 height:20px;
	 position:relative;
	 margin: -5px 5px -5px 5px;
	 transition: all 1s;
 }
 .btn_file_settings:hover {
	transform: rotate(180deg); 
 }
 
 .debug_expand {
	 height:1em;
 }

 .CodeMirror {
 	height:auto;
 	position:unset;
 }

 .CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

.autocomplete-builtin {
	color: green;
}

.autocomplete-var {
	color: red;
}

.ui-widget-content a {
    color: #333333;
    background-color: rgba(255,255,255,0.5);
    border-radius: 1em;
    padding: 0em 0.2em;
}

@media screen and (min-width: 500px) {
  .toolButton:first-child {
	  width: 50px;
  }
  
  .visibleButton {
    width: 50px;
  }
  
  /*.toolButton:hover {
    width:60px;
 }*/
 
 #hintBar {
	font-size: 2em;
	height: 2em;	 
 }
}

@media print {
 .ui-dialog {
 	display: none !important;
 }
 .adsbygoogle {
 	display: none !important;
 }
 .toolButton {
 	display: none !important;
 }
}
