﻿/*overrides from template (for now, keeping the template as it is*/
.header-inline-logo {
    height: 50px;
    margin-top: -5px;
}

.login-footer {
    margin-top: 130px;
}

.block-title .button-group {
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.avatar {
    max-width: 67px;
    max-height: 67px;
}

.avatarDisplay {
    max-height: 160px;
    max-width: 160px;
    border-radius: 50%;
}

.toaster {
    left: 50%;
    transform: translate(-50%, 0);
}

.rcrop-wrapper img {
    max-width: 100%;
    max-height: 25%;
}

.table thead > tr > th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.avatar-cell {
    text-align: center;
}

.title-icon {
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .break-when-small {
        display: none;
    }
}

.spaced-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group-group .form-group {
    margin-bottom: 12px;
}

.btn-outline {
    border-radius: 6px;
    background-color: white;
    border: 2px solid #394263 !important;
    font-weight: bolder;
    color: #394263 !important;
}

.order-summary table {
    width: 100%;
}

    .order-summary table td {
        text-align: right;
        font-size: 18px;
    }

.order {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .order {
        margin: 53px 0;
    }
}

.order__form {
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .order__form {
        margin-bottom: 30px;
    }
}

.order__items-holder {
    padding: 33px 29px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    margin-bottom: 40px;
}

.order__items-holder__no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
}

@media (min-width: 768px) {
    .order__items-holder {
        margin-bottom: 0;
    }
}

.order__items-holder-sticky {
    position: sticky;
    top: 20px;
}

.order__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

    .order__header p:first-of-type {
        font-weight: 600;
    }

    .order__header span {
        margin: 0 5px;
    }

.order__title {
    margin: 0 0 30px 0;
}

@media (min-width: 768px) {
    .order__title {
        margin: 0 0 67px 0;
    }
}

.order-complete__order-number {
    margin: 0 0 5px;
}

.order-complete__title {
    color: #003E52;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.order-complete__title-bold {
    color: #272727;
    font-weight: 600;
    margin-bottom: 0;
}

.order-complete__order-text {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .order-complete__order-text {
        margin-bottom: 50px;
    }
}

.order-complete__order-details {
    margin-top: 30px;
}

.order-complete__order-section {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .order-complete__order-section {
        margin-bottom: 28px;
    }
}

.order-complete__order-singleton {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0;
}

.order-complete__order-singleton-large {
    font-size: 18px;
    color: #6f6f6f;
    margin: 0;
}

.order-complete__order-actions {
    display: block;
    margin: 30px 0 0;
    padding: 0;
}

    .order-complete__order-actions a.btn {
        width: 100%;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .order-complete__order-actions {
        padding: 0 45px;
    }
}

@media (min-width: 576px) {
    .order-complete__order-actions {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0;
    }

        .order-complete__order-actions a.btn {
            width: 48%;
        }
}

.order__items-company {
    border-bottom: 1px solid #979797;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

    .order__items-company .order-item {
        background-color: #eaf0f3;
        padding: 14px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
        margin: 0 0 15px;
    }

        .order__items-company .order-item:last-child {
            margin-bottom: 0;
        }

    .order__items-company .order-item__image {
        background-color: #fff;
        width: 84px;
        height: 84px;
    }

        .order__items-company .order-item__image img {
            object-fit: cover;
            object-position: center;
        }

    .order__items-company .order-item__details {
        padding-left: 16px;
        max-width: 200px;
    }

    .order__items-company .order-item__details__inline {
        display: flex;
        align-items: center;
    }

        .order__items-company .order-item__details__inline .order-item__qty {
            margin-left: 10px;
        }

    .order__items-company .order-item__title {
        margin: 0 0 6px;
        font-size: 1rem;
    }

    .order__items-company .order-item__price {
        margin: 0;
        font-size: 19px;
        font-weight: 600;
    }

    .order__items-company .order-item__qty {
        margin: 0;
    }

table.order-totals {
    width: 100%;
}

    table.order-totals tr td,
    table.order-totals tr th {
        padding: 5px 0;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    table.order-totals tr td {
        text-align: right;
    }

    table.order-totals tr#theTotal th {
        font-weight: 600;
    }

    table.order-totals tr#theTotal td {
        color: #20D27D;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}
/*-----------------------------------------------*/

.order-complete__title-bold {
    font-size: 14px !important;
    font-weight: bolder !important;
}

.order-item__title {
    font-size: 14px !important;
    font-weight: bolder !important;
}

.order-item__qty {
    font-size: 13px !important;
}

.order__company-name {
    font-size: 15px !important;
    font-weight: bolder !important;
}


.chkAddSelected, .chkRemoveSelected {
    margin-left: 10px !important;
}

#spinneroverlay, .spinneroverlay {
    position: absolute;
    display: none;
    width: 99%;
    height: 80%;
    /*padding-top: 25%;*/
    background-color: rgba(255,255,254,0.2); /* White with opacity to simulate greying out the UI behind */
    z-index: 100;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #20d27d;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 2s linear infinite;
}

