/* LOGIN */
a {
    text-decoration: none;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}


/* OFFCANVAS NAV*/

.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;
  }
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body.main-body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.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;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

td.minimal,
th.minimal
{
    width: 0;
    white-space: nowrap;
}

table.vertical-middle td,
table.vertical-middle th
{
    vertical-align: middle;
}

#ajax-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
}

.warm
{
    color: rgb(220, 53, 69);
}

.cold
{
    color: rgb(13, 202, 240);
}

.ui-autocomplete-loading
{
    background: url('ui-anim_basic_16x16.gif') no-repeat right 1rem center !important;
}

#flashes
{
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.container-slot
{
    background-color: #FFF;
    height: 100%;
}

.container-slot.hovered
{
    background-color: #cccccc;
}

.gate-control {
    border-radius: .25rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

table.cell-hover td.active
{
    background-color: rgb(192,192,192);
}

table.cell-hover td:hover
{
    background-color: rgb(192,192,192);
}

table.calendar tr.days th
{
    width: 14.2857%; /* 1/7 */
}

/*
table.calendar td
{
    height: 5rem;
    vertical-align: middle;
}
*/