body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  color: #5e5e5e;
  padding-bottom: 20px;
}
.btn {
  border-radius: 7px;
  background-color: #f2f2f2;
  color: #5e5e5e;
}
.golfclub-box {
  text-align: center;
  margin: 10px 0 20px 0;
}
.golfclub-name,
.booking-infos-2 {
  font-size: 2rem;
  color: #323232;
  font-weight: 600;
}
.golfclub-adress {
  font-size: 1.2rem;
}
.golfclub-logo {
  text-align: center;
}
.clock-logo {
  text-align: right;
}
.booking-general-detail {
  font-weight: 600;
  margin-top: 20px;
  text-align: left;
  font-size: 1.5rem;
}
.booking-general-detail span,
.booking-infos span {
  font-weight: 300;
  font-size: 1.5rem;
}
.booking-product {
  font-weight: 400;
  font-size: 1.5rem;
  color: #5e5e5e;
  padding: 10px 0;
}
.booking-summary {
  font-weight: 600;
  font-size: 1.7rem;
  color: #323232;
  padding: 10px 0;
}
.booking-player-name,
.product-price,
.additional-player-name,
.rental-product-name,
.tee-time-chosen {
  font-weight: 400;
  font-size: 1.3rem;
  color: #5e5e5e;
  height: 35px;
  line-height: 35px;
}
.player-booking,
.rental-product,
.total-price {
  display: flex;
  justify-content: space-between;
  line-height: 2em;
}
.additional-player-booking,
.additional-tee-time-booking {
  display: grid;
  grid-template-columns: 80% 20%;
}
.booking-subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  color: #5e5e5e;
  padding: 20px 0 10px 0;
}
i.fa.fa-clock-o,
i.fa.fa-user {
  margin-right: 10px;
}
i.fa.fa-shopping-cart {
  margin-right: 6px;
}
.fa.fa-credit-card {
  font-weight: 100 !important;
  margin-right: 8px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #5e5e5e;
}
.btn-terms:hover {
  color: #5e5e5e;
}
.btn-terms {
  width: 100%;
  background-color: #f2f2f2;
  color: #5e5e5e;
}
.btn-terms.focus,
.btn-terms:focus {
  background-color: #105;
  color: #fff !important;
}
.cancellation-policy {
  font-size: 0.9em;
  margin: 10px 0;
}
.btn-player,
.btn-rental,
.btn-tee-time {
  background-color: transparent;
  padding: 0;
  margin: 0 10px;
}
.btn.btn-player.minus svg,
.btn.btn-rental.minus svg,
.btn.btn-tee-time.minus svg {
  background-color: #ea0916;
  border-radius: 20px;
}
.btn-rental-qty.plus svg,
.btn-rental-qty.minus svg {
  background-color: #f2f2f2;
  border-radius: 20px;
}
.total-price {
  padding-top: 20px;
  font-weight: 600;
  font-size: 2rem;
  color: #323232;
}
.form-control {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2 !important;
}
#add-player .form-group,
#add-rental .form-group,
#add-tee-time .form-group {
  margin-bottom: 0;
}
#add-player .form-control:focus,
#add-rental .form-control:focus {
  order: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
