@charset "UTF-8";

body {
  overflow: hidden;
  overflow-y: auto;
  min-height: 100vh;
  position: relative;
}

center #content {
  min-height: 300px;
}

button {
  display: block;
  padding: 1em 4em;
  margin: 30px auto;
  border: none;
  color: white;
  cursor: pointer;
  transition: 0.2s;
  max-width: 300px;
  border-radius: 0.4em;
  background-color: #222;
}

button:hover {
  background-color: #413636 !important;
}

button.noMaxWidth {
  max-width: none;
}

@media (max-width: 320px) {
  button {
    font-size: 12px;
    padding: 1em 2.5em;
  }
}

.raceOptionButton {
  padding: 1em 2em;
}

.fullWidth {
  max-width: 95% !important;
}

.largeWidth {
  max-width: 1400px !important;
}

.middleWidth {
  max-width: 800px !important;
}

.narrowWidth {
  max-width: 500px !important;
}

.toTheLeft {
  text-align: left;
}

.toTheRight {
  text-align: right;
}

.toTheCenter {
  text-align: center;
}

.formBlock {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
  border-radius: 0.4em;
  box-sizing: border-box;
  max-width: 1700px;
}

@media (min-width: 1400px) {
  .formBlock {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.formBlock.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.formBlock.px30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .formBlock {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

.formBlock.withOrderSummary {
  margin-left: 3vw;
  margin-right: 3vw;
}

@media (min-width: 1024px) {
  .formBlock.withOrderSummary {
    margin-left: 60px;
    margin-right: 470px;
  }
}

.formBlock > .rowBlock {
  display: flex;
}

.formBlock > .rowBlock > .block {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 1em;
  flex-basis: 100%;
}

.formBlock > .rowBlock > .block.stretched {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
  .formBlock > .rowBlock {
    flex-wrap: wrap;
  }
}

.buttonsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}

.buttonsContainer button {
  margin: 10px;
}

.buttonsContainer.toTheRight {
  justify-content: flex-end;
}

.icon.sort {
  background: url('data:image/svg+xml,%3C%3Fxml version="1.0" %3F%3E%3Csvg width="1em" height="1em" fill="%23fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m6 20 4-4H7V4H5v12H2zm5-12h9v2h-9zm0 4h7v2h-7zm0-8h11v2H11zm0 12h5v2h-5z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
}

.icon.calendar {
  background: url('data:image/svg+xml,%3C%3Fxml version="1.0" %3F%3E%3Csvg fill="none" height="1em" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="18" rx="2" ry="2" width="18" x="3" y="4"/%3E%3Cline x1="16" x2="16" y1="2" y2="6"/%3E%3Cline x1="8" x2="8" y1="2" y2="6"/%3E%3Cline x1="3" x2="21" y1="10" y2="10"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
}

.birthdayObjectContent {
  cursor: pointer;
}

.birthdayObjectContentImg {
  text-align: justify;
}

.birthdayObjectContentImg .objectName {
  text-align: center;
  font-weight: bold;
}

.birthdayObjectContentImg img {
  max-width: 100%;
}

.titleBlock {
  font-size: 2em;
  padding: 15px;
  margin-bottom: 50px;
  border-bottom: 3px #222 solid;
  box-shadow: 0 20px 20px -20px #ccc;
  color: #222;
}

@media (max-width: 375px), (min-width: 1024px) and (max-width: 1199px) {
  .titleBlock {
    font-size: 1.6em;
    font-weight: bold;
  }
}

/* SquaredButton */

.formBlock > .rowBlock > .block .squaredButtons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.formBlock > .rowBlock > .block .squaredButtons a.squaredButton {
  border-radius: 0.4em;
  background: #222;
  color: white;
  font-size: 1.6em;
  flex-basis: 21%;
  min-width: 200px;
  height: 200px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 10px 30px -10px rgba(34, 34, 34, 0.8);
  transition: 0.5s;
  cursor: pointer;
  display: flex;
}

.formBlock > .rowBlock > .block .squaredButtons a.squaredButton:hover {
  background-color: #413636;
}

.formBlock > .rowBlock > .block .squaredButtons a.squaredButton span {
  margin: auto;
}

.itemsContainer {
  max-width: 1200px;
}

.groupBlocks {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
}

.groupBlocks .groupBlock {
  flex-basis: 350px;
  flex-shrink: 1;
  margin: 20px;
  cursor: pointer;
}

.groupBlocks .groupBlock.wider {
  flex-basis: 400px;
}

.groupBlocks .groupBlock.defaultCursor {
  cursor: default;
}

.groupBlocks .groupBlock .title {
  border-radius: 0.4em 0.4em 0 0;
  height: 100px;
  background-color: #0089B6;
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  padding: 0 1em;
}

.groupBlocks .groupBlock .title .name {
  color: inherit;
  margin: auto;
  font-size: 25px;
}

.groupBlocks .groupBlock .content {
  height: calc(100% - 100px);
  border: 1px solid #0089B6;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
  border-radius: 0 0 5em 0;
}

.groupBlocks .groupBlock .content .picContainer {
  flex-grow: 1;
  display: flex;
}

.groupBlocks .groupBlock .content .picContainer img {
  max-width: 100%;
  margin-bottom: auto;
}

.groupBlocks .groupBlock .content .description {
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 1.2em;
}

.groupBlocks .groupBlock .content .pricesBlock {
  border-top: dotted 4px #0089B6;
  padding-top: 10px;
}

.groupBlocks .groupBlock .content .pricesBlock .price {
  display: flex;
  transition: 0.3s;
  align-items: baseline;
}

.groupBlocks .groupBlock .content .pricesBlock .price .value {
  font-size: 25px;
  color: black;
  flex-basis: 45%;
  text-align: right;
  font-weight: bold;
}

.groupBlocks .groupBlock .content .pricesBlock .price .currency {
  flex-basis: 10%;
  font-size: 22px;
  color: black;
  text-transform: lowercase;
  margin-left: 0.2em;
}

.groupBlocks .groupBlock .content .pricesBlock .price .postfix {
  flex-basis: 43%;
  padding-left: 10px;
  font-size: 16px;
  color: black;
  white-space: nowrap;
  text-align: left;
}

.groupBlocks .groupBlock .content .pricesBlockWithoutPostfix {
  padding-top: 10px;
}

.groupBlocks .groupBlock .content .pricesBlockWithoutPostfix .price {
  display: flex;
  transition: 0.3s;
  align-items: baseline;
  justify-content: center;
}

.groupBlocks .groupBlock .content .pricesBlockWithoutPostfix .price .value {
  font-size: 25px;
  color: black;
  text-align: right;
  font-weight: bold;
}

.groupBlocks .groupBlock .content .pricesBlockWithoutPostfix .price .currency {
  font-size: 22px;
  color: black;
  text-transform: lowercase;
  text-align: left;
  margin-left: 0.2em;
}

.groupBlocks .groupBlock .content .itemCountBlock {
  border-top: dotted 4px #0089B6;
  padding-top: 10px;
  margin-top: 10px;
}

.groupBlocks .groupBlock:hover .title {
  transition: 0s;
  background-color: #222;
}

.groupBlocks .groupBlock:hover .title .name {
  color: white;
}

.groupBlocks .groupBlock:hover .content {
  border-color: #222;
  transition: 0s;
}

.groupBlocks .groupBlock:hover .content .price {
  border-top-color: #222;
  transition: 0s;
}

.selectBlock {
  flex-grow: 1;
  position: relative;
  box-shadow: 0 10px 15px -10px rgba(34, 34, 34, 0.7);
}

.selectBlock select {
  display: none;
}

.selectBlock .select-selected {
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
  border-radius: 0.4em;
  background-color: #222;
}

.selectBlock .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-30%);
  transform-origin: top;
  right: 1em;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.selectBlock .select-selected.select-arrow-active {
  border-radius: 0.4em 0.4em 0 0;
}

.selectBlock .select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}

.selectBlock .select-items {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: white;
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
}

.selectBlock .select-items > div {
  background-color: #222;
  border-radius: 0;
}

.selectBlock .select-items > div:last-of-type {
  border-radius: 0 0 0.4em 0.4em;
}

.selectBlock .select-items > div:hover,
.selectBlock .select-items .same-as-selected {
  background-color: #0089B6;
}

.selectBlock .select-selected,
.selectBlock .select-items div {
  padding: 18px 16px;
  cursor: pointer;
}

.selectBlock .select-hide {
  display: none;
}

@media (max-width: 375px) {
  .selectBlock {
    font-size: 11px;
  }
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.tableStyle1 {
  width: 100%;
  margin-bottom: 30px;
}

.tableStyle1 th {
  text-align: right;
}

.tableStyle1 th,
.tableStyle1 td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 375px) {
  .tableStyle1 th,
  .tableStyle1 td {
    font-size: 12px;
  }
}

.tableStyle1 a {
  white-space: nowrap;
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}

.tableStyle1 tbody tr:last-child td,
.tableStyle1 tbody tr:last-child th {
  border-bottom: none;
}

.tableStyle1.multiColumn td,
.tableStyle1.multiColumn th {
  text-align: center;
}

.tableStyle1.twoColumn td {
  width: 50%;
}

.tableStyle1.twoColumn th {
  width: 20%;
}

.tableStyle1.twoColumn25 td {
  width: 75%;
}

.tableStyle1.twoColumn25 th {
  width: 25%;
}

.tableStyle1.twoColumn40 td {
  width: 60%;
}

.tableStyle1.twoColumn40 th {
  width: 40%;
}

.tableStyle1.twoColumn50 td {
  width: 50%;
}

.tableStyle1.twoColumn50 th {
  width: 50%;
}

@media (max-width: 375px) {
  .tableStyle1 td,
  .tableStyle1 th {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  .tableStyle1.subscriptions {
    display: none;
  }
}

.tableStyle1.subscriptions.narrowScreen {
  display: block;
}

@media (min-width: 768px) {
  .tableStyle1.subscriptions.narrowScreen {
    display: none;
  }
}

.tableStyle1.subscriptions button {
  margin: 10px auto;
  padding-left: 2em;
  padding-right: 2em;
}

.tableStyle1.subscriptions tr td,
.tableStyle1.subscriptions tr th {
  padding: 20px;
}

.tableStyle1.subscriptions tr td:first-of-type,
.tableStyle1.subscriptions tr th:first-of-type {
  width: 30%;
}

.tableStyle1.subscriptions tr td:last-of-type,
.tableStyle1.subscriptions tr th:last-of-type {
  width: 20%;
}

.tableStyle1.subscriptions.narrowScreen {
  margin: 20px;
  width: auto;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 0.4em;
  background-color: white;
}

@media (max-width: 768px) {
  .tableStyle1.subscriptions.narrowScreen button {
    margin-top: 0;
    font-size: 14px;
  }

  .tableStyle1.subscriptions.narrowScreen td,
  .tableStyle1.subscriptions.narrowScreen th {
    padding: 20px 8px;
    font-size: 13px;
    border-color: #e8e8e8;
  }
}

@media (max-width: 480px) {
  .tableStyle1.subscriptions.narrowScreen td,
  .tableStyle1.subscriptions.narrowScreen th {
    padding: 20px 5px;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .tableStyle1.subscriptions.narrowScreen td,
  .tableStyle1.subscriptions.narrowScreen th {
    font-size: 11px;
  }

  .tableStyle1.subscriptions.narrowScreen button {
    font-size: 12px;
  }
}

.searchBlock {
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.2);
  border-radius: 0.4em;
  background-color: #222;
  padding: 0px;
}

.searchBlock input[type=text] {
  text-align: center;
  background-color: #222;
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.9);
  padding: 18px 16px;
  border: 0px;
}

.searchBlock input[type=text]:focus {
  background-color: #0089B6 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  outline: none;
}

.scrollableList {
  overflow: hidden;
  overflow-y: scroll;
}

ul.listStyle1 {
  padding-left: 0;
}

ul.listStyle1 > li {
  display: flex;
  background-color: #0089B6;
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 15px;
  color: black;
  transition: 0.2s;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
}

ul.listStyle1 > li span {
  font-weight: normal;
  font-style: italic;
}

ul.listStyle1 > li .right .reservationProgressFrame {
  width: 70px;
  height: 6px;
  border: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: #222;
}

ul.listStyle1 > li .right .reservationProgress {
  background: #222;
  height: 100%;
  float: left;
}

ul.listStyle1 > li:hover,
ul.listStyle1 > li.selected {
  transition: 0s;
  background-color: #222;
  color: white;
  padding-left: 30px;
}

ul.listStyle1 > li:hover .right .reservationProgressFrame,
ul.listStyle1 > li.selected .right .reservationProgressFrame {
  border-color: #0089B6;
}

ul.listStyle1 > li:hover .right .reservationProgress,
ul.listStyle1 > li.selected .right .reservationProgress {
  background: #0089B6;
}

.formBlock .titleBlock > select {
  width: 50%;
  float: right;
}

.formBlock table.tableStyle1 > tbody > tr.editable:hover {
  background-color: #eee;
  cursor: pointer;
}

.formBlock table.tableStyle1 > tbody > tr.editable td {
  position: relative;
}

.formBlock table.tableStyle1 > tbody > tr.editable td:after {
  font-family: "Glyphicons Halflings";
  content: "\E065";
  color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  right: 5px;
  font-size: 22px;
  top: 6px;
}

@media (max-width: 375px) {
  .formBlock table.tableStyle1 > tbody > tr.editable td:after {
    font-size: 16px;
  }
}

.formBlock table.tableStyle1 > tbody > tr.editable td div {
  display: inline-block;
  max-width: calc(100% - 2px);
}

/* Border types */

.formBlock table.reservationStylized:not(.fixed) > tbody.onlyBottomBorder > tr > td {
  border-bottom: 1px solid gray;
}

.formBlock table.reservationStylized:not(.fixed) > tbody:not(.onlyBottomBorder) > tr > td {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
}

textarea {
  width: 100%;
}

/* Buttons and form */

.plusButton,
.minusButton {
  display: inline-block;
  background-color: #222;
  width: 30px;
  height: 24px;
  padding: 0;
  margin: 0 10px;
  border: none;
  border-radius: 0.4em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.plusButton:before,
.minusButton:before {
  text-align: center;
  line-height: 22px;
  height: 22px;
  content: "+";
  color: white;
}

.minusButton:before {
  content: "-";
}

input[type=text],
input[type=password],
input[type=number] {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=number][disabled] {
  opacity: 0.5;
  font-style: italic;
  box-shadow: none;
}

input[readonly].datepicker {
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

.input-group {
  width: 100%;
}

.form-group > label {
  margin: 0 0 8px 0;
}

span.link {
  float: right;
  color: black;
}

span.link > a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
  cursor: pointer;
}

span.link > a:hover {
  text-decoration: underline;
}

.right {
  float: right;
}

.twoColumns {
  display: flex;
}

.twoColumns .column {
  flex-basis: 50%;
}

.supportedBy {
  font-size: 0.7em;
  color: #666;
}

.supportedBy > a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
  cursor: pointer;
}

.orderSummary {
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 0.4em;
  position: fixed;
  top: 50%;
  right: 60px;
  bottom: unset;
  width: 350px;
  min-height: 200px;
  transform: translate(0px, -50%);
  padding: 15px;
}

@media (max-width: 1024px) {
  .orderSummary {
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0px;
    width: 100%;
    min-height: 300px;
    transform: translate(0px, 0px);
  }
}

.orderEmpty {
  height: 0px;
}

@media (max-width: 1024px) {
  .orderEmpty {
    height: 350px;
  }
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #ff0000;
}

.footercontent {
  text-align: center;
  color: #ffffff;
  background-color: #ff0000;
}

.footercontent .birthdayToPay {
  font-size: 26px;
  font-weight: bold;
}

.footercontent > a {
  color: #ffffff;
}

.gokartFormBlock {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .gokartFormBlock {
    flex-direction: column;
  }
}

.gokartsRacesContainer {
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-direction: column;
  max-height: 80vh;
}

@media (max-width: 1024px) {
  .gokartsRacesContainer {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
  }
}

.gokartTrackView {
  flex-grow: 1;
}

.gokartsButtonsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px;
  width: 100%;
}

.gokartsButtonsContainer.big button {
  padding: 1em 1.2em;
}

.gokartsButtonsContainer button {
  margin: 5px;
  padding: 0.5em 1em;
  min-width: 45px;
}

.gokartsButtonsContainer.right {
  justify-content: right;
}

.gokartRaceButton {
  font-size: 13px;
  width: 150px;
  min-width: 150px;
  background-color: #cccccc;
  box-shadow: 1px 1px 2px #444;
  margin: 3px;
  padding: 5px;
  cursor: pointer;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #cccccc;
  border-width: 7px;
}

.gokartRaceButton.selected {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-color: #1F3C87;
  border-width: 7px;
}

.gokartRaceButton.startedOrNotStarted {
  background-color: white;
}

.gokartRaceButton .raceStatusPause {
  background-color: #ff8000;
  color: white;
}

.gokartRaceButton .raceStatusStarted {
  background-color: #008000;
  color: white;
}

.gokartRaceButtonInfoLine1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.gokartRaceButtonInfoLine1 .name {
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.gokartRaceButtonInfoLine1 .customer {
  display: flex;
}

.gokartRaceButtonInfoLine1 .customer .icon {
  width: 20px;
  height: 100%;
}

.gokartRaceButtonInfoLine1 .customer .number {
  height: 100%;
}

.gokartRaceButtonInfoLine2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.gokartRaceButtonInfoLine2 .time {
  display: flex;
}

.gokartRaceButtonInfoLine2 .time .icon {
  width: 20px;
  height: 100%;
}

.gokartRaceButtonInfoLine2 .time .time {
  height: 100%;
  white-space: nowrap;
}

.gokartRaceOptions {
  display: flex;
  flex-direction: column;
}

.gokartRaceOptions .gokartRaceOptionsRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.gokartRaceOptions .gokartRaceOptionsRow input[type=radio] {
  margin-right: 6px;
}

.gokartRaceCloneOptions {
  display: flex;
  flex-direction: column;
}

.gokartRaceCloneOptions .gokartRaceCloneOptionsRow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.gokartRaceCloneOptions .gokartRaceCloneOptionsRow input {
  margin-left: 10px;
}

.gokartRaceResults {
  display: flex;
  flex-direction: column;
}

.gokartRaceResults input[type=radio] {
  margin-right: 6px;
}

.gokartIconButton {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.gokartIconButton .image {
  width: 18px;
  height: 18px;
}

.gokartIconButton .text {
  margin: 0 5px;
}

.gokartRaceInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
}

@media (max-width: 1024px) {
  .gokartRaceInfo {
    flex-direction: column;
    align-items: normal;
  }
}

.gokartRaceInfo .gokartRaceInfoDate {
  flex: 1;
}

.gokartRaceInfo .gokartRaceInfoDate button {
  padding: 0.5em 1em;
  margin: 5px;
  float: left;
}

.gokartRaceInfo .gokartRaceInfoTitle {
  flex: 1;
}

.gokartRaceInfo .gokartRaceInfoTitle .raceInfoTitle {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.gokartRaceInfo .gokartRaceInfoTitle .raceInfoTitle .info {
  margin-right: 10px;
  white-space: nowrap;
}

.gokartRaceInfo .gokartRaceInfoTitle .raceInfoTitle .icon {
  width: 24px;
  height: 24px;
}

.gokartRaceInfo .gokartRaceInfoTitle .raceStatusPause {
  background-color: #ff8000;
  color: white;
}

.gokartRaceInfo .gokartRaceInfoTitle .raceStatusStarted {
  background-color: #008000;
  color: white;
}

.gokartRaceInfo .gokartRaceInfoEmpty {
  flex: 1;
}

.tableGokartCustomers {
  border: 0;
  width: 100%;
  font-size: 13px;
}

.tableGokartCustomers th {
  text-align: center;
  font-size: 11px;
}

.tableGokartCustomers tr {
  text-align: center;
  background-color: white;
  box-shadow: 2px 2px 5px #444;
}

.tableGokartCustomers .gokartName {
  padding: 0.5em 1em;
  border-radius: 0.4em;
  display: inline-block;
  min-width: 45px;
  margin: 3px;
}

.tableGokartCustomers button {
  margin: 3px;
  padding: 0.5em 1em;
  min-width: 45px;
  display: inline;
}

.tableUnassignedPassings {
  border: 0;
  width: 50%;
  min-width: 250px;
  font-size: 13px;
}

.tableUnassignedPassings th {
  text-align: center;
  font-size: 11px;
}

.tableUnassignedPassings tr {
  text-align: center;
  background-color: white;
  box-shadow: 2px 2px 5px #444;
}

.icon.helmet {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23444" d="M2.2 11.2c-.2 2.4.5 4.4 2 6.2c1.5 1.8 3.5 2.6 5.9 2.6h10c.5 0 1-.2 1.4-.6c.4-.4.6-.9.6-1.4v-.8c0-.6-.1-1.3-.2-2.2h-8.2c-1 0-1.8-.4-2.5-1.1c-.7-.7-1.1-1.6-1.1-2.5c0-1.6.7-2.7 2.2-3.3L17.1 6c-1.7-1.2-3.7-1.9-6-2c-2.2-.2-4.2.5-6 1.9C3.3 7.3 2.4 9 2.2 11.2m9.9.2c0 .4.2.8.5 1.1c.3.3.7.5 1.1.5h7.8c-.6-2.2-1.5-4-2.8-5.4l-5.6 2.3c-.7.2-1 .7-1 1.5Z"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.icon.time {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23444" d="M12 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.24 5.76A5.95 5.95 0 0 0 12 6v6l-4.24 4.24a6 6 0 0 0 8.48 0a5.981 5.981 0 0 0 0-8.48Z"%2F%3E%3C%2Fsvg%3E');
  #background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
}

.gokartBestResults {
  width: 100%;
  text-align: center;
  overflow: auto;
}

.gokartBestResults .gokartBestResultsHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 11px;
}

.gokartBestResults .gokartBestResultsHeader .place {
  flex-basis: 10%;
}

.gokartBestResults .gokartBestResultsHeader .driver {
  flex-basis: 50%;
}

.gokartBestResults .gokartBestResultsHeader .gokart {
  flex-basis: 20%;
}

@media (max-width: 500px) {
  .gokartBestResults .gokartBestResultsHeader .gokart {
    display: none;
  }
}

.gokartBestResults .gokartBestResultsHeader .bestLap {
  flex-basis: 20%;
}

.gokartBestResults .gokartBestResultsRows {
  border-top: 1px solid rgba(4, 4, 4, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2px;
}

.gokartBestResults .gokartBestResultsRows .place {
  flex-basis: 10%;
  display: flex;
  justify-content: center;
}

.gokartBestResults .gokartBestResultsRows .place .content {
  padding: 4px 15px 2px 15px;
  border-radius: 0.3em;
  background-color: #000000;
  color: #ffffff;
}

.gokartBestResults .gokartBestResultsRows .place .content.gold {
  background-color: #D4AF37;
}

.gokartBestResults .gokartBestResultsRows .place .content.silver {
  background-color: #C0C0C0;
}

.gokartBestResults .gokartBestResultsRows .place .content.bronze {
  background-color: #CD7F32;
}

.gokartBestResults .gokartBestResultsRows .driver {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}

.gokartBestResults .gokartBestResultsRows .driver .content {
  padding: 4px 15px 2px 15px;
}

.gokartBestResults .gokartBestResultsRows .gokart {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
}

.gokartBestResults .gokartBestResultsRows .gokart .content {
  padding: 4px 15px 2px 15px;
  border-radius: 0.3em;
}

@media (max-width: 500px) {
  .gokartBestResults .gokartBestResultsRows .gokart {
    display: none;
  }
}

.gokartBestResults .gokartBestResultsRows .bestLap {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
}

.gokartBestResults .gokartBestResultsRows .bestLap .content {
  padding: 4px 15px 2px 15px;
  border-radius: 0.3em;
  background-color: #ff0000;
  color: #ffffff;
}

.menuClipper {
  overflow: hidden;
  border: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

.topLoginBar {
  padding: 10px 1em;
  color: #222;
  background-color: #ff0000;
  margin-bottom: 30px;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  z-index: 100;
  position: relative;
  box-sizing: border-box;
}

.topLoginBar:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 1em;
  width: 95%;
  width: calc(100% - 2em);
  background-color: #222;
  bottom: 0;
}

.topLoginBar .changeLanguage {
  width: 30px;
  height: 20px;
  cursor: pointer;
  float: right;
  margin-top: 15px;
  margin-left: 10px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px white inset, 0 1px 5px -2px black;
}

.topLoginBar .changeLanguage.en {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent), url(/images/flag_uk.svg?864eba989481ff2e454380aa1b4d9424);
}

.topLoginBar .changeLanguage.pl {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent), url(/images/flag_pl.svg?04aeaaee91fbc59651ccf706ba0c5490);
}

.topLoginBar .changeLanguage.de {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent), url(/images/flag_de.svg?00620d6f792a1b61f3135c39f5df3c95);
}

