﻿body {
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 5px;
  padding-right: 15px;
  width: 1250px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.dropdown-menu li {
  font-size: 21px;
}

.rightMenu {
  position: absolute;
  float: right;
  top: 0;
  left: 100%;
}

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type='checkbox'].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

.div-login-main-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 100px auto;
  width: 1000px;
}

div.section {
  margin-bottom: 16px;
  width: inherit;
}

div.section-spaced {
  margin-top: 32px;
  margin-bottom: 16px;
  width: inherit;
}

input[type='text'],
input[type='password'] {
  padding: 2px 4px 2px 4px;
}

.login-input {
  width: 300px;
}

div.frontpage-tagline {
  background-color: greenyellow;
  padding: 16px 16px 16px 16px;
  text-align: center;
  font-size: large;
}

#div-weeknav-wrapper {
  text-align: center;
  margin-bottom: 22px;
  padding-top: 4px;
  padding-bottom: 19px;
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  border-radius: 4px;
  position: relative;
}

#btn-weeknav-previous {
  float: left;
  margin-top: 2px;
  margin-left: 8px;
  padding: 14px 18px;
  position: absolute;
  left: 0px;
}

#btn-weeknav-next {
  float: right;
  margin-top: 2px;
  margin-right: 8px;
  padding: 14px 18px;
  position: absolute;
  right: 0px;
}

.btn-xl {
  padding: 14px 10px;
  font-size: 21px;
  border-radius: 4px;
  min-width: 120px;
  min-height: 60px;
}

#div-weeknav-current {
  padding-top: 7px;
  margin: 0 auto;
  display: inline-block;
}

#div-weekday-header {
  margin-left: 0px;
  margin-right: 0px;
  background-color: aliceblue;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: medium;
  height: 60px;
}

.div-booking-schedule-row {
  margin-left: 0px;
  margin-right: 0px;
  height: 93px;
  border-top: 1px solid lightgray;
}

.booking-entry-container {
  padding: 5px 4px 5px 4px;
  width: 12.1%;
  height: 88px;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #333333;
}

.booking-entry {
  padding-top: 17px;
  padding-bottom: 19px;
}

.booking-entry-reserved {
  color: darkgray;
}

.booking-entry-available {
  background-color: lightgreen;
  border: 1px solid forestgreen;
}

.booking-entry-owned {
  background-color: rgba(250, 162, 0, 0.62);
  border: 1px solid orange;
}

.booking-entry-owned-and-started {
  background-color: rgba(250, 162, 0, 0.62);
  border: 1px solid black;
}

.booking-entry-blocked {
  background-color: rgba(128, 128, 128, 0.6);
  border: 1px solid rgb(128, 128, 128);
}

a.selectable-booking-entry:link,
a.selectable-booking-entry:visited {
  color: #333333;
  text-decoration: none;
}

a.selectable-booking-entry:hover {
  color: black;
  text-decoration: none;
}

.top-spacing {
  margin-top: 2px;
}

.top-spacing-2 {
  margin-top: 4px;
}

.top-spacing-3 {
  margin-top: 8px;
}

.top-spacing-4 {
  margin-top: 12px;
}

.top-spacing-5 {
  margin-top: 16px;
}

.top-spacing-6 {
  margin-top: 20px;
}

.bottom-spacing-0 {
  margin-bottom: 0;
}

.bottom-spacing-1 {
  margin-bottom: 4px;
}

.bottom-spacing-3 {
  margin-bottom: 8px;
}

.top-pad-1 {
  padding-top: 2px;
}

.top-pad-2 {
  padding-top: 4px;
}

.top-pad-3 {
  padding-top: 8px;
}

.section-header {
  font-weight: bold;
}

.ws-panel-title {
  font-weight: bold;
}

/* Login Page */
.login-page .body-content {
  width: auto;
}

.login-page .login-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: auto;
  height: 500px;
}

.login-page .login-container #div-terminal-login-splash-container {
  float: left;
  width: 500px;
  height: 500px;
}

.login-page .login-container #div-terminal-login-splash-container div {
  background-image: url('/content/ax-reservation-logo.gif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
}

.login-page .login-container .login-form-container {
  width: 420px;
  float: right;
  margin-top: 40px;
}

.login-page .login-container .login-form-container .title-container {
  margin-bottom: 30px;
}

.login-page .login-container .login-form-container .username-container {
  margin-bottom: 8px;
}

.login-page .login-container .login-form-container .forgot-password-link {
  margin-top: -10px;
  cursor: pointer;
}

.login-page .login-container .login-form-container .wrong-login-container {
  margin-bottom: 30px;
}

@media (max-width: 1040px) {
  .login-page .login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 125px;
  }

  .login-page .login-container #div-terminal-login-splash-container {
    height: 200px;
    width: 420px;
  }

  .login-page .login-container #div-terminal-login-splash-container div {
    height: 200px;
    width: 200px;
  }
}

/* Media for login screen to serve ipad and smaller widths */
@media (max-width: 820px) {
  .login-page .body-content {
    display: flex;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-page .language-bar span {
    width: 100px;
    height: 100px;
    background: url('/content/ax-reservation-logo.gif');
    display: block;
    float: left;
    background-size: cover;
  }

  .login-page .login-container {
    width: 100%;
    margin: 0;
    height: auto;
    display: flex;
  }

  .login-page .login-container #div-terminal-login-splash-container {
    display: none;
  }

  .login-page .login-container .login-form-container {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .login-page .login-container .login-form-container form {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1.8rem;
  }

  .login-page .login-container .login-form-container form h5 {
    font-size: 1.8rem;
  }

  .login-page .login-container .login-form-container .forgot-password-link {
    margin-top: -20px;
  }

  .login-page .login-container .login-form-container form input {
    width: 100%;
    max-width: none;
    height: 50px;
    border-radius: 8px;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .login-page .login-container .login-form-container form button {
    width: 100%;
    max-width: none;
    height: 50px;
    border-radius: 8px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

/*Login Page END */

#div-terminal-surface-login-container {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  /*background-position-y: 60px;*/
}

input[type='checkbox'] {
  /* All browsers except webkit*/
  transform: scale(2.2);
  /* Webkit browsers*/
  -webkit-transform: scale(2.2);
}

#div-owned-bookings-header {
  margin-left: 0px;
  margin-right: 0px;
  background-color: aliceblue;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-owned-bookings-row {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid lightgray;
}

.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.password-input-group {
  display: flex;
}

.password-input-group span {
  padding: 8px;
}

.icon-progress-clock {
  background-image: url('./progress-clock.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  width: 20px;
  height: 17px;
}

.selected-language {
  border-radius: 48px;
  border: #098888;
  border-width: 2px;
  border-style: dotted;
}

.language-bar {
  height: auto;
  text-align: right;
  padding-top: 8px;
}

#sv-lang-btn,
#en-lang-btn {
  cursor: pointer;
}

.username-label {
  font-size: large;
  float: left;
  margin-right: 60px;
  margin-top: 15px;
}

@media (min-width: 0px) and (max-width: 600px) {
  .username-label {
    font-size: medium !important;
    margin-right: 20px !important;
    margin-top: 17px !important;
  }
  .header-laundry-title {
    font-size: large !important;
  }
}

.header-laundry-title {
  font-size: x-large;
  vertical-align: central;
}
