﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.highlight {
    background-color: #f7f7f9;
}

/* General overrides
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-feature-settings: "kern", "liga", "clig", "calt";
}


/* logo
-------------------------------------------------- */



/* Other
-------------------------------------------------- */

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.main-other-setting-group {
    margin-bottom: 28px;
}

.fixed-topleft {
    position: fixed;
    display:inline-block;
    top: 0;
    left: 0;
    z-index: 1030;
}

#details-area-chart .dxc-chart {
    width: 100% !important;
}