@media (max-width: 1024px) {
  .topLoginBar .changeLanguage {
    position: relative;
    right: 52px;
    top: -4px;
    margin-left: 15px;
  }
}

.topLoginBar .container1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topLoginBar .container1 a.homePageLink {
  margin-right: 2em;
}

.topLoginBar .container1 .loggedUserInfo {
  font-size: 0.8em;
  color: #ffffff;
  flex-shrink: 1;
  flex-basis: 20%;
}

.topLoginBar .container1 .loggedUserInfo a {
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .topLoginBar .container1 .loggedUserInfo {
    font-size: 10px;
    flex-basis: 100%;
  }
}

.topLoginBar .container1 nav {
  transition: 0.3s;
  margin-left: auto;
  padding-left: 2em;
  text-align: right;
}

.topLoginBar .container1 nav a {
  color: #ffffff;
  padding: 1em;
  white-space: nowrap;
}

.topLoginBar .container1 nav a:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .topLoginBar .container1 nav {
    min-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    background-color: #ff0000;
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.3);
    padding-left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .topLoginBar .container1 nav a {
    display: block;
    padding: 3vh !important;
    text-align: center;
  }

  .topLoginBar .container1 nav.ON {
    transform: translate3d(0%, 0, 0);
  }
}

.topLoginBar #hamburgerMenu {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  z-index: 21;
  right: 15px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .topLoginBar #hamburgerMenu {
    display: none;
  }
}

