﻿body {
    font-family: merriweather, Palatino, Georgia, serif;
    background-color: #cfd2d7;
}

h3, h4, h5 {
    font-family: futura-pt-bold,Roboto,Helvetica,Arial,sans-serif;
}

.subhead {
    background-color: #61aee1;
    color: white;
    margin-bottom: 1rem;
}

    .subhead a {
        color: white;
        padding: 20px 30px;
        font-size: 1em;
        font-weight: 500;
    }

        .subhead a:hover {
            background-color: #00529b;
            color: white;
        }

    .subhead > #navbarMain > ul > li > a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

main {
    margin: 10px 0;
}

#filtersform legend, #filtersform label {
    font-size: 0.75em;
}

#filtersform legend {
    padding: 1rem 0 0 0;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

footer {
    background-color: #00529b;
    color: white;
}

    footer img {
        max-width: 500px;
    }

.image-container {
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
}

.text-body-secondary {
    color: white;
}

.breadcrumb-item a {
    text-decoration: none;
    color: black;
}

    .breadcrumb-item a:hover {
        text-decoration: underline;
        color: black;
    }
.breadcrumb.breadcrumb-custom {
    padding: 0 0;
    border-color: #dbe3e6;
}

.breadcrumb {
    border: 1px solid #f3f3f3;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.56rem 1.13rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}



    .breadcrumb.breadcrumb-custom .breadcrumb-item {
        font-size: 0.875rem;
        background: #dbe3e6;
        padding: 0.56rem 10px;
        color: #000;
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
            content: "";
        }

        .breadcrumb.breadcrumb-custom .breadcrumb-item a {
            position: relative;
            color: inherit;
            border: 1px solid #dbe3e6;
            display: inline-block;
            vertical-align: top;
        }

            .breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
                right: -22px;
                z-index: 3;
                border-left-color: #dbe3e6;
                border-left-style: solid;
                border-left-width: 12px;
            }

            .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
                border-top: 21px solid transparent;
                border-bottom: 22px solid transparent;
                border-left: 12px solid #ffffff;
                top: -9px;
                right: -23px;
            }

        .breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
            background: transparent;
        }

        .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
            content: "";
        }

        .breadcrumb.breadcrumb-custom .breadcrumb-item a:before, .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
            position: absolute;
            top: -9px;
            width: 0;
            height: 0;
            content: "";
            border-top: 21px solid transparent;
            border-bottom: 21px solid transparent;
        }


.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.navbar {
    padding: 0;
}

.navbar-main {
    background: rgb(0, 82, 155);
    padding-bottom: 20px;
}

legend {
    text-transform: uppercase;
}

footer {
    padding-top: 10px;
}

label {
    display: unset;
}

.list-group-item {
    border: none;
    background: none;
}

.btn-primary {
    background-color: #00529b;
}

.btn-warning {
    background-color: #f9cf00;
}

.nav-item .active {
    border-bottom: 2px solid #00529b;
}

.card-footer {
    text-align: right;
}

h3 {
    margin-bottom: 1rem;
}

.svg-sprite-sheet {
    display: none;
}

.card-title {
    background-color: #00529b;
    padding: 10px 5px;
    color: white;
}

.sectiontoc {
    font-size: 0.9rem;
    margin: 10px 0px;
}

    .sectiontoc ul {
        margin-left: 1rem;
        border-left: dotted thin;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #00529b;
    color: #fff;
}

.nav-tabs, .nav-tabs .nav-link {
    border: 0;
}

    .nav-tabs ul, .nav-tabs ul li {
        width: 100%;
    }

    .nav-tabs button {
        min-width: 195px;
        background-color: white;
        color: #000;
        display: block;
        margin: 2px 0;
    }

        .nav-tabs button:hover {
            background-color: #67abdf;
            color: white;
        }

.list-group {
    --bs-list-group-action-hover-bg: #67abdf;
    --bs-list-group-action-hover-color: white;
}

#btop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 40px;
    z-index: 9999;
}

    #btop a {
        color: #00529b;
    }

.h1, h1 {
    font-size: 2rem;
    font-family: futura;
    text-transform: uppercase;
}

.nav-item:hover {
    background-color: #67abdf;
    color: white;
}

.nav-item a {
    color: #67abdf;
}

btn-primary {
    background-color: #00529b;
}


.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #67abdf;
    --bs-btn-border-color: #67abdf;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #67abdf;
    --bs-btn-disabled-border-color: #67abdf;
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

.ktc-radio {
    padding-right: 20px;
}

    .ktc-radio .form-control, .ktc-checkbox .form-control {
        display: inline;
        width: unset;
        padding: 0 5px;
    }

.form-field {
    margin-top: 20px;
}

fieldset {
    margin: 0 0 10px 0;
}

input:focus::placeholder {
    color: transparent;
}

.ktc-checkbox .form-control {
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    display: block;
}

.ktc-checkbox label {
    display: block;
    vertical-align: baseline;
    margin-left: 2rem !Important;
}

.ktc-default-section {
}

.sidebar {
    padding: 5px 0;
}
.editing-form-control-nested-control{
    margin:5px 20px;
}