﻿/*Admin Login page*/
.logo {
    width: 100%;
}

.errspan {
    float: right;
    position: relative;
    bottom: 26px;
    right: 20px;
}
/*Admin Login page End*/

/*Pagination style*/
.pagination .page-item .page-link {
    color: black;
}

.pagination .page-item .active {
    background-color: black;
    color: white;
}

span.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.pagination .page-item .isActive {
    background-color: black;
    color: white !important;
}

/*Common style*/
.black_button {
    background-color: black !important;
    border-color: black !important;
}

.lightgreen_button {
    background-color: #9fcc3b !important;
    border-color: #9fcc3b !important;
}

.input-validation-error {
    border-color: red;
}

.textbox-position {
    position: relative;
}

.spanlink {
    cursor: pointer;
}

.fasIcon {
    cursor: pointer;
    color: black;
}

.fasSpace {
    padding-right: 10px;
}

.card-gray .nav-item .nav-link {
    color: black !important;
}

    .card-gray .nav-item .nav-link.active {
        font-weight: bold !important;
    }

.stripeInput {
    padding: 10px;
    border: 1px solid #ccc;
}

/* JQuery dialog box */
.ui-widget {
    font-family: calibri !important;
    font-weight: bold;
}

.ui-dialog .ui-dialog-title {
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btnYes {
    background: #343a40;
    color: white;
}

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 7.5pt;
}

.ui-dialog .ui-dialog-titlebar {
    margin-left: -4px;
    margin-right: -4px;
    border-top-left-radius: 6pt;
    border-top-right-radius: 6pt;
    margin-top: -3px;
    background-color: #212529;
    overflow: hidden;
}

.ui-widget.ui-widget-content {
    border-radius: 3.25pt;
    border-bottom-left-radius: 5pt;
    border-bottom-right-radius: 5pt;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btnNo {
        float: right !important;
    }

/*Common Style*/
.customBorder {
    border-left: 1px solid #c1c1c1;
    padding-left: 20px;
}

.customInvoicesPaymentsDiv .card-header {
    cursor: pointer;
}

.customInvoicesPaymentsDiv .customBorderFull {
    border: 1px solid black;
}

    .customInvoicesPaymentsDiv .customBorderFull tr {
        border: 1px solid black;
    }

    .customInvoicesPaymentsDiv .customBorderFull th {
        border-right: 1px solid black;
    }

    .customInvoicesPaymentsDiv .customBorderFull td {
        border-right: 1px solid black;
    }

.taxBreakup {
    background-color: whitesmoke !important;
    margin-bottom: 0px !important;
}

    .taxBreakup > tbody > tr > td:first-child {
        width: 50% !important;
        padding-left: 10px !important;
    }

    .taxBreakup > tbody > tr > th:first-child {
        width: 50% !important;
        padding-left: 10px !important;
    }

    .taxBreakup > tbody > tr > td:last-child {
        padding-right: 10px !important;
    }

    .taxBreakup > tbody > tr > th:last-child {
        padding-right: 10px !important;
    }

.customBorderBottom {
    border-bottom: 1px solid lightgray;
}

.customOrderQty {
    padding-left: 25px !important;
}

.input-Quantity {
    text-align: left !important;
}

.weeklySubscriptionTable td {
    border-bottom: solid 1px #ccc !important;
}

/*search button css*/

.search-button {
    width: 50%;
    border-radius: 3px
}

.search_box {
    height: 42px !important;
    font-size: 16px !important;
    border: 0;
    background-color: #d3d3d3 !important;
    color: #1c1c1c !important;
}

    .search_box:focus {
        box-shadow: none !important;
    }

.fa_btn {
    height: 42px;
    line-height: 42px;
    padding: 0;
    width: 42px;
    font-size: 18px !important;
    background-color: #d3d3d3 !important;
    color: #1c1c1c !important;
    border: 0;
}

/*upload file css*/

.upload .files {
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

.balanceRefund .modal-header, .modal-addNewCustomerCoupon .modal-header {
    background-color: black
}

.balanceRefund .modal-title, .modal-addNewCustomerCoupon .modal-title {
    color: white;
}

.balanceRefund .close, .modal-addNewCustomerCoupon .close {
    color: white;
}

.img_layer {
    width: 100px;
    margin-bottom: 0;
    line-height: 100px;
    text-align: center;
}

.browse_btn {
    color: #495057;
    background-color: #e9ecef;
    border-radius: 0;
    border-color: #ced4da;
}

.form-group .select2-selection__choice {
    background-color: #000 !important;
    border-color: #000 !important;
}

.select2-results__option--highlighted {
    background-color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #000 !important;
}

/*add/edit product page style start*/

.more-buttons {
    float: left;
    max-width: 140px;
    width: 100%;
}

    .more-buttons label {
        display: block;
    }

    .more-buttons .bootstrap-switch-handle-on,
    .more-buttons .bootstrap-switch-handle-off {
        position: relative;
    }

        .more-buttons .bootstrap-switch-handle-on:before,
        .more-buttons .bootstrap-switch-handle-off:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            font-size: 16px;
            color: #fff;
            text-transform: capitalize;
            font-weight: 500;
            text-align: center;
            line-height: 27px;
            background-color: #007bff;
        }

        .more-buttons .bootstrap-switch-handle-on:before {
            content: "Yes";
        }

        .more-buttons .bootstrap-switch-handle-off:before {
            content: "No";
            background-color: #e9ecef;
            color: #1f2d3d;
        }

.product-price-added .form-row label {
    width: 100%;
}

.add-product-page .table-responsive {
    width: 100%;
    margin-top: 40px;
}

    .add-product-page .table-responsive table tr:first-child {
        border-bottom: 2px solid #c1c1c1;
    }

    .add-product-page .table-responsive table tr td a {
        color: #1c1c1c;
        border: 0;
    }

/*add/edit product page style end*/

/*Chrome, Safari, Edge, Opera*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Firefox*/
input[type=number] {
    -moz-appearance: textfield;
}

/*delivery page style start*/

.productListTable td {
    border-bottom: solid 1px #ccc !important;
}

.delivery-page form.form-inline .form-group {
    padding-bottom: 30px;
}

    .delivery-page form.form-inline .form-group span.text-danger.field-validation-error {
        position: absolute;
        bottom: 0;
    }

    .delivery-page form.form-inline .form-group input.input-validation-error {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

.generatedDeliveryListContentDiv .table.th-bg thead tr th {
    background-color: #eeeeee;
}

.generatedDeliveryListContentDiv .table.top-border tr th {
    border-top-width: 1px !important;
}

#divHubDeliveryList .collapsed-card {
    background-color: #eeeeee;    
}

/*Dispatch - 84259B
Pick Complete - 28A745
Adjustment - FC9536
Picking - 48BAFB*/


#divHubDeliveryList td.HubDriverPickStatus.Picking {
    background-color: #48BAFB;
    color: white;
}