.topLoginBar #hamburgerMenu .bar {
  width: 30px;
  height: 3px;
  background-color: #0089B6;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: 0.3s;
  box-shadow: -6px 6px 4px rgba(0, 0, 0, 0.3);
}

.topLoginBar #hamburgerMenu .bar:after,
.topLoginBar #hamburgerMenu .bar:before {
  border-radius: 2px;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #0089B6;
  top: -10px;
  position: absolute;
  transition: 0.2s;
  box-shadow: -6px 6px 4px rgba(0, 0, 0, 0.3);
}

.topLoginBar #hamburgerMenu .bar:after {
  top: 10px;
}

.topLoginBar #hamburgerMenu .bar.active {
  width: 0;
  top: 50%;
}

.topLoginBar #hamburgerMenu .bar.active:before {
  transform: rotate(45deg) scaleX(1.2);
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
  top: 0px;
}

.topLoginBar #hamburgerMenu .bar.active:after {
  transform: rotate(-45deg) scaleX(1.2);
  box-shadow: -6px 0px 4px rgba(0, 0, 0, 0.3);
  top: 0px;
}

/* Overlay */

.overlay {
  display: none;
  /* flex by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.overlay .lds-ring {
  position: relative;
  top: 10%;
  left: 50%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent white transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: 999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Form - overrides */
}

