body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /*
    color: var(--text) !important;
    background-color: var(--bg) !important;
    font-size: var(--font-size);
    font-family: var(--font-family);

     */
}

.header {
    position: sticky;
    top:0;
}

.login, .forgotpw {
    background-image: url("/include/assets/img/bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#form_login, #form_forgotpw {
    margin-top:20vh;
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
    border: 4px solid #ffffff;
}
.login nav, .login footer, .forgotpw nav, .forgotpw footer{
    display: none;
}

nav {
    font-size: var(--nav-font-size) !important;
    /*background-color: var(--nav-color);
    color: var(--nav-text);
     */
}
nav a {
    /*color: var(--nav-text) !important;*/
    margin-right:16px;
}

#mainNav {
    position: absolute;
    right:8px;
}

main {
    flex: 1 0 auto;
}

footer {
    /*background-color: var(--footer-color);
    border-top: 8px solid var(--footer-accent);*/
    color: var(--footer-text);
    font-size: var(--footer-font-size);
    padding: 16px 16px;
}

a.navbar-brand {
    margin:0 0 0 16px;
    padding:0;
}

.navbar-brand img {
    max-height: 26px;
}
.avatar img {
    width:128px !important;
    height: auto;
}

.badge.project-label {
    float:left;
    width:80px;
    line-height: unset;
}

.alert {
    font-size: 11pt;
    padding: 16px 32px 0 32px;
    line-height: unset;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0) inset !important;
}

.input_hours {
    width: 64px;
}

#newWorkSchedule label {
    font-weight: bold;
}

/*BOARD*/
.userRow, #dateRow {
    line-height: 48px;
}

#boardFilter {
    margin-right: 12px;
    margin-top: 4px;
}
#boardFilter::after {
    content: none;
}

#controller {

}

td.daycol {
    padding: 0px;
}

.usercol {
    padding-left: 16px !important;
}

.usercol .badge {
    margin: 11px 8px;
    padding: 8px;
    font-size: 8pt;
    width:48px;
}

.userRow .assignment {
    min-height: 100%;
    float:left;
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10pt;
    line-height: 40px;
    padding: 8px;
}