@charset "UTF-8";
.green {
  color: #36ac41;
}

.blue {
  color: #006bac;
}

.width-initial {
  width: initial !important;
}

.error {
  color: #ed1c24;
}

.cursor-pointer {
  cursor: pointer;
}

.errorBorder {
  border: 1px solid #ed1c24;
}

.beta {
  background: #36ac41;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.red {
  color: #ac1800;
}

.left {
  float: left;
}

.right {
  float: right;
}

.d-inline {
  display: inline;
}

.pl-5 {
  padding-left: 5px;
}

.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.accordion-inner {
  width: 100%;
  background: white;
}

.headStripedRow * {
  font-size: 16px;
}
.headStripedRow div {
  border: 1px solid #ddd !important;
  padding-left: 5px;
}

.cart .stripedRow:nth-of-type(even), .headStripedRow {
  background-color: #f3f3f3;
}

.cart .stripedRow:nth-of-type(odd) {
  background-color: #fff;
}

.cart .stripedRow {
  border-bottom: 1px solid #ddd !important;
}
.cart .stripedRow div {
  padding-left: 5px;
}

.cart .lastStripedRow {
  background-color: #fff;
}
.cart .lastStripedRow div {
  padding-left: 5px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.clear {
  clear: both;
  width: 100%;
}

body {
  min-height: 1000px;
}

.widget {
  overflow: visible !important;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  z-index: 11000;
}
#overlay .inner {
  width: 1296px;
  margin: 0 auto;
  height: 100%;
  background: white;
}
#overlay .inner .close {
  margin: 5px;
}
#overlay .inner iframe {
  margin-left: 36px;
}

.inline {
  display: inline-block;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w-100 {
  width: 100%;
}

.lh12 {
  line-height: 12px;
}

.shortcuts.small .shortcut {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .shortcuts.small .shortcut {
    width: 14.5%;
  }
}
@media screen and (max-width: 480px) {
  .shortcuts.small .shortcut {
    width: 30%;
  }
}

.text-center {
  text-align: center !important;
}

.btn-primary.disabled {
  background: #acacac;
}

.btn-proceed {
  background: #337ab7 !important;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.saveButton, .previewButton, .updateButton {
  position: fixed;
  right: -4px;
  top: 50%;
  background: white;
  padding: 9px 10px 0px 11px;
  border-radius: 6px;
  box-shadow: -1px 1px 8px #000;
  z-index: 2000;
}

.previewButton {
  margin-top: 60px;
}

.previewButton:hover::before {
  content: "Bitte speichern für aktuelle Vorschau";
  margin: 31px 0 0 -135px;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  position: absolute;
  width: 150px;
  background: white;
  display: block;
}

.pagination li a.current {
  background: #155c8f;
  color: white;
}

.dropdown-menu {
  min-width: 460px;
}

th.sortable {
  cursor: pointer;
}
th.sortable i:before {
  display: inline;
}

label input[type=checkbox] {
  float: left;
  margin-right: 10px;
}

.widget-content textarea {
  min-width: 50%;
}

.copyIframeUrl {
  cursor: pointer;
}

.copyIframeUrl:hover::after {
  content: "Url kopieren";
  margin-left: 10px;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  position: absolute;
}

.toWebsite {
  color: white;
  background: white;
  color: grey;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  float: left;
  margin-top: 5px;
}
.toWebsite * {
  text-decoration: none;
}
.toWebsite i {
  position: absolute;
  margin-top: 10px;
}

input[name=beforeComma] {
  width: 60px;
}

input[name=afterComma] {
  width: 40px;
}

.startIndividualPayment {
  color: white;
  background: white;
  color: grey;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  float: right;
  margin-top: 5px;
}
.startIndividualPayment * {
  text-decoration: none;
}
.startIndividualPayment i {
  position: absolute;
  margin-top: 10px;
}

.toWebinar {
  content: "";
  background: white;
  color: grey;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  float: right;
  margin-top: 5px;
}

.selectLanguage {
  color: grey;
  padding: 4px;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 13px;
  float: right;
  margin-top: 5px;
}

/*
.toWebsite::before{
  background: white;
  border: 1px solid grey;
  content: " ";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  margin-left: 22px;
  margin-top: 9px;
}*/
.descdrop i {
  text-decoration: none;
}

.descdrop, .descdrop * {
  -webkit-user-select: none;
          user-select: none;
}

.toTop {
  background: #155c8f;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 26px;
  bottom: 70px;
  z-index: 10001;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.toTop i {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  margin: 16px 13px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  table.table {
    overflow: scroll;
    display: block;
    max-width: 100%;
  }
}

/* user */
/* banner */
.imgUploadBanner form.dropzone {
  width: 300px;
  float: left;
}
.imgUploadBanner .img {
  float: left;
}

/* article */
#articleForm .col-6 {
  float: left;
}
#articleForm .category {
  float: left;
}
#articleForm .category input {
  float: left;
}
#articleForm .category label {
  float: left;
  padding-left: 5px;
}

.dropzone.article, .newDirectory {
  display: none;
}

.plusdirectory, .directorysuccess {
  font-size: 20px;
  margin: -5px 0 0 5px;
  display: inline-block;
  cursor: pointer;
}

.directorymessage {
  font-size: 16px;
}

.saveArticleButton, .previewArticleButton {
  z-index: 100000;
  position: fixed;
  right: -4px;
  top: 50%;
  background: white;
  padding: 9px 10px 0px 11px;
  border-radius: 6px;
  box-shadow: -1px 1px 22px #000;
}

.previewArticleButton {
  right: auto;
  left: -4px;
}

.directoryResult, .videoResult, .headlineResult {
  position: absolute;
  background: wheat;
  padding: 10px;
  margin-left: 0;
  margin-top: -8px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: none;
  z-index: 1000;
}
.directoryResult .directory, .directoryResult .video, .directoryResult .headline, .videoResult .directory, .videoResult .video, .videoResult .headline, .headlineResult .directory, .headlineResult .video, .headlineResult .headline {
  cursor: pointer;
}

.headlineResult {
  display: block;
  right: 95px;
}

.imgContainer div {
  float: left;
  position: relative;
}
.imgContainer div input {
  display: none;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 14px;
  top: 2px;
}
.imgContainer div input:checked {
  display: block;
}

.imgButtons {
  display: none;
  position: absolute;
  right: 20px;
  top: 85px;
}

.imgPath, .directoryImgPath {
  height: 20px;
}
.imgPath .size, .directoryImgPath .size {
  padding-left: 30px;
  font-weight: bold;
}

.imgContainer div:hover > input {
  display: block;
}

.imgContainer img, .selectedImages img {
  max-width: 200px;
  max-height: 100px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.imgContainer img.active {
  box-shadow: 0px 0px 5px black;
}

.selectedImages img:hover {
  opacity: 0.5;
}

#overlay {
  background: none !important;
  display: none;
}
#overlay .backdrop {
  z-index: 100;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#overlay .inner {
  z-index: 1000;
  position: relative;
}

.serviceBlock, .directPropertyDescription {
  width: 100%;
  height: 200px;
}

.icon-plus.add {
  font-size: 20px;
  cursor: pointer;
  margin: -5px 0 0 5px;
  display: inline-block;
}

.pricerow {
  margin-left: -10px;
}
.pricerow .column {
  float: left;
  margin-left: 10px;
}

.result15, .result20 {
  cursor: pointer;
}

.csvCalcLink {
  float: right;
}

.priceTable {
  float: left;
}
.priceTable input {
  width: 209px;
}
.priceTable input.span7 {
  width: 660px;
}

.addPriceColumn {
  float: right;
}

.linkedRow {
  cursor: pointer;
}

.copyarticle {
  font-size: 30px;
  cursor: pointer;
}

#selectedCountries div.btn {
  margin-right: 10px;
}
#selectedCountries div.btn .icon-remove {
  padding-left: 5px;
}

.descdrop ul {
  padding: 10px;
}

#additionalDatesList li {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 2px;
}
#additionalDatesList li .icon-move {
  color: grey;
  cursor: move;
  text-align: center;
  margin: 0 10px;
}

/* artist */
.selectedImage img {
  max-width: 100%;
}

.artist input[type=checkbox] {
  display: inline-block;
  margin-right: 3px;
}

.paymentStuff .icon-ok {
  display: none;
}
.paymentStuff.cleared .icon-ok {
  display: inline-block;
}

/* property */
.savePropertyButton {
  position: fixed;
  right: -4px;
  top: 50%;
  background: white;
  padding: 9px 10px 0px 11px;
  border-radius: 6px;
  box-shadow: -1px 1px 22px #000;
}