.modal .modal-content {
  border-radius: 0.4em;
  position: relative;
  background-color: white;
  margin: 0 auto 20px;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 30px 60px -30px black;
  -webkit-animation-name: modalAnimationIn;
  -webkit-animation-duration: 0.2s;
  animation-name: modalAnimationIn;
  animation-duration: 0.2s input;
  animation-duration-margin: 0 0 20px;
}

@media (max-width: 375px) {
  .modal .modal-content {
    padding: 15px;
  }
}

@keyframes modalAnimationIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal .modal-header {
  padding: 1em;
  text-align: center;
  margin: 15px 15px 20px;
  background-color: transparent;
  border: none;
}

.modal .modal-header .close {
  position: absolute;
  right: 1em;
  top: 0.5em;
  color: black;
  font-size: 28px;
  font-weight: bold;
  z-index: 10;
  opacity: 0.8;
  cursor: pointer;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  color: #000;
}

.modal .modal-header h2 {
  margin: 0;
}

@media (max-width: 375px) {
  .modal .modal-header {
    padding: 0;
  }

  .modal .modal-header h2 {
    font-size: 1.5em;
  }

  .modal .modal-header span.close {
    right: 0.5em;
  }
}

.modal .modal-body {
  padding: 10px 15px;
  margin-bottom: 15px;
}

