/* Copyright 2016, University of Colorado */

body {
  width: 1200px;
  margin: auto;
  height: 100%;
  font-family: "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
  padding-top: 30px;
}

div#left {
  width: 38%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  height: 45em;
}

div#right {
  width: 59%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  height: 45em;
}

div.workspace {
  padding: 5px 15px 15px 15px;
  border: .1em solid grey;
  border-radius: 5px;
  position: relative;
}

div.next,
button#apply-submit-rules {
  margin-left: 375px;
  margin-top: 20px;
}

button#no-new-ideas {
  margin-left: 325px;
  margin-top: 20px;
}

button.finish-test {
  margin-top: 20px;
}

div.next:hover {
  cursor: pointer;
}

div.next svg.triangle-left {
  display: block;
  margin: auto;
}

div.next span:last-child {
  padding: 5px;
  display: inline-block;
}

span.tab {
  width: 16%;
  display: table-cell;
  padding: 5px;
  text-align: center;
  border-radius: 6px;
  margin: 0;
  border: .1em solid #888;
  font-weight: bold;
}

span.case.tab.active,
span.tab.active {
  color: white;
  background-color: cornflowerblue;
  cursor: pointer;
}

span.tab.pickable {
  color: black;
  background: lightskyblue;
  cursor: pointer;
}

span.tab.disabled {
  color: #555;
  background: #eee;
  cursor: default;
}
span.tab.incomplete{
  color: black;
  background: #d0848a;
  cursor: pointer;
}

span.required {
  color: red;
  padding: 5px;
  vertical-align: middle;
}

textarea#predict-input,
textarea#explore-input,
textarea#apply-rules-input {
  width: 98.5%;
  height: 120px;
  resize: none;
}

button#predict-submit,
button#explore-submit,
button#explore-edit,
button#reflect-button,
button#apply-predictions-button {
  margin-left: 305px;
  width: 120px;
}

textarea:disabled {
  border: none;
  background: none;
  color: #999;
}

div#ideas-to-test span,
div#ideas-to-test textarea {
  vertical-align: middle;
  display: inline-block;
}

div.experiment textarea {
  height: 70px;
  width: 250px;
  margin: 10px;
  resize: none;
}

div#idea-list button {
  width: 90px;
}

div.experiment textarea:disabled {
  vertical-align: top;
}

span.idea-label {
  font-weight: bold;
}

div.idea-space div.submitted textarea {
  vertical-align: top;
  width: 354px;
  margin-left: 10px;
  margin-top: 0;
  resize: none;
  height: inherit;
}

div.idea-space textarea,
textarea#reflect-input {
  width: 98%;
  height: 100px;
  margin-top: 10px;
  resize: none;
}

/* Right Side */

#simulation {
  height: 500px;
  width: 100%;
}

#simulation.content iframe {
  width: 100%;
  height: 100%;
}

div.content {
  margin-bottom: .45em;
}

#apply-workspace span.sub-header {
  font-weight: bold;
  margin-right:100px;
}

#apply-case-list img {
  height: 100px;
  display: inline-block;
  margin: 20px 20px 20px 0px;
}

#apply-radio-group-1 {
  margin-right: 10px;
  float: right
}

div.inline{
  margin: 30px 0 5px 0px;
  width:100%;
}

#top-content button{
  margin-left: 305px;
}

div#apply-case-list {
  margin-top: 20px;
}

div#apply-case-list textarea {
  resize: none;
  width: 415px;
  height: 50px;
}

div.apply-case div {
  display: inline-block;
  margin: 35px;
  vertical-align: top;
}


div#apply-case-list #apply-radio-group-input{
  border: 1em;
}

img.winner-flag {
  width: 80px;
}

div#apply-case-list span.tab {
  width: 72.5px;
}

span.apply-table-explanation {
  margin: 10px;
  display: block;
}

p {
  padding-left: 18px;
  text-indent: -18px;
}

button#apply-edit-rules-button {
  width: 119px;
}