header {
    background-color: #0A4C80;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

header .logo {
    position: relative;
}

header .logo img {
    max-width: 100%;
    height: auto;
    max-height: 42px;
    border-radius: 5px;
    border: 1px solid #000;
}

header .navbar {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
}

header .navbar a {
    color: #0A4C80;
}

header .navbar > ul > li {
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 5px;
}

.nav > li:hover, .nav li:focus {
    background-color: #DDDDDD;
}

.navbar .nav-pills .show > .nav-link {
    background-color: unset;
    color: inherit;
}






body > .container {
    padding-top: 75px;
    min-height: 100%;
}

body {
    background-color: #F8F8F8;
    padding-bottom: 65px;
    position: relative;
    height: 100%;
}

.form-control-auto-width .form-control {
    width: auto;
    display: inline-block;
}

.filter .form-group {
    width: auto;
    display: inline-block;
}

.filter button {
    vertical-align: unset;
    margin-left: 5px;
}

label {
    font-weight: bold;
}

.activity-box {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

.form-group-top .form-group {
    vertical-align: top;
}

.form-group-bottom .form-group {
    vertical-align: bottom;
}


.footer {
    background-color: #0A4C80;
    height: 50px;
    color: #aaa;
    margin-top: 15px;
}

.footer-right {
    margin-top: 15px;
    text-align: right;
}

html, body {
    height: 100%;
}