/* --------------------------------------------------------------------------------------------------- */

/* ------------------------------ Style for login and Sign-up page ----------------------------------- */

/* --------------------------------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Numans");

* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: "Numans", sans-serif;
    box-sizing: border-box;
}

.body-wall {
    background: #e4e4e4;
    min-height: 100%;
    opacity: 0.9;
    position: relative;
}

.container {
    /* height: 100%; */
    /* min-height: calc(100vh - 70px); */
    align-content: center;
}

.login-row {
    margin-right: 0;
}

.form-container {
    left: 50%;
    top: 47%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.logo-heading {
    margin: 0 auto;
    display: inline;
}

.logo {
    display: block;
    width: 120px;
    height: 55px;
    margin: 0 auto;
}

.order-report {
    color: #666;
    font-weight: 600;
    margin: 1em;
    text-transform: uppercase;
}

.card {
    border-radius: 5px;
    margin: 0 auto;
    width: 25rem;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 28rem;
    background-color: #fff;
}

.card-2 {
    border-radius: 5px;
    margin: 0 auto;
    width: 25rem;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 28rem;
    background-color: #fff;
}

.card-body {
    padding: 0;
    flex: unset;
}

.card-header,
.card-footer {
    background: transparent;
    border: none;
}

.card-header h3 {
    color: #666;
}

.login-form {
    margin: 10px;
}

.remember>input[type="checkbox"] {
    background-color: #000;
}

.input-group-prepend {
    width: 40px;
}

.input-group-prepend span {
    width: 50px;
    /* background-color: #FFC312; */
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.username,
.userpass,
.useremail {
    margin-bottom: 1.7rem;
}

.remember-me,
.condition-label {
    color: #666;
    font-size: 0.8rem;
    font-weight: bold;
    vertical-align: middle;
}

.remember input,
.condition input {
    width: 18px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.form-button {
    margin-top: 1rem;
}

.login_btn:hover {
    color: black;
    background-color: darkgreen;
}

.links {
    color: #666;
}

.links a {
    margin-left: 4px;
    color: #4eb3df;
}

.links a:hover {
    margin-left: 4px;
    color: #4eb3df;
}

.register-text a:hover {
    text-decoration: none;
    color: orange;
}

footer {
    width: 100%;
    min-height: 35px;
    bottom: 0px;
    font-size: 12px;
    line-height: 1.7em;
    color: #444444;
    text-align: center;
    left: 0;
}

footer>span>a {
    color: #4eb3df;
}

footer>span>a:hover {
    color: orange;
    text-decoration: none;
}

.error-msg {
    color: darkred;
    text-align: center;
    padding: 2px;
    font-size: 1.3rem;
}

/* Style for pagination */

.pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagination>a {
    padding-right: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #7b8788;
}

.pagination>img {
    margin-right: 20px;
}

.pagination>a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #7b8788;
}

.active {
    font-weight: bold;
    color: #2c3335;
}

.pagination>.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #7b8788;
}

/* style end for pagination */

/* --------------------------------------------------------------------------------------- */

/* ------------------------------ Style for Navbar---------------------------------------- */

/* --------------------------------------------------------------------------------------- */

.bg-light {
    background-color: transparent !important;
}

.logout-btn {
    float: right;
    margin-top: 5px;
}

/* --------------------------------------------------------------------------------------- */

/* ------------------------------ Style for Report page ------------------------------------- */

/* --------------------------------------------------------------------------------------- */

.select-col select {
    cursor: pointer;
}

.fetch input,
.download input {
    cursor: pointer;
}

/* 
.table {
  overflow-x: auto;
} */

.table-row>th {
    text-align: center;
}

.footer-reportPage {
    margin-top: 10px;
    min-height: 35px;
    font-size: 12px;
    line-height: 1.7em;
    color: #444444;
    text-align: center;
}

.empty {
    background-color: #dde0e5 !important;
    color: #000;
}

.table-data td {
    color: #777;
    text-align: center;
    vertical-align: middle !important;
}

.table-data>td>a {
    color: #4eb3df;
}

.footer-reportPage>span>a {
    color: #4eb3df;
}

.footer-reportPage>span>a:hover {
    color: orange;
    text-decoration: none;
}

.product_td {
    text-align: left !important;
}

#errorMsg {
    display: none;
    margin: 10rem;
    text-align: center;
}