/* category */
#blocks li, #slides li {
  position: relative;
  list-style: none;
}
#blocks li .widget-header, #slides li .widget-header {
  cursor: move;
}
#blocks li .widget-header input, #slides li .widget-header input {
  cursor: default;
}
#blocks li textarea.introtext, #slides li textarea.introtext {
  width: 500px;
  height: 200px;
}
#blocks li .addFieldRow, #blocks li .addValue, #blocks li .removeRow, #blocks li .removeValue, #slides li .addFieldRow, #slides li .addValue, #slides li .removeRow, #slides li .removeValue {
  cursor: pointer;
  font-size: 20px;
}
#blocks li input, #blocks li select, #slides li input, #slides li select {
  max-width: 100%;
}
#blocks li .deleteElement, #blocks li .deleteSlide, #slides li .deleteElement, #slides li .deleteSlide {
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: 17px;
  margin-right: 12px;
  cursor: pointer;
}
#blocks li .mobile, #blocks li .blockActive, #slides li .mobile, #slides li .blockActive {
  position: absolute;
  right: 40px;
  top: 15px;
  z-index: 1;
}
#blocks li .mobile label, #blocks li .blockActive label, #slides li .mobile label, #slides li .blockActive label {
  display: inline;
  color: white;
}
#blocks li .width label, #slides li .width label {
  display: inline;
  color: white;
}
#blocks li .deleteElement, #slides li .deleteElement {
  color: white;
}
#blocks li .blockActive, #slides li .blockActive {
  right: 130px;
}
#blocks #editor, #slides #editor {
  height: 400px;
}
#blocks .explanation, #slides .explanation {
  display: block;
  padding: 10px;
  margin: -20px -15px 10px -14px;
  background: #f5f2ed;
}

#blocks .width {
  position: absolute;
  z-index: 100;
  right: 189px;
  top: 5px;
  width: 128px;
}
#blocks .width label {
  display: inline;
}
#blocks .width select {
  width: 78px;
}

.categoryeditCategory textarea[name=advancedCookieText] {
  min-width: 50%;
}
.categoryeditCategory .panel-heading .icon-sort-down, .categoryeditCategory .accordion-heading .icon-sort-down {
  position: absolute;
  right: 10px;
}
.categoryeditCategory .panel-heading a, .categoryeditCategory .accordion-heading a {
  position: relative;
}
.categoryeditCategory .panel-heading {
  background: #9cbbb3;
  width: 100%;
  margin-bottom: 1px;
}
.categoryeditCategory .panel-heading a {
  color: #545454;
  width: 100%;
  display: block;
  height: 100%;
  padding: 10px;
}
.categoryeditCategory .panel-heading a:hover {
  text-decoration: none;
}
.categoryeditCategory .accordionLevel2 {
  width: 100%;
}
.categoryeditCategory input[name=cssFile] {
  min-width: 90%;
}

.languageSettings .addLanguage {
  cursor: pointer;
}
.languageSettings .table {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .languageSettings .table {
    overflow: scroll;
    display: block;
    max-width: 100%;
  }
}

.addCollapseRow {
  cursor: pointer;
}

.pageImageImg {
  width: 120px;
}

.addPickupStation, .removePickupStation {
  cursor: pointer;
}

/* slideshow */
.imgSlide div.image {
  float: left;
  width: 200px;
  height: 200px;
  border: 1px solid grey;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 1px 3px 5px grey;
  margin-right: 24px;
}
.imgSlide div.image img {
  max-width: 100%;
  max-height: 200px;
}
.imgSlide div.fields {
  float: left;
}

.addTextslide {
  cursor: pointer;
}

