
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "poppins", Arial, sans-serif;
	font-weight:300;
	background-color: rgb(248,249,250);
}

html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
	width: 100%;
	margin: auto;
	max-width: 960px;
	height: 100%;
	display: flex;
	align-items:flex-start;
	justify-content:center;
	padding-left:0px !important;
	padding-right:0px  !important;
}

.container .content {
	margin-top:50px;
	padding: 50px;
	background:white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.logo {
	text-align: center;
}

.logo>img {
	max-width:300px;
}

.stickyheader {
	overflow: hidden;
	background-color: rgb(248,249,250);
	position: fixed;
	bottom: 0;
	width: 100%;
}

.currentLanguage {
	text-decoration: underline !important;
	color: #147bbe !important;
}

.stickyheader .shCenter {
	display: block;
	text-align: center;
	color: #black;
	padding : 10px 10px;
	font-weight: 300;
}

a {
	color: black !important;
	text-decoration: none !important;
	font-weight: 300;
}


.lang-fr .nl,
.lang-fr .en,
.lang-fr .de,
.lang-nl .fr,
.lang-nl .en,
.lang-nl .de,
.lang-en .nl,
.lang-en .fr,
.lang-en .de,
.lang-de .nl,
.lang-de .fr,
.lang-de .en {
	display: none;
}

.input {
	margin-top: 20px;
}



.input-group input {
	padding: 5px !important;
	text-align: center !important;
	width:100%;
}

.input-group button {
	padding: 5px;
	margin-left: 5px;
	width: 150px;
}

.barcodes {
	margin-top: 50px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0,0);
}

.modal-header,
.modal-body{
background-color: #147bbe;
color:#FFFFFF;
}

/* Modal Content */
.modal-content 
  position: relative;
  margin: auto;
  padding: 0;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color:#FFFFFF;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  text-align:center;
  color: white;
}

.modal-header > img {
	max-width:50%;
}

.modal-body {
  padding: 2px 30px;
  font-family: "poppins", Arial;
  font-weight: 600;
  text-align: center;
}

input,
button {
	font-family: "poppins", Arial;
	font-weight:600;
}

#submitButton {
   color: #ffffff;
   background-color: #147bbe;
   font-size: 15px;
   border: 1px solid #147bbe;
   border-radius: 20px;
   padding: 15px 50px;
   cursor: pointer;
   margin: 30px 0;
   width: 100%;
}

#page-3 div,
#page-4 div {
	color:#black;
	font-family: "poppins", Arial;
	font-weight:600;
	font-size:13px;
}

#page-3 button,
#page-4 button {
	background-color: #147bbe;
	font-size:15px;
	border:0px;
}

#submitButton:hover {
   color: #147bbe;
   background-color: #ffffff;
}

.title {
	font-size: 18px !important;
	text-align: center;
	color:#black;
	margin-top:50px;
    margin-bottom:50px;
	font-family: "poppins", Arial;
}

.description {
	font-size:14px;
	text-align:center;
	color:black;
	line-height:1.5;
	padding-bottom:14px;
}

.dtp > #basic {
	width: 340px; 
	float:left; 
	height:325px; 
	margin:0px; 
	padding-left: 20px; 
	padding-top: 20px;
}
.eventlist {
	width: 340px; 
	float:left; 
	height:300px; 
	padding-left: 20px; 
	padding-right: 20px;
	padding-top: 10px;
background: rgba(0,0,0,0);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.176);
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    display: inline-block;
margin-top : 20px;
color:#FFFFFF;
}

.eventlist .eventheader {
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.eventlist .eventtable {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.eventlist .eventtable td {
    padding-top:15px;
}

.eventlist .tsHeader {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.eventlist .normal {
    background-color: #147bbe;
}

.eventlist .family {
    background-color: #147bbe;
}

.eventlist .nocturne {
    background-color: #147bbe;
    color: #FFFFFF;
}

button#back {
    width: 150px;
}

button#submit {
    width: calc(100% - 160px);
}

.privacy {
    font-size: 10px !important;
}

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

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

.clear-data-btn {
color:black;
font-family: "poppins", Arial;
font-weight:300;
font-size:12px;
text-align:center;
display:block;
}

.clear-data-btn:hover {
cursor:pointer;
}

#checkBtn {
    background-color: #147bbe !important;
    color:white;
    border-radius: 10px;
    border:0px;
}

@media (max-width: 920px) {

.container .content {
	margin-top:50px;
	padding: 25px;
	background:white;
    border-radius:25px;
}


	.dtp {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.dtp > #basic {
		margin-bottom: 20px;
	}

	.eventlist {
		width: 300px;
	}

	.container .content {
		height: unset;
	}

	.modal-content {
		width:80%;
	}

	.modal-header > img {
		max-width:75%;
	}
}