body {
    overflow-x: hidden;
    overflow-y: auto;
}

button:hover
{
    cursor: pointer;
}

select:hover
{
    cursor: pointer;
}

p, .account
{
    font-family: 'Gotham Book';
}

p#filter
{
    font-family: 'Gotham Book';
    color: var(--hrdc-theme-teal);
}

p#filter-label
{
    font-family: 'Gotham Bold';
    color: var(--hrdc-theme-teal);
    text-align: center;
    font-size: 24px;
}

.form-control
{
    padding: 15px 25px;
    width: 100%;
    font-family: 'Gotham Book';
    font-size: 14px;
    font-weight: bold;
    color: #5b5b5b;
    background-color: #f5f5f5;
    box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.2) inset;
    text-transform: uppercase;
}

.report-navigation{
    display: flex;
    flex-direction: row;

}

.report-navigation button {
    margin-bottom: auto;
    padding: 1em 1em;
    color: var(--hrdc-theme-dark-teal);

    font-size: 12px;
    font-family: 'Gotham Book';
    border: 3px solid black;
    border-color: #ffffff;
    background-color: #ffffff;
}

.report-navigation button:hover {
    border: 3px solid black;
    background-color: var(--hrdc-theme-teal);
    border-color: var(--hrdc-theme-teal);
    color: white;
}

.report-navigation button:active {
    border: 3px solid black;
    border-color: var(--hrdc-theme-teal);
    background-color: #ffffff;
    color: var(--hrdc-theme-dark-teal);
}

.report-navigation button.current-report {
    border-bottom: 3px solid var(--hrdc-theme-teal);
}

.form-control::placeholder {
    color: #B2B4B5;
}

.action-parent {
    display: flex;
}

.product-button {
    background-color: var(--hrdc-theme-teal);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 2%;
    font-weight: bold;
    font-family: 'Gotham Book';
    margin-left: auto;
    flex-shrink: 0;
    margin-left: 15px;
}

.product-button:hover {
    background-color: var(--hrdc-theme-green-yellow);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 2%;
    font-weight: bold;
    font-family: 'Gotham Book';
}

.close-button {
    background-color: var(--hrdc-theme-red);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 3%;
    font-weight: bold;
    font-family: 'Gotham Book';
    margin-left: auto;
}

.close-button:hover {
    background-color: var(--hrdc-theme-green-yellow);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 3%;
    font-weight: bold;
    font-family: 'Gotham Book';
}

p#stock-label
{
    border: none;
    color: var(--hrdc-theme-dark-teal);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Gotham Book';
}

.urgency-banners {
    height: 60px;
    padding: var(--main-padding);
    padding-bottom: 4px;
    gap: var(--main-padding);
    width: calc(100% - var(--main-padding) * 2);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: white;
}

.shadow {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.filter-input
{
    font-family: 'Gotham Book';
    font-size: 14px;
    color: var(--hrdc-theme-teal);
    background-color: #ffffff;
    border-color: var(--hrdc-theme-teal);
    border-radius: 5px;
    box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.2);
    padding: 15px 12%;
    width: 100%;
}

.filter-edit-button, .filter-clear-button
{
    background-color: var(--hrdc-theme-teal);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 3%;
    font-weight: bold;
    font-family: 'Gotham Book';
    display: grid;
}

.filter-clear-button {
    margin: auto;
}

.filter-edit-button:hover, .filter-clear-button:hover
{
    background-color: var(--hrdc-theme-green-yellow);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 3%;
    font-weight: bold;
    font-family: 'Gotham Book';
}

.banner {
    background-color: white;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner:hover {
    background-color: #ddd;
    cursor: pointer;
}

.red_rectangle {
    height: 1%;
    width: 100%;
    background-color: var(--hrdc-theme-stock-urgent);
    padding-bottom: 1%;
}

.orange_rectangle {
    height: 1%;
    width: 100%;
    background-color: var(--hrdc-theme-stock-low);
    padding-bottom: 1%;
}

.green_rectangle {
    height: 1%;
    width: 100%;
    background-color: var(--hrdc-theme-stock-okay);
    padding-bottom: 1%;
}

p {
    margin: 1% 0;
    padding-bottom: 1%;
}


.scaffolding {
    display: inline-grid;
    background-color: white;
    padding: var(--main-padding);
    gap: var(--main-padding);
    width: calc(100% - var(--main-padding) * 2);
    grid-template-columns: 25% 1fr;
    grid-template-rows: 50px auto;
}

.filter-parent {
    grid-row: 1 / -1;
    background-color: #ffffff;
}

.inventory-table {
    width: 100%;
    background-color: white;
    color: var(--hrdc-theme-teal);
    font-family: 'Gotham', sans-serif;
    font-size: 0.8em;
}

.inventory-table-row {
    height: 60px;
    display: grid;
    grid-template-columns: 60px auto 1fr auto 60px;
    column-gap: 20px;
}

.inventory-table-row:not(:last-child) {
    margin-bottom: 10px;
}

.inventory-item-icon {
    height: 50px;
    width: 50px;
    margin: 5px;
}

.inventory-item-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.inventory-item-bar {
    width: 100%;
    background-color: var(--hrdc-theme-light-grey);
    height: 6px;
    margin-right: 10px;
}

.inventory-item-bar > div {
    height: inherit;
}

.inventory-item-link {
    margin: 10px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    transition: 200ms;
}

.inventory-item-link:hover {
    background-color: var(--hrdc-theme-light-grey);
}

.inventory-item-link > img {
    height: inherit;
    width: inherit;
}

.inventory-item-no-stock {
    width: 100%;
    background: repeating-linear-gradient(
            45deg,
            var(--hrdc-theme-alert),
            var(--hrdc-theme-alert) 5px,
            var(--hrdc-theme-light-grey) 5px,
            var(--hrdc-theme-light-grey) 10px
    );
}

@media screen and (max-width: 500px) {
    .navbar a {
        float: none;
        display: block;
    }
}