/* seatmap */
.seathall .seatmap {
  height: 4000px;
}
.seathall .seatmap .stage, .seathall .seatmap div[class^=standbox], .seathall .seatmap div[class^=table], .seathall .seatmap div[class^=object] {
  width: 200px;
  height: 100px;
  background-color: #1794ff;
  border: 1px solid grey;
  touch-action: none;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  position: absolute;
}
.seathall .seatmap .stage .text, .seathall .seatmap div[class^=standbox] .text, .seathall .seatmap div[class^=table] .text, .seathall .seatmap div[class^=object] .text {
  padding-top: 10px;
}
.seathall .seatmap .stage .icon-remove, .seathall .seatmap div[class^=standbox] .icon-remove, .seathall .seatmap div[class^=table] .icon-remove, .seathall .seatmap div[class^=object] .icon-remove {
  color: #dc3545 !important;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.seathall .iconAtBox, .seathall .icon-cog {
  width: 30px;
  height: 33px;
  padding-top: 8px !important;
  padding-left: 6px !important;
  text-align: center !important;
}
.seathall div[class^=standbox] .icon-edit {
  color: white;
}
.seathall div[class^=table][data-editable=false] .icon-minus {
  display: none;
}
.seathall div[class^=table] .text {
  padding-top: 0 !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  position: absolute;
}
.seathall div[class^=table] .tabSeat {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: 1px solid grey;
  position: absolute;
  margin-top: -2px;
  background: white;
  margin-left: -2px;
}
.seathall div[class^=table] .count {
  width: 100%;
  display: block;
  text-align: center;
}
.seathall div[class^=table] .icon-large {
  margin-left: -32px;
}
.seathall div[class^=table] .tabSeatPlus {
  right: -58px !important;
}
.seathall div[class^=table] .tabSeatPlus, .seathall div[class^=table] .tabSeatMinus {
  top: 60px !important;
}
.seathall div[class^=table][data-form=rect][data-edges=edges] {
  border-radius: 0 !important;
}
.seathall div[class^=table][data-form=rect][data-edges=lightEdges] {
  border-radius: 12px !important;
}
.seathall div[class^=table][data-form=rect][data-edges=round] {
  border-radius: 100% !important;
}
.seathall div[class^=table][data-form=round][data-edges=edges] {
  border-radius: 0 !important;
}
.seathall div[class^=table][data-form=round][data-edges=lightEdges] {
  border-radius: 12px !important;
}
.seathall div[class^=table][data-form=round][data-edges=round] {
  border-radius: 100% !important;
}
.seathall div[class^=seatbox] {
  background-color: #29e;
  color: #fff;
  width: 150px;
  height: 150px;
  font-size: 1.2em;
  border-radius: 4px;
  touch-action: none;
  position: absolute;
  box-sizing: border-box;
}
.seathall div[class^=seatbox][data-editable=false] .icon-minus {
  display: none;
}
.seathall div[class^=seatbox] .count {
  width: 100%;
  font-size: 13px;
  padding-bottom: 3px;
  display: none;
}
.seathall div[class^=seatbox] .count.overall {
  display: block;
  background-color: #29e;
  font-size: 34px;
  font-weight: bold;
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
}
.seathall div[class^=seatbox] .count.overall span {
  padding-top: 30px;
  display: inline-block;
}
.seathall div[class^=seatbox] .detailsButton {
  position: absolute;
  bottom: 16px;
  left: 30px;
  text-decoration: none;
  color: white;
}
.seathall div[class^=seatbox] .detailsButton:after {
  content: attr(data-blockname);
  font-size: 14px;
  padding-left: 5px;
}
.seathall div[class^=seatbox] .icon-move {
  position: absolute;
  bottom: 17px;
  right: 14px;
}
.seathall div[class^=seatbox] .icon-repeat {
  position: absolute;
  cursor: pointer;
  bottom: 17px;
  left: 6px;
}
.seathall div[class^=seatbox] .seatrow {
  float: left;
  width: 100%;
  margin: 0 20px 0 40px;
  pointer-events: none;
}
.seathall div[class^=seatbox] .seatrow * {
  pointer-events: visible;
}
.seathall div[class^=seatbox] .seatrow .selectIcon {
  position: absolute;
  margin-left: 18px;
  left: 0;
  cursor: pointer;
}
.seathall div[class^=seatbox] .seatrow .seat.invisible {
  display: none;
}
.seathall div[class^=seatbox] .seatrow .seat:hover {
  cursor: pointer;
}
.seathall div[class^=seatbox] .seatrow:after {
  position: absolute;
  content: attr(data-after);
  font-size: 11px;
}
.seathall div[class^=seatbox] .seatrow.invisible {
  display: none;
}
.seathall .seatDetails {
  position: fixed;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ccc;
  border-radius: 5px;
  z-index: 11000;
  top: 45%;
  left: 0;
  min-height: 210px;
  display: none;
  width: 260px;
  overflow-x: hidden;
}
.seathall .seatDetails input, .seathall .seatDetails select, .seathall .seatDetails label {
  max-width: 100%;
}
.seathall .seatDetails .alternativeSeats {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  left: 100%;
  margin-left: -16px;
  height: 100%;
  padding-left: 25px;
  padding-top: 47px;
}
.seathall .seatDetails .alternativeSeats .unfold {
  cursor: pointer;
  height: 100%;
  width: 16px;
  background: #999;
  position: absolute;
  padding-top: 130px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding-left: 2px;
  left: 0;
  top: 0;
}
.seathall .seatDetails .alternativeSeats .unfold:before {
  content: "<";
}
.seathall .seatDetails.showAlternative {
  width: 500px;
}
.seathall .seatDetails.showAlternative .unfold:before {
  content: ">";
}
.seathall .seatDetails.showAlternative .alternativeSeats {
  width: 240px;
  left: 270px;
}
.seathall div[class^=seatbox].rotate90 {
  transform: rotate(90deg);
}
.seathall div[class^=seatbox].rotate90 .seat:after {
  transform: rotate(270deg);
}
.seathall div[class^=seatbox].rotate90 .seatrow:after {
  transform: rotate(270deg);
  padding-top: 4px;
}
.seathall div[class^=seatbox].rotate90 .icon-large:before {
  transform: rotate(270deg);
}
.seathall div[class^=seatbox].rotate90 .count {
  transform: rotate(270deg);
  width: 70px;
  margin-left: -22px;
}
.seathall div[class^=seatbox].rotate90 .count.overall {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate90 .count.overall span {
  transform: rotate(90deg);
  position: absolute;
  top: 85px;
  left: 23px;
}
.seathall div[class^=seatbox].rotate180 {
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate180 .seat:after {
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate180 .seatrow:after {
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate180 .icon-large:before {
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate180 .count {
  transform: rotate(180deg);
}
.seathall div[class^=seatbox].rotate270 {
  transform: rotate(270deg);
}
.seathall div[class^=seatbox].rotate270 .seat:after {
  transform: rotate(90deg);
}
.seathall div[class^=seatbox].rotate270 .seatrow:after {
  transform: rotate(90deg);
}
.seathall div[class^=seatbox].rotate270 .icon-large:before {
  transform: rotate(90deg);
}
.seathall div[class^=seatbox].rotate270 .count {
  transform: rotate(90deg);
}
.seathall .seat {
  width: 20px;
  height: 17px;
  margin: 2px;
  border-radius: 8px 8px 2px 2px;
  float: left;
}
.seathall .seat:after {
  position: absolute;
  content: attr(data-after);
  top: -1px;
  padding-left: 5px;
  font-size: 11px;
}
.seathall .seat.active {
  border: 2px solid red !important;
}
.seathall .seat.custom:before {
  content: " ";
  height: 1px;
  background: black;
  border-radius: 10px;
  display: block;
  margin: 3px;
  width: 10px;
  margin-top: 12px;
}
.seathall .legend {
  background: rgba(128, 128, 128, 0.1803921569);
  width: 100%;
  display: block;
  float: left;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.seathall .legend .seat, .seathall .legend .desc {
  float: left;
}
.seathall .legend .desc {
  margin-right: 10px;
}
.seathall .legend .desc .descdrop {
  display: inline-block;
}
.seathall .details span.shortcut {
  display: block;
  float: left;
  position: relative;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid grey;
  border-radius: 5px;
  cursor: pointer;
}
.seathall .details span.shortcut .shortcut-icon {
  margin-right: 5px;
}
.seathall #active {
  border: 1px solid red !important;
  z-index: 1001;
}

.mapOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6196078431);
  width: 100%;
  height: 100%;
  position: absolute;
}

.container.seatmapeditSeatmap {
  width: 8000px;
  max-width: 8000px;
}

.seatmapSidebar .showOnlyOnNonEditableContent {
  display: none;
}
.seatmapSidebar.notEditable .nonEditableContent, .seatmapSidebar.notEditable .deleteBlock {
  display: none;
}
.seatmapSidebar.notEditable .showOnlyOnNonEditableContent {
  display: block;
}
.seatmapSidebar .seatingDetails, .seatmapSidebar .standingDetails {
  min-width: 230px;
  cursor: pointer;
  /* .header{
     width: 100%;
     background: #d8d8d8;
     padding: 5px 5px;
     position: relative;
   }

   .header:after {
     content: '';
     position: absolute;
     right: 8px;
     top: 13px;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #000;
     clear: both;
   }
   &.active .header:after {
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #000;
     border-top: 0;

   }*/
}
.seatmapSidebar .seatingDetails select[name=seatNumberType], .seatmapSidebar .seatingDetails select[name=rowNumberType], .seatmapSidebar .standingDetails select[name=seatNumberType], .seatmapSidebar .standingDetails select[name=rowNumberType] {
  display: none;
}

.seathall .stage, .seathall div[class^=standbox], .seathall div[class^=seatbox], .seathall div[class^=table], .seathall div[class^=object] {
  background: white !important;
  border: 1px solid grey;
}
.seathall .stage *, .seathall div[class^=standbox] *, .seathall div[class^=seatbox] *, .seathall div[class^=table] *, .seathall div[class^=object] * {
  color: grey;
}
.seathall .stage .icon-edit, .seathall div[class^=standbox] .icon-edit, .seathall div[class^=seatbox] .icon-edit, .seathall div[class^=table] .icon-edit, .seathall div[class^=object] .icon-edit {
  color: grey !important;
}
.seathall .stage .seat, .seathall div[class^=standbox] .seat, .seathall div[class^=seatbox] .seat, .seathall div[class^=table] .seat, .seathall div[class^=object] .seat {
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  width: 18px;
  position: relative;
  z-index: 1000;
}
.seathall .stage .count.overall, .seathall div[class^=standbox] .count.overall, .seathall div[class^=seatbox] .count.overall, .seathall div[class^=table] .count.overall, .seathall div[class^=object] .count.overall {
  background: white !important;
  border-bottom: 1px solid grey;
}
.seathall .stage .showSeatboxModal, .seathall .stage .iconAtBox, .seathall .stage .showObjectModal, .seathall .stage .duplicateTable, .seathall div[class^=standbox] .showSeatboxModal, .seathall div[class^=standbox] .iconAtBox, .seathall div[class^=standbox] .showObjectModal, .seathall div[class^=standbox] .duplicateTable, .seathall div[class^=seatbox] .showSeatboxModal, .seathall div[class^=seatbox] .iconAtBox, .seathall div[class^=seatbox] .showObjectModal, .seathall div[class^=seatbox] .duplicateTable, .seathall div[class^=table] .showSeatboxModal, .seathall div[class^=table] .iconAtBox, .seathall div[class^=table] .showObjectModal, .seathall div[class^=table] .duplicateTable, .seathall div[class^=object] .showSeatboxModal, .seathall div[class^=object] .iconAtBox, .seathall div[class^=object] .showObjectModal, .seathall div[class^=object] .duplicateTable {
  position: absolute;
  right: -29px;
  left: unset;
  background: white;
  border: 1px solid #8a8a8a;
  border-radius: 6px;
  top: -1px;
  padding: 5px;
  cursor: pointer;
}
.seathall .stage .showSeatboxModal, .seathall .stage .showObjectModal, .seathall div[class^=standbox] .showSeatboxModal, .seathall div[class^=standbox] .showObjectModal, .seathall div[class^=seatbox] .showSeatboxModal, .seathall div[class^=seatbox] .showObjectModal, .seathall div[class^=table] .showSeatboxModal, .seathall div[class^=table] .showObjectModal, .seathall div[class^=object] .showSeatboxModal, .seathall div[class^=object] .showObjectModal {
  background: #bfff78;
}
.seathall .stage .duplicateTable, .seathall div[class^=standbox] .duplicateTable, .seathall div[class^=seatbox] .duplicateTable, .seathall div[class^=table] .duplicateTable, .seathall div[class^=object] .duplicateTable {
  right: -58px;
}
.seathall .stage .iconAtBox, .seathall div[class^=standbox] .iconAtBox, .seathall div[class^=seatbox] .iconAtBox, .seathall div[class^=table] .iconAtBox, .seathall div[class^=object] .iconAtBox {
  bottom: unset;
}
.seathall .stage .iconAtBox.icon-undo, .seathall .stage .iconAtBox.icon-repeat, .seathall div[class^=standbox] .iconAtBox.icon-undo, .seathall div[class^=standbox] .iconAtBox.icon-repeat, .seathall div[class^=seatbox] .iconAtBox.icon-undo, .seathall div[class^=seatbox] .iconAtBox.icon-repeat, .seathall div[class^=table] .iconAtBox.icon-undo, .seathall div[class^=table] .iconAtBox.icon-repeat, .seathall div[class^=object] .iconAtBox.icon-undo, .seathall div[class^=object] .iconAtBox.icon-repeat {
  top: 30px;
}
.seathall .stage .iconAtBox.icon-arrow-up, .seathall .stage .iconAtBox.icon-arrow-down, .seathall div[class^=standbox] .iconAtBox.icon-arrow-up, .seathall div[class^=standbox] .iconAtBox.icon-arrow-down, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-up, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-down, .seathall div[class^=table] .iconAtBox.icon-arrow-up, .seathall div[class^=table] .iconAtBox.icon-arrow-down, .seathall div[class^=object] .iconAtBox.icon-arrow-up, .seathall div[class^=object] .iconAtBox.icon-arrow-down {
  top: 60px;
}
.seathall .stage .iconAtBox.icon-arrow-left, .seathall .stage .iconAtBox.icon-arrow-right, .seathall div[class^=standbox] .iconAtBox.icon-arrow-left, .seathall div[class^=standbox] .iconAtBox.icon-arrow-right, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-left, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-right, .seathall div[class^=table] .iconAtBox.icon-arrow-left, .seathall div[class^=table] .iconAtBox.icon-arrow-right, .seathall div[class^=object] .iconAtBox.icon-arrow-left, .seathall div[class^=object] .iconAtBox.icon-arrow-right {
  top: 90px;
}
.seathall .stage .iconAtBox.icon-step-backward, .seathall .stage .iconAtBox.icon-step-forward, .seathall div[class^=standbox] .iconAtBox.icon-step-backward, .seathall div[class^=standbox] .iconAtBox.icon-step-forward, .seathall div[class^=seatbox] .iconAtBox.icon-step-backward, .seathall div[class^=seatbox] .iconAtBox.icon-step-forward, .seathall div[class^=table] .iconAtBox.icon-step-backward, .seathall div[class^=table] .iconAtBox.icon-step-forward, .seathall div[class^=object] .iconAtBox.icon-step-backward, .seathall div[class^=object] .iconAtBox.icon-step-forward {
  top: 120px;
  width: 30px;
}
.seathall .stage .iconAtBox.icon-bezier-curve, .seathall div[class^=standbox] .iconAtBox.icon-bezier-curve, .seathall div[class^=seatbox] .iconAtBox.icon-bezier-curve, .seathall div[class^=table] .iconAtBox.icon-bezier-curve, .seathall div[class^=object] .iconAtBox.icon-bezier-curve {
  top: 150px;
  width: 30px;
}
.seathall .stage .iconAtBox.icon-step-forward, .seathall div[class^=standbox] .iconAtBox.icon-step-forward, .seathall div[class^=seatbox] .iconAtBox.icon-step-forward, .seathall div[class^=table] .iconAtBox.icon-step-forward, .seathall div[class^=object] .iconAtBox.icon-step-forward {
  text-align: right;
}
.seathall .stage .iconAtBox.icon-repeat, .seathall .stage .iconAtBox.icon-arrow-down, .seathall .stage .iconAtBox.icon-arrow-right, .seathall .stage .iconAtBox.icon-step-forward, .seathall div[class^=standbox] .iconAtBox.icon-repeat, .seathall div[class^=standbox] .iconAtBox.icon-arrow-down, .seathall div[class^=standbox] .iconAtBox.icon-arrow-right, .seathall div[class^=standbox] .iconAtBox.icon-step-forward, .seathall div[class^=seatbox] .iconAtBox.icon-repeat, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-down, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-right, .seathall div[class^=seatbox] .iconAtBox.icon-step-forward, .seathall div[class^=table] .iconAtBox.icon-repeat, .seathall div[class^=table] .iconAtBox.icon-arrow-down, .seathall div[class^=table] .iconAtBox.icon-arrow-right, .seathall div[class^=table] .iconAtBox.icon-step-forward, .seathall div[class^=object] .iconAtBox.icon-repeat, .seathall div[class^=object] .iconAtBox.icon-arrow-down, .seathall div[class^=object] .iconAtBox.icon-arrow-right, .seathall div[class^=object] .iconAtBox.icon-step-forward {
  right: -58px;
  left: unset;
}
.seathall .stage .iconAtBox.columnPlus, .seathall div[class^=standbox] .iconAtBox.columnPlus, .seathall div[class^=seatbox] .iconAtBox.columnPlus, .seathall div[class^=table] .iconAtBox.columnPlus, .seathall div[class^=object] .iconAtBox.columnPlus {
  left: -29px;
  right: unset;
  top: 50%;
  margin-top: -30px;
}
.seathall .stage .iconAtBox.columnMinus, .seathall div[class^=standbox] .iconAtBox.columnMinus, .seathall div[class^=seatbox] .iconAtBox.columnMinus, .seathall div[class^=table] .iconAtBox.columnMinus, .seathall div[class^=object] .iconAtBox.columnMinus {
  left: -29px;
  top: 50%;
  right: unset;
}
.seathall .stage .iconAtBox.rowPlus, .seathall div[class^=standbox] .iconAtBox.rowPlus, .seathall div[class^=seatbox] .iconAtBox.rowPlus, .seathall div[class^=table] .iconAtBox.rowPlus, .seathall div[class^=object] .iconAtBox.rowPlus {
  top: -33px;
  left: 50%;
  margin-left: -27px;
  right: unset;
}
.seathall .stage .iconAtBox.rowMinus, .seathall div[class^=standbox] .iconAtBox.rowMinus, .seathall div[class^=seatbox] .iconAtBox.rowMinus, .seathall div[class^=table] .iconAtBox.rowMinus, .seathall div[class^=object] .iconAtBox.rowMinus {
  top: -33px;
  left: 50%;
  right: unset;
}

.seathall.newLayout .seat {
  width: 28px !important;
  height: 22px;
}

#seatmap .seatbox.makeSeatSmaller .seat {
  width: 18px !important;
  height: 18px !important;
}

#seatmap .seatbox .seatrow:not(.hideRowNumber):after {
  margin: -2px 0 0 0px !important;
}

.ticketBox .selectedTicket {
  float: left;
  width: 100%;
  display: block;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.seat.standard {
  background: white;
}

.seat.disabled {
  background: #c10000 !important;
  color: white !important;
}
.seat.disabled:before {
  content: " ";
  width: 8px;
  height: 7px;
  position: relative;
  float: left;
  margin-top: 5px;
  background: white;
  margin-left: 5px;
}
.seat.disabled.sold {
  background: #ced4da !important;
}

.seat.disabledGuide {
  background: #c10000 !important;
  color: white !important;
}
.seat.disabledGuide:before {
  content: "x";
  font-size: 14px;
  font-weight: bold;
  margin-top: -2px;
  margin-left: 9px;
  color: white;
  position: absolute;
}
.seat.disabledGuide.sold {
  background: #ced4da !important;
}

.seat.nonExistent {
  background: #f9f6f1;
  border: none !important;
  cursor: default !important;
}

.seat.notOnline, .tabSeat.notOnline {
  opacity: 0.4;
  border: 1px solid #ff00b1 !important;
  background: #00daff !important;
}

.seat.childOnly {
  background: #ff0;
}

.seat.blocked {
  background: #c00;
}

.price1 .seat {
  border-bottom: 3px solid #80ff00 !important;
}

.price2 .seat {
  border-bottom: 3px solid #ff8000 !important;
}

.price3 .seat {
  border-bottom: 3px solid #ff0 !important;
}

.price4 .seat {
  border-bottom: 3px solid #ff312a !important;
}

.price5 .seat {
  border-bottom: 3px solid #0ff !important;
}

.price6 .seat {
  border-bottom: 3px solid #0080ff !important;
}

.price7 .seat {
  border-bottom: 3px solid #00f !important;
}

.price8 .seat {
  border-bottom: 3px solid #ff00ff !important;
}

.price9 .seat {
  border-bottom: 3px solid #f0f !important;
}

.price10 .seat {
  border-bottom: 3px solid #808080 !important;
}

.seat.price1 {
  border-bottom: 3px solid #80ff00 !important;
}

.seat.price2 {
  border-bottom: 3px solid #ff8000 !important;
}

.seat.price3 {
  border-bottom: 3px solid #ff0 !important;
}

.seat.price4 {
  border-bottom: 3px solid #ff312a !important;
}

.seat.price5 {
  border-bottom: 3px solid #0ff !important;
}

.seat.price6 {
  border-bottom: 3px solid #0080ff !important;
}

.seat.price7 {
  border-bottom: 3px solid #00f !important;
}

.seat.price8 {
  border-bottom: 3px solid #ff00ff !important;
}

.seat.price9 {
  border-bottom: 3px solid #f0f !important;
}

.seat.price10 {
  border-bottom: 3px solid #808080 !important;
}

.price1 .tabSeat {
  background: #80ff00 !important;
}

.price2 .tabSeat {
  background: #ff8000 !important;
}

.price3 .tabSeat {
  background: #ff0 !important;
}

.price4 .tabSeat {
  background: #ff312a !important;
}

.price5 .tabSeat {
  background: #0ff !important;
}

.price6 .tabSeat {
  background: #0080ff !important;
}

.price7 .tabSeat {
  background: #00f !important;
}

.price8 .tabSeat {
  background: #ff00ff !important;
}

.price9 .tabSeat {
  background: #f0f !important;
}

.price10 .tabSeat {
  background: #808080 !important;
}

/* seatmap für die Eventliste*/
.bookingTabs {
  overflow-x: hidden;
}
.bookingTabs .hideBestplace {
  display: none;
}
.bookingTabs li.nav-item a {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}
.bookingTabs #bestSeats {
  padding-bottom: 250px;
  margin-top: 38px;
}
.bookingTabs #bestSeats *:not(.icon-large) {
  font-size: 16px;
  font-family: Arial, serif;
}
.bookingTabs #bestSeats .row {
  margin-top: 15px;
}
.bookingTabs #bestSeats .row select {
  max-width: 58px;
  height: 40px;
}
.bookingTabs #bestSeats .topRow {
  margin-top: 35px;
}
.bookingTabs #bestSeats .topRow * {
  font-weight: bold;
}
.bookingTabs #bestSeats .btn-primary {
  font-family: Amiri, Arial, serif;
}
.bookingTabs #bestSeats .btn-primary span {
  color: white !important;
}
.bookingTabs #bestSeats .btn[disabled] {
  background: #9a8c8b;
}
.bookingTabs #bestSeats .tickettype {
  font-weight: normal;
}

