@charset "UTF-8";
@font-face {
  font-family: 'Conv_HKGrotesk-Light';
  src: url("/scoopon/assets/fonts/HKGrotesk-Light.eot");
  src: local("☺"), url("/scoopon/assets/fonts/HKGrotesk-Light.woff") format("woff"), url("/scoopon/assets/fonts/HKGrotesk-Light.ttf") format("truetype"), url("/scoopon/assets/fonts/HKGrotesk-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_HKGrotesk-Regular';
  src: url("/scoopon/assets/fonts/HKGrotesk-Regular.eot");
  src: local("☺"), url("/scoopon/assets/fonts/HKGrotesk-Regular.woff") format("woff"), url("/scoopon/assets/fonts/HKGrotesk-Regular.ttf") format("truetype"), url("/scoopon/assets/fonts/HKGrotesk-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@CHARSET "ISO-8859-1";
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
  color: black;
}

a {
  color: black;
  text-decoration: none;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Conv_HKGrotesk-Regular", sans-serif;
  font-weight: bold;
}

li[data-val="more"],
option[value="more"] {
  display: none;
}

.event-notice {
  color: #DD0037;
  font-style: italic;
  margin-bottom: 5px;
}

DIV#breadcrumb {
  display: none !important;
  text-align: center;
}
DIV#breadcrumb > div:after {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
DIV#breadcrumb #step1:after {
  content: '1. Search for a reservation';
}
DIV#breadcrumb #step1terms:after {
  content: '2. Terms and conditions';
}
DIV#breadcrumb #step2:after {
  content: '3. Your booking details';
}
DIV#breadcrumb #step25:after {
  content: '4. Payment details';
}
DIV#breadcrumb #step3:after {
  content: '5. Confirmation';
}
DIV#breadcrumb #step3.waitlist:after {
  content: '5. Waiting list request';
}

#navigation {
  margin: 0 auto 15px;
  text-align: center;
}
#navigation a {
  font-family: "Conv_HKGrotesk-Light", sans-serif;
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#navigation a:hover {
  color: #5894F7;
  text-decoration: none;
}

DIV#footer a {
  font-family: "Conv_HKGrotesk-Light", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
DIV#footer a:hover {
  color: #5894F7;
  text-decoration: none;
}

DIV#content INPUT[type="submit"],
DIV#content A.addthis_button,
DIV#content A.share_toolbox {
  cursor: pointer;
  width: 100% !important;
  max-width: 310px;
  font-family: "Conv_HKGrotesk-Regular", sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px;
  background-color: white;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: black;
  white-space: normal;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  outline: none;
}

DIV#content INPUT[type="submit"]:hover,
#toolbox:hover,
#add_to_calendar:hover {
  color: white;
  border-color: #5894F7;
  background-color: #5894F7;
}

A#showPromo:link,
A#showPromo:visited,
A#showPromo:active,
A#showLandline:link,
A#showLandline:visited,
A#showLandline:active {
  font-size: 16px;
  line-height: 21px;
}

#eb h2 {
  font-size: 16px;
}

DIV#content P,
DIV#content SELECT,
DIV#content {
  font-size: 16px;
  font-weight: normal;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

/* size and position */
DIV#content,
DIV#opening_hours,
DIV#faqpp {
  width: auto;
  height: auto;
  position: static;
  max-width: 310px;
  font-size: 16px;
  overflow: visible;
}

DIV#opening_hours a, DIV#faqpp a {
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
DIV#opening_hours a:hover, DIV#faqpp a:hover {
  color: #5894F7;
  text-decoration: none;
}

DIV#content INPUT.eb[type="submit"] {
  padding: 5px 8px;
  width: auto !important;
  margin-bottom: 20px;
}
DIV#content INPUT.eb[type="submit"].disable-btn {
  color: #909090;
  background-color: #404040;
  border-color: #404040;
}

#toolbox_sub,
#add_to_calendar_sub {
  box-shadow: none;
  background-color: white;
  border: 1px solid #DEDEDE;
}

#toolbox_sub span {
  padding-left: 0px;
  margin-right: 10px;
}

#add_cal_container {
  margin-bottom: 0px;
  display: block;
}

#toolbox_sub {
  left: 0;
  right: auto;
  line-height: 22px;
  text-transform: capitalize;
  width: 200px;
}

DIV#content #toolbox_sub A,
DIV#content #add_to_calendar_sub A {
  color: black;
  font-size: 16px;
}

