/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.page-footer {
  background-color: white;
  color: #2196F3;
  font-size: 2em;
}
body.has-footer {
  margin-bottom: 82px;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.dropdown-content {
  transform: none !important;
}

#logo-container img {
  height: 68px;
}
nav,
nav .sidenav-trigger,
nav .sidenav-trigger i {
  height: 70px;
  line-height: 70px;
  font-size: 32px;
}
.section:not(:first-child) h3 {
  margin-top: 0;
}

.rent-date {
  margin-top: 25px;
}
.rent-date label {
  margin-top: 5px;
}
.rent-table td {
  height: 6rem;
  width: 45%;
  display: table-cell;
  border: 1px solid black;
}
.rent-table td.empty {
  content: '+';
  font-size: 3em;
}
.rent-table td:first-child {
  width: 10%;
}
.rent-table td a {
  color: white;
}
.input-field > label {
  color: #ccc;
}
.input-field > label span {
  color: black;
  font-size: 1.5rem;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom: 1px solid #ccc;
}
.input-field p {
  margin: 0;
}
.rent-table + .modal .modal-content {
  padding: 0;
  margin: 24px;
}
i.payment-mark,
i.own-mark {
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: 2px;
  left: 0;
}
i.payment-mark {
  background: rgb(255,255,255);
}
i.own-mark {
  background: rgb(255,255,0);
}
i.payment-mark.payed {
  background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
  color: #76ff03;
}
i.payment-mark.booked  {
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  color: #d32f2f;
}
i.own-mark {
  background: radial-gradient(circle, rgba(255,255,0,1) 0%, rgba(255,255,0,0) 70%, rgba(255,255,0,0) 100%);
  color: #ffffff;
}
#modal-template {
  display: none;
}
.tickets-check-id .row {
  counter-reset: cards;
}
.divider {
  width: 100%;
  background: #0097a7;
}