* {
  box-sizing: border-box;
}

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: 100%;
  text-align: center;
  max-width: 75vw;
  margin: auto;
}

html {
  height: 96vh;
}

p.headertitle { font-size:large;  }
p.maintitle { text-align:center; font-size:2.5vmax; margin:0;}
p.maintext { text-align:center; font-size:2vmax; padding-top:2vh; padding-bottom:2vh;  i {font-size: 1vmax;}}

p.warningtext { text-align:center;  padding-top:1vh; font-size:2.5vmax; font-weight: bold;}
p.extratext { text-align:center; font-size:2vmin; padding-top:2vh; padding-bottom:2vh;  }

.hdr {
  background-color: white;
  color: black;
}

input[type=text],input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 3vh;
}

h1 {
  font-size: 3vmax;
}

.centrepara {
  text-align:center;
  margin: 0px;
  font-size: 3.5vw;
}

.navpara {
  text-align:center;
  margin: 0px;
  font-size: 2.5vmax;

}
select {
  /*width: 100%;*/
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 3vh;
  margin-bottom: 1vh;
}
input[type=date] {
  /*width: 100%;*/
  float:right;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 3vh;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 2.5vh;
  text-align: left;
}


input[type=button], button {
  /*padding: 12px 20px;*/
  /*border-radius: 4px;*/
  cursor: pointer;
  /*float: none;*/
  font-size: 3vh;
  text-align: center;
  height: 5vh;
  line-height: 0.8;
}


.tblcll {
  display: table-cell;
  vertical-align: middle;
  align-items: center;
}


.container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
 /* overflow:auto;*/
  margin-left: auto;
  margin-right: auto;
  height: 80vh;
  width: 100%;
  max-width: 1220px;
}

.panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
	overflow: auto;
}
.tbl {
  display: table;
  width: 100%;
  vertical-align: middle;
  align-items: center;
  padding: 1vh;
}
.col-25 {
  flex: 23%;
  margin:1%;
  text-align: left;
}

.col-75 {
  flex: 73%;
  margin:1%;
} 

.l {
  text-align: left;
}

.r {
  text-align: right;
  margin-right: 1%;
}

main {
  flex: 1;
  overflow: auto;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hdrrow {
  flex-direction: row;
  justify-content: space-between; 
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
/*header {
  flex: 0 0 auto;
}*/
header {
  /*height: 10vh; */
  width:100%;
  margin:auto;
  margin-left: 0;
  margin-right: 15vw;
  padding: auto;
  font-size: 2.5vmax;
  text-align: center; 
  font-weight: bold;
  /*background-color: var(--bckclr);
  color: var(--txtfnt)*/
}

#logo {
  border: none;
  height: 10vh;
  width: 15vw;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}

footer {
  flex: 0 0 auto;
  position: relative;
  bottom: 0;
  margin-top: auto;
}

.footer {
  font-size: 1vmax;
}

.col-50l {
  width: 50%;
  flex: 50%;
}
.col-50r {
  width: 50%;
  flex: 50%;
}


.w50 {
  min-width: 100%;
  height: 100%;
}



.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.ints {
  width: 100%;
  height: 40vh;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 3px;
  overflow: auto;
}

.nav* {
  font-size: 5rem;
} 

#navbar {
  align-items:baseline ;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 95vw;
  max-width: 1200px;
  margin-bottom: auto;
  
}
#startpage, #page0 {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-size: 5vmax;
}

#navbar {
  height: auto;
  margin-bottom: 5px;
}

#mainbox {
  height:auto;
  min-height:50vh;
  border: 1px solid black;
  width: 95vw;
  max-width: 925px;
  margin: 2px auto;
}

#outerbox {
  height: 75%;
}

#page0 {
  height: 50vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
	overflow: auto;
  font-size: 5vmax;
}
#btnStart {
  width: 50vw;
  font-size: 5vmax;
  padding: auto;
  position: relative;
  bottom: 0;
}


#starthdr {
  font-size: max(8vw, 8px);
}
input[type=checkbox] {
  width: 2vh;
  height: 2vh;
  margin-top: 1vh;
  margin-left: -2.5vw;
}