DIV#content #toolbox_sub A:hover,
DIV#content #add_to_calendar_sub A:hover {
  color: black;
  text-decoration: underline;
}

#add_to_calendar_sub {
  right: auto;
  left: 0;
}

#br-container {
  bottom: auto;
  position: relative;
  right: auto;
  width: 310px;
  text-align: center;
}

#res_logo, #common_questions, #dietary_queries, #footer #th, #footer #lc, #obee_logo, #footer #eb {
  display: none;
}

DIV#wrapper {
  border: none;
  padding: 0;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin: 0 auto;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* needs important to work on iphone for some reason */
#obeelogo-mobile {
  display: block;
  margin-top: 5px;
}

div#content div#area_container:before,
div#content div#date_container:before,
div#content div#time_container:before,
div#content div#bsize_container:before {
  content: none !important;
}

span.cvc:before {
  content: none !important;
}

/*** Privacy and FAQ Pages ***/
DIV#faqpp {
  width: 100%;
  background-color: inherit;
  padding: 0;
}

DIV#faqpp H1 {
  display: none;
}

DIV#faqpp H2 {
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
  font-size: 16px;
  line-height: 21px;
}

DIV#faqpp H3 {
  padding-top: 10px;
  font-size: 16px;
  line-height: 21px;
}

DIV#faqpp H2:first-of-type {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.faq-page #breadcrumb,
.privacy-page #breadcrumb {
  display: block;
}

DIV#faqpp {
  top: 0px;
}

DIV#faqpp .edit-booking {
  display: none;
}

/*** Privacy and FAQ pages ***/
/*** Customer terms ***/
DIV#content div#customer_terms {
  top: 35px;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

/*** End customer terms ***/
/*** Breadcrumb ***/
DIV#breadcrumb {
  position: relative;
  height: auto;
  background: none;
  top: 0px;
  left: 0px;
  padding: 0;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

DIV#breadcrumb TABLE,
DIV#breadcrumb DIV#instruction,
DIV#breadcrumb IMG.bc-cnr {
  display: none;
}

DIV#breadcrumb TABLE {
  position: absolute;
  left: 0px;
  top: 16px;
  text-transform: capitalize;
  padding-left: 0;
}

#eb DIV#breadcrumb #step1:after {
  content: 'Edit booking';
}

#eb DIV#breadcrumb #step2:after {
  content: 'Update booking details';
}

#th.privacy-page DIV#breadcrumb #step1:after {
  content: 'Privacy policy';
}

#th.faq-page DIV#breadcrumb #step1:after {
  content: 'Frequently asked questions';
}

.confirm-page DIV#breadcrumb #step1:after {
  content: 'Confirm booking';
}

.optout-page DIV#breadcrumb #step1:after {
  content: 'Communication preferences';
}

/*** End Breadcrumb ***/
.confirm-page DIV#opening_hours {
  height: auto;
  padding-left: 0px;
  background: none;
}

/*** Start calendar ***/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px !important;
}

.ui-widget-content {
  background: none !important;
  border: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: none !important;
  /* url("images/ui-icons_222222_256x2400-custom.png") !important; */
}

.ui-datepicker th {
  font-size: 16px;
  text-align: center;
}

.ui-datepicker td {
  font-size: 16px;
}

.ui-datepicker td.fullybooked {
  text-decoration: line-through;
}

/* Non bookable days */
.ui-state-default {
  color: white !important;
  border: none !important;
  background: none !important;
  text-align: center;
  opacity: 1;
}

.cal-bookable .ui-state-default {
  opacity: 1;
}

.cal-available .ui-state-default, .cal-full .ui-state-default {
  opacity: 1;
}

.cal-busy .ui-state-default {
  opacity: 0.7;
}

/* Visible / bookable days */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: black !important;
  border: none !important;
  background: none !important;
  text-align: center;
  text-decoration: none !important;
  padding: 8px;
}

DIV#content .ui-state-active {
  background-color: #5894F7 !important;
  color: white !important;
}

DIV#content .ui-widget-header {
  background: none;
  border: none;
}

DIV#content .ui-datepicker-inline A {
  text-decoration: none;
  color: white;
}

DIV#content .ui-state-active:hover {
  color: #2e2e2e;
}

