﻿html {
    height: 100vh;
}

@font-face {
    font-family: lumienWebFont;
    src: url(/media/Gothic.ttf) format('truetype');
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

main {
    background-color: white;
}

footer {
    height: 5vh;
    background-color: white;
}

body, input {
    font-family: lumienWebFont !important;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.card {
    border: 0 !important;
}

.btn-primary {
    border: 1px solid #c6d548 !important;
    background-color: white !important;
    color: black !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

    .btn-primary:hover {
        border: 1px solid #c6d548 !important;
        background-color: #c6d548 !important;
    }

.btn-secondary {
    background-color: #d0d0d0 !important;
    border: 1px solid #d0d0d0 !important;
    color: black !important;
}

a {
    font-weight: bold !important;
    color: black !important;
    text-decoration-color: #c6d548 !important;
}

.text-secondary {
    color: #727272 !important;
}

.footer-text {
    font-size: .75rem !important;
}

.dataTables_info,
.dataTables_paginate,
.table-sm {
    font-size: 0.8rem;
}

.error {
    color: red;
    font-size: 0.8rem;
}

.table caption {
    font-weight: bold;
    font-size: 1.25rem;
}

.page-caption {
    font-weight: bold;
    font-size: 1.25rem;
}

.header-bar {
    background-color: black;
}
.header-logo {
    width: 200px;
    margin-left: 20px;
}
#divLoggedIn {
    background-color: #d0d0d0;
    color: black;
    font-weight: bold;
}
.bi {
    font-size: 18px;
}
.list-button {
    margin-right: 12px;
}


    .filters {
        font-weight: normal;
        font-size: 0.9rem;
        margin-left: 0px;
    }

        .filters input, .filters select {
            font-weight: normal;
            font-size: 0.9rem;
            margin-left: 0px;
        }

#productList tbody tr, #userList tbody tr, #imageList tbody tr {
    cursor: pointer;
}

#productList tbody > tr > td, #userList tbody > tr > td {
    white-space: nowrap;
}

#filterError {
    color: red;
}
 
.copyright {
    padding-top: 5px;
    border-top: 1px solid #d0d0d0;
    width: 90%;
}

.family-core {
    border: 1px solid black;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    color: #c6d548;
    font-weight: bold;
    font-size: .8em;
    width: 50px;
}


.family-pro {
    border: 1px solid #c6d548;
    background-color: #f0f4d1;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    color: black;
    font-weight: bold;
    font-size: .8em;
    width: 40px;
}