.loot {
  text-align: left;
  margin-left: 1em;
  width: 30em;
}

.loot_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.loot_img_64 {
  width: 64px;
  height: 64px;
}

.loot_img {
  width: 48px;
  height: 48px;
}

.loot_img_24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.loot_img_20 {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.loot_list {
  display: flex;
  flex-flow: row wrap;
  padding: 1em;
  margin: 0.1em;
  line-height: initial;
}

.loot_list > * {
  margin: 10px;
  padding: 5px;
  border-radius: 4px;
  width: 40%;
}

@media (hover) {
  .loot_list > *:hover {
    background-color: lightblue;
    text-decoration: none;
  }
}
@media (max-width: 700px) {
  .loot_list > * {
    width: 90%;
  }
}
.loot_block {
  position: relative;
  display: flex;
  flex-flow: row;
  cursor: pointer;
  color: black;
  min-width: initial;
  vertical-align: top;
  transition: background-color 0.2s;
  margin: 5px;
}

.loot_block.withprices {
  flex-flow: column;
}

.loot_block .loot_info {
  margin-left: 10px;
  flex-basis: 80%;
}

.loot_block .descr {
  margin-top: 0.2em;
  color: #666;
}

.loot_block .fulldescr {
  margin-top: 1em;
  color: #333;
}

.loot_block > .selector {
  font-size: 150%;
  font-weight: bold;
  color: green;
  margin-top: 0.4em;
}

.loot_list .loot_block {
  min-width: 20em;
}

.loot_block .price {
  margin-top: 5px;
  padding: 0.2em 0;
}

.loot_block .price .quantity {
  color: black;
  font-size: 90%;
  margin-right: 0.2em;
}

.loot_block .price .fants {
  border: 1px solid transparent;
  padding: 0.2em 0.4em;
  border-radius: 5px;
}

.loot_name {
  font-weight: bold;
}

.loot_title {
  width: 14em;
  /*	color: white;
  	background-color: #396;*/
  font-size: 150%;
  font-weight: bold;
  padding: 0.1em 1.5em;
  text-align: center;
}

.payblock {
  margin-top: 1em;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.payblock .labels {
  padding: 5px 10px;
  align-items: baseline;
}

.payblock .labels .trigger {
  margin-top: 0.5em;
  margin-left: 1.5em;
}

.pricebuttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 1em 0;
}

.pricebuttons > * {
  margin: 5px;
}

.pricebuttons > *:hover {
  text-decoration: none;
}

.loot_buy_btn {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 4.5em;
  min-width: 6em;
  align-items: center;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  margin: 5px;
  color: black;
  border: 1px solid lightgray;
  background: #f0f0f0;
  border-radius: 4px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}

.loot_buy_btn > .selector {
  color: green;
  font-weight: bold;
}

.loot_buy_btn > .selector.fants {
  color: darkorange;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.loot_buy_btn .comment {
  margin-top: 5px;
  padding: 1px 5px;
  font-style: italic;
  font-weight: bold;
  color: blue;
  font-size: 75%;
  white-space: nowrap;
}

.loot_buy_btn [currency], .loot_buy_btn .fants {
  padding: 0.2em 0.4em;
  margin: 0.3em 0;
}

@media (hover) {
  .loot_buy_btn:hover {
    background-color: lightblue;
  }
}
[currency] {
  padding: 0.2em 0.4em;
  background: white;
  color: black;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.autopay_block {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  margin: 10px;
  font-size: 100%;
  border: 1px solid;
  border-radius: 6px;
}

.autopay_title {
  font-size: 125%;
  margin: 0 0.5em 0.5em;
}

.autopay_comment {
  font-size: 80%;
}

.autopay_deactivate {
  display: inline-block;
  padding: 4px 8px;
  background-color: #9393Fb;
  border-color: #075bba #0c69d2 #0f7de9;
  border-radius: 4px;
}

[data-switcher] {
  display: none;
}

[data-switchvalue="1"] [data-switcher="1"] {
  display: initial;
}

[data-switchvalue="2"] [data-switcher="2"] {
  display: initial;
}

/*
.loot_comment {
	position: absolute;
	bottom: -4px;
	left: -2px;
	padding: 1px 5px;
	background-color: #396;
	color: #FFF;
	font-size: 75%;
	border-radius: 6px;
	opacity: 0.9;
	white-space: nowrap;
}
*/
.greenbadge {
  background-color: #396 !important;
  color: #FFF !important;
  font-size: 75%;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0.2em 0.6em;
}

.loot_icon > .greenbadge {
  position: absolute;
  border-radius: 4px;
  bottom: -4px;
  left: -2px;
  padding: 1px 5px;
  opacity: 0.9;
}

/*# sourceMappingURL=loot.css.map */

/*# sourceMappingURL=loot.css.map */
