html {
  height: 100%;
  margin: 0;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  background-color: #000;
  color: #FFF;
  background-image: url(assets/background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  overflow: auto;
}
.content {
  padding-bottom: 40px;
}
table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
table thead.header tr {
  background-image: url(assets/topbar.png);
}
table thead.header th {
    text-align: left;
    text-shadow: -1px -1px 0px rgb(0 0 0 / 80%);
    color: rgba(255,255,255,.9);
    height: 19px;
}
table thead.header th:first-child {
  background-image: url(assets/topbar-left.png);
  padding-left: 10px;
}
table thead.header th:last-child {
  background-image: url(assets/topbar-right.png);
  background-position: top right;
  padding-right: 10px;
}
table tbody tr.drop {
  cursor: pointer;
}
table tbody tr.drop:hover td {
  background-color: rgba(255,0,0,.3)!important;
}
table tbody tr.drop:nth-child(odd) td {
    background-color: rgba(0,0,0,.5);
}
table tbody tr.drop:nth-child(even) td {
    background-color: rgba(0,0,0,.8);
}
table th,
table td {
    padding: 4px;
}
table td.difficulty {
  text-transform: capitalize;
}
table td:first-child {
  padding-left: 10px;
}
table td:last-child {
  padding-right: 10px;
}
.element {
  float: left;
  margin: 10px 10px 0 0;
  background-color: rgba(255,255,255,.1);
  padding: 20px;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,.4);
}
.element:not(.small) {
  min-height: 85px;
}
label {
    font-weight: bold;
}
.newBatchDescription {
  font-size: 9px;
}
.difficulty-hell {
  color: #F00;
}
.difficulty-nightmare {
  color: #996b00;
}
.difficulty-normal {
  color: #090;
}
button {
  background-color: #999;
  border: 2px solid #a6a093;
  color: #000;
  font-weight: bold;
}
button:disabled {
  opacity: .3;
}

/* Info */
.info {
  background-color: rgba(255,255,255,.05);
  margin: 10px;
  text-align: left;
}
tr.infoItem td.item {
  vertical-align: top;
}
tr.infoItem:nth-child(odd) {
  background-color: rgba(255,255,255,.05);
}


/* Item select */
.item {
  font-weight: bold;
  font-size: 13px;
}
.item.quality-white {color: #FFF}
.item.quality-magic {color: #0070dd}
.item.quality-rare {color: #ffff35}
.item.quality-set {color: #1eff00}
.item.quality-unique {color: #e5cc80}
.multiselect__element {
  background-color: #333;
}
.multiselect__option--selected {
  background-color: #000;
}
.multiselect__option--highlight {
  background: #666;
}
.multiselect__option--highlight:after {
  background: transparent;
}
.multiselect__tag-icon:after {
  color: #FFF;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #666;
}
.multiselect__input,
.multiselect__single {
  background: transparent;
}

/* Multiselect */
.multiselect__content-wrapper {
  border: 1px solid #666;
}
.multiselect__tags {
  border: 1px solid #666;
  background: #333;
  color: #FFF;
}
.multiselect__input {
  background: #333;
  color: #FFF;
}
.multiselect__tags .multiselect__tag {
  background-color: #000;
  font-weight: bold;
  font-size: 13px;
}
.multiselect__tags .multiselect__tag.quality-white {color: #FFF;}
.multiselect__tags .multiselect__tag.quality-magic {color: #2f86dd;}
.multiselect__tags .multiselect__tag.quality-rare {color: #ffff35;}
.multiselect__tags .multiselect__tag.quality-set {color: #1eff00;}
.multiselect__tags .multiselect__tag.quality-unique {color: #e5cc80;}


/* Loader */
.loader {
  color: #000;
  font-weight: bold;
  background-color: rgba(255,255,255,.5);
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

