
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

/* Barlow font - Primary typeface per _design/Typography/README.md */
/* Fallback stack: "Barlow", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif */
body {
    padding-top: 35px;
    /* Fixed app footer (#or-app-footer); keep bottom clear for scrolled content */
    padding-bottom: 0;
    font-family: "Barlow", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* Reserve space above fixed footer so page content / grid area doesn’t sit under the bar */
main.or-app-main {
    padding-bottom: 2.75rem;
}

/* Fixed status-bar style footer (copyright + future status) */
#or-app-footer.or-app-footer,
footer.or-app-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background-color: #fff;
    border-top: none;
    padding: 0.35rem 0;
    box-shadow: none;
}

.or-app-footer-text {
    color: #6c757d;
}

html {
    font-size: 12px;
    font-family: "Barlow", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* Ensure icon fonts use their proper font families (not Barlow) */
.fa, .far, .fas, .fab, .fal, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome" !important;
}

.k-icon, .k-font-icon, [class^="k-i-"], [class*=" k-i-"] {
    font-family: "WebComponentsIcons", "Kendo UI" !important;
}

.glyphicon, [class^="glyphicon-"] {
    font-family: "Glyphicons Halflings" !important;
}

h1, .h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

h2, .h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3, .h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

h4, .h4 {
    font-size: 1.15rem;
    font-weight: bold;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb {
    font-size: smaller;
    margin-bottom: 0.25rem;
    margin-top: 5px;
    border-radius: 0;
    padding: 0.25rem 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb a {
    text-decoration: none;
}

/* Ensure container-fluid content aligns with breadcrumb */
.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.k-sprite.fa {
    font-size: 16px;
    line-height: 16px;
}

.k-sprite.far {
    font-size: 16px;
    line-height: 16px;
}

.k-sprite.fas {
    font-size: 16px;
    line-height: 16px;
}

.k-sprite.k-icon {
    font-size: 16px;
    line-height: 16px;
}

.k-sprite.glyphicon {
    font-size: 16px;
    line-height: 16px;
}

.navbar {
    padding: 0.2rem 15px;
}

.e-button-expandcollapse {
    padding-right: 2px;
    margin-bottom: 4px;
    color: #212529;
}

.e-section-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212529;
}

.e-section-countspan {
    font-size: 0.9rem;
    font-weight: 400;
    color: #212529;
}

[data-toggle="collapse"] .fa:before,
[data-bs-toggle="collapse"] .fa:before {
    content: "\f0d7";
}

[data-toggle="collapse"].collapsed .fa:before,
[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f0da";
}

[data-toggle="collapse"]:not(.collapsed) .fa:before,
[data-bs-toggle="collapse"]:not(.collapsed) .fa:before {
    content: "\f0d7";
}

.e-expandcollapse-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.e-button-expandcollapse {
    margin-right: 0.5rem;
}

.dropdown-header {
    font-style: italic;
}


