﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.top-bar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    height: 2rem;
    -webkit-box-shadow: 3px 3px 6px 0px #0000000C;
    box-shadow: 3px 3px 6px 0px #0000000C;
    -webkit-justify-content: center;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.top-bar-button {
    text-decoration: none;
    color: black;
    background-color: transparent;
    border: none;
    padding: 0 1rem;
    font-size: 1.1rem;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.whole-page {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

.flex-bar-middle {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 0.125rem;
    left: 3rem;
    right: 0;
    text-align: center;
    font-weight: bold;
    z-index: 3;
}

.flex-bar-right {
    z-index: 4;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 2rem;
    flex: 0 1 2rem;
}

table > thead > tr > th > p, table > thead > tr > th {
    font-size: 0.8rem;
}

@media (max-width: 640.98px) {
    .flex-bar-middle {
        left: 0;
    }
}

select, input {
    background-color: #0000000C;
}