﻿.nav .icon-chevron-right {
  float: right;
}
.field_with_errors {
  @extend .control-group;
  @extend .error;
 }

.form-image { border: 1px solid black; }
.invisible {
  visibility: none;
}
.attempt-count{ font-size: 1.2em;}
footer {
  text-align: center;
}

.level-thumbnail {
  margin-right: 5px;
  max-width: 200px;
  max-height: 200px;
  text-align: center;
}

.level-thumbnail img {
  border: 1px solid black;
  background-color: white;
}

.level-label {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.level-list .level-name {
  margin: 2px;
}

.level-list.featured {
  background-color: rgb(228, 239, 255);
}
.level-list {
  text-align:justify;
  padding-left: 40px;
  padding-right: 40px;
}

.level-list li {
  display:inline-block;
  vertical-align: top;
}

.level-list::after {
  content: "";
  width: 100%;
  display: inline-block;
}
.level-list-item {
  display:inline-block;
  margin: 10px;
}

.level-list-item .badge {
  margin-bottom: 5px;
}

.level-actions {
  float:right;
  margin-top: 2px;
}

.level-edit-link {
  font-size: 0.8em;
}

.scoreboard-link {
  float: right;
}

.created-by {
  margin-bottom: 7px;
  margin-top: -7px;
}

.replay-by {
  margin-bottom: 7px;
  margin-top: -7px;
}

.pad-for-tray {
  margin-left: 100px;
}

#tray-spacer {
  width: 100px;
  margin: 0 0 0 0;
  display: inline-block;
}

.step-2 {
  float: left;
}

.step-2 input {
  width: 20px;
}

.step-3 {
  height: 40px;
}

.editor-controls {
  margin-top: 0.5em;
}

#editor #drawingboard {
  margin-left: 100px;
  margin-top: 25px;
}

#editor #kinetic {
  margin-top: 60px;
  margin-left: 100px;
}

.charge-label {
  height: 30px;
}

.align-center {
  text-align: center;
}

.align-center img {
  display: inline-block;
  vertical-align: text-bottom;
}