#seatmap {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
#seatmap .innermap {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: center;
}
#seatmap .seatbox {
  color: #fff;
  width: 150px;
  font-size: 1.2em;
  border-radius: 4px;
  touch-action: none;
  position: absolute;
  box-sizing: border-box;
  padding-top: 10px;
  z-index: 10;
  pointer-events: none;
}
#seatmap .seatbox::before {
  content: attr(data-block);
  display: none;
}
#seatmap .seatbox[data-addlabeling]:not([data-addlabeling="0"])::before {
  color: #62566d;
  font-weight: bold;
  margin-top: -45px;
  display: block;
  margin-left: auto;
  position: absolute;
  font-size: 20px;
  width: 70%;
  text-align: center;
}
#seatmap .seatbox.flipSeats .seat:after {
  transform: rotate(180deg);
}
#seatmap .seatbox.flipSeats .seatrow:after {
  transform: rotate(180deg);
}
#seatmap .seatbox.rotateMinus90 .seat:after {
  transform: rotate(90deg);
}
#seatmap .seatbox.rotate90 .seat:after {
  transform: rotate(-90deg);
}
#seatmap .seatbox .seat:not(.nonExistent) {
  pointer-events: visible;
}
#seatmap .seatbox .seatrow {
  float: left;
  width: 100%;
  margin: 0 20px 0 40px;
}
#seatmap .seatbox .seatrow .seat:hover {
  cursor: pointer;
}
#seatmap .seatbox .seatrow:not(.hideRowNumber):after {
  position: absolute;
  content: attr(data-after);
  margin: 0px 0 0 0px;
  font-weight: bold;
  font-size: 15px;
  left: var(--after-left-var);
  margin-top: var(--after-bezier-var);
}
#seatmap .standbox, #seatmap .stage, #seatmap .object.stageelement {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
#seatmap .standbox *, #seatmap .stage *, #seatmap .object.stageelement * {
  text-align: center;
}
#seatmap .standbox .name, #seatmap .stage .name, #seatmap .object.stageelement .name {
  font-weight: bold;
}
#seatmap .standbox .type, #seatmap .stage .type, #seatmap .object.stageelement .type {
  margin: 10px 0;
}
#seatmap .object.stageelement {
  border: none;
  font-size: 20px !important;
  z-index: 1;
  pointer-events: none;
}
#seatmap .object.stageelement .name {
  font-size: 20px !important;
}
#seatmap .object.stageelement.objectBorder {
  border: 1px solid #cbcbcb;
}
#seatmap .standbox {
  cursor: pointer;
  z-index: 10;
}
#seatmap .standbox .soldout {
  display: none;
}
#seatmap .standbox.sold {
  cursor: default;
  background: #cbcbcb;
}
#seatmap .standbox.sold .soldout {
  display: block;
}
#seatmap .table {
  border: 1px solid #cbcbcb;
  z-index: 100;
}
#seatmap .table .name {
  text-align: center;
}
#seatmap .table.rect.edges {
  border-radius: 0 !important;
}
#seatmap .table.rect.lightEdges {
  border-radius: 12px !important;
}
#seatmap .table.rect.round {
  border-radius: 100% !important;
}
#seatmap .table.round.edges {
  border-radius: 0 !important;
}
#seatmap .table.round.lightEdges {
  border-radius: 12px !important;
}
#seatmap .table.round.round {
  border-radius: 100% !important;
}
#seatmap .zoomPlus, #seatmap .zoomMinus {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ced4da;
  padding: 6px;
  font-weight: bold;
  font-size: 40px;
  line-height: 14px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: white;
  z-index: 1002;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#seatmap .zoomPlus.deactivated, #seatmap .zoomMinus.deactivated {
  color: #cbcbcb;
  cursor: unset;
}
#seatmap .zoomMinus {
  top: 32px;
  padding-top: 0px;
  font-size: 53px;
  line-height: 12px;
  z-index: 1001;
}
#seatmap .hoverbox {
  position: absolute;
  left: 20px;
  top: 20px;
  background: white;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  z-index: 1000;
  min-width: 140px;
  padding: 10px;
}
#seatmap .hoverbox.posLeft {
  left: -120px;
}
#seatmap .standbox .hoverbox {
  top: 30px;
  text-align: left;
}

