* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

/* HIDE SIDE BAR - FOR ADMIN ONLY */
.SideControl {
  display: none;
}

.main {
  width: 100%;
}
/* HIDE SIDE BAR - FOR ADMIN ONLY */

body {
  margin: 0px;
  padding: 0px;
  background-color: #efefef;
}

/* .wrapper {
  height: 100vh;
  margin-top: 15px;
} */

#logo {
  float: left;
  width: 20%;
  /* border: 1px dotted black; */
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
  padding: 0px;
}

#logo > img {
  height: 95px;
}

#LabelDisplay {
  font-size: large;
}

#DatePartyRow {
  background-color: #fff;
  border: 1px solid blue;
  border-radius: 0.5em;
  box-shadow: #eee;
  padding: 10px;
  /* margin: 20px; */
  height: auto;
  display: block;
}

#DateParty {
  float: right;
  width: 80%;
  /* border: 1px dotted black; */
  box-sizing: border-box;
  padding: 0px;
  margin-top: 10px;
}

#DateParty > hr {
  padding: 0px;
  margin: 8px;
}

#DateParty > button {
  margin-bottom: 2px;
  box-shadow: 2px 2px 5px #000;
}

#DateParty > #lblPartySize {
  float: left;
  margin-right: 3px;
  font-size: large;
}

#DateParty > #PartyOf {
  width: 40%;
}

#Registration {
  background-color: #fff;
  border: 1px dotted #eee;
  border-radius: 0.3em;
  padding: 10px;
  margin: 20px;
}

#RegistrationInput > .table thead {
  border-bottom: 1px solid black;
}

#formChildLabel {
  margin-left: 20px;
  margin-right: 20px;
}

#formChildLabel > hr {
  margin: 10px 0px;
}

#tdFirst {
  width: auto;
}

#tdLast {
  width: auto;
}

#tdRequired {
  width: auto;
}

#tdOptional {
  width: auto;
}

#tdQuantity {
  width: auto;
}

#tdAddOn {
  width: auto;
}

td {
  box-sizing: border-box;
}

#formChild {
  margin-left: 20px;
  margin-right: 20px;
}

#demo > .col-md-12 > .row {
  display: flex;
  justify-content: center;
}

#DefultDisplay {
  /* background-color: #192eb8; */
  color: #eee;
  padding: 0px;
  align-self: center;
}

#optionCard {
  width: 80%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding-right: 5px;
}

#optionQty {
  width: 20%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding-right: 5px;
}

#AddOnContainer > .table {
  width: auto;
}

#AddOnItem {
  width: 83%;
}

#AddOnItem > input {
  width: 210px;
  float: right;
}

#AddOnQty {
  width: 20px;
}

#AddOnQty > select {
  width: 63px;
}

#AddOnTable > label {
  float: right;
}

#TotalPriceDesign {
  float: right;
  margin-right: 5%;
  color: green;
  font-weight: bold;
}

#SuggestedTable {
  margin-top: 10px;
  column-gap: 10px;
  text-align: center;
}

#SuggestedTable > input[type="button"] {
  width: 30%;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 2px;
  font-size: 16px;
  box-shadow: 2px 2px 5px #000;
}

#ProceedPayment {
  float: right;
  margin-right: 40px;
  margin-bottom: 60px;
  box-shadow: 2px 2px 5px #000;
}

#TableMessage,
#DateMessage {
  text-align: center;
  color: #ff0000;
}

#faqs {
  text-align: center;
  padding: 20px;
}

#hiddenLabel {
  display: none;
}

.carousel-content {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  color: black;
}

#SuggestedTableSeat {
  margin-top: 20px;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  margin: 0 auto;

  width: 250px;
  height: 150px;
  /* border: 1px solid black; */
  padding: 3px;
}

#tblLeft,
#tblRight {
  float: left;
  box-sizing: border-box;
  width: 15%;
  /* border: 1px solid black; */
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
}

#tblMiddle > label {
  text-align: center;
  font-size: medium;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-top: 50%;
}

