* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #435165;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

/* Button Styles */
.button-green-50 {
  	width: 50%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #008000;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.button-blue-70 {
  	width: 70%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.button-blue-50 {
  	width: 70%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

.button-green-70 {
  	width: 70%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #008000;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}


.LoginBack {
  	width: 100%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #008000;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.loginText {
  	padding-left: 15px;
 	margin-top: 0px;
  	border: 0;
}

.loginError {
	background-color:salmon;
	color: darkred;
  	padding-left: 15px;
 	margin-top: 0px;
  	border: 0;
}


.forgottenpw {
  	width: 50%;
  	padding: 15px;
 	margin-top: 0px;
  	background-color: #B22222;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}



.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.tickets {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
	border-top-left-radius: 20px;
 	border-top-right-radius: 20px;
 	border-bottom-right-radius: 20px;
	display: inline-block;
height: 300px;
position:relative;
vertical-align:top;

}
.tickets h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 10px 0 10px 0;
  	border-bottom: 1px solid #dee0e4;
}
.tickets form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
position: absolute;
  bottom: 0px;
width:100%

}

.tickets P {
  	padding-left: 15px;
 	margin-top: 0px;
  	border: 0;
	text-align: left;
}
.tickets form input[type="submit"] {
  	width: 50%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #008000;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
	
}
.tickets select {
  	width: 50%;
  	padding: 15px;
 	margin-top: 20px;
  	border: 1px,0,0,0;
  	cursor: pointer;
  	font-weight: bold;
}
.tickets_price {
  	text-align:right;
  	border: 0;
	position: absolute;
	bottom: 65px;
	right: 20px;
}
.tickets_types {
	color: #ffffff;
	text-align:left;
  	font-size: 24px;

}

.tickets_list {
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	text-align:center;
}
.tickets_category {
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
	text-align:center;
}
.tickets_filter {
	  position:relative;
   display:inline-block;
   padding: 5px;
   background-color: #008000;
   transition: background-color 0.2s;

}
.tickets_filter a:visited, a:active, a:link, a{
	  position:relative;
   display:inline-block;
   padding: 5px;
   color: white;
   transition: background-color 0.2s;

}
.tickets_basket a, a:hover, a:visited, a:link{
   position:absolute;
   display:inline-block;
   padding: 5px;

   transition: background-color 0.2s;
   text-align:right;
   right: 5px;
}

.tickets_basket td, tr {
   width: 100%;
   border: 1px solid;
   border-color: black ;
   border-collapse: collapse;
   text-align: center;

}
.basket_checkout {
   position:absolute;
   right: 5px;
}

.register-header h1{
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;

}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 35%;
  position: absolute;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.register-modal {
  background-color: #fefefe;
  margin: 1% auto; /* 15% from the top and centered */
  padding: 5px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}
.register-modal-fields {
   width:100%;
   padding: 5px;
   margin: 5px;
}
.register-modal-cancel {
  	width: 30%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

.register-modal-submit {
  	width: 30%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

/* Grid Layout */
.col-20 {width: 20%; display:inline-block;}
.col-50 {width: 49%; display:inline-block;}
.row{}