﻿.appContainer {
    margin: 5% 10px 10% 10px;
    box-shadow: 0px 0px 12px black;
    height: 80%;
    padding-top: 20px;
    display: flex;
    background-color: var(--bs-body-bg);
}

.iconImage {
    width: 80%;
}

.appText {
    font-weight: bold;
    font-size: 1.3em;
}

.itemContainer {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
    border: solid 2px black;
    cursor: pointer;
    display: grid;
    background-color: var(--bs-body-bg);
}

.itemCont {
    cursor: pointer;
}

html, body {
    height: 100%;
    background-color: var(--bs-tertiary-bg);
}

.backer {
    
}

.centerRow {
    display: flex;
    align-items: center;
    height: 100%;
}

.header {
    margin-bottom: 10px;
}
.hidden {
    display:none;
}

.camView {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    background-color: #666;
}
.navSpacing {
    padding-top: 56px;
}

.videoCon {
    height: 60%;
}

.typeLabel {
    font-size: 100px;
    margin-top: -40px
}
.table-sized{
    height: 400px;
    overflow-y: scroll;
}
.countCont{
    width: 100%;
    border: 1px solid black;
}
.gradeCont {
    width: 100%;
    border: 1px solid black;
}
.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.navbar {
    background-color: var(--bs-body-bg);
}

.ChemicalCont{
    background: rgb(255, 0, 0, 0.1);
}
.FoodCont {
    background: rgb(0, 255, 0, 0.1);
}
.miscCont {
    background: rgb(128, 128, 128, 0.2);
}

.appIcon {
    font-size: 8em;
    font-weight: bold;
}

.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}

.extraNavSpace {
    margin-top: 10px;
}

.only-print {
    display: none;
}

.leftNav {
    background-color: var(--bs-body-bg);
    width: 100%;
    height: 100%;
}

.inline-icon {
    font-size: 0.6em;
}

.btn-ico:hover {
    color: var(--bs-success);
}

.ui-autocomplete {
    z-index: 1500;
}
.inline-heading {
    display: inline;
}
.accordion-fit-row {
    padding-left: 0px;
    padding-right: 0px;
}
.accordion-body-fit {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.label-width {
    width: 20%;
}
.floating-panel {
    position: absolute;
    left: 30%;
    z-index: 5;
    background-color: var(--bs-body-bg);
    border: 1px solid #999;
    border-radius: 6px;
    text-align: center;
    width: 40%;
    padding: 5px;
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print, .print * {
        color: black !important;
    }
    .only-print{
        display: block;
        color: black;
    }
    .container-print {
        max-width: 100% !important;
    }
}