/*** End calendar ***/
/*
#sessionSelectBoxItContainer {
    margin-bottom: $input_field_gap;
}
*/
#sel_bsize_row, #sel_date_row, #sel_time_row {
  position: static;
  margin-top: 15px;
  text-align: left;
}
#sel_bsize_row > label, #sel_date_row > label, #sel_time_row > label {
  display: block;
  width: auto;
}

#sel_date_row {
  width: 310px;
}

#sel_bsize_row > label {
  display: none !important;
}

#sel_bsize_row {
  margin-top: 15px;
}

DIV#content DIV#step1left {
  line-height: 28px;
  float: auto;
}

/* End reposition time and size*/
/* Step 1 */
#sessionSelectBoxItText {
  max-width: initial !important;
}

.cal-closed {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.cal-bookable {
  color: white;
}

DIV#content .ui-datepicker-inline .cal-full A,
.cal-full,
.cal-full a {
  text-decoration: line-through !important;
}

DIV#content .ui-datepicker-inline .force-no-strike A {
  text-decoration: none !important;
  opacity: 1;
}

DIV#content .ui-datepicker-inline .force-strike A {
  text-decoration: line-through !important;
}

#bo #date-pick-div {
  width: 100%;
  min-height: 186px;
  position: relative;
  background-color: white;
}
#bo #date-pick-div .ui-datepicker-header {
  background-color: #DD0037;
}
#bo #date-pick-div .ui-datepicker-header .ui-datepicker-title span {
  color: white;
  font-size: 14px;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}
#bo #date-pick-div .ui-datepicker-header .ui-icon {
  background-image: none !important;
  position: relative;
}
#bo #date-pick-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-right: 6px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#bo #date-pick-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  border-right: 4px solid #DD0037;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#bo #date-pick-div .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 6px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#bo #date-pick-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  border-left: 4px solid #DD0037;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#bo #date-pick-div .ui-datepicker-calendar {
  border: 1px solid #DEDEDE;
}
#bo #date-pick-div .ui-datepicker-calendar thead tr {
  background-color: #F7F7F7;
}
#bo #date-pick-div .ui-datepicker-calendar thead tr th {
  font-weight: normal;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

#load-overlay {
  position: absolute;
  left: 125px;
  top: 120px;
  display: none;
}

.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  background: none !important;
  border: none !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
  top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
  top: 2px !important;
}

.ui-datepicker-title {
  padding-top: 3px;
}

/* End Step 1 */
/* Step 2 and Payment Step */
/*** Step 2 ***/
table#details {
  width: 100%;
}

#cc-msg-step2-short {
  display: block;
}

DIV#content P#para-terms {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: black;
}

#cc-msg-step2-short {
  display: none;
}

table#details tr.show-promo-code {
  display: block !important;
}

table#details tr.show-landline {
  margin-bottom: 20px;
  margin-top: 10px;
}
table#details tr.show-landline a {
  color: black;
  text-decoration: none;
}
table#details tr.show-landline a:hover {
  color: #5894F7;
  text-decoration: none;
}

table#details tr.gv-ref {
  margin-bottom: 10px;
  margin-top: 10px;
}
table#details tr.gv-ref a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
table#details tr.gv-ref a:hover {
  font-size: 16px;
  color: #5894F7;
  text-decoration: none;
}

table#details tr, table#payment tr {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

table#details th,
table#payment th,
#showLandline {
  display: block;
  width: auto;
  position: relative;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

span.cvc {
  display: block;
}

table#details td,
table#payment td {
  display: block;
  width: 100%;
  padding: 0;
}

TABLE#details INPUT[type="text"],
#optout-contact,
TEXTAREA#b-comments,
table#payment INPUT[type="text"],
#eb-number,
div#eb_add_comments TEXTAREA,
DIV#content INPUT#ec-input,
.pay-step-amount {
  font-family: "Conv_HKGrotesk-Light", sans-serif;
  background-color: #fff;
  color: #000;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  letter-spacing: normal;
  float: none;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
TABLE#details INPUT[type="text"]:hover, TABLE#details INPUT[type="text"]:focus,
#optout-contact:hover,
#optout-contact:focus,
TEXTAREA#b-comments:hover,
TEXTAREA#b-comments:focus,
table#payment INPUT[type="text"]:hover,
table#payment INPUT[type="text"]:focus,
#eb-number:hover,
#eb-number:focus,
div#eb_add_comments TEXTAREA:hover,
div#eb_add_comments TEXTAREA:focus,
DIV#content INPUT#ec-input:hover,
DIV#content INPUT#ec-input:focus,
.pay-step-amount:hover,
.pay-step-amount:focus {
  outline: none;
}

DIV#content INPUT {
  padding: 7px 8px;
}

