@import "font.css";
html {
    font-size: 56.25%;
}
div.content {
    font-size: 80%;
}
body {
    font-family: "Noto Sans Mono", sans-serif;
    font-weight: 400;
    background: var(--color-main-bg);
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Mono", sans-serif;
}
@media only screen and (max-width: 600px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-hidden {
        display: none !important;
        width: 0 !important;
    }
}

.reset {
    margin: auto;
    padding: 0;
    height: auto;
}

.compact,
.compact * {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

@media only screen and (max-width: 600px) {
    h3 {
        font-size: 2.2rem;
    }
}
.button {
    margin-right: 0.5rem;
}
@media only screen and (max-width: 600px) {
    .button {
        margin-bottom: 0.6rem;
        font-size: 0.9rem;
        height: 2.9rem;
        line-height: 2.9rem;
        padding: 0 2rem;
    }
}
.button-small {
    margin-bottom: 0;
    height: 2.5rem;
    padding: 0 1.7rem;
    line-height: 2.5rem;
}
.button-tiny {
    margin-bottom: 0;
    height: 1.5rem;
    padding: 0 1.1rem;
    line-height: 1.5rem;
    font-size: 8px;
}
.hidden {
    display: none;
}

.align-right {
    text-align: right;
}
.nav-sub-nav {
    margin-left: 20px;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.menu-burger {
    display: none;
}

.top-nav-title {
    font-size: 18pt;
    font-weight: bold;
    position: relative;
    padding-left: 90px;
}
.top-nav-subtitle {
    font-size: 8pt;
    font-weight: lighter;
    position: absolute;
}
@media only screen and (max-width: 600px) {

    .menu-burger {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        height: 30px;
        width: 30px;
    }

    .top-nav-links {
        display: none;
    }
    .top-nav-links.visible a {
        display: block;
        /* font-size: 10pt; */
        text-align: right;
        font-weight: normal;
    }

    .top-nav-title {
        font-size: 14pt;
        font-weight: bold;
        padding-left: 60px;
    }
}

.relative {
    position: relative;
}

.branding.logo {
    position: absolute;
    top: -20px;
    left: 0px;
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .branding.logo {
        top: -10px;
        left: 0px;
        height: 50px;
    }
}
.relative {
    position: relative;
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.company_registration {
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 20px;
    background-color: #efefef;
    display: inline-block;

    /* font-size: 10pt; */

    width: 100%;
}
.company_registration h5 {
}
.company_registration ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.company_registration ul li {
    margin: 0;
    padding: 0;
}

.supplier_summary {
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff2f2;
    display: inline-block;

    vertical-align: top;
    width: calc(50% - 5px);
}

.half-block {
    position: relative;
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
}
@media only screen and (max-width: 600px) {
    .half-block {
        display: block;
        width: 100%;
    }
}

table.compact-table tr {
    line-height: initial;
}
table.compact-table tr td {
    padding: 2px 3px;
}

hr {
    margin: 1rem 0;
    border-top-color: #6c757d;
}