
/* Scroll Bar Styling */
.progress-container {
    width: 100%;
    height: 0.14rem;
    background-color: #ccc;
}

.progress-bar {
    height: 0.15rem;
    background-color: darkred!important;
    width: 0%;
}

#scrollToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 2rem;
    padding: .5em;
}

#scrollToTopButton:hover {
    color: deepskyblue!important;
}

/* Index Styling */

.slide-up {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.slide-up.view {
    transform: translateY(0);
    opacity: 1;
}

.slide-side {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 0.75s all ease;
}

.slide-sider {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 0.75s all ease;
}

.slide-side.view, .slide-sider.view {
    transform: translateX(0);
    opacity: 1;
}

.slide-down {
    position: relative;
    transform: translateY(-150px);
    opacity: 0;
    transition: 0.5s all ease;
}

.slide-down.view {
    transform: translateY(0);
    opacity: 1;
}

#index-slide-1 {
    background-image: url("../img/design/hero/repair_slider_template.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

#index-slide-2 {
    background-image: url("../img/design/hero/gift_voucher_slider.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

#index-slide-3 {
    background-image: url("../img/design/hero/order_slider_template.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.index-navigation-carousel {
    width: 85%;
    margin: 0 auto!important;
}


.hero-slider-text-shadow {
    text-shadow: .35rem .35rem .75rem #000000;
}

/*.carousel-item {*/
/*    !*max-height: 480px;*!*/
/*}*/

.bg-gradient-dark {
    background-image: linear-gradient(180deg, #343a40, #212529 100px, #212529);
}

.hero-header-slider-image {
    max-height: 250px;
}

/* Index Styling END */

/* Delivery Styling */
#update-status-edit-delivery-view {
    cursor: pointer;
}

#edit-status-button-delivery-view {
    cursor: pointer;
    color: #0d6efd;
}

#edit-status-button-delivery-view:hover {
    color: #0b5ed7;
}
/* Delivery Styling END */

/* Orders Styling */
#new-order-form-container {
    display: none;
}

#customer_search_results_helper {
    display: none;
    overflow: scroll;
    max-height: 12em;
    background-color: white;
}

.customer-search-helper:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.15);
    font-weight: bold;
}

.orders-quick-edit-update-status:hover {
    cursor: pointer;
}

#new_order_total_shipping_container {
    display: none;
}

#id_edit_order-address-container {
    display: none;
}

.product-btn-cursor {
    cursor: pointer;
}

#order_total_shipping_row, #edit_order_total_shipping_row {
    display: none;
}

#new_order_save_button {
    display: none;
}

.new-customer-address-shipped {
    display: none;
}

#new-customer-container {
    display: none;
}

#add-transaction {
    display: none;
}

/* Orders END */

/* Footer Styling */
#footer-logo {
    filter: saturate(0) invert(1);
    width: 45%;
}

/* Repair START  */

.table-highlight-hover:hover, .table-highlight-hover:hover > td > a.dashboard-link {
    background-color: rgba(255,255,255,0.25)!important;
    color: black!important;
}

.edit-details {
    display: flex;
}


#return-dashboard-nav {
    display: none;
}

.dropdown:hover .dropdown-menu-end {
    display: block;
    right: 0;
    left: auto;
}

.dashboard-link {
    text-decoration: none;
}

#login-button-enter {
    display: none;
}

#update-status-container {
    display: none;
}

#parts-list-table td {
    padding: 1em;
    font-size: 1rem;
}

.mobile-br {
    display: none;
}

#update-repair-add-part td {
    display: table-cell;
}

#update-repair-add-part {
    table-layout: fixed;
    width: 95vw;
}

#edit-details-field {
    display: none;
}

.customer-repair-modal {
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%);
}

.repair-docket-num {
    font-size: 3rem;
}

.repair-date {
    font-size: 1.25rem;
    font-style: italic;
}

#app-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-bottom: 2em;
}


#static-content-container {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#slider-header-container {
    width: 100%;
}

.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    backface-visibility: hidden;
    text-decoration: none;
    color: #212529;
}

.icon-link:hover {
    font-weight: bold;
    text-decoration-line: underline;
}

.hidden-field {
    display: none;
}

#repair-print {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#repair-print:hover {
    color: darkred;
}

/* View All Repairs - Styling */
a.view-all-repairs-edit {
    text-decoration: none;
    color: #0d6efd;
}

a.view-all-repairs-edit:hover {
    color: black;
}

a.view-history {
    text-decoration: none;
    color: black;
}

a.view-history:hover {
    color: #0d6efd;
}

.mobile-hide {
    display: block;
}

.mobile-table-display {
    font-size: 1em;
}

.pricelist-table {
    width: 0.1%;
    white-space: nowrap;
}


/*@media print {*/
/*    body {transform: scale(.5);}*/
/*}*/

/* Repair END */

/* Voucher START */
#create-voucher-container {
    background-image: url('../img/gift-voucher-bg.jpg');
    background-size: cover;
}

.voucher-header {
    background-color: rgba(255,255,255, 0.2);
}

#id_amount, #id_purchase_location, #id_order_num {
    width: 100%;
}

.text-shadow {
    text-shadow: .1em .1em rgba(0,0,0,.65);
}

.pricelist-item:hover {
    background-color: rgba(251,92,174,0.15)!important;
    font-weight: bold;
}

/* Orders Styling */

.rounded-container {
    border-radius: 0.75rem;
    padding: 1em;
}

#returning-customer-container {
    display: none;
}

/* Mobile Styling */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .mobile-table-display {
        font-size: 0.7em;
    }
}


@media only screen and (max-width: 1023px) {
    /*    Repair Start */
    #update-repair-add-part td > input {
            table-layout: fixed;
            width: 10vw;
}

    #update-repair-add-part {
            table-layout: fixed;
            width: 90vw;
}
/*    Reapir End*/

}

@media only screen and (max-width: 767px) {
    /* Repair Start */
    #update-repair-add-part td {
        display: table-row;
}
    #update-repair-add-part td > input {
    table-layout: fixed;
    width: 70vw;
}
    .mobile-br {
        display: block;
    }
    #parts-list-table td {
        padding: 1em;
        font-size: .8rem;
    }

    #user-login {
        width: 100vw!important;
        height: auto;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-table-display {
        font-size: 0.65em;
    }
/*    Repair END     */
/*    Voucher START*/
    #create-voucher-container > div.row {
        display: block;
        background-color: rgba(0,0,0,0.5);

    }

/*    Pricelist */
    #product-search-container, #product-search-container > div.p-5 {
    padding: 0!important;
}

}

/* Mobile END */