/* 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; }

#statsContainer {
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 54px;  }
  
#statsContainer .statsInfo {
  
  display: block;
  top: 113px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top; }
  
#statsContainer .statsUser {  
  display: block;
  width: 75%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top; }

#eventSelect_processing {
    padding-top: 8px;
    background: #029DFC;
}

#logoHolder {
  display: block;
  vertical-align: top;
}

#logoHolder span.logo {
display: inline-block;
vertical-align: top;
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; }

#logoHolder h3 {
    display: inline-block;
    margin-right: 20px;
    height: 50px;
    margin-top: calc((0.6 * 75px));
    vertical-align: top;
    font-size: 35px;
}

#footerContainer {
  min-height: 54px;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  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;
  width: 75%;
  text-align: center;
  z-index: 89; }
  
  .ui-widget-header {
    background: #029DFC;
    border-color: #029DFC;
  }
  
  .ui-state-default {
    background: #029DFC;
    border-color: #029DFC;
  }
  
  
.modal {
    height: 85%;
    top: 5% !important;
    background-color: #ffffff;
    width: 90%;
    left: 5% !important;
    bottom: 5% !important;
}

.modal-body td {
    padding: 5px !important;
}

.modal-body {
    overflow: auto;
    height: calc(100% - 65px - 87px);
}