.modal .modal-body .block {
  width: 100%;
}

.modal .modal-body .block .title {
  background: #dcdcdc;
  margin: 0 20px 20px;
  padding: 10px 1em;
  font-size: 170%;
  text-align: center;
  color: inherit;
}

.modal .modal-body .block .content {
  padding: 0 20px 30px;
  text-align: justify;
}

.modal .modal-body .block .content table {
  width: 100%;
}

.modal .modal-body .block .content table td {
  padding: 7px 0px;
  border-bottom: #ccc 1px solid;
}

.modal .modal-body .block .content table tr:last-child td {
  border: none;
}

.modal .modal-body .block .content table td:last-child {
  text-align: right;
  font-weight: bold;
  color: black;
}

.modal .modal-body .block .content img {
  max-width: 100%;
  margin: auto;
}

@media (max-width: 1024px) {
  .modal .modal-body .block {
    display: block;
  }

  .modal .modal-body .block table {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .modal .modal-body .block .title {
    margin: 0 0 20px;
  }

  .modal .modal-body .block .content {
    padding: 0 0px 30px;
  }
}

@media (max-width: 375px) {
  .modal .modal-body {
    padding-left: 0;
    padding-right: 0;
  }

  .modal .modal-body .messageItem {
    font-size: 12px;
  }

  .modal .modal-body .block .title {
    font-size: 120%;
  }
}

.modal .modal-body .flexBlock {
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
}

.modal .modal-body .flexBlock .block {
  border: 1px solid #dcdcdc;
  background: #eee;
  border-radius: 0.4em;
  padding: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.modal .modal-body .flexBlock .block input[type=text] {
  box-shadow: 2px 2px 4px #ccc inset;
  padding: 10px 1em;
  text-align: right;
  max-width: 80px;
}

@media (max-width: 480px) {
  .modal .modal-body .flexBlock {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal .modal-footer {
  padding: 0 15px;
  border: none;
  margin: 15px;
}

@media (max-width: 375px) {
  .modal .modal-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.modal button[type=submit] {
  display: inline-block;
  max-width: 300px;
  width: auto;
  margin: 0 auto;
  padding-left: 4em;
  padding-right: 4em;
  border-radius: 0.4em;
  background-color: #222;
}

@media (max-width: 480px) {
  .modal .modal-content {
    width: 90%;
  }

  .modal .modal-content > [class*=modal] {
    margin-left: 0;
    margin-right: 0;
  }
}

#calendarDialog {
  margin: auto;
  width: 95%;
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 0px 37px 3px rgba(0, 0, 0, 0.75);
}

#calendarDialog > .hello-week .navigation {
  background-color: #222;
  color: white;
}

.datepicker.datepicker-dropdown .table-condensed thead tr:nth-of-type(2) th {
  background-color: #222;
  color: white;
  border-radius: 0;
}

.datepicker.datepicker-dropdown .table-condensed thead tr:nth-of-type(3) th {
  background-color: #0089B6;
  border-radius: 0;
}

.datepicker.datepicker-dropdown .table-condensed th,
.datepicker.datepicker-dropdown .table-condensed td {
  min-width: 50px;
  padding: 10px;
}

@media (max-width: 420px) {
  .datepicker.datepicker-dropdown .table-condensed th,
  .datepicker.datepicker-dropdown .table-condensed td {
    min-width: 40px;
    font-size: 11px;
  }
}

.datepicker.datepicker-dropdown .table-condensed td,
.datepicker.datepicker-dropdown .table-condensed span {
  border-radius: 0 !important;
}

.datepicker.datepicker-dropdown .table-condensed td span {
  border: 2px solid transparent;
  box-sizing: border-box;
}

.datepicker.datepicker-dropdown .table-condensed td span:hover {
  border-color: #222;
}

.datepicker.datepicker-dropdown .table-condensed .active {
  background-color: #222;
  background-image: none;
}

.datepicker.datepicker-dropdown .table-condensed .active:hover {
  background-color: #0089B6;
}

.hello-week .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #222;
  color: white;
}

.hello-week .prev,
.hello-week .next {
  padding: 1em;
  cursor: pointer;
  opacity: 0.8;
}

.hello-week .prev:hover,
.hello-week .next:hover {
  opacity: 1;
}

.hello-week .period {
  font-size: 1.4em;
  text-align: center;
}

.hello-week .week {
  color: black;
  font-size: 1.2em;
  display: flex;
  justify-content: space-around;
  background: #dcdcdc;
}

.hello-week .week.rtl {
  flex-direction: row-reverse;
}

.hello-week .week .day {
  padding: 1em 0;
}

.hello-week .month {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.hello-week .monthrtl {
  flex-direction: row-reverse;
}

.hello-week .month .day {
  font-weight: bold;
  box-sizing: border-box;
  border: 3px solid transparent;
  width: 14.28571%;
  padding: 1em;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.49, 0.9);
}

.hello-week .month .day.is-weekend {
  color: black;
  background-color: rgba(34, 34, 34, 0.1);
}

.hello-week .month .day.is-today {
  border-color: #222;
  background: #222;
  color: white;
}

.hello-week .month .day.is-selected {
  border-color: #222;
  background: none;
  color: inherit;
}

.hello-week .month .day.day.is-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
}

@media screen and (max-width: 1400px) {
  .hello-week .day {
    padding: 0.5em;
  }
}

@media screen and (max-width: 375px) {
  .hello-week .period {
    font-size: 1.1em;
  }

  .hello-week .day {
    font-size: 11px;
  }
}

#calendarForm #titleBox {
  background-color: #0089B6;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
  margin: 1em 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.4em;
  color: black;
  font-weight: bold;
}

