﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: Arial Regular;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

a {
    color: #EB168D;
}

h3 {
    color: #0B6FB4;
}

label {
    color: #0B6FB4;
}

.blue {
    color: #0B6FB4;
}

.magenta {
    color: #EB168D;
}

.required {
    color: red;
}

.backgroundMagenta {
    background-color: #eb168d;
}

.reservationDays {
    color: #0B6FB4;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
}

.reservationDate {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    color: #0B6FB4;
}

.reservationState {
    font-size: 12px;
    font-weight: normal !important;
}

.slotFull {
    background-color: red;
    border: red;
    cursor: default;
}

.slotEmpty {
    background-color: green;
    border: green;
    cursor: pointer;
}

.slotEmptyMobile {
    background-color: green;
    border: green;
    cursor: pointer;
}

/*.slotEmpty:hover {
    background-color: lightgreen;
    }*/


.slotEmpty:hover {
    background-color: lightgreen;
}


.slotClosed {
    background-color: #95a5a6;
    border-color: #95a5a6;
    cursor: default;
}

.slotBtn {
    background: #95a5a6 none repeat scroll 0, 0;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1.1em;
    text-align: center;
 }

.tableCellFull {
    display: table-cell;
    background-color: red;
}

.tableCellEmpty {
    display: table-cell;
    background-color: green;
}

.tableCellClosed {
    display: table-cell;
    background-color: #95a5a6;
}

.border {
    border: 1px solid #dee2e6;
}

.btn-disabled,
.btn-disabled[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}