#divHubDeliveryList td.HubDriverPickStatus.PickComplete {
    background-color: #28A745;
    color: white;
}

#divHubDeliveryList td.HubDriverPickStatus.Adjust {
    background-color: #FC9536;
    color: white;
}

#divHubDeliveryList td.HubDriverPickStatus.Dispatched {
    background-color: #84259B;
    color: white;
}

.delivery-page a.print {
    width: 38px;
    height: 38px;
    border: 2px solid #1c1c1c;
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
    color: #1c1c1c;
    margin-left: 15px;
}

/*delivery page style end*/

/*coupon form inline list style start*/

.couponformDiv {
    padding-bottom: 10px;
}

    .couponformDiv span.field-validation-error {
        position: absolute;
        top: 70px;
        left: 12px;
        line-height: 1;
    }

/*coupon form inline list style end*/

.dlt_icon {
    font-size: 18px;
    position: relative;
    top: 15px;
    left: 5px;
}

.fasSave_icon {
    font-size: 18px;
    position: relative;
    left: 10px;
}

.customDateSelection::-webkit-inner-spin-button,
.customDateSelection::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

    a.disabled .fasIcon {
        color: gray;
    }

.pausedanger {
    color: #dc3545 !important;
    font-weight: 600 !important;
}

.pauseprimary {
    color: #007bff !important;
    font-weight: 600 !important;
}

