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

.blue {
  color: #006bac;
}

.error {
  color: #ed1c24;
}

.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;
}

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

body {
  min-height: 1000px;
}

.widget {
  overflow: visible !important;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  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 {
  width: 14.5%;
  cursor: pointer;
}

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

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

.saveButton, .previewButton {
  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: #00ba8b;
  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;
}

.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;
}

/* 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 {
  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: black;
  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;
}
#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%;
}

.addCollapseRow {
  cursor: pointer;
}

.pageImageImg {
  width: 120px;
}

/* 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: 2000px;
}
.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 div[class^=standbox] .icon-edit {
  color: white;
}
.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] .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;
}
.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;
}
.seathall .seatDetails input, .seathall .seatDetails select, .seathall .seatDetails label {
  max-width: 100%;
}
.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: #8080802e;
  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: #0000009e;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.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;
}
.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 div[class^=standbox] .showSeatboxModal, .seathall div[class^=standbox] .iconAtBox, .seathall div[class^=standbox] .showObjectModal, .seathall div[class^=seatbox] .showSeatboxModal, .seathall div[class^=seatbox] .iconAtBox, .seathall div[class^=seatbox] .showObjectModal, .seathall div[class^=table] .showSeatboxModal, .seathall div[class^=table] .iconAtBox, .seathall div[class^=table] .showObjectModal, .seathall div[class^=object] .showSeatboxModal, .seathall div[class^=object] .iconAtBox, .seathall div[class^=object] .showObjectModal {
  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 .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-repeat, .seathall .stage .iconAtBox.icon-arrow-down, .seathall .stage .iconAtBox.icon-arrow-right, .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^=seatbox] .iconAtBox.icon-repeat, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-down, .seathall div[class^=seatbox] .iconAtBox.icon-arrow-right, .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^=object] .iconAtBox.icon-repeat, .seathall div[class^=object] .iconAtBox.icon-arrow-down, .seathall div[class^=object] .iconAtBox.icon-arrow-right {
  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;
}

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

.seat.standard {
  background: white;
}

.seat.disabled {
  background: #001bff;
}

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

.seat.notOnline {
  background: #00cc27;
}

.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 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;
}

#seatmap {
  overflow: hidden;
  position: relative;
}
#seatmap .innermap {
  width: 100%;
  height: 100%;
  position: absolute;
}
#seatmap .seatbox {
  color: #fff;
  width: 150px;
  height: 150px;
  font-size: 1.2em;
  border-radius: 4px;
  touch-action: none;
  position: absolute;
  box-sizing: border-box;
  padding-top: 10px;
}
#seatmap .seatbox .seatrow {
  float: left;
  width: 100%;
  margin: 0 20px 0 40px;
}
#seatmap .seatbox .seatrow .seat:hover {
  cursor: pointer;
}
#seatmap .seatbox .seatrow:after {
  position: absolute;
  content: attr(data-after);
  margin: 3px 0 0 -20px;
  font-size: 13px;
  color: #db3c33;
  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;
}
#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;
}

.seat {
  width: 20px;
  height: 17px;
  margin: 2px;
  border-radius: 8px 8px 2px 2px;
  float: left;
  border: 1px solid #ccc;
}

.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: 6px;
  font-size: 12px;
  color: black;
}

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

/* 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, .seat.reserved:before, .seat.reservedByMe:before, .seat.blockselect:before {
  content: " ";
  height: 10px;
  background: black;
  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 {
  background: #1794ff;
  cursor: pointer !important;
}

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

.selectedSeats {
  position: relative;
  right: 0;
  width: 250px;
  border: 1px solid rgba(220, 220, 220, 0.5);
  height: 100%;
  margin: 0px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 300px;
  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%;
  overflow-y: scroll;
}
.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;
}

.tab-content {
  position: relative;
}

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

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

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

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

/* events */
.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 .input-sm {
  width: 80px;
}
.event #overlay {
  background: none !important;
  display: none;
  overflow: scroll;
}
.event #overlay .backdrop {
  z-index: 100;
  background: black;
  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;
}
.event .priceContainer .row div.col-1 input[type=text] {
  width: 85%;
}
.event .priceContainer .row div.col-2 input[type=text] {
  width: 90%;
}
.event .additionalPlayrow .std, .event .additionalPlayrow .min, .event .additionalPlayrow .additionalPlayrowDate, .event .additionalPlayrow .additionalPlayrowText {
  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;
}

.linkedRowEventlist {
  cursor: pointer;
}

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

#addtoOrder {
  padding-bottom: 50px;
}

.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 {
  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 .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;
}

/* first steps */
.firstSteps {
  position: fixed;
  left: 0;
  width: 200px;
  border-radius: 15px;
}