.order-cards .card-name {
  width: 150px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: block;
  cursor: pointer;
}

.order-cards .card-language {
  border: none;
}

.order-cards .card-tooltip-content {
  position: absolute;
}

.order-cards .card-mini-text {
  font-size: 10pt;
}

.order-cards .card-micro-text {
  font-size: 9pt;
}

.order-cards .ordered {
  text-decoration: underline;
  color: greenyellow;
}

.order-cards .unclickable {
  pointer-events: none;
}

.order-cards .predefined-order-btn.selected {
  background-color: #DA3B3B !important;
}

.order-cards .card-space {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 10px;
}

.order-cards tr.selected td {
  background: #9DB3C6;
}

.order-cards .vertical-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
}

.order-cards .vh-100 {
  height: 100vh;
}

.order-cards .article-modal-content {
  height: calc(100vh - 98px);
}

.order-cards .article-modal-content .btn-letter {
  width: 50px;
}

.order-cards .article-modal-content .article-list-item {
  border: 1px solid lightgray;
  margin-bottom: 2px;
  padding: 8px;
}

.order-cards .article-modal-content .article-list-item.expansion {
  background: lightblue;
}

.order-cards .article-modal-content .article-list-item.expansion-mt {
  background: #a7fab6;
}

.order-cards .article-modal-content .article-list-item.expansion-nm {
  background: #60ac64;
}

.order-cards .article-modal-content .article-list-item.expansion-ex {
  background: #838838;
}

.order-cards .article-modal-content .article-list-item.expansion-gd {
  background: #f6c44c;
}

.order-cards .article-modal-content .article-list-item.expansion-lp {
  background: #ee9449;
}

.order-cards .article-modal-content .article-list-item.expansion-pl {
  background: #d27075;
}

.order-cards .article-modal-content .article-list-item.expansion-po {
  background: #cb4a4c;
}

.order-cards .article-modal-content .article-list-item.selected {
  background: lightgray;
}

.order-cards .article-total-count {
  border-radius: 100%;
  border: 6px solid lightgreen;
  background: green;
  color: white;
  font-weight: bolder;
  font-size: 6rem;
  width: 150px;
  height: 150px;
}

.order-cards .orders-table {
  overflow-y: auto;
}

.order-cards .modal-fullscreen {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%
}

.order-cards-product-image-container,
.order-cards-product-image {
  display: flex;
  margin: auto;
  flex-direction: row;
  align-items: center;
}

.order-cards-product-image-foil-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-image: url(/images/filter_card/foil_ord.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.order-cards-product-image-signed-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-image: url(/images/filter_card/signed_ord.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.order-cards-product-image-playset-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-image: url(/images/filter_card/playset_ord.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.order-cards .article-total-button {
  font-size: 24pt;
  width: 60px;
  height: 60px;
  padding: 0px;
}

.order-cards .missing-present.article-list-item,
.order-cards .missing-present td {
  background-color: #fcffbe !important;
}

.order-cards .missing-present.article-list-item.selected,
.order-cards .missing-present.selected td {
  background-color: #ffd57c !important;
}

.order-cards .missing-present-text {
  color: #e5723f;
  font-weight: bolder;
}

.order-cards .selected td .card-name {
  text-decoration: underline;
}

.order-cards .missing-cards-visual-mode {
  background-color: #d37718;
  border: 6px solid #ffc931;
}