/* CSS Document */

/* library table*/

.library-td {
    width: 30vw;
    max-width: 350px;
	valign: top;
}


/* char for word cloud*/
#chartdiv {
  width:100%;
  height: 640px;
  background-color: beige;
  font-colour: black;
}

/* Colourful cursor tracking from https://codepen.io/Tibixx/pen/RYzWzG*/
#canvas{
  overflow: hidden;
}
#canvas:hover{
  cursor: none;
}

#fps{
  position: relative;
  left: 5px;
  top: 0px;
  color: #fff;
  font-size: 20px;
}

.workshop{
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 75px;
    background: #292929;
    padding: 6px 10px;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 10px;
}
.workshop:hover{
    background: #fff;
    color: #292929;
    transition: 0.3s;
    cursor: pointer;
}


/* neural network css from https://codepen.io/amoyeh/pen/PXOYzQ */

* {
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  margin: 10px 0px;
}

html,
body {
  background: #222;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 13px;
  font-family: sans-serif;
}

.flexHolder {
  display: flex;
  flex-wrap: wrap;
}

.flexDiv {
  width: 540px;
  margin: 10px;
}

.flexVC {
  display: flex;
  align-items: center;
}

canvas {
  background: #333;
}

.controlBox {
  border: 1px solid #555;
  padding: 15px;
}

input[type="number"] {
  padding: 3px;
  font-size: 15px;
  width: 65px;
  margin: 0px 15px 0px 5px;
}

input[type="button"] {
  padding: 8px;
  margin-right: 15px;
}

input[type="radio"] {
  margin: 0px;
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-50 {
  margin-top: 50px;
}

hr {
  border: none;
  border-bottom: 1px solid #444;
  margin: 15px 0px;
}

.mt-0 {
  margin-top: 0px;
}

table {
  margin: 10px 0px;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #555;
}

th,
td {
  width: 60px;
  padding: 5px;
  text-align: center;
}

table td:nth-child(3),
table td:nth-child(6) {
  width: 20px;
  border: none;
}
/* text generation CSS*/
/* Nice & simple: Button - http://codepen.io/tomsoderlund/pen/qqyzqp */
#generationButton {
	background-color: red;
	border-radius: 0.2em;
	border: none;
	box-shadow: 0 2px 2px rgba(0,0,0, 0.3);
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	width: 100%;
	max-width: 20em;
	outline: none;
	padding: 0.6em;
	margin: 0.2em;
	transition: all 0.2s;
}

#generationButton:hover {
	opacity: 0.8;
	transition: box-shadow 0s;
}
#generationButton:active {
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	box-shadow: 0 0.5px 2px rgba(0,0,0, 0.4);
}


.resizable-textarea {
  width: 50%;
  resize: vertical; /* Allows vertical resizing; use "both" if you want horizontal resizing too */
  box-sizing: border-box; /* Includes padding and border in the width */
  background-color: #FFFFE0; /* Pale yellow color */
}

input:hover,
textarea:hover,
select:hover {
	border-color: black;
}
input:focus,
textarea:focus,
select:focus {
	border-color: darkgray;
}

textarea {
	height: 12em;
}red



/* canvas for neural network visualisation*/
canvas {
	position: absolute;
	top: 0;
	left: 0;
}



/*html,body,h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto", sans-serif;
}*/

.w3-sidebar {
  z-index: 2;
  width: 250px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

.w3-card-1 {
	w3-orange
}

.w3-dropdown-content{
	z-index: 3;
}

/*colors presentation list hyperlinks*/
a.link {
      color: pink;
}

span {color: #FFF59D ;
}

/*color = light blue*/
span.citation {color: #AED6F1 ;
}

/*color = orange*/
span.note {color: orangered;
}
/*changes color in active page via navigation
a.active {
    background-color: white;
    color: black;
}*/

/*classes for etext*/
.default {
	font-style: normal;
	/*background-color: white;*/
}
.instruction {
	font-style: italic;
}
.outcome {
	font-style: normal;
	background-color: beige;
} 
.activity {
	font-style: normal;
}
.criteria {
		font-style: normal;
		background-color: #fffdd0; /*cream*/
}
.resource {
		font-style: normal;
		background-color: #caf6ca; /*light green*/
} 
.readingText {
		font-style: normal;
		background-color: #caf6ca; /*light green*/
} 
.motivation {
		font-style: normal;
		background-color: 	#B0E0E6; /*powder blue*/
}
.review {
		font-style: normal;
		background-color: #fdfdab; /*light yellow*/
}

/*class for iframe to embed elements, e.g. videos and websites*/
.frame-area {
  display: block;
  width: 100%;  /* responsive width setting */
  max-width: 100%;
  height: 100%;  /* responsive height setting */
  overflow: auto;  /*shows scrollbar*/
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  rows: 100%,*;
  }

/*end of classes for etext*/

/*control iframe in container */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* messenger to generate name * from https://codepen.io/vterebenin/pen/mzNJYP/*/
#messenger {
  position: relative;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: monospace;
  font-size: 65px;
  white-space: nowrap;
  text-shadow: 0 2px 2px rgba(#000, 0.9);
}