body {
    padding-top: 50px;
    margin-bottom: 40px;
}

.print-only {
    display: none !important;
}

#topmenu a.active
{
    background-color: white;
}
#topmenu a.active:hover
{
    background-color: white;
}

input.ng-invalid.ng-dirty {
    background-color: #ffe3bf;
}

.day-view-date {
    text-align: center;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
}

.with-newlines {
    /** Keep newlines, collapse whitespace. */
    white-space: pre-line;
}

