﻿
/* 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. */
body {
    padding-top: 35px;
    padding-bottom: 20px;
}

html {
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

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: .5rem;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
}

.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 1.25rem;
}

.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 {
    content: "\f0d7";
}

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

.e-expandcollapse-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

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