.seat {
  width: 28px;
  height: 22px;
  margin: 2px;
  float: left;
  border: 1px solid #cbcbcb;
}

.makeSeatSmaller .seat {
  width: 18px !important;
  height: 18px !important;
}

.tabSeat {
  width: 24px;
  height: 22px;
  margin: 2px;
  float: left;
  border: 1px solid #cbcbcb;
  cursor: pointer;
  position: absolute;
}

.tabSeat.selected:before {
  content: " ";
  height: 17px;
  background: #b8ffa7;
  display: block;
  position: absolute;
  width: 22px;
}

.seat:after, .tabSeat:after {
  position: absolute;
  content: attr(data-after);
  font-size: 13px;
  font-family: Arial, serif;
  width: 28px;
  text-align: center;
  padding-left: 0px;
}

.seat.nonExistent:after {
  display: none;
}

.seat.standard {
  background: white;
}

.seat.disabled {
  background: #c10000 !important;
  color: white !important;
}
.seat.disabled.sold {
  background: #ced4da !important;
  color: #ced4da !important;
}

.seat.disabledGuide {
  background: #c10000 !important;
  color: white !important;
}
.seat.disabledGuide:before {
  content: "x";
  font-size: 14px;
  font-weight: bold;
  margin-top: -2px;
  margin-left: 9px;
  color: white;
  position: absolute;
}
.seat.disabledGuide.sold {
  background: #ced4da !important;
  color: #ced4da !important;
}

.seat.childOnly {
  background: #ff0;
}

.seat.corona {
  border-color: #0003c0 !important;
}

.seat.nonExistent {
  border: none !important;
  background: none !important;
  border-bottom: none !important;
  cursor: default !important;
}

.seat.price1, .price1 .seat, .tabSeat.price1, .standbox[data-price="1"] {
  background: #73c070;
}

.seat.price2, .price2 .seat, .tabSeat.price2, .standbox[data-price="2"] {
  background: #ff8000;
}

.seat.price3, .price3 .seat, .tabSeat.price3, .standbox[data-price="3"] {
  background: #ff0;
}

.seat.price4, .price4 .seat, .tabSeat.price4, .standbox[data-price="4"] {
  background: #0080ff;
}

.seat.price5, .price5 .seat, .tabSeat.price5, .standbox[data-price="5"] {
  background: #0ff;
}

.seat.price6, .price6 .seat, .tabSeat.price6, .standbox[data-price="6"] {
  background: #bf90ff;
}

.seat.price7, .price7 .seat, .tabSeat.price7, .standbox[data-price="7"] {
  background: #00f;
}

.seat.price8, .price8 .seat, .tabSeat.price8, .standbox[data-price="8"] {
  background: #21ff00;
}

.seat.price9, .price9 .seat, .tabSeat.price9, .standbox[data-price="9"] {
  background: #f0f;
}

.seat.price10, .price10 .seat, .tabSeat.price10, .standbox[data-price="10"] {
  background: #ad9f5a;
}

.seat.sold, .tabSeat.sold {
  border-bottom: 0 !important;
  background: #ced4da;
  cursor: default !important;
  color: #ced4da;
}

/*.seat.price1, .price1 .seat, .tabSeat.price1 {
  border-bottom: 6px solid #73c070;
}
.seat.price2, .price2 .seat, .tabSeat.price2 {
  border-bottom: 6px solid #ff8000;
}
.seat.price3, .price3 .seat, .tabSeat.price3 {
  border-bottom: 6px solid #ff0;
}
.seat.price4, .price4 .seat, .tabSeat.price4 {
  border-bottom: 6px solid #0080ff;
}
.seat.price5, .price5 .seat, .tabSeat.price5 {
  border-bottom: 6px solid #0ff;
}
.seat.price6, .price6 .seat, .tabSeat.price6 {
  border-bottom: 6px solid #bf90ff;
}
.seat.price7, .price7 .seat, .tabSeat.price7 {
  border-bottom: 6px solid #00f;
}
.seat.price8, .price8 .seat, .tabSeat.price8 {
  border-bottom: 6px solid #21ff00;
}
.seat.price9, .price9 .seat, .tabSeat.price9 {
  border-bottom: 6px solid #f0f;
}
.seat.price10, .price10 .seat, .tabSeat.price10 {
  border-bottom: 6px solid #808080;
}*/
.seat.selected:before {
  content: " ";
  height: 17px;
  background: #b8ffa7;
  display: block;
  position: absolute;
  width: 26px;
}