input[type="radio"] {
    height: 2vmax;
    width: 2vmax;
    margin-left: -2.5vmax;
    margin-top: 0.1vmax;
  }

#sites {
  width: 60vw;
  font-size: 4vmin;
}

.multiselect-container {
  max-height: 40vh;
  overflow: scroll;

}
#memberlogin {
  /*padding: 0 auto 0 0 ;*/
  float: right;
}

#bookasguest {
  /*padding: 0 auto 0 0 ;*/
  float:  left;
}

#welcome, #bookername {
  font-size: 3vmax;
  text-align: left;
}

#guestcost{font-size: 1.5vmax; font-weight: bold; display: flex; flex-direction:column;}
#maintexti {font-size: 1vmax; font-style: italic; display: flex; flex-direction: column;}
#totalcost{font-size: 2vmax; font-weight: bold; display: flex; flex-direction: column; margin-top: 2vh;}

input.home {width: 20vw; height: 3vh; float: left; }
input.startover {width: 20vw; height: 8vh; float: right; }
input.back {width: 20vw; height: 8vh; float: left;  }
input.next {width: 20vw; height: 8vh; float: right; }
input.back:disabled {width: 20vw; height: 8vh; float: left;  }
input.next:disabled {width: 20vw; height: 8vh; float: right; }
input.cancel {font-size: 2vmax; width: 25vw; margin: 32px;}
/*button.session {width: 250px; height: 40px; }
button.sessiongrey {width: 250px; height: 40px; }
button.cover {width: 70px; height: 40px; text-align:center; }
button.covergrey {width: 70px; height: 40px; text-align:center; }*/
input.detail {width: 40vw; height: 8vh; font-size: 2.5vmax; float: right;}
input.special {width: 40vw; height: 10vh; }
input.reg {width: 200px; height: 40px;}
input.forgot {width: 200px; height: 40px; float:right;}
input.mycancel {width: 60px; height: 25px;}
input.myinfo {width: 60px; height: 25px;}
input.memberlogin, button.memberlogin {width: 22vw; height: 10vh; }
input.bookasguest {width: 22vw; height: 10vh;  }
input.signup {width: 180px; height: 30px;  font-size:14px;}
#tabletime {float: right; font-size: 3vh; text-align: center;}
#ttime {text-align: right;}
.btn,.btn-group {font-size: 3vmax; float: none; width: 40vw; }

html body form#frm div#cont.container div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group button.multiselect.dropdown-toggle.btn.btn-default,
html body div#cont.container form#frm div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group button.multiselect.dropdown-toggle.btn.btn-default ,
html body div#cont.container form#frm div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group.open ul.multiselect-container.dropdown-menu
{width: 20vw;
margin-left: 20vw;
max-height: 20vh;}

.lbl {
  font-size: 2vh;
  width: 30vw;
  max-width: 300px;
  text-align: left;
  margin: 1px;
}
.dets, .detail {
  font-size: 2vh;
  width: 60vw;
  max-width: 500px;
  text-align: left;
  margin: 1px;
}
.chk {
  width: 2vw;
}
#lblConfirm {
  font-size: 1.25vmax;
  font-weight: bold;
}
.dropdown-menu {
  width: inherit;
  text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
}
#toprow {
  max-height: 10vh;
}

.nav0 {font-variant: small-caps; font-size:2vw;}
.nav1 {font-variant: small-caps; font-weight: bold; font-size: 2.5vw;}
.nav2 {font-weight: bold; font-size: 2vw;}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (orientation: portrait)  {

body {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

select {
  width: 100%;
  font-size: 2vh;
}

  .col-25, .col-75, input[type=submit] {
    flex: 100%;
    flex-wrap: nowrap;
    margin: 0;
  }
  .col-50r, .col-50l {
    flex: 100%;
    width: 100%;
    /*margin-top: 3%;*/
  }
 .container, .frm {
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }

  #txtguestmobile {
    min-width: 50vw;
  }
  .row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
  }

  #paylogos {
    flex-direction: row;
  }
  #logo {
    width: 45vh;
  }
  #hdrrow {
    flex-direction: column;
    justify-content:center; 
    /*flex-wrap:wrap;*/
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  header {
    margin: auto;
  }

  #mainbox {
    height:auto;
    min-height:50vh;
    border: 1px solid black;
    /*width: 95vw;*/
    max-width: 1200px;
    margin: 2px auto;
  }

