#haxdb-view-container {
  width: 100%;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #eee;
  padding: 25px;
}

.haxdb-view-table {
  width: 100%;
  table-layout: fixed;
}

.haxdb-view-input {
   height: 50px;
   border-style: solid;
   border-width: 1px;
   border-color: #aaa;
   border-radius: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #fff;
   padding: 5px 10px;
}

.haxdb-view-input[readonly] {
    cursor: not-allowed;
}

textarea.haxdb-view-input {
    height: 125px;
}

.haxdb-view-label {
  width: 150px;
  text-align: right;
  padding-right: 25px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 0.75em
}

.haxdb-view-input {
  width: 100%;
}

.haxdb-view-field select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.haxdbTableEditInput {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  padding: 5px;
  padding-left: 10px;
}

.haxdb-view-header {
  height: 75px;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}

.haxdb-view-header .divider {
  margin-left: 15px;
  margin-right: 15px;
}

.haxdb-view-thumbnail-container {
    width: 270px;
    height: 270px;
    text-align: center;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #666;
    border-width: 2px;
    background-image: url(/img/blank.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

.haxdb-view-thumbnail {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
