* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  color: #202020;
  background: #F0F0F0;
  padding-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  min-height: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

#page {
  min-height: 100%;
  padding-bottom: 75px;
  position: relative;
}
#page .page-title {
  font-size: 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

#waiter-page {
  min-height: 100%;
  position: relative;
}
#waiter-page:before {
  content: "";
  overflow: hidden;
  display: block;
}

.container {
  padding: 0 20px;
}

header.header {
  height: 76px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
header.header .menu-icon {
  position: absolute;
  left: 10px;
  font-size: 36px;
  color: #202020;
}
header.header .header-logo {
  width: 180px;
  margin: auto;
}
header.header .header-logo img {
  width: 100%;
}

a {
  color: #58AB00;
  text-decoration: none;
}

.text-underlined {
  text-decoration: underline !important;
}

.font-primary {
  font-family: "Roboto", sans-serif !important;
}

.font-secondary {
  font-family: "Montserrat", sans-serif !important;
}

.text-error {
  color: #FF1717 !important;
}

.text-green {
  color: #58AB00 !important;
}

.text-gray {
  color: #8E8E93 !important;
}

.text-green-dark {
  color: #498E00 !important;
}

@font-face {
  font-family: "foodie-order-dashboard";
  src: url("../fonts/foodieorder-iconfont.eot");
  src: url("../fonts/foodieorder-iconfont.eot") format("embedded-opentype"), url("../fonts/foodieorder-iconfont.woff") format("woff"), url("../fonts/foodieorder-iconfont.ttf") format("truetype"), url("../fonts/foodieorder-iconfont.svg#foodieorder-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "foodie-order-dashboard";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.d-flex {
  display: flex;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.align-items-center {
  align-items: center;
}
.d-flex.align-content-center {
  align-content: center;
}

.panel {
  margin: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.panel .panel-head {
  padding: 16px;
  border-bottom: thin solid #f5f5f5;
}
.panel .panel-body {
  padding: 16px;
}
.panel .panel-body:not(:last-child) {
  border-bottom: thin solid #f5f5f5;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 18px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-32 {
  font-size: 32px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

.btn {
  height: 55px;
  line-height: 52px;
  text-align: center;
  display: block;
  border: none;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  border: 2px solid transparent;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.btn.btn-primary {
  background: #58AB00;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #3e7800;
}
.btn.btn-primary-outlined {
  background: transparent;
  border-color: #58AB00;
  color: #58AB00;
  text-shadow: none;
}
.btn.btn-primary-outlined:hover, .btn.btn-primary-outlined:focus, .btn.btn-primary-outlined:active {
  background: #58AB00;
  color: #fff;
}
.btn.btn-secondary {
  background: #8B8B8B;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #727272;
}
.btn.btn-darkgray {
  background: #474A4F;
  color: #fff;
}
.btn.btn-darkgray:hover, .btn.btn-darkgray:focus, .btn.btn-darkgray:active {
  background: #2f3134;
}
.btn.btn-block {
  width: 100%;
  display: block;
  position: relative;
}
.btn.btn-block i {
  position: absolute;
  left: 16px;
}
.btn.btn-md {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
}
.btn.btn-lg {
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  font-weight: 700;
}

.buttons-group {
  margin: 30px 16px;
}
.buttons-group .btn + .btn {
  margin-left: 16px;
}
.buttons-group .btn.btn-primary {
  width: calc(65% - 16px);
}
.buttons-group .btn.btn-secondary {
  width: 35%;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .control-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.form-control {
  height: 51px;
  padding-left: 12px;
  border: thin solid #C9C9C9;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #202020;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.form-control:focus {
  outline: none;
  border-color: #58AB00;
}
.form-control.required {
  border-color: #FF1717 !important;
}

.validation-msg {
  text-align: center;
  color: #FF1717;
  line-height: 24px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.phone-number-field {
  background: #fff;
  position: relative;
}
.phone-number-field .country-code {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  min-width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  font-weight: 300;
}
.phone-number-field .form-control {
  font-size: 32px;
  height: 70px;
  padding-left: 70px;
  font-weight: 300;
}

input::-webkit-input-placeholder {
  color: #A0A0A0;
  font-weight: 300;
}
input::-moz-placeholder {
  color: #A0A0A0;
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: #A0A0A0;
  font-weight: 300;
}
input:-moz-placeholder {
  color: #A0A0A0;
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

.valign-mid {
  vertical-align: middle;
}

.w-100 {
  width: 100%;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: thin solid #d5d5d5;
}

.balance-expires {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

footer.footer {
  background: #202020;
  height: 75px;
  padding-top: 19px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-title-bar {
  height: 52px;
  background: #fff;
  text-align: center;
  margin-bottom: 1px;
}
.page-title-bar h1 {
  font-size: 17px;
  font-weight: 700;
}

.table-view {
  display: table;
  width: 100%;
}
.table-view .table-view-row {
  display: table-row;
}
.table-view .table-view-row .table-view-col {
  display: table-cell;
  height: 70px;
  background: #fff;
  vertical-align: middle;
  padding: 0 20px;
  border-bottom: thin solid #F0F0F0;
}

.table-view-heading {
  color: #565656;
  font-weight: 700;
  font-size: 13px;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
}

.textfield {
  position: relative;
  height: 50px;
  width: 100%;
}
.textfield input {
  font-size: 18px;
  padding: 0;
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  position: relative;
  top: 12px;
}
.textfield input:focus {
  outline: none;
}
.textfield input::-webkit-input-placeholder {
  color: #cccccc;
}
.textfield label {
  color: #202020;
  background: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.textfield input:focus ~ label, .textfield input:valid ~ label {
  top: -12px;
  font-size: 14px;
  background: transparent;
}

.circle-btn {
  background: #58AB00;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 0;
  text-align: center;
  line-height: 27px;
  margin-right: -1px;
}
.circle-btn:hover, .circle-btn:focus {
  outline: none;
  background: #3e7800;
}

.continue-btn-wrap {
  padding: 15px 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.success-message-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
.success-message-wrap .success-icon {
  font-size: 100px;
  color: #58AB00;
  border: 5px solid #58AB00;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: block;
  text-align: center;
  line-height: 115px;
  margin: auto;
}

.oops-text {
  font-size: 65px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.PinCodeHolder {
  display: flex;
  justify-content: space-between;
}
.PinCodeHolder input {
  height: 44px;
  width: 44px;
  text-align: center;
  border: thin solid #C9C9C9;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #202020;
  border-radius: 3px;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.PinCodeHolder input:focus {
  outline: none;
  border-color: #58AB00;
}
.PinCodeHolder > span {
  line-height: 44px;
  margin: 0 2px;
}

.qr-wrap {
  background: #fff;
  padding: 10px;
  margin: 20px 0 30px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.qr-wrap img {
  width: 100%;
  display: block;
}

.available-balance {
  font-size: 71px;
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.available-balance:before {
  font-size: 35px;
  content: "$";
  position: absolute;
  top: 12px;
  left: -21px;
}
.available-balance span {
  font-size: 29px;
}

.jquery-modal {
  padding: 0;
}
.jquery-modal .modal {
  width: 100%;
  border-radius: 0;
  vertical-align: top;
  padding: 0;
}
.jquery-modal .modal .modal-header {
  padding: 15px 15px 15px 20px;
  border-bottom: thin solid #d5d5d5;
  display: flex;
  align-items: center;
}
.jquery-modal .modal .modal-header h3 {
  font-weight: 500;
  font-size: 22px;
}
.jquery-modal .modal .modal-header .modal-close {
  margin-left: auto;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #202020;
  padding-top: 2px;
}
.jquery-modal .modal .modal-body {
  padding: 15px 20px;
}
.jquery-modal .modal > .close-modal {
  display: none;
}

#waiter-page,#page .container,.step_container{width: 430px;max-width: 100%;margin:0px auto;}

.phone-number-field .form-control {padding-left: 10px;}

.required_field:after{content: "This field is required";color: red;display: block;font-size: 12px;padding-top: 5px;}
.phone_match:after{content: "Phone Numbers does not match";color: red;display: block;font-size: 12px;padding-top: 5px;}

.step_container {display: none;}
.step_container.activeStep {display: block;}
.noheader header{display: none;}
#resend_link {display: none;}

#gotoclaim,.validation-msg {display: none;}
.invalid_number #gotoclaim,.invalid_number .validation-msg {display: block;}


.widget_editor p,.widget_editor a,.widget_editor button{display: none;}
.widget_editor.edit p,.widget_editor.edit a{display: block;}
.widget_editor.edit button{display: none;}

#totals, #success {display: none;}
