﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");

body {
    font-family: Roboto !important;
}

.deliveryIcon {
    background-color: #4e73df !important
}

.collectIcon {
    background-color: #1cc88a !important
}

.input-group-text {
    font-size: 14px !important;
}

.product-image {
    width: 100px;
    height: 100px;
}

.btn {
    min-width: 100px !important;
}

.validation-message {
    color: red;
    font-size: 13px;
}

.product-image-thumbnail {
    width: 50px;
    height: 50px;
}

.p-20 {
    padding: 20px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.pull-right {
    float: right !important;
}

.status-label {
    color: #858796;
    font-weight: 700;
}

.status-label-fulfilled {
    color: #28a745;
    font-weight: 700;
}

.status-label-unfulfilled {
    color: #e74a3b;
    font-weight: 700;
}

.label-blue-18 {
    font-size: 18px !important;
    font-weight: 800;
    color: #69BDD9;
}

.form-control {
    font-size: 14px !important;
}

.form-control-label {
    font-weight: 800;
    /*text-transform: uppercase;*/
    color: #6CBCD8 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
}

.form-control-label-readonly {
    font-size: 14px !important;
    font-weight: 800;
}


.form-control-label-total {
    font-size: 1.0rem;
    font-weight: 400;
}

.form-control-label-total-heading {
    font-size: 1.0rem;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding-right: 10px;
}

.form-control-lable-large-success {
    color: #28a745
}

.e-label {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.e-input-group e-control-wrapper e-float-input e-valid-input {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.e-control {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.form-control-select {
    padding: 6px;
    width: 100%;
    border-width: 0;
    background-color: #f8f9fc !important;
    color: #6e707e;
}


element.style {
    background-color: #f6c23e;
    color: white;
}

.modal-header {
    background-color: #ffffff !important;
    color: #033076 !important;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.color-white {
    color: #ffffff !important;
}

.color-gray-blue {
    color: #F8F8FB !important;
}

@media (min-width: 320px) {
    .promoLogo1 {
        display: none !important;
    }

    .promoLogo2 {
        display: inline !important;
    }
}

@media (min-width: 768px) {
    .promoLogo1 {
        display: inline !important;
    }

    .promoLogo2 {
        display: none !important;
    }
}

.bg-gradient-primary {
    background: #033076 !important;
}

#wrapper #content-wrapper {
    background: #F8F8FB !important;
    width: 100%;
    overflow-x: hidden;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e3e6f0;
}

.card-header-text-primary {
    color: #6CBCD8 !important;
    font-size: 15px !important;
}

.bg-light-gray {
    background-color: #F8F8FB !important;
}

.e-float-input input, .e-float-input.e-control-wrapper input {
    color: #828B98 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
}

    .e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly], .e-float-input input[readonly], .e-float-input.e-control-wrapper input[readonly], .e-float-input textarea[readonly], .e-float-input.e-control-wrapper textarea[readonly] {
        color: #828B98 !important;
        font-size: 15px !important;
        font-family: Roboto !important;
    }

.e-chipcontent {
    color: #828B98 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
}

.e-grid .e-gridheader {
    color: #6CBCD8 !important;
    font-size: 15px !important;
    font-weight: 800;
    font-family: Roboto !important;
}

.e-grid .e-rowcell:not(.e-editedbatchcell) {
    color: #828B98 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
}

@media (min-width: 320px) {
    .modal-dialog-scrollable .modal-body {
        overflow-y: initial !important;
    }

    .modal-content {
        height: auto !important;
        overflow-y: auto !important;
        z-index: 1000 !important;
    }
}

/*Custom modal styles*/
.modal-open-custom {
    overflow: hidden;
}

    .modal-open-custom .modal-custom {
        overflow-x: hidden;
        overflow-y: initial !important
    }

.modal-custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog-custom {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-custom .fade .modal-dialog-custom {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal-custom .fade .modal-dialog-custom {
        transition: none;
    }
}

.modal-custom .show .modal-dialog-custom {
    transform: none;
}

.modal-custom .modal-static-custom .modal-dialog-custom {
    transform: scale(1.02);
}

.modal-dialog-scrollable-custom {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable-custom .modal-content-custom {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable-custom .modal-header-custom,
    .modal-dialog-scrollable-custom .modal-footer-custom {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable-custom .modal-body-custom {
        overflow-y: initial !important
    }

.modal-dialog-centered-custom {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered-custom::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered-custom .modal-dialog-scrollable-custom {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered-custom .modal-dialog-scrollable-custom .modal-content-custom {
            max-height: none;
        }

        .modal-dialog-centered-custom .modal-dialog-scrollable-custom::before {
            content: none;
        }

.modal-content-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 80vh !important;
    overflow-y: auto !important;
}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop-custom.fade {
        opacity: 0;
    }

    .modal-backdrop-custom.show {
        opacity: 0.5;
    }

.modal-header-custom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header-custom .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title-custom {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body-custom {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    margin-left: 27px !important;
}

    .modal-footer-custom > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure-custom {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 320px) {
    .modal-dialog-custom {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable-custom {
        max-height: calc(100vh - 3.5rem);
    }

        .modal-dialog-scrollable-custom .modal-content-custom {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered-custom {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered-custom::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal-sm-custom {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg-custom,
    .modal-xl-custom {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl-custom {
        max-width: 1140px;
    }
}

.bg-light-green {
    background-color: lightgreen !important;
}

@font-face {
    font-family: 'button-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-btn-sb-icons {
    font-family: 'button-icons';
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-add-icon::before {
    content: '\e70a';
}

.e-info {
    background-color: #69BDD9 !important;
    border-color: #69BDD9 !important;
    color: #fff !important;
}

.e-trash::before {
    content: "\e773";
    font-size: 24px;
    color: #69BDD9;
}

.e-btn.e-info:disabled, .e-css.e-btn.e-info:disabled {
    cursor: not-allowed;
}

.text-multiline textarea {
    height: 110px !important;
}

.sidebar .nav-item .nav-link {
    display: inline-flex !important;
    width: 100%;
    text-align: left;
    width: 14rem;
}

.sidebar hr.sidebar-divider {
    margin: 0 !important;
}

.nav-item[b-g1yhpl2uin] {
    padding-bottom: 0.3rem !important;
}

.table-header {
    color: #69BDD9;
    font-size: 14px;
    font-weight: 600;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #6CBCD8 !important;
    color: #fff !important;
    opacity: 1;
}

a.e-link.e-numericitem.e-spacing.e-currentitem.e-active {
    background: #6CBCD8 !important;
    color: #fff !important;
    opacity: 1;
}

.e-pager .e-numericitem {
    background: #fff;
    border-right-color: #ddd;
    color: #6CBCD8 !important;
}

.e-pager div.e-icons {
    color: #6CBCD8 !important;
}

span.e-icons.e-frame.e-check {
    background-color: #6CBCD8 !important;
    border-color: #6CBCD8 !important;
    color: #fff;
}

.e-checkbox-wrapper .e-label {
    font-weight: 800 !important;
    color: #6CBCD8 !important;
    font-size: 15px !important;
    font-family: Roboto !important;
}

.errorMessage {
    margin-top: 10px;
    color: red;
}



.collapse-btn {
    background: #033076 !important;
    border-color: #033076 !important;
    min-width: unset !important
}

    .collapse-btn.focus, .collapse-btn:focus {
        outline: 0;
        box-shadow: unset !important;
    }


    .collapse-btn i {
        color: white !important;
    }

.e-input[disabled], .e-input-group .e-input[disabled], .e-input-group.e-control-wrapper .e-input[disabled], .e-input-group.e-disabled, .e-input-group.e-control-wrapper.e-disabled, .e-float-input input[disabled], .e-float-input.e-control-wrapper input[disabled], .e-float-input textarea[disabled], .e-float-input.e-control-wrapper textarea[disabled], .e-float-input.e-disabled, .e-float-input.e-control-wrapper.e-disabled {
    -webkit-text-fill-color: #6c757d;
    background: white !important;
    color: #6c757d;
    border-color: #ced4da;
}


/*Register page wrapper related styles*/
.bg-gradient-primary-blue {
    background-color: #033076 !important;
    background-image: linear-gradient(180deg, #033076 !important 10%,#224abe 100%);
    background-size: cover
}

.register-pages {
    background: #033076 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
}

.wrapper-page {
    margin: 5% auto;
    position: relative;
    max-width: 480px;
}

    .wrapper-page .register-bg {
        background-color: #ffffff;
        padding: 7px;
        border-radius: 8px;
        margin: 20px 15px;
    }

    .wrapper-page .card-box {
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        border: 5px solid #033076 !important;
        padding: 20px !important;
    }

    .wrapper-page .logo {
        font-size: 27px !important;
        line-height: 36px !important;
        float: none;
        color: #033076 !important;
        font-weight: bold !important;
    }

/*Register page button related styles*/
.btn-success-blue {
    background-color: #033076 !important;
    border-color: #033076 !important;
}

    .btn-success-blue:hover, .btn-success-blue:focus, .btn-success-blue:active, .btn-success-blue.active, .btn-success-blue.focus, .btn-success-blue:active, .btn-success-blue:focus, .btn-success-blue:hover, .open > .dropdown-toggle.btn-success-blue {
        background-color: #033076 !important;
        border-color: #033076 !important;
        color: #ffffff;
    }

    .btn-success-blue.focus, .btn-success-blue:focus {
        color: #fff;
        box-shadow: 0 0 0 0.2rem #033076 !important;
    }
