html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.card {
    font-size: 20px;
}

    .card h5 {
        color: #808080;
    }

    .card h6 {
        color: #808080;
        font-size: 20px;
        font-weight:normal;
    }

.orderline-row {
    font-size: 18px;
}

.page-header {
    margin-top: 20px;
    border-bottom: solid 1px #aaaaaa;
    margin-bottom: 20px;
}

.btn-secondary {
    background-color: #eee;
    border-color: #000000;
    color: #000000
}

.nav-tabs {
    font-size: 24px;
}

/*.card {
    margin-bottom: 20px;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