#calendarForm #titleBox #leftArrow:after {
  content: "\25C0";
}

#calendarForm #titleBox #rightArrow:after {
  content: "\25B6";
}

#calendarForm #titleBox > [id*=Arrow] {
  font-size: 120%;
  cursor: pointer;
}

#calendarForm #titleBox > [id*=Arrow]:after {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  display: inline-block;
}

#calendarForm #titleBox > [id*=Arrow]:hover:after {
  color: black;
  transition: 0s;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transform: translateY(-5%);
}

#calendarForm #titleBox #titleText {
  cursor: pointer;
}

#calendarForm table.reservationCalendar {
  width: 100%;
  height: 1px;
  position: relative;
}

#calendarForm table.reservationCalendar th,
#calendarForm table.reservationCalendar td {
  width: 12.5%;
  padding: 4px;
  padding: 0;
  text-align: center;
}

#calendarForm table.reservationCalendar > thead {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 7px 10px -7px rgba(0, 0, 0, 0.4);
}

#calendarForm table.reservationCalendar > thead tr {
  display: flex;
}

#calendarForm table.reservationCalendar > thead tr th {
  flex-grow: 1;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background: #dcdcdc;
  color: inherit;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#calendarForm table.reservationCalendar > thead tr th:first-child {
  max-width: 120px;
}

#calendarForm table.reservationCalendar td {
  color: #f33;
}

#calendarForm table.reservationCalendar > tbody.scrollContent {
  display: block;
  overflow: auto;
}

#calendarForm table.reservationCalendar > tbody tr {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: stretch;
  vertical-align: top;
}

#calendarForm table.reservationCalendar > tbody tr td,
#calendarForm table.reservationCalendar > tbody tr th {
  flex-grow: 1;
}

#calendarForm table.reservationCalendar > tbody tr th {
  max-width: 120px;
  font-size: 120%;
  background-color: #0089B6;
  color: #333;
  box-shadow: 0px 0px 15px -8px black;
  display: flex;
  min-height: 35px;
}

#calendarForm table.reservationCalendar > tbody tr th span {
  margin: auto;
}

#calendarForm table.reservationCalendar > tbody tr th .hour {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 100%;
}

#calendarForm table.reservationCalendar > tbody tr td.weekDayName {
  border-right: 1px dotted #ddd;
}