#tablesel {
    flex-direction: row;
    flex-wrap: wrap;
    }

  input.detail {width: 100%; height: 6vh; font-size: 3vmax; float: right;}
#toprow, #footerbar {
  flex-direction: row;
  flex-wrap: nowrap;
  width: 95vw;
}

#toprow {
  min-height: 8vh;
}
 

  #txtDOB {
    line-height: normal;
  }

  /*form, main {
    overflow: auto;
    margin-bottom: auto;
  }*/

  .table-condensed {
    width: 70vw;
    height: 30vh;
    font-size: 2.5vmax;

  }
  #memberlogin {
    /*padding: 0 auto 0 0 ;*/
    float:none;
    margin:auto;
    width: 80%;
  }
  
  #bookasguest {
    /*padding: 0 auto 0 0 ;*/
    float:  none;
    margin:auto;
    width: 80%;
  }
 .btn, .btn-group {font-size: 3vmax; float: left; width:80vw; height: 6vh;}

 #btnPay {
   margin-top: 2vh;
 }
  #tabletimeselect { width:40vw;}

  /*#tabletime {float: left; width: 100%; height: 10vh;}*/
  #ttime {text-align: center; height: 10vh;}
  input.home {width: 25vw; height: 3vh; float: left; }
  input.startover {width: 35vw; height: 8vh; float: right; }
  input.back {width: 25vw; height: 8vh; float: left;  }
  input.next {width: 25vw; height: 8vh; float: right; }
  input.back:disabled {width: 25vw; height: 8vh; float: left;  }
  input.next:disabled {width: 25vw; height: 8vh; float: right; }

  input[type="radio"] {
    height: 2vmax;
    width: 2vmax;
    margin-left: -2.5vmax;
    margin-top: 1vmax;
  }
  input[type="checkbox"] {
    width: 2vh;
    height: 2vh;
    margin-top: 1vh;
    margin-left: -5vw;
  }

  html body form#frm div#cont.container div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group ul.multiselect-container.dropdown-menu,
  html body form#frm div#cont.container div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group button.multiselect.dropdown-toggle.btn.btn-default,
  html body div#cont.container form#frm div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group button.multiselect.dropdown-toggle.btn.btn-default ,
html body div#cont.container form#frm div#mainbox.container div.row div.row div#ttime.col-75 span.multiselect-native-select div.btn-group.open ul.multiselect-container.dropdown-menu
{width: 40vw;
margin-left: 20vw;
max-height: 20vh;}

.lbl {
  font-size: 1.75vmax;
  width: 32vw;
}


label {
  padding: 0;
  display: inline-block;
  font-size: 1.5vh;
  text-align: left;
}
.dets, .detail {
  font-size: 1.95vmax;
  width: 55vw;
}
.chk {
  width: 2vw;
}
#lblConfirm {
  font-size: 1.5vmax;
  font-weight: bold;
}
.nav0 {font-variant: small-caps; font-size:1.75vmax;}
.nav1 {font-variant: small-caps; font-weight: bold; font-size: 2vmax;}
.nav2 {font-weight: bold; font-size: 1.75vmax;}
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#btnPay {
    border: 1px;
    border-radius: 5px;
    background-color: #3333ff;
    color: white;
    width: 250px;
    height: 40px;
    font-size: large;
    font-weight: bold;
    margin-top: 20px;
}

    #btnPay:disabled {
        background-color: #888888;
    }

.stripepay {
    background-color: #3333ff;
    color: white;
    width: 250px;
    height: 40px;
    font-size: large;
    font-weight: bold;
}

    .stripepay:disabled {
        border: 1px #666666 solid;
        background-color: #999999;
        cursor: not-allowed;
    }

.paymentframe {
    width: 85%;
    max-width: 450px;
    margin: auto;
    padding: 20px;
    border: 2px solid #cccccc;
    margin-bottom: 20px;
}