TABLE#details INPUT#mobile_prefix[type="text"],
TABLE#details INPUT#landline_prefix[type="text"] {
  width: 20% !important;
  max-width: 40px;
  margin-right: 1%;
  float: left;
}

TABLE#details INPUT.international[type="text"] {
  width: 79% !important;
  float: left;
}

table#details tr.show-promo {
  display: none;
}

/* Edit Booking */
DIV#content INPUT#check_avail {
  left: 0;
  right: auto;
}

span#avail_status {
  position: static;
  width: 310px;
  margin-top: 10px;
}

#eb DIV#area_container {
  top: 50px;
}

DIV#eb-layout {
  width: auto;
}

#eb .subContent {
  height: auto;
}

#eb label[for="confirmation_email"] {
  margin-top: 0px;
}

/* remove rounding on iOS */
input, submit, button {
  border-radius: 0;
}

DIV.error {
  margin: 0;
  font-size: 14px;
  color: #DD0037;
}

DIV#content P#para-not-avail {
  display: block;
  color: black;
  font-weight: bold;
}

table#details tr.no-marg {
  display: none;
  margin-top: 15px;
}

table#details tr.comments {
  margin-top: 20px;
  margin-bottom: 15px;
}

#deposit-pay-form .subContent {
  margin-bottom: 20px;
}

#payTCs-hint {
  bottom: 90px;
}

#cvc-hint-box {
  color: black;
  top: auto;
  bottom: 85px;
}

DIV#content P.wl-details-or-search {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.not-avail-content #cc-msg-step2-short {
  margin-bottom: 30px;
}

.fb-this-sitting, .suggested-times {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
}

DIV#content P b {
  font-weight: normal;
}

.step2overview {
  font-size: 16px;
  line-height: 24px;
}

/* End Step 2 and Payment Step  */
/* Step 3 */
DIV#content.step3 P {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.step3confirmation {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

.step3 .subContent p:nth-child(4), .step3 .subContent br:nth-child(6) {
  display: none;
}

/* End Step 3 */
DIV#faqpp {
  overflow: auto;
  font-size: 16px;
  line-height: 21px;
  max-height: 500px;
  top: 0px;
}

.quick-links {
  display: none;
}

/************** go through ***********/
/*** Reposition elements ***/
DIV#footer {
  width: auto;
  height: auto;
  max-width: 310px;
  margin-top: 20px;
  position: static;
}

#time_loading {
  display: none;
}

DIV#content DIV#step1left {
  width: 100%;
  position: relative;
  text-align: center;
}

#sel_date_row .ui-datepicker-trigger {
  display: none;
}

DIV#content .ui-datepicker-inline {
  line-height: 16px;
  padding: 0;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

#sel_date_row #date_container {
  display: none;
}

#sel_date_row .ui-datepicker {
  margin-left: 0px;
  margin-top: 0px;
  width: 310px;
}

FORM#form {
  width: 100%;
}

#sel_date_row .ui-widget-header {
  font-size: 16px;
}

DIV#content DIV#step1left DIV#step1hints {
  display: none;
}

/* submit buttons */
DIV#content INPUT#step1submit,
DIV#content INPUT#step2confirm,
DIV#content INPUT#step1bsubmit,
DIV#content INPUT#optout-submit {
  position: relative;
  bottom: auto;
  right: auto;
}

#optout-correspondence {
  margin-bottom: 30px;
}

/*** End reposition elements ***/
#payTCs-hint {
  background-color: white;
  color: black;
}

/*** Step 3 ***/
#membership_sms {
  display: inline;
}

#membership_email {
  padding-left: 0px;
  margin-bottom: 0;
}

.step3 #membership_email.confirmed {
  margin-bottom: 16px;
}

label[for=confirmation_email] {
  display: inline-block;
}

DIV#content INPUT#confirmation_email[type="submit"] {
  margin-top: 10px;
  height: 40px !important;
}

#close_window {
  display: none;
}

#membership_email.confirmed {
  display: block;
  padding-left: 0;
  margin-top: 16px;
}

/*** End Step 3 ***/
DIV#area_container,
DIV#date_container,
DIV#time_container,
DIV#bsize_container,
DIV#adult_bsize_container,
DIV#kids_bsize_container {
  display: block;
}

A#showLandline:link, A#showLandline:visited, A#showLandline:active {
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

