html,
body {
  height: 100%;
}

.sign-in-body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  max-width: 660px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.body-main {
    padding-bottom: 20px;
}
  
.navbar {
    margin-bottom: 20px;
}
  
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
}

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bg_image {
  background-image: url("../images/background.png");
  background-repeat: repeat;
  position: relative;
}

/* slot lanes (timeline grid cells)
.fc .fc-expired-slot,
.fc td.fc-expired-slot,
.fc th.fc-expired-slot,
.fc .fc-expired-slot .fc-timeline-slot-frame,
.fc .fc-expired-slot .fc-timeline-lane-frame,
.fc .fc-expired-slot .fc-timeline-slot-cushion,
.fc .fc-expired-slot .fc-timeline-lane-cushion {
  background-color: #e5e6e6 !important;
  cursor: not-allowed;
} */

/* .fc .fc-expired-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e5e6e6;
  pointer-events: none;
  z-index: 2;
} */

/* .fc .fc-selected-resource.fc-expired-slot::after {
  background: rgba(0, 0, 0, 0.18);
} */

/* .fc .fc-selected-resource {
  background-color: #e94f37 !important;
  color: #fff !important;
  position: relative;
} */

/* base highlight */
.fc td.fc-selected-resource,
.fc th.fc-selected-resource,
.fc .fc-selected-resource .fc-timeline-slot-frame,
.fc .fc-selected-resource .fc-timeline-lane-frame,
.fc .fc-selected-resource .fc-timeline-slot-cushion,
.fc .fc-selected-resource .fc-timeline-lane-cushion {
  background-color: #bd77bd !important;
  color: #fff !important;
  position: relative;
}

/* ensure we can overlay */
.fc td.fc-expired-slot,
.fc th.fc-expired-slot,
.fc .fc-expired-slot {
  position: relative;
}

/* overlay layer */
.fc td.fc-expired-slot::after,
.fc th.fc-expired-slot::after,
.fc .fc-expired-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(157, 157, 170, 0.10); /* #acacb6 as overlay */
  pointer-events: none;
  z-index: 2;
}

.fc td.fc-selected-resource.fc-expired-slot::after,
.fc th.fc-selected-resource.fc-expired-slot::after,
.fc .fc-selected-resource.fc-expired-slot::after {
  background: rgba(157, 157, 170, 0.10);
}

/* the actual slot cell / lane */
.fc td.fc-expired-slot,
.fc th.fc-expired-slot,
.fc .fc-expired-slot {
  cursor: not-allowed;
}

.fc-non-business {
  cursor: not-allowed;
}

.fc-resv-tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #000;
  max-width: 360px;
  width: max-content;
  text-align: left;
  font-size: 0.85rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.fc-resv-tooltip .fc-tooltip > div {
  line-height: 1.35;
}

.fc-resv-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff;
}

.fc-resv-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffffff;
}

.fc-resv-tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ffffff;
}

.fc-resv-tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffffff;
}

.fc-resv-tooltip .fc-tooltip > div {
  line-height: 1.4;
}

.fc-resv-tooltip .fc-tooltip .fw-bold {
  font-size: 0.95rem;
}