.seatmapLegend {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 10px;
}
.seatmapLegend .pricebox {
  float: left;
  margin-right: 20px;
}
.seatmapLegend .pricebox .seatDesc {
  padding-left: 8px;
  font-size: 14px;
  padding-top: 4px;
  display: inline-block;
}
.seatmapLegend .pricebox.childOnlyPricebox {
  display: none;
}
@media (max-width: 768px) {
  .seatmapLegend .pricebox {
    float: left;
    margin-right: 0;
    max-width: 50%;
    padding-right: 10px;
  }
}

.hoverbox.show {
  opacity: 1;
  position: absolute;
  z-index: 10000;
  background: white;
  padding: 5px;
}

.hoverbox {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.hoverbox div[class^=category] {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.hoverbox .category1 {
  background: #73c070;
}
.hoverbox .category2 {
  background: #ff8000;
}
.hoverbox .category3 {
  background: #ff0;
}
.hoverbox .category4 {
  background: #0080ff;
}
.hoverbox .category5 {
  background: #0ff;
}
.hoverbox .category6 {
  background: #bf90ff;
}
.hoverbox .category7 {
  background: #00f;
}
.hoverbox .category8 {
  background: #21ff00;
}
.hoverbox .category9 {
  background: #f0f;
}
.hoverbox .category10 {
  background: #ad9f5a;
}

@media (max-width: 768px) {
  .mobilecart {
    z-index: 10000 !important;
  }
}
.selectedSeats {
  position: absolute;
  right: 0;
  width: 250px;
  border: 2px solid #cbcbcb;
  height: 100%;
  margin: 0px;
  padding: 5px;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: white;
  z-index: 100;
  max-height: 700px;
}
@media (min-width: 769px) {
  .selectedSeats {
    margin-right: -248px;
    transition: margin-right 0.4s ease-in-out;
  }
  .selectedSeats.show {
    margin-right: 0;
  }
  .selectedSeats.show .toggleTicketbox::before {
    content: ">";
  }
  .selectedSeats .toggleTicketbox {
    cursor: pointer;
    content: "<";
    position: absolute;
    left: -20px;
    border: 2px solid #cbcbcb;
    padding: 5px;
    border-radius: 4px;
    border-right: 0;
    margin-top: 100%;
    background: white;
    margin-left: -2px;
  }
  .selectedSeats .toggleTicketbox::before {
    content: "<";
    font-size: 20px;
    font-weight: bold;
    color: #cbcbcb;
  }
}
@media (max-width: 768px) {
  .selectedSeats {
    position: fixed !important;
    bottom: 47px;
    height: inherit;
    z-index: 10000;
    transition: all 0.4s ease-in-out;
  }
  .selectedSeats.showMobile {
    margin-right: 0;
  }
  .selectedSeats.showMobile .toggleTicketbox::before {
    content: ">";
  }
  .selectedSeats.showMobile .noTickets, .selectedSeats.showMobile .selectedTicket, .selectedSeats.showMobile .total {
    height: initial;
  }
  .selectedSeats .noTickets, .selectedSeats .selectedTicket, .selectedSeats .total {
    height: 0;
    overflow: hidden;
  }
  .selectedSeats .btn {
    display: none;
  }
  .selectedSeats .ticketTotalBox {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
  .selectedSeats .toggleTicketbox {
    cursor: pointer;
    content: "<";
    position: absolute;
    left: -20px;
    border: 2px solid #ced4da;
    padding: 5px;
    border-radius: 4px;
    border-right: 0;
    background: white;
    margin-left: -22px;
    left: 50%;
    top: -34px;
    transform: rotate(90deg);
  }
  .selectedSeats .toggleTicketbox::before {
    content: "<";
    font-size: 20px;
    font-weight: bold;
    color: #cbcbcb;
  }
  .selectedSeats .toggleLink {
    font-size: 16px;
    text-decoration: underline !important;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  .selectedSeats .ticketBox {
    max-height: 200px;
  }
}
.selectedSeats h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-bottom: 3px;
}
.selectedSeats .category1 {
  background: #73c070;
}
.selectedSeats .category2 {
  background: #ff8000;
}
.selectedSeats .category3 {
  background: #ff0;
}
.selectedSeats .category4 {
  background: #0080ff;
}
.selectedSeats .category5 {
  background: #0ff;
}
.selectedSeats .category6 {
  background: #bf90ff;
}
.selectedSeats .category7 {
  background: #00f;
}
.selectedSeats .category8 {
  background: #21ff00;
}
.selectedSeats .category9 {
  background: #f0f;
}
.selectedSeats .category10 {
  background: #ad9f5a;
}
.selectedSeats .ticketBox {
  height: 80%;
  overflow-y: scroll;
}
.selectedSeats .ticketBox .noTickets {
  font-size: 16px;
  font-family: arial, serif;
}
.selectedSeats .ticketTotalBox {
  display: none;
  position: relative;
  border-top: 1px solid #cbcbcb;
  margin-top: 5px;
}
.selectedSeats .ticketTotalBox .ticketamount {
  font-size: 15px;
  white-space: normal;
  line-height: 15px;
}
.selectedSeats .ticketTotalBox .btn {
  width: 100%;
  min-height: 36px;
  height: initial;
  padding-top: 9px;
}
.selectedSeats .ticketTotalBox .btn.disabled {
  background: grey;
}
.selectedSeats .ticketTotalBox .btn * {
  color: white;
}
.selectedSeats .ticketTotalBox .icon-large {
  padding-right: 5px;
}
.selectedSeats .ticketTotalBox .total {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}
.selectedSeats .ticketTotalBox .error {
  font-size: 14px;
  color: #ff312a;
  position: absolute;
  top: -60px;
  display: none;
  background: white;
  padding: 5px;
  border: 1px solid rgba(200, 200, 200, 0.8);
}
.selectedSeats .ticket {
  border: 1px solid rgba(200, 200, 200, 0.8);
  padding: 7px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.selectedSeats .ticket span[class^=category] {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
}
.selectedSeats .ticket * {
  font-size: 15px;
}
.selectedSeats .ticket .remove {
  cursor: pointer;
  position: absolute;
  right: 5px;
  font-size: 16px;
  font-family: Arial, serif;
  color: #ff312a;
}

.tab-content {
  position: relative;
}

.container.cart .inner {
  background: white;
  padding-left: 20px;
  padding-bottom: 200px;
}
.container.cart h1 {
  padding-bottom: 0;
}
.container.cart .icon-large, .container.cart .btn *, .container.cart .btn {
  color: white;
}
.container.cart .eventrow {
  border-top: 0;
}
.container.cart .eventrow .playdate {
  margin-top: -5px;
}
.container.cart .row {
  margin-right: 0;
}
.container.cart .artist {
  font-weight: bold;
}
.container.cart .footerrow * {
  font-weight: bold;
}
.container.cart .border-bottom {
  border-bottom: 1px solid #cbcbcb !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 996px) {
  .container.cart .border-bottom-lg {
    border-bottom: 1px solid #cbcbcb !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.container.cart .price {
  width: 70px;
  display: inline-block;
}

.container.cart .inner {
  padding-left: 40px;
  padding-right: 20px;
}

.bookingTabs li.nav-item a {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-top: 40px;
}
.bookingTabs #bestSeats {
  padding-bottom: 250px;
}
.bookingTabs #bestSeats * {
  font-weight: bold;
  font-size: 14px;
}
.bookingTabs #bestSeats .row {
  margin-top: 15px;
}
.bookingTabs #bestSeats .tickettype {
  font-weight: normal;
}

.currentGoto:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #000000;
  position: absolute;
  margin-top: 11px;
  margin-left: 9px;
}

#seatmap {
  overflow: hidden;
  position: relative;
}
#seatmap.newLayout .seat {
  width: 28px !important;
  height: 22px;
}
#seatmap .innermap {
  width: 9000%;
  height: 9000%;
  position: absolute;
}
#seatmap .setStandOnline, #seatmap .setStandOffline {
  text-decoration: underline;
}
#seatmap .seatbox {
  color: #fff;
  overflow: visible;
  font-size: 1.2em;
  border-radius: 4px;
  touch-action: none;
  position: absolute;
  box-sizing: border-box;
  width: initial;
}
#seatmap .seatbox:hover {
  z-index: 10000;
}
#seatmap .seatbox .selectIcon {
  position: absolute;
  color: #5d5d5d;
  left: -12px;
  margin-top: 3px;
  cursor: pointer;
  pointer-events: visible;
}
#seatmap .seatbox.flipSeats .seat:after {
  transform: rotate(180deg);
}
#seatmap .seatbox.flipSeats .seatrow:after {
  transform: rotate(180deg);
}
#seatmap .seatbox.rotateMinus90 .seat:after {
  transform: rotate(90deg);
}
#seatmap .seatbox.rotate90 .seat:after {
  transform: rotate(-90deg);
}
#seatmap .seatbox .seatrow {
  float: left;
  width: 100%;
}
#seatmap .seatbox .seatrow .seat:hover {
  cursor: pointer;
}
#seatmap .seatbox .seatrow:not(.hideRowNumber):after {
  position: absolute;
  content: attr(data-after);
  margin: 0px 0 0 16px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
