/*@color-darkgray: #333;*/
.transition {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu_transition {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#blkEmpty {
  display: block;
  margin-top: 2em;
  text-align: center;
}
#blkEmpty > div {
  color: #999;
  background-color: #eee;
  text-align: center;
  padding: 2em;
  margin-bottom: 1em;
}
#itemlist .list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
}
#itemlist .list .row {
  display: table-row;
}
#itemlist .list .row.headergroup {
  display: none;
}
#itemlist .list .row:nth-child(2n) {
  background-color: #eee;
}
#itemlist .list .row > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0.5em;
}
#itemlist .list .row > div.xs {
  display: table-cell;
}
#itemlist .list .row > div.xs .pricecalc {
  margin: 0.2em 0;
  font-style: italic;
}
#itemlist .list .row > div.xs button {
  width: 100%;
  margin-top: 0.2em;
}
#itemlist .list .row > div.l {
  display: none;
}
#itemlist .list .row > div .info {
  font-size: 0.9em;
  margin-top: 0.2em;
}
#itemlist .totals {
  margin-top: 1em;
  font-size: 1.1em;
}
#itemlist .totals .tools {
  display: none;
  font-size: 0.8em;
  margin-top: 0.1em;
  color: #999;
}
#itemlist .totals .wv {
  font-size: 0.9em;
  margin-top: 0.1em;
}
#itemlist .actions {
  margin-top: 1em;
}
#itemlist .actions button {
  width: 100%;
}
#itemlist .actions button + button {
  margin-top: 0.5em;
}
#itemlist .actions .group + .group {
  margin-top: 0.5em;
}
#itemlist .notes {
  font-size: 0.9em;
  text-align: justify;
  margin-top: 1em;
  color: #999;
}
@media screen and (min-width: 750px) {
  #itemlist .list .row.headergroup {
    display: table-row;
  }
  #itemlist .list .row.headergroup .header {
    font-weight: bold;
    text-align: center;
  }
  #itemlist .list .row > div {
    text-align: center;
  }
  #itemlist .list .row > div.xs {
    display: none;
  }
  #itemlist .list .row > div.l {
    display: table-cell;
    text-align: center;
  }
  #itemlist .list .row > div.l.left {
    text-align: left;
  }
  #itemlist .list .row > div.l .normal {
    font-weight: normal;
  }
  #itemlist .actions {
    display: flex;
    justify-content: space-between;
  }
  #itemlist .actions .group button {
    display: flex;
    width: 18em;
  }
  #itemlist .actions .group + .group {
    margin-top: 0;
  }
}
@media screen and (min-width: 850px) {
  #itemlist .actions .group button {
    display: inline-flex;
    width: auto;
  }
  #itemlist .actions .group button + button {
    margin-top: 0;
    margin-left: 0.15em;
  }
}
