:root {
    --loc-price-blue: #1D67CD;
    --loc-price-orange: #FF8F4B;
}

html {
    width: 100%;
    height: 100%;
}

@media print {
    .form-floating > .form-control, .form-floating > .form-select {
        font-size: 14px;
    }
}

.btn-primary-loc-price {
    background-color: var(--loc-price-blue);
    color: white;
}

    .btn-primary-loc-price:hover {
        background-color: var(--loc-price-orange);
        color: white;
    }

a.btn > i.fa, a.btn > i.fa-solid, button > i.fa-solid {
    color: white;
}

    a.btn > i.fa:hover, a.btn > i.fa-solid:hover, button > i.fa-solid:hover {
        color: white;
    }

.nav-link {
    padding: 0.5rem;
}

nav i, .fa-bars-staggered, td > a i {
    color: var(--loc-price-blue) !important;
}

    nav i:hover, .fa-bars-staggered:hover, td > a i:hover {
        color: var(--loc-price-blue) !important;
    }

body {
    background: #eee;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#side_nav {
    background: var(--loc-price-orange);
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
}

#menu-content {
    height: 80vh;
    overflow-y: auto;
}

.content {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.content-body {
    position: absolute;
    width: 100%;
    top: 3em;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

hr.h-color {
    background: #eee;
}

.sidebar li a, .sidebar li i {
    color: #fff;
}

    .sidebar li a:hover, .sidebar li i:hover {
        color: var(--loc-price-blue)
    }

@media(max-width: 767px) {
    #side_nav {
        margin-left: -250px;
        position: absolute;
        min-height: 100vh;
        z-index: 10;
    }

        #side_nav.active {
            margin-left: 0;
        }
}

.content, #side_nav {
    border: solid;
    border-color: var(--loc-price-orange);
}

#side_menu_header {
    background: var(--loc-price-orange);
}

hr ~ ul > li > a span {
    font-size: 15px;
}

.bg-green {
    background: var(--loc-price-orange)
}

.icon-padding {
    padding: 30px;
}

.grid-cards {
    position: relative;
    padding: 1rem;
    margin: 1rem -0.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .grid-cards {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

@media screen and (max-width: 1199px) {
    html {
        font-size: small !important;
    }

    .panel-materials {
        max-height: 360px !important;
    }

    #navbarEnd {
        width: auto !important;
    }
}

@media screen and (min-height: 800px) {
    .panel-materials {
        max-height: 380px !important;
    }
}

.card, .card-footer {
    border-color: var(--loc-price-blue);
}

    .card-footer a, .grid-cards {
        color: var(--loc-price-blue);
    }

.img-card {
    max-width: 250px;
    width: 100%;
}

.table-scrollable {
    overflow-x: auto;
    box-shadow: inset 0 0 5px rgba(150, 150,150,0.35);
    margin: auto;
}

.panel-materials {
    max-height: 380px;
    overflow-x: hidden !important;
    overflow-y: auto;
}

.row {
    --bs-gutter-x: 0.5rem;
}

table.sortable thead {
    cursor: pointer;
}

.input-group > .form-floating {
    flex: 1 1 auto;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--loc-price-orange);
}

.input-validation-error {
    border-color: red;
}