#SuggestedTableSeat > #tblMiddle {
  float: left;
  box-sizing: border-box;
  width: 40%;
  border: 1px solid black;
  margin: 2px;
  height: 100%;
  background-color: lightgrey;
}

#tblLeft > .row {
  height: 100%;
}

#tblLeft > .col-12 {
  height: 100%;
}

#tblRight > .row {
  height: 100%;
}

#tblRight > .col-12 {
  height: 100%;
}

#seat1,
#seat2,
#seat3,
#seat4,
#seat5,
#seat6 {
  /* width: 80px;
  margin: 3px; */

  width: 100%;
}

#lbl1,
#lbl2,
#lbl3,
#lbl4,
#lbl5,
#lbl6 {
  /* width: 80px;
  margin: 3px; */

  width: 100%;
  box-shadow: 2px 2px 5px #000;
}

/* #SuggestedTableSeat > input[type="checkbox"]:disabled + label::after {
  background-color: #eff608;
} */

#vacant {
  color: green;
  border: 1px solid green;
}

#tblLayout {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;
  margin-top: 5px;
}

.carousel-content {
  text-shadow: 2px 2px 4px #fff;
}

#occupied {
  background: #eff608;
  color: black;
  border: 1px solid black;
}

#SuggestedTableSeat > input[type="checkbox"]:checked:disabled {
  background: #eff608;
}

#Suggestion, #SeatMap{
  box-shadow: 2px 2px 5px #000;
}

#instruction{
  width: 100%;
  margin: 0px auto;
  /* border: 1px solid black; */
}

#instruction > h5 {
  color: red;
}

#caption{
  text-align: center;
  color: green;
}

#rePrint-button{
  margin-right:2%;
}

#welcome_Caption{
  margin: 50px 0px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
/****** RESPONSIVE ******/

@media (max-width: 600px) {
  .main {
    width: 100%;
    box-sizing: content-box;
    padding: 0px;
    float: none;
  }

  #LabelDisplay {
    font-size: medium;
  }

  #DatePartyRow {
    background-color: #fff;
    border: 1px solid #192eb8;
    border-radius: 0.5em;
    box-shadow: #eee;
    padding: 10px;
    margin: 20px;
    height: auto;
    display: block;
  }

  #DateParty > #lblPartySize {
    float: left;
    margin-right: 3px;
    font-size: medium;
  }

  #DateParty > #PartyOf {
    width: 70%;
  }

  #logo {
    display: none;
  }

  #DateParty {
    width: 100%;
    float: none;
  }

  #containerDate {
    width: 50%;
  }

  /* #PartyOf {
    width: 100%;
  } */

  #formChildLabel {
    display: none;
  }

  #RegistrationInput > .table thead {
    display: none;
  }

  #LineOnMobile {
    border-bottom: 1px solid black;
  }

  #tdFirst {
    display: block;
    width: 100%;
  }

  #tdLast {
    display: block;
    width: 100%;
  }

  #tdRequired {
    display: block;
    width: 100%;
  }

  #tdOptional {
    display: block;
    width: 70%;
    float: left;
    box-sizing: border-box;
  }

  #tdQuantity {
    display: block;
    width: 20%;
    float: left;
    box-sizing: border-box;
    margin-top: 20px;
  }

  #tdAddOn {
    display: block;
    width: 10%;
    float: right;
    box-sizing: border-box;
    margin-top: 20px;
  }

  #AddOnItem > input {
    width: 180px;
    float: right;
  }

  #TotalPriceDesign {
    float: right;
    margin-right: 2%;
    color: green;
    font-size: medium;
  }

  #ProceedPayment {
    float: right;
    margin-right: 15px;
  }

  #hiddenLabel {
    display: block;
  }

  .carousel-content {
    display: none;
    /* width: 100%;
    height: auto; */
  }

  #instruction{
    width: 100%;
    margin: 0px auto;
  }

  #caption{
    text-align: center;
    color: green;
}

#rePrint-button{
    margin-right:2%;
}  
}
