@font-face {
  font-family: 'Calibri';
  src: url('/Calibri.ttf') format('truetype');
}
body {
  font-family: 'Calibri', Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}
.header {
  background: #055bdf;
  box-shadow: 2px 2px 6px #aaa;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}
.header .text-wrap {
  position: relative;
}
#page-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #044ace;
}
#menu {
  /*border: 1px solid #ccc;*/
  /*border-radius: 12px;*/
  /*cursor: pointer;*/
  /*font-size: 16px;*/
  /*padding-bottom: 0;*/
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
  /*padding-top: 1px;*/
  /*position: absolute;*/
  /*right: 16px;*/

  border: 1px solid #ccc;
  border-radius: 13px;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  position: absolute;
  right: 0;
}
.text {
  width: 100%;
}
.select {
  width: 100%;
}

select:focus {
  outline: none;
}
.field {
  background: #eee;
  color: #555;
  cursor: pointer;
  font-family: 'Calibri', Arial, sans-serif;
  font-size: 20px;
  height: 25px;
}
.gray {
  background: #eee;
  border: 2px solid #ccc;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #eee;
  color: #555;
  cursor: pointer;
  font-size: 20px;
  padding: 8px;
  text-align: center;
}
.gray.button {
  border-radius: 25px;
  line-height: 27px;
}
.field-name {
  color: #555;
  font-size: 18px;
  margin-left: 16px;
}
.spot-name {
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
}
.field-name.right {
  margin-left: 8px;
}
.text-wrap {
  margin-left: 16px;
  margin-right: 16px;
}
.text-field {
  font-size: 20px;
}
.text-bottom-space {
  margin-bottom: 8px;
}
.red-highlight {
  background: #fcc;
  border-radius: 4px;
  color: #700;
  font-weight: bold;
  padding: 2px;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.green-highlight {
  background: #cfc;
  border-radius: 4px;
  color: #070;
  font-weight: bold;
  padding: 2px;
}
.green-highlight .bold {
  color: #070;
}
.feedback {
  border-radius: 6px;
  font-size: 18px;
}
.feedback.green-highlight {
  font-weight: normal;
}
#donate-hours {
  color: #555;
  font-size: 18px;
}
.field-wrap {
  height: 25px;
  margin-left: 16px;
  margin-right: 16px;
}
.field-wrap.left {
  margin-left: 16px;
  margin-right: 8px;
}
.third .field-wrap.left {
  margin-left: 16px;
  margin-right: 4px;
}
.field-wrap.middle {
  margin-left: 12px;
  margin-right: 12px;
}
.two-third .field-wrap.left {
  margin-left: 16px;
  margin-right: 12px;
}
.third .field-wrap.right {
  margin-left: 4px;
  margin-right: 16px;
}
.two-third .field-wrap.right {
  margin-left: 12px;
  margin-right: 16px;
}
.field-wrap.right {
  margin-left: 8px;
  margin-right: 16px;
}
.field-wrap .field {
  /*background: #f00;*/
  border: 0;
  font-size: 20px;
  line-height: 27px;
  max-width: 100%;
  text-align: center;
  text-align-last: center;
  vertical-align: text-top;
}
.field-wrap .field.text,
.field-wrap textarea.field {
  padding: 0;
  text-align: left;
  text-align-last: left;
  vertical-align: middle;
}
.field-wrap .field:focus {
  outline: none;
}
.half .button.single {
  margin-left: 12px;
  margin-right: 12px;
}
.button.left {
  margin-left: 16px;
  margin-right: 8px;
}
.button.right {
  margin-left: 8px;
  margin-right: 16px;
}
.button.full {
  margin-left: 16px;
  margin-right: 16px;
}
.button.action {
  background: #055bdf;
  border-color: #044ace;
  color: #fff;
  text-shadow: 1px 1px 1px #044ace;
}
.button.action.inactive {
  background: #626262;
  border-color: #545454;
  color: #ddd;
}
.inline-block {
  display: inline-block;
}
.building {
  vertical-align: top;
}
.half {
  display: inline-block;
  width: 50%;
}
.third {
  display: inline-block;
  width: 33.33%;
}
.two-third {
  display: inline-block;
  width: 66.66%;
}
.wrap {
  margin: auto;
  max-width: 375px;
  position: relative;
}
#account-lot-logo img {
  max-height: 52px;
  vertical-align: bottom;
}
#popup {
  background: rgba(1, 1, 1, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#popup .content {
  background: #fff;
  border-radius: 12px;
  margin: auto;
  margin-top: 16px;
  max-height: 90%;
  max-width: 343px;
  overflow: scroll;
  padding-bottom: 16px;
  padding-top: 16px;
}
.popup-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 12px;
  /*padding-top: 16px;*/
  text-align: center;
}
#construction-page {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}
#user-page {
  margin-bottom: 16px;
  text-align: center;
}
.page-scroll {
  max-width: 100%;
  overflow-x: scroll;
}
.padded {
  padding: 16px;
}
.simple {
  color: #444;
}
.table-wrap {
  margin-left: 16px;
  margin-right: 16px;
  max-height: 500px;
  overflow: scroll;
  white-space: nowrap;
}
#donations-page-content .simple table,
#requests-page-content .simple table {
  margin-bottom: 0;
}

