html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px 0 16px;
}

.nav li {
  height: 42px;
}

.modal {
  display: block;
  height: 0;
  overflow: visible;
}

.not-button {
  pointer-events: none;
}

.not-button a {
  font-weight: normal !important;
  color: black;
}

.mainContainer {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: auto 410px;
}

.imageContainer {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #999999;
}

#accuracySlider {
  width: 150px;
  margin-left: 20px;
}

th.align-right {
  text-align: right;
}

#original {
  position: absolute;
  overflow: hidden;
}

#pixelate {
  position: absolute;
  border: 1px solid #999999;
  overflow: hidden;
}

#originalImageControl {
  position: absolute;
}

#resultDim {
  position: absolute;
  top: 0;
}

#assembleHighlight {
  position: absolute;
  top: 0;
}

#assembleSelect {
  position: absolute;
  top: 0;
}

#analysisHighlight {
  position: absolute;
  top: 0;
}

.optionsContainer {
  width: 100%;
  font-size: 0.95em !important;
  padding-top: 16px;
}

.optionsContainer.has-padding {
  padding: 16px;
}

.optionsContainer .info-group {
  padding: 0 16px 8px 16px;
  border-bottom: 1px solid #cccccc;
}

.optionsContainer .input-group {
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #cccccc;
}

.optionsContainer .info-group .input-group {
  padding: 0;
  border-bottom: 0;
}

.optionsContainer .scrollPane {
  overflow: scroll;
  height: 100%;
}

.optionsContainer td.price {
  text-align: right;
}

.optionsContainer td.quantity {
  text-align: right;
}

.optionsContainer button,
.optionsContainer input {
  margin: 4px 1px 0 1px;
}

#upload-button {
  margin-top: 4px;
  margin-left: 3px;
  margin-right: 3px;
}

#uploader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1.5;
  opacity: 0;
  cursor: pointer;
}

#uploader:hover {
  cursor: pointer;
}

table {
  font-size: 1em;
}

.table thead > tr > th {
  border-bottom: 1px solid #ddd;
}

.table tbody > tr > td {
  border-top: 1px solid #ddd;
}

#block-color-list {
  margin: 10px 0;
}

#block-color-list img {
  border: 3px solid #ddd;
  margin: 2px;
  padding: 2px;
  cursor: pointer;
}
#block-color-list img:hover {
  border: 3px solid #333;
}
#block-color-list img.selected {
  border: 3px solid #3c3 !important;
}

.btn-paint-tool {
  width: 190px;
  text-align: left;
}

textarea {
  border: 1px solid #ccc;
  width: 535px;
  height: 400px;
  font-size: 0.8em;
}

.thumbnail {
  display: inline-block !important;
  margin: 2px !important;
}
