﻿body {
    background-color: #fffbf3;
}
p {
    margin-bottom: 0.3rem;
    font-size:18px;
}
i {
    color:black;
}

footer i {
    color:white;
}

.mb-4-5 {
    margin-bottom: 2rem;
}

.navbar-vertical-lg {
    position: absolute;
    left: 0;
    display: flow;
}
.navbar-vertical-lg .navbar-nav {
    flex-direction: column;
}
.nav-header {
    font-weight: bold;
}
.nav-item {
    cursor: pointer;
}
.nav-item.nav-spacer {
    margin-top:15px;
}
.nav-item .nav-link.nav-active {
    font-weight:bold;
}

/* system templates */
.title {
    margin-top: 20px;
    font-family: monospace;
    color: #0f192b;
    font-size: 33px;
    line-height: 125%;
    letter-spacing: 2px;
    font-weight: normal;
}
h2 {
    margin-top: 10px;
    font-family: monospace;
    color: #0f192b;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 2px;
    font-weight: normal;
}
h4 {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-secondary-2 {
    color: #d36446;
}

/* inside pages */
.header {
    width:100%;
    height:auto;
}
.header_logo {
    float:left;
    width: 200px;
}
.header_nav {
    float: left;
    width: calc(100% - 200px);
}
.header i {
    color: #ffffff;
}
.logo {
    width: 95%;
}

.home_background img {
    width: 100%;
}

.navbar div:last-child {
    border-bottom: none;
}
.nav-item i {
    padding:5px;
}
.nav-item span {
    color: #ffffff;
}
.nav-link:hover {
    font-weight:bold;
}

.btn-nav {
    position: relative;
    padding: 5px 5px 0px 15px;
    text-align: left;
    border: 0;
    border-radius: 0;
    height: 35px;
    font-size: 0.9em;
    line-height: 1;
}
.btn-subnav {
    padding: 5px 5px 6px 25px;
    text-align: left;
    border: 0;
    border-radius: 0;
    height: 32px;
    font-family: Arial;
    font-size: 0.7em;
}

.menu_col {
    padding: 0 !important;
}
.menu_group {
    display: block;
    width: 100%;
    max-height: 36px;
    overflow: hidden;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: max-height 1s ease;
}
.menu_group.separator {
    border-bottom: thin solid silver !important;
}
.menu_group.active {
    overflow:hidden;
    display:block;
    max-height: 300px;
    transition: max-height 1s ease;
}
.menu_group .btn {
    text-align:left;
}
.menu_group .btn-nav i {
    position: absolute;
    right: 0.5rem;
    opacity: 1;
    color: inherit;
}
.menu_group .btn.active {
    background-color: #e1e1e1;
}

.main_body {
    width: 100%;
    padding:10px;
}

.main_body .left_nav {

}
.main_body .inner_body {

}

.message_api:empty {
    display: none;
}

.product_nav {
    display:block;
    width: 230px;
    max-height: 36px;
    overflow: hidden;
}
.product_nav.active {
    overflow:hidden;
    display:block;
    max-height: 3000px;
    transition: max-height 2s ease;
}


.signin_body {
    margin: auto;
    max-width: 500px;
}

.password_require.ok, .password_require.ok i, .password_match.ok, .password_match.ok i {
    color: green;
}
.password_require, .password_require i, .password_match, .password_match i {
    color: red;
}

button:disabled span {
    display:none;
}
button i {
    color:white;
    opacity: 0;
}
button:disabled i {
    opacity:1;
}

.progress {
    position: relative;
    overflow: visible;
    margin-top: 44px;
    margin-bottom: 10px;
    background-color: silver;
}
.progress-bar {
    border: 2px solid #009900;
    background-color: #1cbf6f;
}
.progress-milestone {
    border: 2px solid silver;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: -5px;
}
.progress-milestone i {
    display:none;
    color:white;
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 3px;
    padding:0;
    width: 18px;
    height:18px;
}
.progress-milestone.active {
    background-color: #FFFFFF;
    border-color: #666667;
}
.progress-milestone.complete {
    background-color: #1cbf6f;
    border-color: #009900;
}
.progress-milestone.loading .fa-spinner {
    display:block;
}
.progress-milestone.complete .fa-check {
    display:block;
    top: 4px;
    left: 4px;
}
.progress-milestone.active i {
    color:black;
}
.progress-milestone span {
    position: absolute;
    top: -29px;
    left: -10px;
    width: 60px;
    font-weight: bold;
    font-size: 1.1rem;
    color: silver;
}
.progress-milestone.active span {
    color: black;
}
.progress-milestone.complete span {
    color: #009900;
}


input:focus {
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 10px red;
}


.home .carousel-item {
    max-width: 90%;
    max-height: 450px;
    left:5%;
}
.home .carousel-item img {
    max-height: 600px;
}


/*  checkout */
.section_box {
    border: thin solid silver;
    background-color: white;
    border-radius: 10px;
}
.checkout_box .button.loading span {
    display: none;
}
.checkout_box .button i {
    display: none;
}
.checkout_box .button.loading i {
    display: block;
}

.checkout .accordion .accordion-header {
    --mdb-accordion-btn-padding-y: 0.5rem;
}
.checkout .accordion-button i {
    display:none;
}
.checkout .accordion-button i.waiting {
    display: block;
}
.checkout .accordion-body .content {
    max-width: 750px;
}
.checkout .accordion-body .content button i {
    width:0;
}
.checkout .accordion-body .content button i.visible {
    width:auto;
}
.checkout .accordion-button {
    background-color: #e2eaf7;
    margin-bottom: 2px;
}
.checkout .accordion-button:disabled {
    background-color: #e2eaf7;
    color: silver;
}

.account_box button {
    max-width:200px;
}
.account_box .form-select {
    padding: .2rem 2.25rem .2rem .75rem;
}
.account_box .fa-search:hover {
    cursor:pointer;
}


.order_modal .card-text {
    font-size: 16px;
}


.status_button.border-r {
    border-right: thin solid silver !important;
}

.status_menu {
    border: thin solid silver;
}