.errorImg {
    width: 110px;
    height: 90px;
}

/* Change autocomplete styles in input WebKit  */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* border: 1px solid green; */
    /* -webkit-text-fill-color: green; */
    /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
    transition: background-color 5000s ease-in-out 0s;
}

/* --------------------------------------------------------------------------------------------------- */

/* ------------------------------------------ Media queries ------------------------------------------ */

/* --------------------------------------------------------------------------------------------------- */

/* Media queries for Date */

@media (max-width: 575.98px) {
    .form-button>.btn-success {
        width: 100%;
    }

    .reports-heading {
        font-size: 1.5rem;
    }

    .order-dropdown select {
        width: 100%;
    }

    .forMobile {
        text-align: center;
    }

    .forDesktop {
        color: #dddee4;
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (min-width: 768.98px) {
    .form-container {
        left: 50%;
        top: 47%;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .logo {
        margin: 0 auto;
    }

    .order-report {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .card {
        margin: 0 auto;
        width: 40rem;
        padding: 15px;
        height: 36rem;
    }

    .card-2 {
        margin: 0 auto;
        width: 40rem;
        padding: 15px;
        height: 36rem;
    }

    .card-header>h3 {
        font-size: 3rem;
    }

    .card-header {
        padding: 0;
    }

    #emailAddress,
    #loginPassword,
    #userMail,
    #userName,
    #userPassword {
        height: 3.4rem;
    }

    .username,
    .userpass,
    .useremail {
        margin-bottom: 2rem;
    }

    .check-remember,
    .check-condition {
        margin-bottom: 1.5rem;
    }

    .remember input,
    .condition input {
        width: 40px;
        height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .remember-me {
        font-size: 1.8rem;
        vertical-align: super;
    }

    .condition-label {
        font-size: 1.8rem;
        vertical-align: super;
    }

    .form-group>input[placeholder] {
        font-size: 2rem;
        color: #666;
    }

    .form-button {
        margin-top: 2rem;
    }

    .form-button>.btn {
        height: 10%;
        width: 100%;
    }

    .form-button>input[value] {
        font-size: 1.8rem;
    }

    .links {
        font-size: x-large;
    }

    footer {
        font-size: 0.9rem;
        padding: 5px;
    }

    .card-footer {
        margin-top: 1.4rem;
    }
}

@media (max-width: 767px) {
    .order-dropdown>select {
        width: 100% !important;
    }

    .padding-md-remove>input {
        width: 100% !important;
    }

    .row .padding-md-remove {
        padding-left: 15px !important;
    }

    .row .order-dropdown {
        padding-left: 15px !important;
    }
}

@media (max-width: 991.98px) {
    .order-dropdown select {
        width: fit-content;
    }

    .padding-md-remove>input {
        width: 229px;
    }

    .row .padding-md-remove {
        padding-left: 5px;
    }

    .row .order-dropdown {
        padding-left: 5px;
    }

    /* Style for settings page  */

    .navbar-nav {
        display: inline !important;
    }

    .nav-item {
        margin-top: 10px;
        display: inline-block;
    }
}

/* Medium devices (tablets, less than 992px) */

@media (min-width: 992px) {
    .form-container {
        left: 50%;
        top: 47%;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .logo {
        margin: 0 auto;
    }

    .order-report {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .card {
        width: 26rem;
        padding: 20px;
        height: 22rem;
    }

    .card-2 {
        width: 29rem;
        padding: 20px;
        height: 25rem;
    }

    .card-header>h3 {
        font-size: 1.5rem;
    }

    #emailAddress,
    #loginPassword,
    #userMail,
    #userName,
    #userPassword {
        height: 2rem;
    }

    .username,
    .userpass,
    .useremail {
        margin-bottom: 1rem;
    }

    .check-remember,
    .check-condition {
        margin-bottom: 1rem;
    }

    .remember input,
    .condition input {
        width: 17px;
        height: 30px;
        margin-right: 5px;
        cursor: pointer;
    }

    .remember-me {
        font-size: 1.2rem;
    }

    .condition-label {
        font-size: 1.2rem;
    }

    .remember-me,
    .condition-label {
        color: #666;
        font-size: 1.2rem;
        font-weight: bold;
        vertical-align: bottom;
    }

    .form-button {
        margin-top: 1rem;
    }

    .form-button>.btn {
        height: 12%;
        width: 100%;
    }

    .form-button>input[value] {
        font-size: 1rem;
    }

    .form-group>input[placeholder] {
        font-size: 1rem;
        color: #666;
    }

    .form-group>input:-webkit-autofill {
        -webkit-text-fill-color: #666;
    }

    .card-footer {
        margin-top: 0.1rem;
    }

    .error-msg {
        color: darkred;
        text-align: center;
        padding: 2px;
        font-size: 1rem;
    }

    .links {
        font-size: large;
    }

    footer {
        font-size: 0.9rem;
        padding: 5px;
    }

    .forMobile {
        color: #dddee4;
    }

    .forDesktop {
        color: #000;
        text-align: center;
    }

    .row .order-dropdown {
        padding-left: 15px;
    }

    .order-dropdown select {
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .form-container {
        left: 50%;
        top: 47%;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .remember-me,
    .condition-label {
        vertical-align: bottom;
    }

    #emailAddress,
    #loginPassword,
    #userMail,
    #userName,
    #userPassword {
        height: 2.9rem;
    }

    .card-2 {
        width: 29rem;
        padding: 20px;
        height: 29rem;
    }

    .card {
        width: 29rem;
        padding: 20px;
        height: 25rem;
    }

    .username,
    .userpass,
    .useremail {
        margin-bottom: 1.6rem;
    }

    .card-footer {
        margin-top: 0.1rem;
    }
}

@media (min-width: 2540px) {

    .btn-goback {
        display: block;
        position: absolute;
        left: 46.5rem;
    }
 }

/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------- Style for Basic Details page ----------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------ */

.basicDetails-form {
    margin: 40px auto;
    width: 45%;
}

.basicDetails-form>.row {
    margin: 20px auto;
}

.btn-row {
    text-align: center;
}

.btn-row>.col>.btn {
    width: 50%;
}

.orderCreate-footer {
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    min-height: 30px;
    font-size: 12px;
    line-height: 1.7em;
    color: #444444;
    text-align: center;
    padding: 5px;
}

.orderCreate-footer>span>a {
    color: #4eb3df;
}

.orderCreate-footer>span>a:hover {
    color: orange;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------ Media queries for Basic details page ------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .basicDetails-form {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .basicDetails-form {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .basicDetails-form {
        width: 80%;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .basicDetails-form {
        width: 70%;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------- Style for Shipping address page ----------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------ */

.row {
    margin-bottom: 10px;
}

.selection-btns>div {
    padding-right: 0;
}

.next-btn>.col {
    text-align: center;
}

.next-btn>.col>.btn {
    width: 50%;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------ Media queries for Shipping Address page ------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 576px) {
    .selection-btns>div {
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .selection-btns {
        margin-bottom: 0;
    }

    .address-btns>div {
        margin-bottom: 10px;
    }

    .address-btns {
        margin-bottom: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 768px) {
    .selection-btns>div {
        padding-right: 15px;
    }

    .selection-btns>div>select {
        margin-bottom: 10px;
    }

    .selection-btns>div>input {
        margin-bottom: 10px;
    }

    .selection-btns,
    .address-btns {
        margin-bottom: 0;
    }

    .address-btns>div {
        margin-bottom: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 992px) {
    .selection-btns>div {
        padding-right: 15px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1200px) {
    .selection-btns>div {
        padding-right: 15px;
    }

    .selection-btns {
        margin-bottom: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1440px) {
    .selection-btns>div {
        padding-right: 15px;
    }

    .selection-btns {
        margin-bottom: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1400px) {
    .selection-btns>div {
        padding-right: 15px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* ---------------------------------------------- Style for Order Cart page ----------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------ */

.next-btn>.col {
    text-align: center;
}

.next-btn>.col>.btn {
    width: 50%;
}

.tdProduct_qty {
    width: 90px;
    padding-left: 5px;
}

.order-submitBtn {
    text-align: -webkit-center;
    margin-top: 5px;
}

.order-submitBtn>.btn {
    width: 80%;
}

/* Style for table */

#orders-list,
#orders-list-custom {
    border: none;
}

#product_delete>.btn {
    background-color: #fff;
    border: 1px solid #dc3545;
    /* color: #dc3545; */
    width: 100%;
}

.row>.checkbox-title {
    display: inline-grid;
    padding-left: 20px;
}

.row>.checkbox-title>span {
    color: #666;
}

.row>.checkbox-title>label {
    font-weight: bold;
    margin-top: 0.5rem;
}

.row>.checkBox {
    padding-left: 20px;
}

.checkBox>input {
    display: inline;
}

.checkBox>p {
    display: inline;
    padding-left: 5px;
    color: #555;
}

.addBtn {
    margin-bottom: 15px;
}

.addBtn>h3 {
    display: inline;
    vertical-align: middle;
    font-size: 1.5rem;
}

.addBtn>input {
    display: inline;
    background-color: transparent;
    color: #17a2b8;
    vertical-align: inherit;
}

.page-container {
    min-height: calc(100vh - 40px);
}

.btnTag {
    display: inline-flex;
    width: 100%;
}

.btnTag>.btn {
    background-color: #fff;
    border: 1px solid #dc3545;
    /* color: #dc3545; */
    width: 100%;
}

.delivery_icon {
    position: absolute;
    right: 17px;
    bottom: 7px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------ Media queries for Order Cart page ------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .select-occ {
        margin-bottom: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .select-occ {
        margin-bottom: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------- Style for Summary page ----------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------ */

.main-row {
    margin-top: 20px;
}

/* .cust-row {
  margin: 15px auto;
} */

.shipping-row {
    margin: 15px auto;
}

.details_heading {
    margin-bottom: 10px;
}

.details_heading>h3 {
    font-size: 1.4rem;
    color: #343a40;
    font-weight: 600;
}

.col-lg-12>.details_heading {
    padding-left: 0;
}

#orders-list {
    overflow-y: auto;
    max-height: 350px;
}

#orders-list-custom {
    overflow-y: auto;
    height: 400px;
}

.label {
    font-size: 1rem;
    color: #343a40;
    font-weight: 600;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------ Media queries for Order Cart page ------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .select-occ {
        margin-bottom: 10px;
    }

    .col-lg-6>.summary_table {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .select-occ {
        margin-bottom: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    #orders-list-custom {
        display: block;
    }

    .col-lg-6>.summary_table {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    #orders-list-custom {
        display: block;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #orders-list-custom {
        display: block;
    }
}

.container>.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    font-size: 0.85714em;
    color: #737373;
}

.breadcrumb__item--completed>a {
    color: #2c3335;
    font-weight: bold;
}

.breadcrumb__item--current>a {
    color: #333;
}

.breadcrumb__item>a:hover {
    color: #7b8788;
    text-decoration: none;
}

.breadcrumb__item>img {
    padding-left: 10px;
}

/* Style for pagination */

.pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagination>a {
    padding-right: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #7b8788;
}

.pagination>img {
    margin-right: 20px;
}

.pagination>a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #7b8788;
}

.active {
    font-weight: bold;
    color: #2c3335;
}

.pagination>.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #7b8788;
}

.setting-btn {
    margin-left: 10px;
}

.delivery_icon {
    cursor: pointer;
}

.modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.options {
    width: 220px !important;
}

/* Style for Go back Btn */

.btn-goback {
    display: block;
    position: absolute;
    left: 15rem;
}

/* Number Input Design */
.number__input {
    position: relative;
}
.number__input span {
    position: absolute;
    top: 1px;
    height: 36px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    left: 1px;
    background: #ddd;
    text-align: center;
    font-weight: 600;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.number__input input {
    padding-left: 58px;
}