/* cart */
#cart {
  margin: 0 25px;
  padding:25px;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cancel-cart-item {
	display:inline-block;
	color: #E50B43;
}

.checkout-button {
  margin: 0 25px;
  margin-top: 25px;
  padding:25px;
  width:100%;
  max-width:350px;
	display: block;
	font-size: 16px;
  text-transform: uppercase;
	text-align: center;
  color: #FEFEFE;
	background-color: #E50B43;
  border: 0px solid #E50B43;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.checkout-button-bottom {
  position: fixed;
  bottom: 100px;
}


.checkout-button[disabled="disabled"], .checkout-button[disabled] {
  background-color: #999999;
	color: #FEFEFE;
	border: 0px solid #999999;
	cursor: not-allowed;
}

.timerdiv {

}

.totaldiv {

}

.btn {
  text-align: center;
  padding:8px 12px;
  color: #FEFEFE;
  background-color: #E50B43;
  border: 0px solid #E50B43;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#selected-seats {
}

/* cart */
#checkout {
  position: fixed;
  height:100px;
  bottom: 200px;
  margin: 0 25px;
  margin-top: 25px;
  padding:25px;
  width:100%;
  max-width:350px;
	display: block;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.checkout-img {
  position: absolute;
  width:auto;
  height:100px;
  top:0;
  left:0;
  display:inline-block;
}

/* checkout */
#checkout-page {
	display: flex;
	justify-content: center;
}

.form-group, .form-box {
	position: relative;
  margin-bottom: 1rem;
	min-width: 350px;
}
.form-group > input, .form-group > label {
    height: 3.125rem;
    padding: 0.75rem;
}
.form-box  > label {
    padding-left: 0.75rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

/* login overlay */
#lgn {
  display:none;
  position:absolute;
  top:64px;
  right:0;
  width:100vw;
  height:100vh;
  z-index:1;
  background: rgba(0,0,0,0.75);
}

.mail-container {
  margin: 20% auto;
  display: block;
  width:250px;
  text-align:center;
}

.mail-container > input::placeholder {
  color: #111111;
  opacity: 1; /* Firefox */
}

.mail-container > input::-ms-input-placeholder {
  color: #111111;
}

.mail-container > input::-ms-input-placeholder {
  color: #111111;
}

.mail-container #submit {
  border: 2px solid green;
  background-color: green;
  color: white;
}

/* select elements */
input, select {
 color: black;
}

/* cols */
.list-unstyled {
  padding-left: 0;
  list-style: none;
  text-align: left;
  color: #e9e9e9;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