.textarea {
    width: 100%;
    height: 300px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.googlemap_position {
    width: 100% !important;
    height: 400px !important;
    float: left !important;
}

.divDisable {
    pointer-events: none;
    opacity: 0.7;
}

.custom-duallistbox-container .duallistbox-filter {
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

.custom-duallistbox-container select {
    width: 100%;
    height: 200px;
    padding: 0;
}

.tableDateWidth {
    width: 130px !important;
}

.w-35 {
    width: 35% !important;
}

.tableActionWidth {
    width: 130px !important;
}

.line_break {
    display: block;
}

.tableth100 {
    width: 100px !important;
}

.tableth50 {
    width: 50px !important;
}

.customerOrderDeliveryListDiv .card .card-header, .customerIssueListDiv .card .card-header {
    cursor: pointer;
}

.customer_unlockPhoneNumberDiv {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.customer_lockPhoneNumberIcon {
    break-after: left;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    margin-left: 12px;
    cursor: pointer;
}

.customer_unlockPhoneNumberIcon {
    break-after: left;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
}

.customer_updatePhoneNumberDiv {
    display: none;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.daysList .form-check-label {
    opacity: 1 !important;
    color: var(--gray-dark) !important;
}

.productBadgeDiv {
    margin-left: 5px;
}

    .productBadgeDiv > div {
        margin-right: 15px;
    }

    .productBadgeDiv label.form-check-label {
        zoom: 1.1 !important;
    }

.productItemList .card .card-header {
    cursor: pointer;
}

.claim_list {
    display: flex;
}

.claim_list_div {
    flex: 4;
}

.claim_issue_title {
    font-size: 1.4em;
}

.claim_issue_body {
    font-size: 1.2em;
}

.claim_issue_right_arrow {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.claim_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.viewDriverResponse {
    cursor: pointer;
}

/*bs stepper custom design start*/

.active .bs-stepper-circle {
    background-color: #6c757d;
}

.bs-stepper-header .active .bs-stepper-circle {
    background-color: #007bff;
}

.bs-stepper-header .active .bs-stepper-label {
    font-weight: bold;
    color: black;
}

/*bs stepper custom design end*/
.daySeprater:not(:last-child):after {
    content: ' |';
}

/*Admin checkout page custom css start*/

.basketSummaryBackground {
    background: lightgray;
}

.leadTitle {
    text-align: center !important;
    padding-top: 10px !important;
}

.custom-radio .custom-control-label {
    cursor: pointer !important;
}
/*Admin checkout page custom css end*/

/*Activity Category Filter style Start*/
.filter-btn.selectedCategory {
    background-color: #007bff !important;
}

.filter-by-spanClass {
    margin-right: 10px !important;
    margin-top: 5px !important;
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 4rem;
    margin-right: .5rem;
    margin-top: -10px;
    max-height: 40px;
    width: auto;
    padding-top: 6px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image {
    margin-right: .5rem;
    margin-left: 4rem !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image {
    margin-left: 0px !important;
    margin-right: .2rem !important;
}
/*Activity Category Filter style End*/
/*Media query css for different view*/
@media (min-width: 1281px) {
    .search-button {
        width: 25%;
        border-radius: 3px;
    }

    .search_common .search-button {
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .search-button {
        width: 20%;
        border-radius: 3px;
    }

    .search_common .search-button {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .search-button {
        width: 25%;
        border-radius: 3px;
    }

    .search_common .search-button {
        float: left;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .search-button {
        width: 50%;
        border-radius: 3px;
    }

    .search_common .search-button {
        float: left;
    }
}

/*Hub product sort order*/
#sortable {
    border: 1px solid black;
    border-radius: 10px;
    list-style: none;
    padding: 0px;
    height: 450px;
    overflow-y: scroll
}

    #sortable li {
        padding: 5px 30px;
        text-align: left;
        cursor: pointer;
    }

        #sortable li:hover {
            background-color: gray;
        }

        #sortable li.selected {
            background-color: gray;
        }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

/**Driver DeliverPickList**/

#divDriverDeliverySummaryScreen #spanSynchronising span {
    background: #D1ECF1;
    border: 1px solid #17A2B8;
    box-sizing: border-box;
    border-radius: 50px;
    margin-left: 30px;
}

#divDriverDeliverySummaryScreen #divOfflineMessage span {
    background: #FCDDD6;
    border: 1px solid #F15632;
    box-sizing: border-box;
    border-radius: 50px;
}

#divDriverDeliverySummaryScreen #divOfflineMessage #btnSyncNow {
    color: #17A2B8;
    margin-left: 30px;
}

/** Driver Deliver New Pick List Ccreen **/

.second {
    background: #ceebeb45
}

.left-button {
    cursor: pointer;
}

    .left-button .fa-chevron-circle-left {
        font-size: 44px;
        color: #A0CDDC;
    }

.inner-sub, .sub-text {
    font-weight: bold;
}

.vr-line {
    height: 18px;
    border-left: 1px solid #DEE2E6;
}

.hr-line {
    border-top: 1px solid #DEE2E6;
}

.third-row {
    background: white;
    /*box-shadow: 1px 17px 10px 19px #2828d90d;*/
    border-radius: 10px;
    padding-bottom: 30px;
}

.third-main {
    display: flex;
    position: relative;
    background: #F4F6F9;
    box-shadow: 0px 8px 16px #00000029;
    border: 1px solid #365369;
    margin-top: 20px;
    border-radius: 10px;
}

    .third-main .pickchecker-product {
        font-weight: bold;
        font-size: 1.1rem;
    }

    .third-main .pickchecker-quantity {
        font-weight: bold;
        font-size: 1.1rem;
        color: #F38927;
    }

        .third-main .pickchecker-quantity .strike {
            text-decoration: line-through;
        }

        .third-main .pickchecker-quantity .existing-quantity {
            color: #4f6d96;
        }

        .third-main .pickchecker-quantity .addremove-quantity {
            color: #d75757;
        }

.trns-btn {
    width: 50%;
    padding: 12px;
    font-weight: bold;
    background: #a0cddc;
    color: #000;
    border-radius: 16px;
    border: none;
    outline: none !important;
}

    .trns-btn:hover {
        background: #96bdca;
    }

.btn-done {
    padding: 12px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
}

.product-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .product-inner h3 {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .product-inner .btn:disabled {
        background: #d7e8ef;
    }

.decrement {
    color: white;
    border: 1px solid #aed6f1;
    width: 45px;
    height: 45px;
    padding: 10px 5px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
    background: #A0CDDC;
}

    .decrement .fa {
        color: gray;
    }

.counting {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #556F80;
    border-radius: 5px;
    opacity: 1;
    width: 7ch;
    height: 45px;
    margin-left: 5px;
    font-size: 1rem;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.increment {
    color: white;
    border: 1px solid #aed6f1;
    width: 45px;
    height: 45px;
    padding: 10px 5px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
    background: #A0CDDC;
    margin-left: 5px;
}

    .increment .fa {
        color: gray;
    }

.complete-btn {
    margin-left: 10px;
    background: #767171;
    color: white;
    border: 1px solid #a6a3a3;
    float: right;
    font-size: 16px;
    border-radius: 15px;
    padding: 10px 50px;
    font-weight: bold;
}

.inner-product {
    min-width: 20%;
}

    .inner-product * {
        /*min-width: 85px;*/
        min-width: 50px;
        text-align: center;
    }

    .inner-product .fa {
        opacity: 0;
    }

.list-products .products {
    border: 1px solid #DEE2E6;
    margin: 12px 2px 0 2px;
    border-radius: 8px;
    cursor: pointer
}

    .list-products .products.product-clicked {
        border: 1px solid #365369;
        box-shadow: 0px 8px 16px #00000029;
        background: #F4F6F9;
    }

    .list-products .products.pick-completed {
        background: #28A745;
        color: #fff !important;
    }

        .list-products .products.pick-completed .inner-product .fa {
            opacity: 1;
        }

    .list-products .products.product-clicked.product-name {
        font-weight: 700;
    }

#divDriverPickListSummaryScreen #spanPickSynchronising .fa-spinner {
    width: 100%;
    text-align: center;
}

#divDriverPickListSummaryScreen #spanPickSynchronising {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-UnDone {
    background: #365369 0% 0% no-repeat padding-box;
    opacity: 1;
    display: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
}

.product-container .products {
    max-width: max-content;
}

.product-action p {
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0E0E0E;
    opacity: 1;
    padding-top: 2px;
    margin-bottom: 2px;
}

#formPricing input.IsAvailable,
#formStockLimits input.LimitStock,
#formStockLimits input.HideByDefault,
#formLimitedEdition input.LimitedEdition {
    height: 18px;
    margin: 3px auto;
}

.cancelled-subscription-item {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-checkbox.include-cancelled input,
.custom-checkbox.include-cancelled label {
    cursor: pointer;
}

@media (max-width: 992px) {
    .product-container .products {
        max-width: 100% !important;
        flex: 1 1 50%;
    }

    .delivery-container {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .inner-product {
        min-width: auto !important;
    }

    .pick-btns .last-btns {
        width: 100%;
    }

    /*.inner-product * {
        min-width: 50px;
    }

    .list-products .unavailable {
        max-width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
}

@media (max-width: 425px) {
    .driver-status {
        flex-direction: column !important;
        align-items: flex-end !important;
    }

        .driver-status div:first-child .vr-line {
            display: none;
        }
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.text-responsive .biggerText{
    font-size: calc(100% + 1.5vw + 1.5vh);
}

@media print {
    .text-responsive {
        font-size: calc(100% + 3.25vw + 3vh);
    }

        .text-responsive .biggerText {
            font-size: calc(100% + 4.25vw + 4vh);
        }    
}