i.fa.fa-user,
i.fa.fa-shopping-cart,
i.fa.fa-credit-card {
  color: #d5d5d5;
  font-size: 1.3em;
}
.heading i.fa.fa-credit-card {
  font-size: 1em;
  margin: 0;
}
.custom-select-3 {
  display: block;
  line-height: 1.3;
  padding: 5px 25px 5px 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%235e5e5e' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'></path><path d='M0 0h24v24H0z' fill='none'></path></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 0 top 50%, 0 0;
  background-size: 1.4em auto, 100%;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
#add-player-3,
#add-player-4,
#add-player-5,
#add-rental-2 {
  display: none;
}
.payment-selection {
  display: flex;
  justify-content: space-between;
  width: 180px;
}
.payment-selection .caret {
  margin-top: 10px !important;
}
a,
a:focus,
a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #5e5e5e;
}
.dropdown .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.heading .dropdown .dropdown-menu {
  width: auto;
}
.dropdown-menu > li > a {
  padding: 5px 13px;
}
.dropdown-menu .dropdown-text {
  color: #5e5e5e;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #fff;
}
#add-credit-card,
#select-credit-card,
#customer-account {
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
}
.custom-select-2 {
  display: block;
  line-height: 1.3;
  padding: 5px 25px 5px 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  background: url("data:image/svg+xml;utf8,<svg fill='%235e5e5e' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'></path><path d='M0 0h24v24H0z' fill='none'></path></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 0 top 50%, 0 0;
  background-size: 1.4em auto, 100%;
}
.input-group-addon {
  background-color: #f2f2f2;
}
.form-control {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
}
.form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon:last-child {
  border: 0;
}
.booking-general-detail {
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  color: #323232;
}
.booking-general-detail span,
.booking-infos span {
  font-weight: 300;
  font-size: 1.5rem;
}
.booking-infos h3 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #5e5e5e;
}
.booking-infos h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #5e5e5e;
}
.payment-infos {
  display: flex;
  justify-content: space-between;
  height: 34px;
  line-height: 34px;
}
i.fa.fa-clock-o,
i.fa.fa-user-o {
  font-weight: 100;
  margin-right: 10px;
}
i.fa.fa-golf-club {
  margin-right: 10px;
}
.btn-add-player {
  background-color: transparent;
  padding: 0;
  margin: 0 10px;
}
.btn.btn-add-player svg {
  background-color: #d5d5d5;
  border-radius: 20px;
}
.additional-player-booking h4,
.rental-product h4,
.additional-tee-time-booking h4 {
  margin: 5px 0 0 0;
}
.btn-book,
.btn-book:hover,
.btn-book:active,
.btn-book:focus {
  background-color: #0ead2f;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.btn-search,
.btn-search:hover,
.btn-search:active,
.btn-search:focus {
  background-color: #0ead2f;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.btn-new-search,
.btn-new-search:hover,
.btn-new-search:active,
.btn-new-search:focus {
  background-color: #696969;
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin-top: 5px;
}
.btn-back,
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
  background-color: #5e5e5e;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.glyphicon-info-sign {
  color: #0ead2f;
}
.align-center {
  text-align: center;
}
.top-price {
  font-size: 1.7rem;
}
.btn-card,
.btn-payment-method {
  margin: 3px 0;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
}
.btn-card.focus,
.btn-card:focus,
.btn-payment-method.focus,
.btn-payment-method:focus {
  background-color: #0ead2f;
  color: #fff;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-add-card,
.btn-add-card:hover {
  background-color: #5e5e5e;
  color: #fff;
  font-weight: 600;
  width: 100%;
}
#payment-method-form:last-of-type {
  margin-bottom: 20px;
}
.customer-account-div {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  font-weight: 500;
}
.btn.btn-player.plus svg,
.btn.btn-rental.plus svg,
.btn.btn-tee-time.plus svg {
  background-color: #0ead2f;
  border-radius: 20px;
}
#add-player,
#add-rental,
#add-tee-time {
  display: none;
  margin: 0 0 15px 0;
}
i.fa.fa-user {
  color: #d5d5d5;
  font-size: 1.3em;
}
#add-player-1,
#add-player-2,
#add-player-3,
#add-player-4,
#add-player-5,
#add-rental-1,
#add-rental-2 {
  display: none;
}
.booking-infos {
  font-size: 2rem;
  color: #323232;
  font-weight: 600;
}
.rental-product-name {
  display: flex;
  justify-content: space-between;
  line-height: 35px;
  width: 100%;
}
.btn-rental-qty {
  background-color: transparent;
  padding: 0;
}
.product-price {
  text-align: right;
  white-space: nowrap;
}
.rental-qty-buttons {
  line-height: 35px;
  min-width: 15%;
  white-space: nowrap;
}
.booking-infos .rental-product-name,
.player-booking .booking-player-name,
.tee-time-chosen {
  width: 80%;
}
.booking .form-check label {
  font-weight: 400;
  font-size: 0.9em;
}
.message-club {
  margin-bottom: 20px;
}
.message-club textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border-radius: 7px;
  padding: 6px 12px;
  background-color: #f2f2f2;
  font-size: 1.3rem;
  font-weight: 400;
  color: #5e5e5e;
}
.booking-success {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 20px 0;
  color: #323232;
}
.additional-player-booking,
.rental-product,
.additional-tee-time-booking {
  margin-left: 10px;
}
.alert-success {
  color: #fff;
  background-color: #0ead2f;
  border: none;
  border-radius: 7px;
  font-weight: 500;
}
.alert-danger {
  color: #fff;
  background-color: #ea0916;
  border: none;
  border-radius: 7px;
  font-weight: 500;
}
.close,
.close:hover {
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
.rental-product-name.payment-confirmation-page {
  display: block;
}
.payment-confirmation-page .additional-player-booking,
.payment-confirmation-page .rental-product,
.payment-confirmation-page .additional-tee-time-booking {
  margin-left: 0;
}
.heading-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 20px;
  display: inline-block;
  color: #323232;
}
.heading-left {
  padding: 20px 0;
}
.heading-left img {
  padding-bottom: 5px;
}
.booking-infos-2 {
  margin: 0 0 10px 0;
}
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #d5d5d5;
}
.alert-info {
  color: #323232;
  background-color: #fff;
  border: none;
  margin-top: 20px;
  padding: 0;
}
#firstname.form-control,
#lastname.form-control {
  width: calc(50% - 3px);
  float: left;
  background-color: #fff !important;
  border: 1px solid #d5d5d5;
  margin-bottom: 5px;
}
#firstname.form-control {
  margin-right: 6px;
}
.add-friends {
  padding-bottom: 10px;
}
.add-friends h3,
.add-federation-player h3 {
  font-size: 14px;
  margin-top: 10px;
}
.heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.heading .dropdown-menu i {
  width: 30px;
  font-weight: 100;
}
.dropdown.hamburger {
  font-size: 22px;
  line-height: 2em;
}
.dropdown.hamburger .dropdown-menu li i {
  color: #929292;
}
.dropdown.hamburger .dropdown-menu li a {
  color: #323232;
  border-radius: 5px;
}
.dropdown.hamburger .dropdown-menu li {
  padding: 2px 5px;
}
.dropdown.hamburger .dropdown-menu li a:hover {
  background-color: #f2f2f2;
}
.dropdown.hamburger i {
  color: #0ead2f;
}
.dropdown.hamburger .glyphicon {
  color: #0ead2f;
  font-size: 18px;
}
.dropdown.hamburger a {
  color: #5e5e5e;
}
.dropdown.hamburger {
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
}
.hamburger .dropdown-menu {
  top: 40px;
}
.hamburger .dropdown-menu {
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
hr.solid {
  margin: 5px;
  border-color: #d5d5d5;
}
.btn-info,
.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #0ead2f;
  border: none;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
  color: #fff;
}
.back-btn {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.corporate-membership {
  width: 100%;
  margin-top: 0px;
  line-height: 1em;
  background-color: #f8f8f8;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0px;
  margin-bottom: 5px;
  color: #737373;
}
.rental-product-buttons-names,
.booking-player-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.additional-player-booking .corporate-membership {
  width: 121.5%;
  margin-left: 10px;
}
.remove-btn,
.remove-btn:hover,
.remove-btn:focus {
  width: 100%;
  background-color: #ea0916;
  color: #fff;
  margin: 5px 0 10px 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.remove-btn .fas.fa-ban {
  margin-right: 5px;
  font-weight: 400;
}
.booking .h-divider {
  margin: 0 0 20px 0;
}
.booking .h-divider-2 {
  margin: 20px 0 0 0;
}
.additional-tee-time .player-booking,
.additional-tee-time .additional-player-booking {
  margin-left: 80px;
}
.additional-tee-time .tee-time-chosen {
  font-weight: 500;
}
.booking-information {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 7px;
  margin: 0 0 20px 0;
}
.booking-information .title {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 495px) {
  .panel-body {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .payment,
  .booking {
    margin: 0 20%;
  }
}
@media (max-width: 576px) {
  .payment,
  .booking {
    margin: 0 15%;
  }
  .payment-selection {
    width: 150px;
  }
}
@media (max-width: 430px) {
  .booking,
  .payment {
    margin: 0 5%;
  }
}
@media (max-width: 610px) {
  .heading-title {
    margin-left: 5px;
    font-size: 14px;
  }
}
.form-control {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  font-weight: 500;
  font-size: 13px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-control:focus {
  border-color: #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #fa7980;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error .checkbox label,
.has-error .checkbox-inline label,
.has-error .radio label,
.has-error .radio-inline label {
  color: #f61623;
  text-align: right;
}
.alert-success {
  color: #fff;
  background-color: #0ead2f;
  border: none;
  border-radius: 7px;
  font-weight: 500;
}
.alert-danger {
  color: #fff;
  background-color: #ea0916;
  border: none;
  border-radius: 7px;
  font-weight: 500;
}
.close,
.close:hover {
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
