/* =General
=============================*/

body,
h1,
h2,
h3,
h4,
p,
span,
i,
label {
  font-family: Avenir, sans-serif;
  text-rendering: optimizeLegibility;
  color: #333333;
}

h1 {
  font-size: 22px;
}

a {
  color: black;
  text-decoration: none;
}

body {
  max-width: 2000px;
  margin: 0 auto;
  background: whitesmoke;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}

label {
  display: block;
}

input {
  margin-bottom: 10px;
  min-width: 300px;
  min-height: 25px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
}

.horizontal-line {
  border-bottom: 2px solid #293319;
  width: 70px;
  margin: 0 auto 15px auto;
}

.button {
  background: #333333;
  color: whitesmoke;
  text-transform: lowercase;
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  border: 1px solid darkgray;
  border-radius: 4px;
  min-width: 310px;
  margin-top: 20px;
  letter-spacing: 1.2px;
}

.button:hover {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-family: Pistara, sans-serif;
  text-rendering: optimizeLegibility;
}

:-ms-input-placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-family: Pistara, sans-serif;
  text-rendering: optimizeLegibility;
}

::-ms-input-placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-family: Pistara, sans-serif;
  text-rendering: optimizeLegibility;
}

::placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-family: Pistara, sans-serif;
  text-rendering: optimizeLegibility;
}

.submit {
  color: white;
  background: none;
  border: 1px solid white;
  padding: 10px;
}

.clear {
  clear: both;
}

select {
  height: 35px;
  font-size: 16px;
}

select:active,
select:hover,
select:focus {
  outline: none;
}

.inline {
  display: inline;
}

.normal {
  font-weight: normal !important;
}

.success-message {
  text-align: center;
  color: #293316;
  font-weight: bold;
  font-size: 20px;
}

.error-message {
  text-align: center;
  color: maroon;
  font-weight: bold;
  font-size: 20px;
}

#patron-check-message-container {
  height: 100px;
}

.check-message {
  display: none;
  text-align: center;
  color: maroon;
  font-weight: bold;
}

.gray-background {
  background: #D6D1C8;
}

.fas {
  color: darkgray;
}

/* =Structure
=============================*/

.container {
  position: relative;
  min-height: 650px;
  width: 95%;
  margin: 40px auto 0 auto;
}

.heading {
  max-width: 310px;
  text-align: center;
  margin-top: 0;
  padding: 5px 0;
  color: #5C6A48;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 24px;
  border-left: 5px solid #5C6A48;
}

/* =Header
=============================*/

#logo {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}

nav {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding-top: 10px;
}

/* =Footer
=============================*/

#footer {
  width: 100%;
  height: 150px;
  background: #333333;
  position: relative;
}

#footer p {
  color: whitesmoke;
  text-align: center;
  text-transform: lowercase;
  bottom: 0;
  position: absolute;
  left: 40%;
}

/* =Event Pages
=============================*/

#header-instruction {
  text-align: center;
  text-transform: lowercase;
}

#event-select {
  width: 350px;
  margin: 0 auto;
  display: block;
}

#event-submit-button {
  width: 200px;
  display: block;
  margin: 20px auto 0 auto;
}

#event-submit-button:hover {
  cursor: pointer;
}

#create-event-form,
#enter-event-form {
  width: 300px;
  margin: 0 auto;
}

#create-event-form label,
#enter-event-form label {
  text-transform: lowercase;
}

.multiplePatronInput {
  float: left;
  margin-right: 5px;
}

#search-customer-form {
  width: 300px;
}

#search-customer-form p {
  text-transform: lowercase;
}

#create-offer-container {
  width: 325px;
  float: left;
  padding: 0 20px;
}

#current-offers-container {
  width: 65.7%;
  float: left;
}

#create-offer-form {
  margin-bottom: 40px;
}

#create-offer-form label {
  font-weight: bold;
  margin: 5px 0;
}

#claim-offer-form {
  width: 600px;
  margin: 20px auto 0 auto;
}

#offer-select {
  width: 300px;
}

#base-offer {
  text-align: center;
  font-size: 24px;
  color: #5b6947;
  text-transform: lowercase;
  font-weight: bold;
}

