@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin_400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin-ext_400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin_600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin-ext_600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin_700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans_latin-ext_700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

body,
.navbar,
.form-control,
.btn,
.selectize-input,
.selectize-dropdown,
.plotly,
.js-plotly-plot {
    font-family: "Open Sans Local", "Open Sans", Arial, sans-serif;
}

/* Banner */
#uom-logo {
    height: auto;
    width: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 30px;
}
.header {
    display: flex;
    align-self: stretch;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-left: 60px;
    margin-right: 40px;
}
.header-item {
    padding: 0;
    align-self: center;
}
#header-title {
    flex-grow: 1;
}
#header-appname {
    color: #660099;
    font-size: 20pt;
    line-height: 20pt;
    font-weight: bold;
    margin-bottom: 0;
}
#department {
    color: #999999;
    font-size: 10pt;
    margin-bottom: 0;
}
#github-logo {
    height: auto;
    width: 30px;
    margin-right: 10px;
    flex-grow: 0;
}
#github-logo-container {
    flex-grow: 0;
}

/* Navigation bar */
.navbar {
    margin-bottom: 30px;
    min-width: 450px;
}

/* Data visualization container alignment */
.container {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 50px;
    min-width: 450px;
}

/* Hide modbar from plotly plots (PCA and BoxPlot) */
.modebar {
    display: none !important;
}
/* Hide the control bar from heatmap and sub-heatmap */
[id*='heatmap_control'] {
    display: none !important;
}
/* Hide the output wrapper from heatmap and sub-heatmap */
[id*='output_wrapper'] {
    display: none !important;
}
/* Loading state for heatmap plots */
.recalculating {
    opacity: 0.5;
    pointer-events: none;
}