#seatmap .standbox, #seatmap .stage {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#seatmap .standbox *, #seatmap .stage * {
  text-align: center;
}
#seatmap .standbox .name, #seatmap .stage .name {
  font-weight: bold;
}
#seatmap .standbox .type, #seatmap .stage .type {
  margin: 10px 0;
}
#seatmap .standbox {
  cursor: pointer;
  z-index: 0;
}
#seatmap .standbox .soldout {
  display: none;
}
#seatmap .standbox.sold {
  cursor: default;
  background: #ccc;
}
#seatmap .standbox.sold .soldout {
  display: block;
}
#seatmap .table {
  border: 1px solid #ccc;
}
#seatmap .table .name {
  text-align: center;
}
#seatmap .table.rect.edges {
  border-radius: 0 !important;
}
#seatmap .table.rect.lightEdges {
  border-radius: 12px !important;
}
#seatmap .table.rect.round {
  border-radius: 100% !important;
}
#seatmap .table.round.edges {
  border-radius: 0 !important;
}
#seatmap .table.round.lightEdges {
  border-radius: 12px !important;
}
#seatmap .table.round.round {
  border-radius: 100% !important;
}
#seatmap .table.sitlong .tabSeat {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.tabSeat {
  width: 24px;
  height: 22px;
  margin: 2px;
  float: left;
  border: 1px solid #ccc;
  cursor: pointer;
  position: absolute;
}

.tabSeat.selected:before {
  content: " ";
  height: 17px;
  background: #b8ffa7;
  display: block;
  position: absolute;
  width: 22px;
}

.seat:after, .tabSeat:after {
  position: absolute;
  content: attr(data-seat);
  padding-left: 0px;
  width: 19px;
  margin-top: -7px;
  font-size: 12px;
  color: black;
}

.seat.nonExistent:after {
  display: none;
}

.seat.notOnline, .tabSeat.notOnline {
  opacity: 0.4;
  border: 1px solid #ff00b1 !important;
  background: #00daff !important;
}

/* sold seats with pricecolors*/
#seatmap .seat.ticketprice1, .colorTicketLegend .seat.ticketprice1 {
  background-color: #0080ff !important;
}
#seatmap .seat.ticketprice2, .colorTicketLegend .seat.ticketprice2 {
  background-color: #ff8000 !important;
}
#seatmap .seat.ticketprice3, .colorTicketLegend .seat.ticketprice3 {
  background-color: #ff0 !important;
}
#seatmap .seat.ticketprice4, .colorTicketLegend .seat.ticketprice4 {
  background-color: #ff312a !important;
}
#seatmap .seat.ticketprice5, .colorTicketLegend .seat.ticketprice5 {
  background-color: #0ff !important;
}
#seatmap .seat.ticketprice6, .colorTicketLegend .seat.ticketprice6 {
  background-color: #ff9597 !important;
}
#seatmap .seat.ticketprice7, .colorTicketLegend .seat.ticketprice7 {
  background-color: #00f !important;
}
#seatmap .seat.ticketprice8, .colorTicketLegend .seat.ticketprice8 {
  background-color: #ff00ff !important;
}
#seatmap .seat.ticketprice9, .colorTicketLegend .seat.ticketprice9 {
  background-color: #00cc27 !important;
}
#seatmap .seat.ticketprice10, .colorTicketLegend .seat.ticketprice10 {
  background-color: #000000 !important;
}

/* sold seats with pricecolors end*/
.seat.selected:before, .tabSeat.selected:before, .seat.reserved:before, .seat.reservedByMe:before, .seat.blockselect:before, .tabSeat.blockselect:before {
  content: " ";
  height: 10px;
  background: #594b4b;
  border-radius: 10px;
  display: block;
  margin: 4px;
  width: 10px;
  margin-bottom: -17px;
}

.seat.reserved:before {
  background: #bd0009;
}

.seat.reservedByMe:before {
  background: #4988bd;
}

.seat.sold, .tabSeat.sold {
  border-bottom: 1px solid white !important;
  background: #ced4da !important;
  cursor: default !important;
}

.seat.blocked, .tabSeat.blocked {
  background: #f00 !important;
  cursor: pointer !important;
}

.seat.blockedByMap, .tabSeat.blockedByMap {
  background: #000 !important;
  cursor: pointer !important;
}
.seat.blockedByMap:after, .tabSeat.blockedByMap:after {
  color: white;
}

.seatmapLegend {
  width: 100%;
  position: relative;
  float: left;
}
.seatmapLegend .pricebox {
  float: left;
  margin-right: 20px;
}

.ticketBuyBoxCart {
  padding: 20px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}

.stripedRow {
  padding-top: 5px;
}

.headStripedRow div {
  padding-left: 6px !important;
}
.headStripedRow div b {
  font-size: 14px !important;
}

.selectedSeats {
  position: relative !important;
  right: 0;
  border: 1px solid rgba(220, 220, 220, 0.5);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 300px;
  max-height: initial !important;
  box-shadow: 3px -3px 7px 0 rgba(220, 220, 220, 0.8);
}
.selectedSeats .category1 {
  background: #80ff00;
}
.selectedSeats .category2 {
  background: #ff8000;
}
.selectedSeats .category3 {
  background: #ff0;
}
.selectedSeats .category4 {
  background: #ff312a;
}
.selectedSeats .category5 {
  background: #0ff;
}
.selectedSeats .category6 {
  background: #0080ff;
}
.selectedSeats .category7 {
  background: #00f;
}
.selectedSeats .category8 {
  background: #ff00ff;
}
.selectedSeats .category9 {
  background: #f0f;
}
.selectedSeats .category10 {
  background: #808080;
}
.selectedSeats .ticketBox {
  height: 80%;
  max-height: 600px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .selectedSeats .ticketBox {
    max-height: initial !important;
  }
  .selectedSeats .selectedTicket {
    height: initial !important;
  }
  .selectedSeats .btn {
    display: block;
  }
  .selectedSeats .buyButton {
    width: 100%;
  }
}
.selectedSeats .ticketTotalBox {
  display: none;
  position: relative;
}
.selectedSeats .ticketTotalBox .btn {
  width: 100%;
  height: 36px;
  padding-top: 9px;
}
.selectedSeats .ticketTotalBox .btn.disabled {
  background: grey;
}
.selectedSeats .ticketTotalBox .btn * {
  color: white;
}
.selectedSeats .ticketTotalBox .icon-large {
  padding-right: 5px;
}
.selectedSeats .ticketTotalBox .total {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}
.selectedSeats .ticketTotalBox .error {
  font-size: 14px;
  color: #ff312a;
  position: relative;
  top: -20px;
  display: none;
  background: white;
  padding: 5px;
  border: 1px solid rgba(200, 200, 200, 0.8);
}
.selectedSeats .ticket {
  border: 1px solid rgba(200, 200, 200, 0.8);
  padding: 7px;
  margin-bottom: 10px;
  position: relative;
}
.selectedSeats .ticket span[class^=category] {
  width: 15px;
  height: 15px;
  border-radius: 8px 8px 2px 2px;
  float: left;
  margin-right: 10px;
}
.selectedSeats .ticket .remove {
  cursor: pointer;
  position: absolute;
  right: 5px;
  color: #ff312a;
  width: 27px;
  font-size: 23px;
  font-weight: bold;
  padding-top: 0;
  padding-left: 6px;
}

.deleteTicket, .deleteVoucher {
  float: right;
}

.tab-content {
  position: relative;
}

.object.stageelement {
  border: none;
  font-size: 20px !important;
  z-index: -11;
}

.object.stageelement .name {
  font-size: 20px !important;
}

.object.stageelement.objectBorder {
  border: 1px solid #ccc;
}

/* partnerlogos */
.urlTable input {
  width: 98%;
}

/* events */
.input-sm {
  width: 80px;
}

input {
  max-width: 98%;
}

.highlightPricevariant {
  position: absolute;
  margin-top: -50px;
}

.locationHolder {
  background: #e5e5e5;
  display: block;
  float: left;
  padding: 10px;
}

.rememberButton {
  float: right;
  margin-bottom: 10px !important;
}

.priceVariantText {
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  color: #337ab7;
  margin: 85px 0 0 20px;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2705882353);
  font-family: "Open Sans";
  width: 200px;
}