.table-center {
  margin: auto;
}
.simple .title {
  font-weight: bold;
}
.simple .sub-title {
  color: #aaa;
  margin-left: 8px;
  vertical-align: middle;
}
.simple table {
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 16px;
}
.simple th {
  background: #f6f6f6;
}
.simple th,
.simple td {
  border: 1px solid #ccc;
  padding: 3px 2px;
}
.simple.horizontal th,
.simple.horizontal td {
  border-left: 0;
  border-right: 0;
}
.simple.horizontal th.first,
.simple.horizontal td.first {
  border-left: 1px solid #ccc;
}
.simple.horizontal th.last,
.simple.horizontal td.last {
  border-right: 1px solid #ccc;
}

.button.action:hover {
  background: #044ace;
}
.button.action:hover:active {
  background: #0339bd;
}

#menu:hover {
  background: #044ace;
}
#menu:hover:active {
  background: #0339bd;
}

.gray.field-wrap:hover,
.gray.field-wrap:hover .field,
.button:hover {
  background: #e4e4e4;
}

.gray.field-wrap:hover:active,
.gray.field-wrap:hover:active .field,
.button:hover:active {
  background: #d4d4d4;
}

.spot-name {
  cursor: pointer;
}

#menu, .button, #page-title, .legal, .edit-donation, #footer-spacer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bottom-margin {
  margin-bottom: 16px;
}