#errormessage {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="checkbox"] {
    height: 25px;
    margin-bottom: 10px;
}

.badge-success {
    background: #10DD85;
}

.badge {
    width: 60px;
    padding: 4px;
}

#tblProducts thead .sorting_asc {
    background-image: none;
}

#tblProducts thead th {
    padding-left: 10px;
}

#tblProducts td.reorder {
    max-width: 100px;
}

#edit-image {
    width: 100%;
    display: block;
    max-width: 100%;
}

.edit-logo, .edit-background, .edit-slider {
    width: 500px;
    height: 500px;
    margin-bottom: 20px;
}

.edit-logo__container {
    min-height: 500px;
}

.preview-logo__container {
    display: flex;
    width: 204px;
    height: 191px;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.08);
}

.preview-logo__container__image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

    .preview-logo__container__image img {
        width: 156px;
        height: 110px;
        margin: 16px 24px;
    }

.preview-logo__container__name {
    background: #F7F7F7;
    padding: 16px 8px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Barlow,Helvetica,sans-serif;
    width: 100%;
}

.preview-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
}


.preview-background__container {
    display: block;
    position: relative;
}

    .preview-background__container img {
        width: 100%;
    }

.preview-background__overlay {
    z-index: 999;
    position: relative;
}

#preview-background {
    z-index: 1;
    position: absolute;
    top: 97px;
}

.edit-image__container {
    max-height: 450px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

.edit-image__header {
    display: flex;
    justify-content: space-between;
}

.edit-image__header__buttons {
    display: flex;
    gap: 8px;
    align-content: end;
    align-items: center;
}

    .edit-image__header__buttons button {
        height: 32px;
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.preview-slider__container {
    padding: 3px;
    border: 1px dashed #e2e2e2;
    border-radius: 5px;
    width: 168px;
    height: 168px;
}

.preview-slider__item {
    background: #f9f9f9;
    border-radius: 5px;
    width: 162px;
    height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
}


    .preview-slider__item button {
        background: none;
        border: none;
        color: #999;
    }

        .preview-slider__item button i {
            font-size: 32px;
            margin-bottom: 10px;
        }

    .preview-slider__item img {
        width: 100%;
    }

.preview-slider__item__delete {
    position: absolute;
    color: red;
    top: -20px;
    right: -15px;
}

    .preview-slider__item__delete i {
        color: indianred;
    }

.preview-slider__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}


.preview-slider__item__new, .preview-slider__item__new-video {
    font-size: 10px;
}

.faq__group__title {
    font-size: 18px;
}

.faq__group {
    padding: 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-bottom: 20px;
}


.faq__group__questions {
    margin-left: 20px;
    margin-top: 10px;
}

.faq__group__question {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    margin-right: 10px;
}

.faq__group__questions input {
    margin-top: 20px;
    margin-bottom: 10px;
}

.btnAddFAQ {
    margin-top: 30px;
}


.btn-outline-danger {
    border-color: #d9534f !important;
    color: #d9534f !important;
}


.partner-product-audit__table {
}

    .partner-product-audit__table .badge {
        width: auto;
        min-width: 60px;
        padding: 4px 8px;
    }

    .partner-product-audit__table .faded {
        opacity: 0.5;
    }

    .partner-product-audit__table .badge.badge-success {
        background-color: #28a745
    }

    .partner-product-audit__table .badge.badge-danger {
        background-color: #dc3545;
    }


#modal-partnerproductaudit .modal-body {
    max-height:700px;
    overflow: hidden;
    overflow-y: scroll;

}