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

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 70px;
}

nav .navbar-brand {
    padding: 5px;
    height: 70px;
}

nav .navbar-brand span {
    line-height: 60px;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

nav .navbar-brand img {
    max-height: 100%;
}

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

.footer a {
    color: inherit;
}

h1 {
    margin-bottom: 30px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

table.datatable thead tr.datatable-filter-row th {
    padding: 1px;
}

table.dataTable.no-footer {
    border: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

table tr.datatable-filter-row input,
table tr.datatable-filter-row .select2-selection {
    width: 100%;
    border: 1px solid lavender;
    border-radius: 2px;
}

.navbar {
    background: #f5f5f5;
}

.stats h3 {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.breadcrumb {
    background: #f9f9f9;
    margin-top: 10px;
}

.bigCount {
    text-align: center;
}

.bigCount .value {
    margin-top: 30px;
    font-size: 2em;
}

.bigCount h3 {
    margin-top: 0;
    margin-bottom: 50px;
}

@media print {
    footer.footer, .dataTables_paginate, .dataTables_length, table a[href]::after {
        display: none;
    }

    .container {
        margin: 0;
        padding: 0;
    }
}