.feedback {
  display: inline-block;
  padding: 6px;
}
.hidden {
  display: none;
}
.status-active {
  color: #0a0;
}
.status-upcoming {
  color: #055bdf;
}
.status-inactive {
  color: #888;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.center-margin {
  margin: auto;
}
.center {
  text-align: center;
}
.activity {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 2px 2px 6px #ddd;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
.simple .active {
  background: #dfd;
  border-left: 4px solid #0a0;
  padding-left: 1px;
  color: #080;
}
.activity .active {
  border-left: 4px solid #0a0;
  border-right: 4px solid #fff;
  padding: 4px;
}
.activity .active .title {
  font-size: 20px;
}
.activity .active .subtitle {
  color: #555;
  font-size: 18px;
}
.activity .upcoming {
  border-left: 4px solid #055bdf;
  border-right: 4px solid #fff;
  padding: 4px;
}
.activity .past {
  border-left: 4px solid #ccc;
  border-right: 4px solid #fff;
  color: #555;
  padding: 4px;
}
.blue {
 color: #055bdf;
}
.text-button {
  cursor: pointer;
}
.footer .text-button:hover {
  color: #777;
  text-decoration: underline;
}
.text-button.blue:hover {
  color: #044ace;
}
.section {
  box-shadow: 2px 2px 6px #ccc;
  margin: 16px 0;
  padding: 16px 0;
}
.section.silver {
  background: #eee;
  border: 1px solid #ddd;
}
.section.top {
  margin-top: 0;
}
.section.baby-blue {
  background: rgba(0, 170, 255, 0.2);
  border: 1px solid rgba(0, 130, 200, 0.2);
}
.section.inner {
  /*border-radius: 8px;*/
  margin-bottom: 14px;
  padding: 10px 16px;
}
.post-it {
  background: #faf09f;
  color: #444;
}
.dark-gray {
  color: #444;
}
.light-gray {
  color: #777;
}
#debug {
  color: #555;
  text-align: center;
}
.prominent {
  font-size: 18px;
}
.heading {
  font-size: 22px;
  font-weight: bold;
}
textarea.field {
  outline: none;
  resize: none;
  width: 100%;
}
.field-wrap.text-area {
  height: 100px;
}
.gray textarea {
  border: 0;
  height: 100%;
  padding: 0;
}
.footer {
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  color: #888;
  font-size: 14px;
  margin-top: 16px;
  padding: 16px 0;
}
#footer-spacer .footer {
  background: transparent;
  border-top: 1px solid transparent;
}
#footer-page {
  /*background: #eee;*/
  /*margin-bottom: 32px;*/
  /*margin-top: 16px;*/
  
}
#last-footer {
  
  
}
.legal {
  float: right;
}
.icon {
  vertical-align: middle;
}
.table-scroll {
  max-height: 200px;
  overflow-y: scroll;
}
.edit-donation {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  display: none;
}
.upcoming-scroll {
  margin-top: 24px;
  max-height: 180px;
  overflow: scroll;
}
.req-spot {
  font-size: 32px;
}
.active-match {
  margin-bottom: 24px;
}
.request-match {
  border: 2px solid #888;
  border-radius: 4px;
  margin: 16px;
  padding: 6px;
  position: relative;
}
.activity .request-match {
  border: 0;
  margin: 0;
}
.request-match .title {
  font-size: 22px;
}
.request-match .subtitle {
  color: #444;
}
.request-match .spot {
  font-size: 32px;
  margin-right: 32px;
}
.request-match .location {
  font-size: 32px;
}
.request-match .start {
  font-size: 18px;
}
.request-match .end {
  font-size: 18px;
}
.request-match .duration {
  font-size: 18px;
}
.request-match .site {
  bottom: 6px;
  color: #aaa;
  font-size: 14px;
  position: absolute;
  right: 6px;
}
html {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
}
#last-footer {
  width: 100%;
}
#last-footer.absolute {
  bottom: 0;
  position: absolute;
}
@media (min-width: 702px) {
  * > .wrap {
    max-width: 480px;
  }
  .heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 702px) {
  .header {
    margin-bottom: 22px;
  }
  .bottom-margin {
    /*margin-bottom: 24px;*/
  }
  .section {
    /*margin: 24px 0;*/
    /*padding: 24px 0;*/
  }
  .section.inner {
    /*padding: 14px 16px;*/
  }
  #landing-page .text-wrap {
    line-height: 1.4em;
  }
  #user-page {
    /*margin-bottom: 24px;*/
  }
  #footer-page {
    /*margin-bottom: 48px;*/
    /*margin-top: 24px;*/
    /*padding: 24px;*/
  }
}
@media print {
  @page {
    margin: 1in;
  }
  .header {
    background: #fff;
    box-shadow: unset;
    color: #000;
    padding: 0;
  }
  .parking-icon {
    filter: grayscale(100%);
  }
  #page-title {
    text-shadow: unset;
  }
  .section.baby-blue {
    border-color: #ddd;
  }
  .blue {
    color: #616161;
  }
  #footer-page {
    border: 0;
    padding: 0;
  }
  .legal {
    display: none;
  }
}