#disclaimer {
  color: darkgray;
  text-align: center;
  text-transform: lowercase;
}

.offer-checkbox {
  display: inline-block;
  float: left;
  padding: 10px;
  left: 15px;
  position: relative;
  top: 5px;
}

#no-offers {
  text-align: center;
}

/* =Patron Sign-up Pages
=============================*/

#event-name {
  text-align: center;
  text-transform: lowercase;
  font-size: 22px;
  color: #293319;
}

#patron-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid darkgray;
}

#patron-code {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid darkgray;
}

.patron-information {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* =Offer Option Containers
===========================*/

.selectable-input-image {
  width: 175px;
  min-height: 75px;
  position: relative;
  float: left;
  border: 1px solid lightgray;
  border-radius: 4px;
  margin: 10px;
  background: white;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #d1cfd1));
  background: linear-gradient(135deg, white 0%, #f6f6f6 47%, #d1cfd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d1cfd1", GradientType=1 );
}

.selectable-input-image label:hover {
  cursor: pointer;
}

.selectable-input-image label {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 3px;
}

.selectable-input-image input {
  min-width: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.selectable-input-image h3 {
  text-align: center;
  text-transform: lowercase;
  color: #34282C;
  margin: 25px 0 5px -150px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  position: absolute;
  width: 300px;
  left: 50%;
}

#table-number-label {
  text-align: center;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: bold;
}

#table-number {
  min-width: 150px;
  display: block;
  margin: 10px auto 20px auto;
  font-size: 20px;
  text-align: center;
}

/* =Dashboard
=============================*/

.dashboard-container {
  min-height: 725px;
  display: flex;
  flex-wrap: nowrap;
  background: url(http://events.dineatpark.com/images/logos/park-logo-big.png) no-repeat bottom left;
  background-size: 320px;
}

#dashboard-left-container,
#dashboard-right-container {
  float: left;
}

#dashboard-left-container {
  position: relative;
  width: 25%;
  min-width: 400px;
  min-height: 725px;
  margin-right: 0.5%;
  border-right: 1px solid lightgray;
  padding: 5px 10px 10px 0;
}

#dashboard-left-container #logo {
  width: 150px;
  margin-bottom: 50px;
}

#dashboard-right-container {
  width: 74%;
  min-height: 855px;
  padding: 50px 0 0 20px;
}

.offer-listing {
  padding-left: 10px;
}

.offer-listing h3 {
  color: whitesmoke;
  margin: 0 0 5px 0;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase;
}

.offer-listing p {
  margin: 0 0 5px 0;
  color: whitesmoke;
  text-transform: lowercase;
}

.offer-listing i {
  text-transform: lowercase;
}

.individual-offer {
  background: #5C6A48;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #5C6A48;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.individual-offer:hover {
  cursor: pointer;
}

.offer-description {
  color: whitesmoke;
  padding-left: 2px;
}

.searchbar {
  position: absolute;
  bottom: 15px;
  left: 40%;
  border-bottom: 2px solid #5C6A48;
}

.searchbar .fas {
  font-size: 26px;
  margin-right: 10px;
  color: #333333;
  height: 40px;
}

.searchbar .fas:last-child {
  margin-right: 0;
}

.searchbar .fas:hover {
  cursor: pointer;
}

#create-new-offer-form {
  text-transform: lowercase;
  width: 310px;
  float: left;
  font-weight: bold;
  margin: 5px 0;
}

#one-time-use-input-container {
  display: none;
}

#search-container,
#analytics-container {
  display: none;
}

#patron-information-container {
  margin-top: 40px;
}

/* =Menu
=============================*/

#menu-container {
  min-height: 725px;
  display: flex;
  flex-wrap: nowrap;
  background: url(http://events.dineatpark.com/images/logos/park-logo-big.png) no-repeat bottom left;
  background-size: 320px;
}

#left-menu-container,
#right-menu-container {
  float: left;
}

#left-menu-container {
  position: relative;
  width: 33%;
  min-width: 400px;
  min-height: 725px;
  margin-right: 0.5%;
  border-right: 1px solid lightgray;
  padding: 5px 10px 10px 0;
}

#dashboard-right-container {
  width: 65%;
  min-height: 855px;
  padding: 50px 0 0 20px;
}

