body {
  background: #213b59;
}

.jumbotron {
  background: #213b59;
  color: white;
  padding-bottom: 0px;
}
.jumbotron p {
  color: #d9ccee;
  max-width: 75%;
  margin: 1em auto 1em;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: solid 2px black;
  border-top: solid 1px rgb(42, 42, 42);
}
.navbar + .jumbotron {
  margin-top: -20px;
}
.jumbotron .lang-logo {
  display: block;
  background: #B01302;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 2px solid white;
}
.jumbotron .lang-logo img {
  max-width: 100%;
}
.jumbotron .btn-dark {
  background-color: #222;
}
.jumbotron .btn-dark:hover {
  background: #aaa;
}


.stepwizard-step p {
  margin-top: 10px;
  font-size: 14px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 50%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-xlarge {
  padding: 10px 28px;
  font-size: 32px;
  line-height: normal;
  border: solid 2px black;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

h5.card-title {
  color: black;
}

.card {
  border-width: 4px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}

.card-img-top {
  -webkit-border-top-left-radius: 8px;
     -moz-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
     -moz-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
}

.card-body {
  padding: 10px;
}

.social img {
  height: 20px;
}

.text-muted {
  color: #bbb !important;
}

form {
  text-align: left;
}

.input-group-btn {
  margin: 0;
}

hr {
  background: #566d88;
}

.container.info-box {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  border: solid 2px;
  background:white;
  padding-top:15px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}

.jumbotron .info-box p {
  color: #000;
  text-align: left;
  max-width: 100%;
}

td.actor {
  padding-right: 0;
  padding-left: 0;
  width: 2.5em;
  text-align: center;
}

td.item {
  padding-right: 4px;
  padding-left: 4px;
  width: 2.5em;
  text-align: center;
}

td.requirements {
  background-color: #000;
}

td.requirements img {
  padding-left: 1em;
}

td.requirements img,
td.actor img,
td.item img {
  max-height: 32px;
  min-height: 16px;
}

.toc {
  list-style: none;
}

.toc li::before {
  content: "\2022";
  color: #000;
  display: inline-block;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}

.toc li {
  color: #007bff;
}

.toc li:hover {
  color: #0056b3;
  text-decoration: underline;
  cursor: pointer;
}

.dropdown-menu {
  background-color: #ddd
}

.link-list {
  padding-left: 1em;
}

.patch-row {
  padding-right: 1em;
  padding-bottom: 1em;
}

.patch-list a {
  font-size: 1em;
  padding: 0.25em 0.75em;
  border: 1px solid rgba(0,0,0,0.5)
}

.patch-description {
  background-color: #fff;
  color: #000;
  padding: 0.5em 1em;
}

.patch-disabled,
.patch-disabled:hover {
  text-decoration: line-through;
  color: #aaa;
}

.palette-preview img {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 1%;
  border-radius: 8px;
  border: 1px solid black;
  cursor: pointer;
}

.patch-list {
	padding-bottom: 1em;
}

.patch-list .list-group-item {
	color: #000;
	padding-left: 3em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#patch-list .list-group-item .custom-control-label.not-custom-difficulty::before {
	display: none;
}

#patch-list .custom-switch .custom-control-label.not-custom-difficulty::after {
	display: none;
}

.patch-list .list-group-item label {
	font-weight: bold;
}

.patch-list small {
	color: gray;
}

.sprite-maker-header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#palette-container {
  margin-top: 0.5em;
  display: flex;
  justify-content: space-evenly
}

.palette-button-selection {
  height: 48px;
  width: 48px;
}

.palette-button-selected {
  border: 4px solid #007bff;
  border-radius: 4px;
}

.palette-button {
  height: 40px;
  width: 40px;
  margin-top: 1em auto;
  cursor: pointer;
  border: 2px solid black;
}

.palette-button-corner {
  height: 16px;
  width: 16px;
  background-color: #000;
  text-align: center;
}

.palette-button-index {
  color:white; 
  font-size:12px;
}

.palette-button:focus {
  outline: 0;
}

.picker-button {
  height: 20px;
  width: 20px;
}

.picker-button:focus {
  outline: 0;
}

.editor-canvas {
  height: 256px;
  width: 128px;
  cursor: url('../img/pencil.png') 0 24, default;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin-left: 1em;
}

#editor-container {
  display: flex;
  justify-content: left;
}

#tiles {
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly
}

.tile-canvas {
  height: 64px;
  width: 64px;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  cursor: pointer;
  border: 1px solid black;
  box-shadow: 2px 2px rgba(0,0,0,0.25)
}

#states {
  padding: 0.25em;
}

.state-canvas {
  height: 128px;
  width: 64px;
  margin-right: 10px;
}

.color-picker-container {
  width: 320px;
  padding: 0;
  margin: 0.5em;
  margin-top: 0;
}

.sm-panel {
  border: solid 2px;
  background-color: white;
  padding: 0;
  margin-bottom: 1em;
}

.sm-panel-header {
  height: 1.4em;
  width: 100%;
  background-color: rgb(30, 52, 77);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 0.75em;
}

#patch-info {
  padding: 0.5em 1em;
}

#patch-info label {
  width: 80px;
  overflow: auto;
  justify-content: start;
  align-items: start;
}

.action-buttons {
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  justify-content: flex-end;
}

.action-buttons button {
  margin-right: 0.25em;
}
.successmessage {
 color: black !important;
}

