@media (min-width: 768px) {
  .modal-xl {
    width: 90% !important;
    max-width:1200px !important;
  }
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 68px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 68px;
  height: calc(100vh - 68px);
  padding-top: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.navPadSection {
  margin-top: 73px; /* Space for fixed navbar */
}

#message {
  z-index: 9999;
  position: absolute;
  width: 30%;
  bottom: 10px;
  right: 10px;
}

#messageTop {
  z-index: 9999;
  position: absolute;
  width: 30%;
  top: 15px;
  right: 10px;
}

.text-tiny {
  font-size: 0.75em;
}

.sessionDetails {
  width: 150px;
  overflow: hidden;
}

.tooltip {
  pointer-events: none;
}

.homeChart {
    height: 250px;
}

.scroll-200 { overflow-y: scroll; height: 200px; }
.scroll-300 { overflow-y: scroll; height: 300px; }
.scroll-340 { overflow-y: scroll; height: 340px; }
.scroll-440 { overflow-y: scroll; height: 440px; }
.scroll-550 { overflow-y: scroll; height: 550px; }
.scroll-600 { overflow-y: scroll; height: 600px; }
.scroll-680 { overflow-y: scroll; height: 680px; }
.no-h-scroll { overflow-x: hidden; }


.big-button {
    width: 100%;
    height: 12rem;
    vertical-align: middle;
}

/* Sign-in specific */
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}
