body {
    padding-bottom: 0;
}
body > .container-fluid { 
  padding-left: 0;
}
.container-fluid > .row-fluid {
    display: flex;
    min-height: calc(100vh - 114px);
}
.row-fluid > div:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.row-fluid .span2 {
    height: auto;
}
/* Header */
.separator {
    display: none;
}
.navbar-inner {
    background: white;
    border-bottom: 1px solid #e1e1e1;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar .brand {
    color: #111;
    font-weight: 700;
}
.navbar .brand .main-gravatar {
    display: none;
}
/* Sidebar */
.sidebar-nav.sidebar-box {
    box-shadow: none;
    border-radius: 0;
    background: #f7f9fc;
    height: 100%;
}
/* Footer */
footer {
    background: #f7f9fc;
    display: flex;
    padding: 16px 20px;
    margin-right: -20px;
}
footer p {
    margin: 0;
}
.footer-left {
    flex-grow: 1;
}
.container-fluid hr:last-of-type {
    display: none;
}