@import url("https://fonts.googleapis.com/css?family=Inter");
.btn {
  border-radius: 30px;
}

.btn-primary {
  background-color: #1c4b34;
}

body {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

body {
  background-color: #F5F5F5;
}

.glyphicon-calendar {
  width: 25px;
  content: url("/image/calendar-60.png");
}

.glyphicon-time {
  width: 25px;
  content: url("/image/time_icon_60.png");
}

.left-add-on {
  border-radius: 30px 0px 0px 30px;
}

.right-add-on {
  border-radius: 0px 30px 30px 0px;
}

.left-add-on, .right-add-on, .parkidatepicker, .parkitimepicker, .startparkitimepicker, .endparkitimepicker {
  border-color: #cccccc;
  background-color: #FFF;
}

.parkidatepicker, .parkitimepicker, .startparkitimepicker, .endparkitimepicker {
  border-radius: 30px;
}

.parkidatepicker input[type="text"], .startparkitimepicker input[type="text"],
.endparkitimepicker input[type="text"], .parkitimepicker input[type="text"] {
  background: linear-gradient(#b6b9bb, #b6b9bb);
  background-size: 1px 50%, 0% 1px, 1px 0%;
  background-position: left;
  background-repeat: no-repeat;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  background-color: white;
  color: #333;
}

.parkidatepicker input[type="text"]:focus, .startparkitimepicker input[type="text"]:focus,
.endparkitimepicker input[type="text"]:focus, .parkitimepicker input[type="text"]:focus {
  border-top-color: #1c4b34;
  border-bottom-color: #1c4b34;
}

html, body, #container_right_bottom, .container_right_top_header,
table, .zonetariffItems,
#services_content, #container_right {
  width: 100%;
}

html, body, .profile_content {
  height: 100%;
}

#tariff_content {
  height: 70%;
}

#container_right {
  top: 1%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

#container_right_top {
  border-radius: 18px;
  border: 1px solid #e1e4e6;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-order: 1;
  order: 1;
  min-height: min-content;
}

#container_right_bottom {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 2%;
  border-radius: 18px;
  border: 1px solid #e1e4e6;
  background-color: white;
  min-height: 1px;
}

.container_right_top_header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #e1e4e6;
  background-color: #000000;
}

#zoneSchedule {
  margin-top: 1%;
  margin-bottom: 1%;
}

#zoneTariff {
  margin-top: 1%;
  padding-right: 0;
  height: 45%;
}

table {
  margin-top: 5%;
  margin-left: 10%;
}

tr td {
  padding-bottom: 10px;
}

.container_right_top_header span {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  display: block;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

#reserveNow {
  background-color: #1c4b34;
  border-radius: 30px;
  color: white;
  width: 80%;
  margin: 1% auto auto 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  bottom: 0;
  border: 0;
}

.col-lg-6 {
  height: 200px;
  overflow-y: auto;
  width: 95%;
}

.zonetariffItems {
  position: relative;
  left: 5px;
  margin-top: 5%;
  border: 1px solid #e1e4e6;
  background-color: white;
  padding: 10px;
  border-radius: 18px;
}

#services_content {
  margin-top: 15px;
  bottom: 0;
  padding-left: 0;
}

.services_icon {
  display: inline-block;
  float: left;
  width: 10%;
  height: 10%;
  max-width: 45px;
  margin: 2px;
}

.amount_label {
  display: inline-block;
  line-height: 50px;
  margin-left: 3%;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
}

.discount {
  display: inline-block;
  font-size: 25px;
  color: limegreen;
  vertical-align: top;
  padding: 2px 12px;
  line-height: 50px;
}

.amount_value {
  display: inline-block;
  font-size: 40px;
  color: black;
  vertical-align: top;
  padding: 2px 12px;
}

.schedule_section {
  border: 1px solid #e1e4e6;
  border-radius: 18px;
  left: 20px;
  margin-top: 5%;
  width: 97%;
}

.schedule {
  margin: 10px 0 0 0;
}

.schedule span {
  font-size: 15px;
}

a, span, input, label {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.date input[type="text"] {
  cursor: pointer;
}

.dropdown_container {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: white url("/image/arrow_down_icon.gif") no-repeat right 20px center;
}

.dropdown_container select::-ms-expand {
  display: none;
}

.dropdown_container select {
  background-color: transparent;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 50px;
}

.dropdown_container_loyalty {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: white url("/image/arrow_down_icon.gif") no-repeat right 20px center;
}

.dropdown_container_loyalty select::-ms-expand {
  display: none;
}

.dropdown_container_loyalty select {
  background-color: transparent;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 50px;
}

.rounded {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

@media all and (max-width: 991px) {
  .container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  #container_right {
    top: 2%;
    padding-left: 0;
    padding-right: 0;
  }

  #container_right_top {
    border-radius: 18px;
    border: 1px solid #e1e4e6;
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    order: 2;
    margin-top: 2%;
  }

  #container_right_bottom {
    order: 1;
    border-radius: 18px;
    height: 50vh;
    margin-top: 2%;
    border: 1px solid #e1e4e6;
    background-color: white;
  }
}
@media all and (min-width: 991px) {
  .profile_content {
    margin-right: 0;
  }
}
#map {
  margin: 2%;
  height: 400px;
  width: 95%;
}

.container {
  padding-bottom: 20px;
}

#reserveNow:hover:enabled {
  background-color: #026048 !important;
  border-color: #2e6da4 !important;
}

#reserveNow:disabled {
  background: #dddddd;
}

.discounted {
  text-align: center;
  margin-top: 0;
  background-color: lightgreen;
  display: block;
}

.discounted span {
  padding: 10px 22px 10px 22px;
  color: green;
  display: block;
  text-align: center;
  font-size: 15px;
  height: 100%;
}

#validateCoupon {
  border-radius: 30px;
  margin-top: 3%;
  padding-top: 15px;
  height: 50px;
  width: 30%;
  right: 15px !important;
}

.myDIV {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.tariff-td {
  width: 28%;
}

#coupon_code, #fundingSourceId, #vehicleId {
  height: 50px;
}

.reserve_row {
  margin-top: 10px;
  margin-bottom: 40px;
}

.text_field {
  margin-top: 3%;
}

.reservation-panel {
  padding: 15px;
}

.reservation-panel .header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #e1e4e6;
  background-color: #026048;
}

.reservation-panel .header span {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  display: block;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.reservation-panel .details {
  padding: 20px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #e1e4e6;
  background-color: white !important;
}

h3 {
  font-weight: 700;
}
