/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

.ui-widget {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px; }

.ui-dialog {
  padding: 0px; }

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  font-size: 16px;
  background-color: #ffffff; }

body {
  background-color: #ffffff;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px; }

img {
  max-width: 100%;
  max-height: 100%; }

input::placeholder {
  color: black; }

input[type=number]::-webkit-outer-spin-button {
  display: none; }

input[type=number]::-webkit-inner-spin-button {
  display: none; }

input[type=number] {
  -moz-appearance: textfield; }

.seperatorGrid {
  background-color: #ffffff;
  height: 68px; }

#normalContainer {
  width: 100%;
  border-left: 0px solid black;
  border-right: 0px solid black; }

#scanContainer {
  width: 100%;
  padding-top: 113px;
  padding-bottom: 54px;
  display: flex;
  flex-wrap: wrap;
  }

#scanContainer .scanInfo {
  display: block;
  margin-left:auto;
  margin-right: auto;
  margin-top: 10px;
  top: 113px;
  width: 50%;
  vertical-align: top; }

#scanContainer .scanInfo .scanEvent {
    text-align: center;
    width: 100%;
}

#scanContainer .scanInfo .scanEventDate {
    text-align: center;
    width: 100%;
}

#scanContainer .scanInfo .scanSearchOrder {
    text-align: center;
    width: 100%;
}

#normalContainer .scanSearchTickets {
        display: none;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

@media only screen and (min-width: 750px) {
    #normalContainer .scanSearchTickets {
        width: 75%;
    }
}

@media only screen and (min-width: 1000px) {
    #normalContainer .scanSearchTickets {
        width: 50%;
    }
}

select + .select2-container {
  width: 100% !important;
  max-width: 350px;
}

.scanSearchTickets table {
    width: 100%;
}

.ticket_name {
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}

#scanContainer .scanInfo div.scanEvent {
    display: none;
}

#scanContainer .scanInfo div.scanEventDate {
    display: none;
}

#scanContainer .scanInfo div.scanSearchOrder {
    display: none;
}

#scanContainer .scanMobile {
   display: none;
}

#msgHolder {
    height: 50px;
    display: table-cell;
    width: 195px;
    vertical-align:top;

}

#normalContainer .error {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#msgHolder div {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin-top: calc((0.5 * 75px));
    font-size: 32px;
}

#msgHolder #msgOK {
    background-color: green;
    display: none;
    color: #ffffff;
    font-weight: bold;
}

#msgHolder #msgFail {
    background-color: red;
    color: #ffffff;
    display: none;
    font-weight: bold;
}

#msgHolder #msgWarn {
    background-color: orange;
    display: none;
    font-weight: bold;
}

#msgHolder #msgWait {
    background-color: white;
    display: none;
    font-weight: bold;
}

#logomsgHolder {
    display: block;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
}

#logoHolder {
  display: table-cell;
  margin-left: 5%; }

#logoHolder span.logo {
display: inline-block;
margin-right: 20px;
height: 50px;
margin-top: calc((0.5 * 75px));
background: url("/images/ticketing_small_letterkleur.png");
background-size: contain;
background-repeat: no-repeat;
width: 158px; }

#statsContainer {
  width: 49%;
  min-height: 54px;
  display: block;
  margin-left:auto;
  margin-right: auto;
  margin-top: 10px;
  bottom: 55px;
  right: 0;
  left: 0;
  z-index: 99997;
  color: #000000; }

#ticketStats {
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    overflow-y: auto;
}
#ticketStats > div {
    display: table-row;
    width: 100%;
}
#ticketStats > div > div {
    display: table-cell;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}




#footerContainer {
  min-height: 54px;
  background-color: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99997;
  color: #ffffff; }

.block_footer {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  vertical-align: middle;
  top: calc(0.25 * 54px);
  position: relative; }

  #menuContainer {
  height: 113px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 89; }


#preview {
    height: 200px;
}