#calendarForm table.reservationCalendar td .reservationBlock {
  transition: 300ms;
  padding: 0;
  padding: 0px 5px;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 120%;
  transition: 0.1s;
  position: relative;
  padding: 15px 5px;
  outline: 3px solid white;
  outline-offset: -2px;
  overflow: hidden;
  padding: 15px 5px;
  border-radius: 0.4em;
  box-sizing: border-box;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 > * {
  z-index: 3;
  position: relative;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .overlay {
  position: absolute;
  display: block;
  border-radius: 0.4em;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .registered,
#calendarForm table.reservationCalendar td .reservationBlock .container1 .reserveList {
  font-size: x-small;
  font-weight: bold;
  text-decoration: underline;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .title {
  margin: 2px auto 0;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .duration {
  font-size: x-small;
  margin-bottom: 5px;
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .persons {
  font-size: x-small;
  opacity: 0.6;
  transition: 0.5s;
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 {
  box-shadow: none;
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 .overlay {
  opacity: 0.8;
  z-index: 5;
  background-color: gray;
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled:hover .container1 {
  transform: none;
  box-shadow: none;
}

#calendarForm table.reservationCalendar td .reservationBlock:not(.disabled) {
  cursor: pointer;
}

#calendarForm table.reservationCalendar td .reservationBlock:not(.disabled) .container1 {
  transition: 0.15s;
  /* przesuwające się odblaski na komórce
  &::after,
  &::before {
      content: "";
      transition: 500ms;
      top: 0;
      left: -25%;
      width: 5%;
      height: 110%;
      transform: skewX(-15deg);
      background-color: white;
      position: absolute;
      z-index: 10;
      filter: blur(10px);
  }

  &::before {
      width: 10%;
      transition-delay: 10ms;
      transition-duration: 200ms;
  }

  &:hover::after {
      left: 115%;
      width: 3%;
      opacity: 1;
  }

  &:hover::before {
      left: 115%;
      opacity: 1;
  }
  */
}

#calendarForm table.reservationCalendar td .reservationBlock:not(.disabled) .container1 .overlay {
  transition: 0.15s;
}

#calendarForm table.reservationCalendar td .reservationBlock:not(.disabled) .container1:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0px 14px 16px -16px black;
  transition: 0.1s;
}

#calendarForm table.reservationCalendar td .reservationBlock:not(.disabled) .container1:hover .title {
  color: white;
}

#calendarForm table.reservationCalendar tbody:has(.reservationBlock:hover:not(.disabled)) .reservationBlock:not(.disabled):not(:hover) {
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  #calendarForm .formBlock {
    max-width: 600px;
  }

  #calendarForm .fixedHeader th:first-child {
    border-right: none;
  }

  #calendarForm th:first-child {
    width: 25% !important;
  }

  #calendarForm th.weekDayName,
  #calendarForm td.weekDayName {
    display: none;
  }

  #calendarForm th.weekDayName.selectedWeekDay,
  #calendarForm td.weekDayName.selectedWeekDay {
    display: table-cell;
    width: 80% !important;
  }

  #calendarForm th.weekDayName.selectedWeekDay .reservationCellTable,
  #calendarForm th.weekDayName.selectedWeekDay .reservationCell,
  #calendarForm td.weekDayName.selectedWeekDay .reservationCellTable,
  #calendarForm td.weekDayName.selectedWeekDay .reservationCell {
    height: 100%;
  }

  #calendarForm #detailsFormModal .twoColumns {
    display: block;
  }

  #calendarForm #detailsFormModal .twoColumns .column:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #calendarForm #detailsFormModal .content table td {
    display: block;
    text-align: left;
  }

  #calendarForm #detailsFormModal .content table td:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 15px;
  }

  #calendarForm #detailsFormModal .content table td:nth-child(2n+1) {
    border-bottom: none;
  }
}

#eManager .titleBlock {
  margin-bottom: 20px;
}

#reservationSummary .titleBlock {
  margin-top: 10px;
  margin-bottom: 0px;
}

#reservationSummary .buttonsContainer {
  margin-top: 50px;
}

.contentBlock {
  overflow: auto;
}

#ticketTable td.amount,
#articleTable td.amount {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}

@media screen and (max-width: 375px) {
  #ticketTable td.amount button,
  #articleTable td.amount button {
    margin: 5px;
  }
}

#ticketTable td.contentnowrap,
#articleTable td.contentnowrap {
  white-space: nowrap;
}

#ticketTable td.contentplusminus,
#articleTable td.contentplusminus {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  align-content: center;
}

@media (max-width: 500px) {
  #ticketTable td.contentplusminus,
  #articleTable td.contentplusminus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }
}

#ticketTable tr.selected,
#articleTable tr.selected {
  background: rgba(0, 137, 182, 0.3);
}

#ticketTable tr.selected td.amount span,
#articleTable tr.selected td.amount span {
  font-weight: bold;
}

.registrationForm {
  margin: 0 auto;
}

.registrationForm .form-group {
  margin-bottom: 25px;
}

.registrationForm input {
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.9) inset;
}

.registrationForm input:focus {
  background-color: #0089B6 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  outline: none;
  color: black;
}

.registrationForm input::-moz-placeholder {
  opacity: 0.6;
  color: #ffffff !important;
  font-style: italic;
}

.registrationForm input::placeholder {
  opacity: 0.6;
  color: #ffffff !important;
  font-style: italic;
}

@media (max-width: 768px) {
  .registrationForm {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

@media (max-width: 375px) {
  .registrationForm {
    font-size: 12px;
  }
}

#successfulRegisteredContent h3 {
  padding: 1em 2em;
  background-image: linear-gradient(to right, transparent, white, transparent);
  border: 1px solid rgba(34, 34, 34, 0.1);
  display: inline-block;
  color: #222;
  border-left: none;
  border-right: none;
  box-shadow: 0 20px 20px -35px black;
  margin-top: 30px;
}

@media (max-width: 480px) {
  #successfulRegisteredContent h3 {
    font-size: 18px;
  }
}

.itemsContainer .groupBlocks {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
}

.itemsContainer .groupBlocks .groupBlock {
  transition: 0.3s;
  flex-basis: 350px;
  flex-shrink: 1;
  margin: 20px;
}

.itemsContainer .groupBlocks .groupBlock.wider {
  flex-basis: 400px;
}

.itemsContainer .groupBlocks .groupBlock .content {
  height: calc(100% - 100px);
  border: 1px solid #0089B6;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
  border-radius: 0 0 0.4em 0.4em;
}

.itemsContainer .groupBlocks .groupBlock .content .picContainer {
  flex-grow: 1;
  display: flex;
}

.itemsContainer .groupBlocks .groupBlock .content .picContainer img {
  max-width: 100%;
  margin-bottom: auto;
}

.itemsContainer .groupBlocks .groupBlock .content .description {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 1.2em;
}

.itemsContainer .groupBlocks .groupBlock .content .pricesBlock {
  border-top: dotted 4px #0089B6;
  padding-top: 10px;
  transition: 0.3s;
}

