html, * {
  box-sizing: border-box;
}

body {
  font-family: -system, sans-serif;
  color: #133474;
  background: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.button {
  border: 0;
  color: inherit;
  text-decoration: none;
  display: block;
  background: #e30614;
  color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  width: 100%;
  font-size: 100%;
}

a {
  color: #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

.logo {
  text-align: center;
  margin-bottom: 1em;
}

.logo span {
  display: block;
  margin-top: 5px;
  color: #e30614;
}

img {
  max-width: 80%;
  margin-top: 1em;
}

.page-head p {
  opacity: 0.8;
}

.page-head p:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 400;
  font-size: 150%;
  margin: 0;
  margin-bottom: 1em;
}

.container {
  max-width: 640px;
  margin: auto;
  background: #fff;
  padding: 15px;
}

.page-head {
  border-radius: 5px;
  background: #dfdfdf;
  text-align: center;
}

.page-body {
}

.container.page-foot {
  text-align: center;
  font-size: 90%;
  margin-top: 15px;
}

input:focus,
input:active {
  outline: none;
}

.input textarea,
.input input[type="tel"],
.input input[type="password"],
.input input[type="email"],
.input input[type="number"],
.input input[type="text"],
.input input[type="date"] {
  font-size: 100%;
  border: 1px solid #333;
  padding: 7px 8px;
  border-radius: 4px;
  background-color: #fff;
  max-width: 85%;
  margin-bottom: 5px;
}

.input textarea:focus,
.input input:focus,
.input select:focus {
  box-shadow: 0 0 7px rgba(19, 52, 116, 0.7);
}

.input-row {
  margin-bottom: 15px;
}

.input-row.has-success input {
  border-color: green;
}

.input-row.has-error input {
  border-color: #e30614;
}

.input-row.has-error .label {
  color: #e30614;
}

.input-row.input-checkbox.has-error label {
  color: #e30614;
}

.help-block {
  margin: 0;
}

.help-block.error {
  margin-left: 11.5em;
  font-size: 90%;
  color: #e30614;
  font-weight: bold;
}

label.label {
  display: inline-block;
  width: 10em;
}

label.radio {
  white-space: nowrap;
  margin-right: 15px;
}

label.radio:last-child {
  margin-right: 0;
}

abbr {
  color: red;
}

@media screen and (max-width: 639px) {
  label.label {
    display: block;
  }

  .container:first-child,
  .container:last-child {
    border-radius: 0px;
  }
}

.input {
  display: inline-block;
}

.input-row {
  clear: both;
}

.modal-backdrop {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal {
  display: none;
  background: #fff;
  font-size: 90%;
  overflow-y: scroll;
}

.modal-inner {
  background: #fff;
  margin: 15px;
}

.modal.in {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
  z-index: 1001;
}

body.modal-open {
  overflow: hidden;
}


#gdpr-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

#gdpr-modal-content .modal-title {
  padding: 20px 15px;
  background-color: hotpink;
  color: #fff;
  line-height: 1;
  z-index: 5;
  position: relative;
}

#gdpr-modal-content .modal-close {
  font-weight: bold;
  font-weight: 900;
  color: #fff;
  transform: rotate(45deg);
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 12px;
}

#gdpr-iframe {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 100vh;
  vertical-align: top;
  top:  0;
  padding: 10px;
  padding-top: 65px;
  margin-top: -55px;
}


.copy {
  margin-bottom: 40px;
}.head-balance big {
  color: #9FC75E;
}

#navigation-container {
  background: linear-gradient(to bottom, #7FC7DA 0%, #7FC7DA 45px, white 45px, white 100%);
}

#subnav {
  background-color: #265579;
}

#navigation-bottom-container {
  background-color: #3A7EA8;
}

#logo {
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 10px;
}

#content {
  top: 100px;
}

body.has-subnavigation #content {
  top: 170px;
}

.card-warning {
  background-color: #9FC75E;
}

.jetwash-insert h2 {
  color: #9FC75E;
}

.button {
  background-color: #9FC75E;
  font-weight: bold;
}

button:focus,
button:active,
.button:focus,
.button:active {
  background: #9FC75E;
}

label.label {
  color: #9FC75E;
}

input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#gdpr-modal-content .modal-title {
  background-color: #9FC75E;
}



.table.tickets td.action a {
  color: #9FC75E;
}




.shop-subitem > label {
  color: #fff;
}

#services-navigation li {
  background-color: #9FC75E;
}

#services-navigation li a > span {
  background-color: #265579;
}

.shop-subitem > label {
  background-color: #265579;
  border-color: #265579;
}

.shop-subitem.active > label,
.shop-item.active > label,
.bay-item.active,
.recharge-item.active {
  border-color: #9FC75E;
  background-color: #9FC75E;
}


.table.orders .price.positive {
  color: #9FC75E;
}

.table.orders .price.negative {
  color: #265579;
}

.flatpickr-calendar .flatpickr-weekday,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-day.selected {
  background: #9FC75E !important;
  border-color: #9FC75E !important;
  color: #fff !important;
}
