body {
  font-family: verdana;
}

.slide {
  background-color: #fff;
  padding-top: 0;
}
.slide-header {
  border-bottom: 1px solid #333;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
.slide h4 {
  margin-top: 0;
  padding-top: 0;
}

#task {
  margin-top: 2rem;
  padding-bottom: 3rem;
}
#task br {
  display: block;
  margin: 1.5rem 0;
}

#task_header {
  border-bottom: 1px solid #eee;
}

#control_buttons {
  padding: 0.75rem 2.5rem;
}
.ctrl_button {
  height: 36px;
  color: #ccc;
  background-color: #eee;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  line-height: 36px;
  padding: 0px 10px;
  border-radius: 36px;
  transition: all 0.2s;
  display: inline-block;
}
.ctrl_button:not(.toggle) {
  width: 36px;
}
.ctrl_button.active {
  background-color: #fff;
  color: steelblue;
}
.ctrl_button.active:hover {
  background-color: #efe;
  cursor: pointer;
}
#nextButton { margin-right: 1.5rem; }
#hintButton { display: none; }

.box_panel {
  margin: 2.5rem;
  /*padding: 1.5rem;*/
}

#titlePanel {
  display: inline-block;
  margin: 0 2rem;
  padding: 0.5rem;
  width: 100%;
}
#titlePanel ul {
  width: 100%;
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}
#titlePanel li {
  display: inline-block;
  margin-right: 1rem;
  color: #ccc;
  font-weight: bold;
}
#titlePanel li.active {
  /*color: #7e9aa5;*/
  color: #595959;
}

.toggle {
  width: inherit;
  background-color: #fff;
  color: steelblue;
  box-shadow: none;
  padding: 0 1rem;
  display: inline-block;
  float: right;
  margin-left: 2rem;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.toggle.active {
  border: 1px solid #eee;
  box-shadow: none;
}
.toggle:hover {
  cursor: pointer;
}

#descriptionPanel {
  margin: 1.5rem 2rem;
}
#descriptionPanel > strong {
  color: rgba(40, 87, 105, 1);
}
#descriptionPanel > p {
  display: none;
}
#descriptionPanel > p.active {
  display: block;
}


#dependenciesPanel {}
#dependenciesPanel h4 {
  margin-bottom: 1rem;
}
#dependenciesPanel ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.5rem;
  max-width: none;
}
#dependenciesPanel ul>li {
  display: inline-block;
  list-style: none;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}
#dependenciesPanel .functionalDependenciesLabel {
  display: inline-flex;
}
#dependenciesPanel .databaseSchemaLabel {
  display: none;
}

#taskPanel {
  padding: 0 2.5rem;
  margin: 2rem 0;
}
#taskPanel .checkbox {
  display: inline-block;
  width: 50%;
  height: 2rem;
  min-width: 200px;
}
#taskPanel .selectionHint {
  color: rgba(101, 166, 91, 1);
  font-weight: bolder;
}

#addSchemaButton {
  color: steelblue;
}
#addSchemaButton:hover {
  cursor: pointer;
}

#ownSchemaPanel {
  display: none;
}
#ownSchemaPanel .clause_input {
  width: 40%;
  display: inline-block;
  margin-bottom: 2rem;
}
#ownSchemaPanel > .form-group span {
  display: inline-block;
  margin: 0.2rem 2.5rem;
}
#ownSchemaButtons {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
#ownSchemaButtons .button {
  border-radius: 2px;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#addClauseButton {
  border: 1px solid transparent;
  color: #65A65B;
}
#setSchemaButton {
  border: 1px solid transparent;
  color: #7e9aa5;
}
#ownSchemaClauses {
  float: left;
  padding: 0.25rem 0;
  margin-bottom: 0.5rem;
  width: 100%;
  clear: both;
}
#ownSchemaClauses .clause {
  float: left;
  color: steelblue;
  padding: 0.25rem 0.75rem;
  border: 1px solid steelblue;
  border-radius: 4px;
  margin-right: 1rem;
}

#errorPanel {
  border-radius: 2px;
  line-height: 1.5rem;
  color: #bf1801;
  display: none;
}

#successPanel {
  display: none;
  height: 100%;
  width: 95%;
  margin: 2.5%;
}
#successPanel div {
  height: 100%;
  padding-top: 5%;
}
#successPanel h3 {
  /*color: #4caf50;*/
  color: rgba(101, 166, 91, 1);
  font-size: 1.75rem;
}

#resultPanel {
  display: none;
}


.footnote {
  padding: 2em;
  background-color: #fff;
  margin-top: 5em;
}
ul.sources {

}
ul.sources>li {
  list-style-type: square;
}

article .primary_key {
  text-decoration: underline;
}