.event .packageContainer {
  max-width: 100%;
}
.event .packageContainer select, .event .packageContainer input {
  max-width: 98%;
}
.event .dateseries {
  cursor: pointer;
}
.event .dropzone {
  height: 200px !important;
}
.event .closeCrop {
  float: left;
  margin: 10px;
  height: 37px;
  border: 2px solid #e87c1b;
  cursor: pointer;
  padding: 0px;
  background-position: 0px -6px !important;
  width: 250px;
}
.event #overlay {
  background: none !important;
  display: none;
  overflow: scroll;
}
.event #overlay .backdrop {
  z-index: 100;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.event #overlay .inner {
  z-index: 1000;
  position: relative;
}
.event .playrow select {
  width: 50px;
}
.event .playrow span {
  padding-left: 5px;
}
.event .priceContainer {
  padding-left: 30px;
  overflow-x: scroll;
}
.event .priceContainer .row div.col-1 input[type=text] {
  width: 85%;
}
.event .priceContainer .row div.col-2 input[type=text] {
  width: 90%;
}
.event .previewPic {
  max-width: 150px;
}
.event #datesAnchor .additionalPlayrow {
  background: rgba(169, 169, 169, 0.1098039216);
  float: left;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
}
.event .additionalPlayrow .std, .event .additionalPlayrow .min, .event .additionalPlayrow .additionalPlayrowDate, .event .additionalPlayrow .additionalPlayrowText, .event .additionalPlayrow .additionalPlayrowEntrytime, .event .additionalPlayrow .additionalPlayrowBoxofficetime, .event .additionalPlayrow .additionalPlayrowStdEnd, .event .additionalPlayrow .additionalPlayrowMinEnd {
  width: 90%;
}
.event .additionalPlayrow .additionalPlayrowUrl {
  width: 100%;
}
.event .ordinaryPriceRow label, .event .legendRow label {
  height: 28px;
  padding: 5px 5px 5px 10px;
}
.event .ordinaryPriceRow .hasPriceInMap, .event .legendRow .hasPriceInMap {
  background: linear-gradient(45deg, rgba(85, 121, 255, 0.5), transparent);
}
.event .legendRow label {
  padding-left: 0;
}
.event .mainPriceRow .col-1 {
  word-break: break-all;
}
.event .seatTab input {
  max-width: 100px;
}
.event .seatTab input[disabled] {
  background: none;
  border: none;
  box-shadow: none;
  cursor: default;
}

.linkedRowEventlist {
  cursor: pointer;
}
.linkedRowEventlist .hasAbo {
  display: inline-block;
  padding: 3px 8px;
  background: #666666;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.orderInfoLayover {
  margin-top: 20px;
  margin-left: 20px;
  z-index: 10000;
  background: white;
  padding: 15px;
  border-radius: 6px;
  color: #000000;
  position: absolute;
}

#addtoOrder, #addtoRequest {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cartButton {
    height: auto !important;
  }
}

.voucherResultBox {
  position: absolute;
  background: white;
  padding: 10px;
  z-index: 10000;
  border: 1px solid grey;
  margin-top: 0px;
  width: 209px;
}
.voucherResultBox span {
  display: block;
  cursor: pointer;
}

.orderSearchResult {
  position: absolute;
  margin-top: -10px;
  width: 350px;
  background: white;
  z-index: 1000;
}
.orderSearchResult div {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  cursor: pointer;
}

/* order */
.orderDetails .ticket {
  border: 1px solid grey;
  position: relative;
  float: left;
  padding: 10px;
  width: 100%;
  box-shadow: 0px 0px 10px 2px grey;
  margin-bottom: 23px;
}
.orderDetails .ticket.canceled:before {
  content: "Storniert";
  font-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background: #cccccc;
  top: 0;
  left: 0;
  color: #7d7d7d;
  padding-top: 19px;
  text-transform: uppercase;
}
.orderDetails .ticket.canceled .cancleTicket, .orderDetails .ticket.failed .cancleTicket {
  display: none;
}
.orderDetails .ticket.failed:before {
  content: "Fehlgeschlagen";
  font-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  background: #de383c;
  top: 0;
  left: 0;
  color: #ffffff;
  padding-top: 19px;
  text-transform: uppercase;
}
.orderDetails .ticket.canceled .cancleTicket, .orderDetails .ticket.canceled .ticketPriceSelect, .orderDetails .ticket.canceled .btn {
  display: none;
}

.orderSearch {
  margin-bottom: 0;
}
.orderSearch .stats {
  width: 100%;
  text-align: right;
}

.stats .chartwidget .widget-header, .stats .chartwidget .widget-content {
  margin: 0 5px;
}
.stats .chart .legendIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.orders .icon-ok {
  font-size: 20px;
}
.orders .xlsIcon {
  position: absolute;
  right: 10px;
}
.orders .xlsIcon img {
  width: 20px;
  height: 20px;
}
.orders th[data-val=totalAmount] {
  min-width: 55px;
}
.orders th[data-val=agent] {
  min-width: 88px;
}
.orders th[data-val=canceled] {
  min-width: 88px;
}
.orders th[data-val=payed] {
  min-width: 72px;
}
.orders tr.allBoughtError td {
  background: #ce6164 !important;
}
.orders tr.higlightReservation td {
  background: #55b3ce !important;
}
.orders .icon-warning-sign {
  color: #d9534f;
}

/* voucher */
.widget.createVoucher input, .widget.createVoucher select {
  width: 100%;
}

.orderLinkedRow {
  cursor: pointer;
}

/* abo */
.editAbo .dates .date, .editAbo .selectedDates .date {
  display: inline-block;
  width: 120px;
  min-height: 35px;
}

.chooseAboCount {
  max-width: 90%;
}

/* collapse */
.collapseBox {
  padding: 10px;
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

.addCollapseRow {
  font-size: 24px;
}

.removeCollapse {
  cursor: pointer;
}

/* message */
.infoMessage {
  position: relative;
}
.infoMessage .closeButton {
  display: none;
}
.infoMessage.closeMessage .closeButton {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
}
.infoMessage .dismiss {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
}
.infoMessage .dismiss:hover {
  text-decoration: none;
}

/* resetPassword */
.resetPassword .password-requirements {
  list-style-type: none;
  padding: 0;
}
.resetPassword .password-requirement {
  margin-bottom: 8px;
}
.resetPassword .checkmark {
  color: red;
  margin-right: 8px;
}
.resetPassword .checkmark.green {
  color: green;
}
.resetPassword label {
  display: block;
  margin-bottom: 8px;
}
.resetPassword input {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  margin-bottom: 16px;
}
.resetPassword #submit-btn:disabled {
  background-color: grey;
  cursor: not-allowed;
}

/* first steps */
.firstSteps {
  border-radius: 15px;
}
.firstSteps a {
  float: left;
  width: 25%;
  min-width: 150px;
}
.firstSteps .clearfix {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-fixed-top {
    position: fixed;
    padding: 0 20px;
    z-index: 99999;
  }
}
.subnavbar-inner .fas, .subnavbar-inner .fa-classic, .subnavbar-inner .fa-solid, .subnavbar-inner .far, .subnavbar-inner .fa-regular {
  width: 30px;
  font-size: 18px;
  text-align: center;
  padding-right: 8px;
}
.subnavbar-inner a {
  padding: 10px 4px 10px 15px;
  display: inline-block;
  font-size: 16px;
}
.subnavbar-inner .toggle-submenue a, .subnavbar-inner .no-submenue a {
  width: 100%;
  cursor: pointer;
}
.subnavbar-inner .toggle-submenue a:hover, .subnavbar-inner .no-submenue a:hover {
  text-decoration: none;
  background: rgba(46, 166, 255, 0.39);
}
.subnavbar-inner .mainnav {
  margin-left: 0;
}
.subnavbar-inner ul li {
  list-style-type: none;
  overflow: hidden;
}
.subnavbar-inner ul li ul.dropdown-menu {
  position: relative;
  border: 0;
  box-shadow: none;
  width: 100%;
  max-height: 0px;
  transition: all 0.4s linear;
}
.subnavbar-inner ul li.open ul.dropdown-menu {
  max-height: 1000px;
}
.subnavbar-inner ul li.open ul.dropdown-menu li a {
  margin-left: 33px;
}
@media screen and (min-width: 769px) {
  .subnavbar-inner.collapse {
    display: block !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .subnavbar-inner {
    position: fixed;
    z-index: 100000;
    height: 100% !important;
    left: 0;
    top: 48px;
    overflow: scroll;
  }
}

.shortcuts.frontpage a i {
  font-size: 32px;
}

.shortcut-icon.icon-plus-sign:before {
  content: "\f055";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "X";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-plus:before {
  content: "+";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-cog:before {
  content: "\f013";
}

.icon-undo:before {
  content: "\f2ea";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-bezier-curve:before {
  content: "\f55b";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-minus:before {
  content: "\f068";
}

.icon-pencil:before {
  content: "\f304";
}

.icon-print:before {
  content: "\f02f";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-external-link:before {
  content: "\f08e";
}

.shortcut-icon.icon-plus-sign, .icon-bar-chart, .icon-ok, .icon-remove, .icon-sort, .icon-sort-up, .icon-sort-down, .icon-plus, .icon-info-sign, .icon-backward, .icon-trash, .icon-cog, .icon-undo,
.icon-bezier-curve, .icon-repeat, .icon-arrow-up, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-step-backward, .icon-minus, .icon-repeat, .icon-step-forward, .icon-pencil, .icon-print, .icon-copy,
.icon-external-link {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

.icon-copy {
  font-weight: 400;
  font-size: 16px;
}

th .icon-large {
  display: inline !important;
}

.bold {
  font-weight: bold !important;
}