/******************* START SELECT BOX IT *********************/
/*! (Modified by Shane Fire from Boostrap)

 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.dropup,
.dropdown {
  position: relative;
}

.caret {
  /*
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 2px;
  border-top: 6px solid $font_color_1;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  */
  position: relative;
  left: -15px;
  top: -7px;
}
.caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.caret:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: black;
  border: 1px solid #DEDEDE;
}

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #3d3d3c;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #2e2e2e;
  text-decoration: none;
  background-color: #c6c6c6;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #2e2e2e;
  font-weight: bold;
  text-decoration: underline;
  background-color: #5894F7;
  color: white !important;
  outline: 0;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid white;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 0px 10px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  line-height: 21px;
  *line-height: 21px;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.btn:active,
.btn.active {
  background-color: white \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: white;
  text-decoration: none;
  background-color: white;
  *background-color: white;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -16px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: white;
  background-color: white \9;
  background-image: none;
  outline: 0;
}

.selectboxit-options {
  overflow-y: auto;
}

/*** Bootstrap for SELECTBOXIT ***/
.selectboxit-container,
.selectboxit,
.selectboxit-default-icon,
.selectboxit-text,
.selectboxit-arrow {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: black;
}

.selectboxit {
  cursor: pointer;
}

.selectboxit.selectboxit-disabled {
  cursor: default;
}

.selectboxit-optgroup-header[data-disabled='true']:hover {
  cursor: default;
}

/* play nice with bootstrap */
.dropdown-menu.selectboxit-options {
  top: auto;
  left: auto;
}

/*** Customise ***/
.selectboxit {
  background: none;
}

.selectboxit-container {
  border: 1px solid #DEDEDE;
  background-color: white;
  border-radius: 4px;
  padding: 3px 0;
}
.selectboxit-container .selectboxit-text {
  color: black;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}

.selectboxit-text {
  padding-right: 20px;
}

.dropdown-menu {
  background: white;
  text-align: left;
}

.dropdown-menu a {
  color: black !important;
  text-decoration: none !important;
}

.dropdown-menu a:hover {
  color: black !important;
}

.selectboxit-optgroup-header {
  color: #5894F7 !important;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

#deposit-pay-form .selectboxit-text,
.step1 .selectboxit-text,
#eb .selectboxit-text {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px !important;
  max-width: 100% !important;
}

.btn {
  border: none;
}

/* width step 1 only */
.step1 .selectboxit-container,
.step1 .selectboxit.btn,
.step1 .selectboxit-options,
#eb .selectboxit-container,
#eb .selectboxit.btn,
#eb .selectboxit-options {
  width: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.step1 .selectboxit.btn,
#eb .selectboxit.btn {
  text-align: left;
  position: relative;
}

.step1 .selectboxit-arrow-container,
#eb .selectboxit-arrow-container {
  position: absolute;
  right: 10px;
  top: 6px;
}

.btn:hover,
.btn.active,
.btn:active {
  background: none;
}

/****************** END SELECT BOX IT *******************************/
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px !important;
}

@media screen and (max-device-width: 480px) {
  #content {
    padding: 0 !important;
  }

  /*
  table#details tr, table.online-form tr {
      margin-bottom: 35px !important;
  }
  */
  table#details td, table.online-form td {
    padding: 0 !important;
  }

  DIV#footer A,
  #obeelogo-mobile {
    border-top: 1px solid #cccccc !important;
  }

  DIV#footer #full-site A {
    border-top: none !important;
  }
}

.faq-pag #footer {
  margin-top: 60px !important;
}

table#payment .amount-row {
  height: 110px;
}

/* Custom */
#payment {
  border-collapse: collapse;
}

DIV#content #add_to_calendar, DIV#content A.share_toolbox {
  line-height: 40px !important;
}

DIV#content INPUT[type="submit"] {
  height: auto !important;
  padding: 10px;
}

.selectboxit-text {
  font-size: 16px;
}

DIV#content A {
  color: black;
  text-decoration: none;
}
DIV#content A:hover {
  color: white;
  text-decoration: none;
}

DIV#content DIV#step1left LABEL {
  display: block;
  width: auto;
  font-family: "Conv_HKGrotesk-Light", sans-serif;
}
DIV#content DIV#step1left LABEL[for="date"] {
  display: none;
}