.itemsContainer .groupBlocks .groupBlock .content .pricesBlock .price {
  display: flex;
  transition: 0.3s;
  align-items: baseline;
}

.itemsContainer .groupBlocks .groupBlock .content .pricesBlock .price .value {
  font-size: 25px;
  color: black;
  flex-basis: 45%;
  text-align: right;
  font-weight: bold;
}

.itemsContainer .groupBlocks .groupBlock .content .pricesBlock .price .currency {
  flex-basis: 10%;
  font-size: 22px;
  color: black;
  text-transform: lowercase;
  margin-left: 0.2em;
}

.itemsContainer .groupBlocks .groupBlock .content .pricesBlock .price .postfix {
  flex-basis: 43%;
  padding-left: 10px;
  font-size: 16px;
  color: black;
  white-space: nowrap;
  text-align: left;
}

@media (max-width: 480px) {
  .itemsContainer .groupBlocks .groupBlock .content .pricesBlock .price .postfix {
    white-space: normal;
  }
}

.itemsContainer .groupBlocks .groupBlock .title {
  border-radius: 0.4em 0.4em 0 0;
  height: 100px;
  background-color: #0089B6;
  display: flex;
  transition: 0.1s;
  padding: 0 1em;
}

.itemsContainer .groupBlocks .groupBlock .title .name {
  color: inherit;
  margin: auto;
  font-size: 25px;
}

.itemsContainer .groupBlocks .groupBlock:hover {
  transition: 0.2s;
  transform: translateY(-5px);
  box-shadow: 0 28px 50px -27px #090909;
}

.itemsContainer .groupBlocks .groupBlock:hover .pricesBlock {
  border-color: #222;
}

.itemsContainer .groupBlocks .groupBlock:hover .content {
  outline-color: rgba(34, 34, 34, 0.5);
}

.itemsContainer .groupBlocks .groupBlock:hover .title {
  transition: 0s;
  background-color: #222;
}

.itemsContainer .groupBlocks .groupBlock:hover .title .name {
  transition: 0.3s;
  color: white !important;
}

.itemsContainer .groupBlocks:has(.groupBlock:hover) .groupBlock:not(:hover) {
  opacity: 0.8;
  transform: scale(0.98);
}

.eventBlocks {
  margin-top: 30px;
}

.eventBlocks:has(.eventBlock:hover) .eventBlock:not(:hover) {
  opacity: 0.8;
  filter: grayscale(1);
  transform: scale(0.98);
}

.eventBlocks .eventBlock {
  position: relative;
  transition: 0.2s;
  margin: 1px;
}

.eventBlocks .eventBlock:hover {
  z-index: 10;
}

.eventBlocks .eventBlock:hover .content {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px -7px #090909;
}

.eventBlocks .eventBlock:hover .content .eventname {
  color: #222;
}

.eventBlocks .eventBlock .content {
  background-color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 0.4em;
}

.eventBlocks .eventBlock .content .eventdata {
  flex-basis: 35%;
}

.eventBlocks .eventBlock .content .eventdata .eventterm {
  font-size: 11px;
}

.eventBlocks .eventBlock .content .eventdata .eventname {
  font-weight: bold;
  transition: 0.3s;
  transition-delay: 0.2s;
}

.eventBlocks .eventBlock .content .eventinfo {
  flex-basis: 20%;
  font-size: 11px;
}

.eventBlocks .eventBlock .content .eventdays {
  flex-basis: 25%;
}

.eventBlocks .eventBlock .content .eventinformationbutton {
  transition: 0.3s;
  flex-basis: 10%;
}

.eventBlocks .eventBlock .content .eventinformationbutton button {
  margin: 0 10px 0 10px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  outline-style: solid;
  outline-color: rgba(34, 34, 34, 0);
  outline-width: 1px;
  outline-offset: 22px;
}

.eventBlocks .eventBlock .content .eventinformationbutton button::after {
  content: "";
  background: rgba(255, 255, 255, 0.2666666667);
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 3em;
  transition: 0.3s;
  transform: scale(0.2) translateX(-300%);
}

.eventBlocks .eventBlock .content .eventinformationbutton:hover {
  padding: 0px;
  border-radius: 0.4em;
}

.eventBlocks .eventBlock .content .eventinformationbutton:hover button {
  margin: 0 10px 0 10px;
  transform: translateX(-15px);
  outline-color: rgba(34, 34, 34, 0.3);
  outline-offset: 6px;
}

.eventBlocks .eventBlock .content .eventinformationbutton:hover button::after {
  transform: scale(2) translateX(120%);
}

.eventBlocks .eventBlock .content .eventbutton {
  transition: 0.3s;
  flex-basis: 10%;
}

.eventBlocks .eventBlock .content .eventbutton button {
  margin: 0 10px 0 10px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  outline-style: solid;
  outline-color: rgba(34, 34, 34, 0);
  outline-width: 1px;
  outline-offset: 22px;
}

.eventBlocks .eventBlock .content .eventbutton button::after {
  content: "";
  background: rgba(255, 255, 255, 0.2666666667);
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 3em;
  transition: 0.3s;
  transform: scale(0.2) translateX(-300%);
}

.eventBlocks .eventBlock .content .eventbutton:hover {
  padding: 0px;
  border-radius: 0.4em;
}

.eventBlocks .eventBlock .content .eventbutton:hover button {
  margin: 0 10px 0 10px;
  transform: translateX(-15px);
  outline-color: rgba(34, 34, 34, 0.3);
  outline-offset: 6px;
}

.eventBlocks .eventBlock .content .eventbutton:hover button::after {
  transform: scale(2) translateX(120%);
}

@media (max-width: 768px) {
  .eventBlocks .eventBlock .content {
    flex-direction: column;
    gap: 20px;
  }
}

.selectBlock .select-selected.select-arrow-active {
  transition: 0.3s;
}

.selectBlock .select-items {
  animation: anim1 0.3s;
}

@keyframes anim1 {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
}

/* latin-ext */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  font-family: "Mulish" !important;
}

body {
  background-color: #000000;
  background-image: url(/images/manager-background.jpg?c3b17476aa1e6f3f4042257658335d0b);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#customerProfileForm .title {
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 30px white;
  font-size: 1.8em !important;
  color: #222 !important;
  margin: 2em auto;
}

