body {
  font-size: .875rem;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;  
    border-top: solid 1px #eee;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  line-height: 1.2em;
  padding: 60px 0 15px 0;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  background-color: #eee;
}

/*
 * Content
 */

[role="main"] {
  min-height: calc(100vh);
  padding-bottom: 60px;
  padding-top: 56px;
}




.bar {
    border: solid 1px #ccc;
    text-align: center;
}

.bar > div > div {
    padding: 0.5em;
}

.bar .occupied {
    display: inline-block;
    background-color: #d57575;
}

.bar .free {
    display: inline-block;
    background-color: #8bee83;
}



.bays {
    font-size: 0;
}

.bays > div {
    font-size: 14px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    color: #bbb;
}

.unassigned .active {
    border: 1px solid #f00;
    color: #f00;
    background-color: #fcc;
}

.grid {
    font-size: 0;
}

.grid > div > div {
    font-size: 14px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    color: #bbb;
    cursor: pointer;
    background-color: #ddd;
}

.grid > div > div:hover, .assigned .bay:hover {
    background-color: #fffacd;
}

.grid-container {
    position: relative;
}

.assigned .bay {
    position: absolute;
    border: solid 1px #666;
    color: #666;
    background-color: #eee;
    cursor: pointer;
}

.bays.assigned {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-link:hover, .nav-link.active {
    background-color: #d6e7fb;
}