#bo #sel_area_row {
  display: none;
}
#bo #para-home {
  display: none;
}
#bo #sel_session_row {
  margin-bottom: 15px;
}
#bo table#details tr.gv-ref a {
  font-family: "Conv_HKGrotesk-Regular", sans-serif;
}
#bo .step1 .time-block-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#bo .step1 .time-block-wrapper .row {
  margin-bottom: 12px;
}
#bo .step1 .time-block-wrapper .row::after {
  clear: both;
  content: "";
  display: table;
}
#bo .step1 .time-block-wrapper .loadSuggestion {
  border: 1px solid #DEDEDE;
  transition: background 0.2s linear;
  float: left;
  width: 30%;
  text-align: center;
  background-color: white;
  text-decoration: none;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 5%;
}
#bo .step1 .time-block-wrapper .loadSuggestion:last-of-type {
  margin-right: 0;
}
#bo .step1 .time-block-wrapper .loadSuggestion.chosenOne {
  background-color: #5894F7;
  color: white;
}
#bo .step1 .time-block-wrapper .loadSuggestion:hover {
  background-color: #5894F7;
}
#bo .step1b + #footer {
  top: 0;
}
#bo .step2 #step2confirm {
  margin-top: 15px;
}
#bo .step2 tr.mobile-row, #bo .step2 tr.landline {
  margin-top: 15px;
}
#bo .step2 tr.mobile-row td::after, #bo .step2 tr.landline td::after {
  clear: both;
  content: "";
  display: table;
}
#bo .step2b .expiry-row span.selectboxit.btn {
  background-color: white;
}
#bo .step2b .payok-container {
  margin-top: 15px;
}
#bo .step3 p#conf_email {
  margin-bottom: 0;
}
#bo .step3 .share_toolbox {
  max-width: 310px;
  margin-bottom: 15px;
  padding: 0px;
}
#bo .step3 .share_toolbox:hover {
  color: white;
  border-color: #5894F7;
  background-color: #5894F7;
}
#bo #payment {
  margin-top: 40px;
  width: 100%;
}
#bo #payment .pay-step-amount {
  box-sizing: border-box;
  display: block;
  line-height: 21px;
  padding: 7px 8px;
  max-width: 310px;
}
#bo #payment #card-cvc {
  width: 55px;
}
#bo #payment .expiry-row td::after {
  clear: both;
  content: "";
  display: table;
}
#bo #payment .expiry-row .expiry-month-year {
  float: left;
}
#bo #payment .expiry-row .expiry-month-year #card-month {
  margin-right: 10px;
}
#bo #payment .expiry-row .expiry-code {
  float: left;
  position: relative;
  top: -19px;
  margin-left: 10px;
}
#bo #payment .expiry-row .expiry-code input {
  padding: 8px 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-device-width: 480px) {
  #bo #session, #bo #select_bsize, #bo #select_date, #bo #select_time, #bo #select_area {
    display: none !important;
  }
}

#eb #cell1 {
  width: 100% !important;
  padding: 0;
  float: none !important;
}
#eb DIV#eb-layout DIV#cell1 {
  padding: 0;
}
#eb #eb-number {
  font-family: "Conv_HKGrotesk-Light", sans-serif;
  background-color: #fff;
  color: #000;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  letter-spacing: normal;
}
#eb #eb-number:hover {
  outline: none;
}
#eb #find-booking {
  position: relative !important;
  padding: 10px !important;
}
#eb DIV#eb-layout {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}
#eb #eb_edit_left, #eb #eb_add_comments {
  float: none;
  width: auto;
}
#eb #eb_add_comments {
  margin-top: 20px;
}
#eb #sel_date_row #date-pick-div {
  display: none;
}
#eb #check_avail {
  position: relative !important;
}
#eb form {
  width: 100%;
}
#eb form > span {
  color: #DD0037;
}


/* Hide email confirmation on last step */
.step3 #conf_sms {
  margin-bottom: 0px !important;
}
.step3 #conf_sms a {
  display: block;
  cursor: pointer;
  width: 100% !important;
  max-width: 310px;
  font-family: "Conv_HKGrotesk-Regular", sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px;
  background-color: white;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: black;
  white-space: normal;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  outline: none;
  text-align: center;
}
.step3 #conf_sms a:hover {
  color: white;
  border-color: #5894F7;
  background-color: #5894F7;
}
.venu-name {
  font-size: 20px;
  font-weight: normal;
}

.error-jump-step {
  font-size: 14px;
  color: red;
  text-align: left;
}
}