html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-label {
    padding-top: 0px !important;
}

.form-group label {
    padding-top: 20px;
}

.form-button {
    margin-top: 20px;
}

.form-floating {
    margin-bottom: 20px;
}

.larger-textbox {
    font-size: 30px;
    height: 60px;
}

.wb-table td:first-child {
    text-align: left;
}

.wb-table th:first-child {
    text-align: left;
}

.wb-table th, td {
    text-align: center;
}

/*TEMP*/
.order-details-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .1rem .1rem .1rem .1rem;
    border: 0px;
    min-height: 45rem;
}

.order-details-card-header {
    border-radius: .1rem .1rem 0 0 !important;
}

.order-details-tab-card-header {
    border-radius: .1rem .1rem 0 0 !important;
    padding: 0px;
}

.order-details-nav-tab-link {
    border-radius: .1rem .1rem 0 0 !important;
    padding: .75rem 1.25rem;
}

.order-details-tab a h3 {
    color: white !important;
}

.order-details-tab a.active h3 {
    color: #5a5a5a !important;
}

.border-start-primary {
    border-left-color: #AE3630 !important;
}

.border-start-secondary {
    border-left-color: #304478 !important;
}

.border-start-success {
    border-left-color: #00ac69 !important;
}

.border-start-lg {
    border-left-width: 0.25rem !important;
}

.h-100 {
    height: 100% !important;
}

.info-box {
    margin-bottom: 0px;
}

    .info-box label {
        padding-top: 5px;
    }

.check-large {
    height: 36px;
    width: 36px;
}

.dropdown-item-hover:hover {
    color: #AE3630;
}

.homepage-logo-position {
    width: 25%;
}

.homepage-searchbar-position {
    width: 75%;
}

.homepage-search-container ul {
    font-size: larger;
    margin-left: 170px;
    margin-top: 50px;
    min-width: 50%;
    width: auto;
}

.search-bar {
    width: 75%;
}

.search-navbar-ul {
    width: 50%;
}

    .search-navbar-ul ul {
        font-size: medium;
        margin-left: 10px;
        min-width: 35%;
        width: auto;
    }

@media only screen and (max-width: 1024px) {
    .homepage-logo-position {
        width: 50%;
        margin-top: 25%;
    }

    .homepage-searchbar-position {
        width: 90%;
    }

    .homepage-search-container ul {
        font-size: inherit;
        margin-left: 20px;
        margin-top: 50px;
        min-width: 80%;
        width: auto;
    }

    .search-navbar-ul {
        width: 100%;
    }

        .search-navbar-ul ul {
            font-size: inherit;
            margin-left: 10px;
            min-width: 35%;
            width: auto;
        }

    .search-bar {
        width: 100%;
    }
}
