/**Login Contents**/
.LOGIN .wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background: #ffffff;
}

.loginContents {
    width: 95%;
    max-width: 415px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: table;
}

.loginFields {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

    .loginFields .logo {
        width: 160px;
        margin: 0 auto 20px auto;
    }

        .loginFields .logo img {
            width: 100%;
            display: block;
        }

    .loginFields .loginForm {
        background: #fefad7;
        border-radius: 10px;
        width: calc(100% - 42px);
        padding: 20px;
        border: 1px solid #fbc40d;
        margin-bottom: 30px;
    }

        .loginFields .loginForm h1 {
            font-weight: 700;
            color: #015351;
            font-size: 20px;
            line-height: 24px;
        }

    .loginFields .fieldName {
        color: #015351;
        font-weight: 600;
        margin: 20px 0 5px 0;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        display: block;
    }

    .loginFields p {
        font-size: 13px;
        line-height: 18px;
        color: #8b1212;
        width: 100%;
        margin: 0 0 10px 0;
    }

        .loginFields p strong {
            color: #8b1212;
            font-size: 14px;
            line-height: 20px;
            text-transform: none;
        }

    .loginFields input[type=text], .loginFields input[type=password] {
        width: 100%;
        display: block;
        margin: 5px 0 0 0;
        border: 1px solid #fbc40d;
    }

    .loginFields table {
        width: 100%;
        margin: 10px 0 0 0;
    }

        .loginFields table tr td {
            width: 50%
        }

            .loginFields table tr td:last-child {
                text-align: right;
            }

                .loginFields table tr td:last-child a {
                    color: #232323;
                    font-size: 14px;
                    line-height: 18px;
                    text-decoration: none;
                }

    .loginFields .checkBoxStyle {
        color: #232323;
        font-weight: 400;
        text-transform: none;
    }

.LOGIN .footer {
    font-size: 12px;
    line-height: 18px;
    color: #015351;
    border-top: 1px solid #fbc40d;
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 25px 0;
    background: #ffffff;
}

    .LOGIN .footer .container {
        width: 95%;
        margin: 0 auto;
    }

.LOGIN .checkmark {
    border: 1px solid #fbc40d;
}

.LOGIN .checkBoxStyle:hover input ~ .checkmark {
    border: 1px solid #fbc40d;
}
/**Main Contents**/
.page-wrapper {
    background: #fefad7;
    overflow-x: hidden;
    position: relative;
}

.page-single {
    background: #fefad7;
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.header {
    background: #ffffff;
    padding: 10.5px 30px;
    width: calc(100% - 60px);
    font-size: 0;
    border-bottom: 1px solid #fbc40d;
    position: fixed;
    z-index: 2;
}

    .header .companyLogo {
        width: calc(100% - 70px);
        display: inline-block;
        vertical-align: middle;
    }

        .header .companyLogo .mainMenuBtn {
            width: 24px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

            .header .companyLogo .mainMenuBtn img {
                display: block;
                width: 100%;
            }

        .header .companyLogo .logoImg {
            width: 105px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 20px;
        }

            .header .companyLogo .logoImg img {
                display: block;
                width: 100%;
            }

    .header .userLogout {
        width: 70px;
        display: inline-block;
        vertical-align: middle;
    }

        .header .userLogout a {
            background: url("../images/logout-icon.png")no-repeat right center;
            display: block;
            color: #015351;
            font-size: 14px;
            line-height: 20px;
            padding: 0 30px 0 0;
            text-decoration: none;
        }

.page-single .companyLogo {
    width: 58px;
    margin: 0 auto;
    display: block;
}

    .page-single .companyLogo .logoImg {
        margin: 0;
    }

.page-wrapper .footer {
    font-size: 12px;
    line-height: 18px;
    color: #015351;
    text-align: left;
    padding: 15px 30px;
    width: calc(100% - 60px);
    position: fixed;
    bottom: 0;
    background: #fefad7;
}

.page-single .footer {
    font-size: 12px;
    line-height: 18px;
    color: #015351;
    text-align: left;
    padding: 15px 30px;
    width: calc(100% - 60px);
    position: fixed;
    bottom: 0;
    background: #fefad7;
}

.commonPage {
    padding: 105px 30px 60px 30px;
    width: calc(100% - 60px);
}

    .commonPage h1 {
        font-size: 20px;
        line-height: 24px;
        color: #015351;
        margin-bottom: 20px;
        position: relative;
    }

        .commonPage h1 a {
            text-decoration: none;
            color: #015351;
        }

        .commonPage h1 .edit::after {
            content: url("../images/edit-icon.png");
            padding: 0 0 0 10px;
            vertical-align: -3px;
        }

.page-single .commonPage h1 {
    text-align: center;
}

.requestRFQ p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #232323;
}

    .requestRFQ p strong {
        font-weight: 600;
    }

        .requestRFQ p strong span {
            color: #ff266b;
        }

.dashboardCol4 {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}

    .dashboardCol4 li {
        width: calc(25% - 22px);
        margin: 0 20px 20px 0;
        display: inline-block;
        vertical-align: top;
        border-radius: 5px;
        border: 1px solid #fbc40d;
        background: #ffffff;
    }

        .dashboardCol4 li .container {
            width: calc(100% - 40px);
            padding: 20px;
            position: relative;
        }

    .dashboardCol4 .icon {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .dashboardCol4 h2 {
        font-size: 14px;
        line-height: 20px;
        color: #232323;
        font-weight: 400;
        margin: 0 40px 15px 0;
        width: calc(100% - 40px);
    }

    .dashboardCol4 .amount {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 30px;
        color: #232323;
        font-weight: 700;
    }

    .dashboardCol4 .dashStatus {
        font-size: 0;
    }

        .dashboardCol4 .dashStatus span {
            font-size: 12px;
            line-height: 14px;
            color: #a9a9a9;
            display: inline-block;
            vertical-align: middle;
        }

        .dashboardCol4 .dashStatus .percentage {
            margin-right: 10px;
            display: inline-block;
            padding: 5px 7px;
            color: #ffffff;
            font-size: 10px;
            line-height: 10px;
            font-weight: 700;
            border-radius: 3px;
        }

        .dashboardCol4 .dashStatus .positive {
            background: #24ce7b;
        }

        .dashboardCol4 .dashStatus .negative {
            background: #ff266b;
        }

        .dashboardCol4 .dashStatus .zero {
            background: #fbc40d;
        }

.dashboardCol2 {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}

    .dashboardCol2 li {
        width: calc(50% - 22px);
        margin: 0 20px 20px 0;
        display: inline-block;
        vertical-align: top;
        border-radius: 5px;
        border: 1px solid #fbc40d;
        background: #ffffff;
    }

        .dashboardCol2 li .container {
            width: calc(100% - 40px);
            padding: 20px;
            position: relative;
        }

    .dashboardCol2 h2 {
        font-size: 16px;
        line-height: 20px;
        color: #015351;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .dashboardCol2 .chart {
        width: 100%;
    }

        .dashboardCol2 .chart img {
            display: block;
            width: 100%;
        }
/*COMMON TABLE - NORMAL*/
.normalTable {
    width: 100%;
    border: 1px solid #fbc40d;
    background: #ffffff;
    border-radius: 5px;
}

    .normalTable .container {
        width: calc(100% - 40px);
        padding: 20px;
        position: relative;
    }

    .normalTable table {
        width: 100%;
        border-collapse: separate;
    }

        .normalTable table thead tr th {
            color: #015351;
            font-size: 12px;
            line-height: 14px;
            font-weight: 600;
            text-align: left;
            padding: 7.5px 10px;
            vertical-align: top;
            border-bottom: 1px solid #fbf5c3;
        }

        .normalTable table tbody tr td {
            color: #232323;
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            text-align: left;
            padding: 7.5px 10px;
            border-bottom: 1px solid #fbf5c3;
            vertical-align: middle;
        }

    .normalTable.center table thead tr th, .normalTable.center table tbody tr td {
        text-align: center;
    }
/*COMMON TABLE - RESPONSIVE*/
.responsiveTable {
    width: 100%;
    border: 1px solid #fbc40d;
    background: #ffffff;
    border-radius: 5px;
}

    .responsiveTable.withoutFrame {
        border: none;
        background: none;
        border-radius: 0;
    }

    .responsiveTable .container {
        width: calc(100% - 40px);
        padding: 20px;
        position: relative;
    }

    .responsiveTable h2 {
        font-size: 16px;
        line-height: 20px;
        color: #015351;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .responsiveTable .viewAll {
        color: #fbc40d;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        position: absolute;
        right: 20px;
        top: 22px;
    }

    .responsiveTable table {
        width: 100%;
        border-collapse: separate;
    }

        .responsiveTable table thead tr th {
            color: #015351;
            font-size: 12px;
            line-height: 14px;
            font-weight: 600;
            text-align: left;
            padding: 7.5px 10px;
            vertical-align: top;
            border-bottom: 1px solid #fbf5c3;
        }

        .responsiveTable table tbody tr td {
            color: #232323;
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            text-align: left;
            padding: 7.5px 10px;
            border-bottom: 1px solid #fbf5c3;
            vertical-align: middle;
        }

    .responsiveTable.center table thead tr th, .responsiveTable.center table tbody tr td {
        text-align: center;
    }

    .responsiveTable table thead tr th.noPadding,
    .responsiveTable table tbody tr td.noPadding {
        padding: 7.5px 0;
    }

    .responsiveTable table tbody tr .check {
        vertical-align: top;
    }

    .responsiveTable table tbody tr td a {
        color: #232323;
    }

    .responsiveTable table .checkBoxStyle {
        padding-left: 0 !important;
    }

    .responsiveTable table td .checkBoxStyle {
        margin-top: 5px;
    }

    .responsiveTable .noRecords td {
        text-align: center !important;
    }

    .responsiveTable .disabled {
        pointer-events: none;
        display: none;
    }

        .responsiveTable .disabled img {
            filter: grayscale(100%);
        }

.userAccess {
    width: 100%;
    border: 1px solid #fbc40d;
    background: #ffffff;
    border-radius: 5px;
}

    .userAccess .container {
        width: calc(100% - 40px);
        padding: 20px;
        position: relative;
    }

.user-access-table {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.user-access-table table {
    width: 3000px;
}

.user-access-table th {
    color: #015351;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: left;
    padding: 7.5px 10px;
    border-bottom: 1px solid #fdf0d8;
    vertical-align: middle;
    background: #ffffff;
}

.user-access-table td {
    color: #232323;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding: 7.5px 10px;
    border-bottom: 1px solid #fdf0d8;
    vertical-align: middle;
    background: #ffffff;
}

.user-access-table tbody th {
    color: #232323;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    height: 35px;
    width: 140px;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone td {
        display: none;
    }

    .clone th {
        visibility: hidden;
        border-color: transparent;
    }

    .clone thead th:nth-child(1), .clone tbody th {
        visibility: visible;
    }

    .clone .fixed-side {
        border-bottom: 1px solid #fdf0d8;
        background: #fbc40d;
    }

@-moz-document url-prefix() {
    .user-access-table tbody th {
        padding: 7.5px 10px;
    }
}

.commonPage .status {
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    width: 68px;
}

    .commonPage .status.new, .commonPage .status.active, .commonPage .status.out, .commonPage .status.cooked, .commonPage .status.received, .commonPage .status.approved, .status.unpaid {
        background: #ef4a22;
    }

    .commonPage .status.preparing, .commonPage .status.pending, .commonPage .status.awaiting, .commonPage .status.inactive {
        background: #fbc40d;
    }

    .commonPage .status.delivered {
        background: #015351;
    }

    .commonPage .status.verified, .commonPage .status.awarded, .status.paid {
        background: #24ce7b;
    }

    .commonPage .status.cancelled, .commonPage .status.return, .commonPage .status.deactive, .commonPage .status.outofstock, .status.failed {
        background: #a9a9a9;
    }

    .commonPage .status.feedback, .commonPage .status.expired, .commonPage .status.rejected, .status.refund {
        background: #007edf;
    }

    .commonPage .status.delay {
        background: #555555;
    }
/*SEARCH FILTER*/
.searchFilter {
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
}

    .searchFilter span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 285px;
    }

    .searchFilter input, .searchFilter select {
        border: 1px solid #fbc40d;
        margin-bottom: 5px !important;
    }

    .searchFilter .selectField {
        width: 200px;
    }

    .searchFilter .date {
        display: inline-block;
        vertical-align: middle;
        width: 380px;
        text-align: center;
    }

        .searchFilter .date ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            line-height: 18px;
            color: #232323;
            width: calc(50% - 12px);
        }

            .searchFilter .date ul li:nth-child(2) {
                width: 24px;
            }

    .searchFilter .btn {
        margin-right: 5px;
        width: auto;
    }

    .searchFilter select {
        padding: 6.5px 10px;
    }
/**Page Number**/
.pagination {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 0;
}

    .pagination .page {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color: #232323;
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 400px);
    }

    .pagination .pageNum {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        width: 400px;
        font-size: 14px;
        line-height: 18px;
    }

    .pagination ul {
        list-style: none;
    }

        .pagination ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .pagination ul li span {
                display: block;
                border-radius: 5px;
                background: #ffffff;
                color: #232323;
                font-size: 14px;
                width: 30px;
                height: 19px;
                padding: 6px 0 5px 0;
                text-align: center;
                text-decoration: none;
                border: 1px solid #fbf5c3;
                margin: 0 1.5px;
            }

            .pagination ul li a {
                display: block;
                border-radius: 5px;
                background: #ffffff;
                color: #232323;
                font-size: 14px;
                width: 30px;
                height: 19px;
                padding: 6px 0 5px 0;
                text-align: center;
                text-decoration: none;
                border: 1px solid #fbf5c3;
                margin: 0 1.5px;
            }

                .pagination ul li a:hover {
                    background: #015351;
                    color: #ffffff;
                    font-weight: 600;
                }

            .pagination ul li.active .current {
                color: #ffffff;
                background: #015351;
                font-weight: 600;
            }
/*DETAIL PAGE*/
.detailPage {
    width: 100%;
    border: 1px solid #fbc40d;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .detailPage .container {
        width: calc(100% - 40px);
        padding: 20px;
        position: relative;
    }

    .detailPage h2 {
        font-weight: 600;
        color: #ff266b;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px 0;
        position: relative;
        border-bottom: 1px solid #fbf5c3;
        padding: 0 0 20px 0;
    }

        .detailPage h2 span {
            position: absolute;
            left: 0;
            top: 7.5px;
            display: block;
            width: auto;
            background: #ffffff;
            padding-right: 10px;
        }

.formFields {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    font-size: 14px;
    line-height: 18px;
}

    .formFields .fieldName {
        width: 100%;
        display: block;
        color: #fbc40d;
        margin: 5px 0;
    }

        .formFields .fieldName strong {
            font-weight: 600;
            color: #015351;
        }

        .formFields .fieldName em {
            font-size: 12px;
            color: #232323;
        }

    .formFields .field {
        width: 100%;
        display: block;
        color: #232323;
    }

    .formFields .formCol4 {
        width: calc(25% - 20px);
        margin: 0 20px 20px 0;
    }

    .formFields .formCol2 {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
    }

    .formFields .formCol {
        width: calc(100% - 20px);
        margin: 0 20px 20px 0;
    }

    .formFields .field a {
        color: #232323;
    }

    .formFields.topBorder {
        border-top: 1px solid #fdf0d8;
        padding-top: 20px;
        margin-top: 10px;
    }

.grandTotal {
    width: 250px;
    float: right;
    margin: 5px 0;
}

    .grandTotal .cost {
        width: 100%;
        font-size: 0;
        margin: 7.5px 0;
    }

        .grandTotal .cost span {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 90px);
            font-size: 14px;
            line-height: 18px;
            color: #232323;
        }

        .grandTotal .cost .price {
            width: 90px;
        }

        .grandTotal .cost strong {
            font-size: 16px;
            line-height: 20px;
            color: #015351;
        }

.customerFeedback {
    width: 100%;
    border: 1px solid #fbc40d;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .customerFeedback .container {
        width: calc(100% - 40px);
        padding: 20px;
        position: relative;
    }

    .customerFeedback h2 {
        font-weight: 600;
        color: #f15a22;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px 0;
        position: relative;
        border-bottom: 1px solid #fdf0d8;
        padding: 0 0 20px 0;
    }

        .customerFeedback h2 span {
            position: absolute;
            left: 0;
            top: 7.5px;
            display: block;
            width: auto;
            background: #ffffff;
            padding-right: 10px;
        }

    .customerFeedback .qnf {
        margin: 0 0 20px 0;
    }

    .customerFeedback p {
        font-size: 14px;
        line-height: 18px;
        color: #232323;
        margin-bottom: 10px;
    }

        .customerFeedback p strong {
            font-weight: 600;
            color: #015351;
        }

    .customerFeedback .fa {
        font-size: 20px;
        color: #e7ebef;
    }

    .customerFeedback .selected {
        color: #f0ba00;
    }
/*ACCORDION*/
.accordion {
    width: 100%;
}

.accordionBtn {
    width: calc(100% - 20px);
    background: #015351 url("../images/accordion-arrow.png") no-repeat 98.5% center;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin: 10px 0;
}

    .accordionBtn.active {
        background: #015351 url("../images/accordion-arrow-mo.png") no-repeat 98.5% center;
    }

    .accordionBtn span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

        .accordionBtn span img {
            display: block;
        }

.accordionContent {
    width: 100%;
    display: none;
}

    .accordionContent ul {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
    }

        .accordionContent ul li {
            width: calc(33.3333% - 22px);
            margin: 0 20px 20px 0;
            display: inline-block;
            vertical-align: top;
            border-radius: 5px;
            border: 1px solid #fbc40d;
            background: #ffffff;
        }

            .accordionContent ul li .container {
                width: calc(100% - 40px);
                padding: 20px;
                position: relative;
                font-size: 0;
            }

                .accordionContent ul li .container .check {
                    display: inline-block;
                    vertical-align: top;
                    width: 30px;
                    margin-top: 2px;
                }

                .accordionContent ul li .container .content {
                    display: inline-block;
                    vertical-align: top;
                    width: calc(100% - 50px);
                }

                    .accordionContent ul li .container .content p {
                        font-size: 14px;
                        line-height: 18px;
                        color: #232323;
                        margin-bottom: 20px;
                    }

                        .accordionContent ul li .container .content p strong {
                            font-weight: 600px;
                            color: #015351;
                            display: block;
                            margin-bottom: 10px;
                        }

                        .accordionContent ul li .container .content p a {
                            color: #232323;
                        }

                        .accordionContent ul li .container .content p .commonBtn {
                            color: #ffffff;
                        }

                .accordionContent ul li .container .btn {
                    display: inline-block;
                    vertical-align: top;
                    width: 20px;
                }

    .accordionContent .checkmark {
        border: 1px solid #fbc40d;
    }

    .accordionContent .checkBoxStyle:hover input ~ .checkmark {
        border: 1px solid #fbc40d;
    }
/*KITCHEN TAB*/
.tabView {
    width: 100%;
}

    .tabView ul {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
    }

        .tabView ul li {
            width: calc(25% - 20px);
            margin: 0 20px 20px 0;
            display: inline-block;
            vertical-align: top;
            border-radius: 5px;
            background: #ffffff;
            overflow: hidden;
        }

    .tabView.kitchen ul li {
        width: calc(25% - 24px);
        border: 2px solid #fbc40d;
    }

    .tabView ul li .category {
        background: #fbc40d;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 600;
        padding: 10px;
        width: calc(100% - 20px);
    }

    .tabView.kitchen ul li .category .timing {
        display: block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .tabView ul li .container {
        background: #ffffff;
        width: calc(100% - 30px);
        padding: 15px;
        font-size: 0;
    }

        .tabView ul li .container .maxHeight {
            height: 129px;
            max-height: 130px;
            overflow-y: auto;
        }

        .tabView ul li .container .qty {
            font-size: 16px;
            line-height: 20px;
            color: #232323;
            display: inline-block;
            vertical-align: top;
            width: 55px;
        }

        .tabView ul li .container .foodItem {
            font-size: 16px;
            line-height: 20px;
            color: #232323;
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 105px);
            margin-right: 50px;
        }

            .tabView ul li .container .foodItem .chickenPart {
                color: #a9a9a9;
            }

            .tabView ul li .container .foodItem .specialRequest {
                color: #ff0000;
            }

            .tabView ul li .container .foodItem p {
                margin-bottom: 5px;
            }

    .tabView ul li .statusBtn {
        background: #fbc40d;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 600;
        padding: 10px 0;
        cursor: pointer;
    }

    .tabView ul li.specialReq .statusBtn {
        background: #ff0000;
    }

    .tabView ul li.specialReq {
        border: 2px solid #ff0000;
    }

    .tabView ul li.breakfast .statusBtn {
        background: #ff266b;
    }

    .tabView ul li.breakfast {
        border: 2px solid #ff266b;
    }

    .tabView ul li.lunch .statusBtn {
        background: #007edf;
    }

    .tabView ul li.lunch {
        border: 2px solid #007edf;
    }

    .tabView ul li.dinner .statusBtn {
        background: #015351;
    }

    .tabView ul li.dinner {
        border: 2px solid #015351;
    }

    .tabView ul li.specialReq .category {
        background: #ff0000;
    }

    .tabView ul li.breakfast .category {
        background: #ff266b;
    }

    .tabView ul li.lunch .category {
        background: #007edf;
    }

    .tabView ul li.dinner .category {
        background: #015351;
    }

    .tabView.customer ul li .category {
        background: #24ce7b;
        position: relative;
    }
        /***UPDATED ON 03/06/2021***/
        .tabView.customer ul li .category .timing {
            display: block;
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
        }

        .tabView.customer ul li .category .printBtn {
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
        }

            .tabView.customer ul li .category .printBtn img {
                width: 20px;
                height: 20px;
            }
    /**END**/
    .tabView.customer ul li .statusBtn {
        background: #24ce7b;
        cursor: default;
    }

    .tabView.customer ul li.preparing .statusBtn {
        background: #fbc40d;
    }

    .tabView.customer ul li.preparing .category {
        background: #fbc40d;
    }

    .tabView.customer ul li .container .maxHeight {
        height: 249px;
        max-height: 250px;
        overflow-y: auto;
    }

        .tabView.customer ul li .container .maxHeight span {
            display: block;
            border-top: 1px solid #fdf0d8;
            width: 100%;
            padding-top: 10px;
            margin-top: 5px;
        }

            .tabView.customer ul li .container .maxHeight span:first-child {
                border-top: none;
                padding-top: 0;
                margin-top: 0;
            }

    .tabView.customer ul li .container .foodItem span {
        display: inline-block;
        vertical-align: top;
        width: auto !important;
        margin: 0 10px 7.5px 0;
    }

    .tabView.customer ul li .container .foodItem .status {
        padding: 2.5px 0;
        margin-bottom: 7.5px;
    }

.kitchenStatus {
    width: 100%;
}

    .kitchenStatus ul {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% + 10px);
        margin-bottom: 20px;
    }

        .kitchenStatus ul li {
            width: calc(14.2857% - 12px);
            margin: 0 10px 20px 0;
            display: inline-block;
            vertical-align: top;
            border-radius: 5px;
            background: #ffffff;
            overflow: hidden;
            border: 1px solid #fbc40d;
        }

            .kitchenStatus ul li.breakfast {
                border: 1px solid #ff266b;
            }

            .kitchenStatus ul li.lunch {
                border: 1px solid #007edf;
            }

            .kitchenStatus ul li.dinner {
                border: 1px solid #015351;
            }

            .kitchenStatus ul li .time {
                background: #fbc40d;
                width: calc(100% - 10px);
                padding: 5px;
                font-size: 12px;
                line-height: 14px;
                text-align: center;
                font-weight: 700;
                color: #FFFFFF;
            }

            .kitchenStatus ul li.breakfast .time {
                background: #ff266b;
            }

            .kitchenStatus ul li.lunch .time {
                background: #007edf;
            }

            .kitchenStatus ul li.dinner .time {
                background: #015351;
            }

            .kitchenStatus ul li .status {
                width: calc(100% - 10px);
                padding: 5px;
                font-size: 0;
            }

                .kitchenStatus ul li .status .pending {
                    display: inline-block;
                    width: 50%;
                    text-align: center;
                    color: #fbc40d;
                    font-size: 24px;
                    line-height: 24px;
                    font-weight: 700;
                }

                .kitchenStatus ul li .status .cooked {
                    display: inline-block;
                    width: 50%;
                    text-align: center;
                    color: #fbc40d;
                    font-size: 24px;
                    line-height: 24px;
                    font-weight: 700;
                }

                .kitchenStatus ul li .status em {
                    display: block;
                    padding: 2.5px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 14px;
                    color: #fbc40d;
                    font-weight: 400;
                    font-style: none;
                }

            .kitchenStatus ul li.breakfast .status .pending {
                color: #ff266b;
            }

            .kitchenStatus ul li.breakfast .status .cooked {
                color: #ff266b;
            }

            .kitchenStatus ul li.breakfast .status em {
                color: #ff266b;
            }

            .kitchenStatus ul li.lunch .status .pending {
                color: #007edf;
            }

            .kitchenStatus ul li.lunch .status .cooked {
                color: #007edf;
            }

            .kitchenStatus ul li.lunch .status em {
                color: #007edf;
            }

            .kitchenStatus ul li.dinner .status .pending {
                color: #015351;
            }

            .kitchenStatus ul li.dinner .status .cooked {
                color: #015351;
            }

            .kitchenStatus ul li.dinner .status em {
                color: #015351;
            }
/*OTHERS*/

.timeslotNote {
    font-size: 14px;
    line-height: 18px;
    color: #ff266b;
    font-style: italic;
    margin-bottom: 15px;
}


span.dollar {
    background-image: url(../images/price-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 30px !important;
    position: absolute;
}

label.dollar {
    background-image: url(../images/price-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

input.border {
    border: none !important;
    padding-left: 22px !important;
}

/*OTHERS*/
.rating .fa {
    font-size: 20px;
    color: #e7ebef;
}

.rating .selected {
    color: #f0ba00;
}

.rating em {
    color: #aaaaaa;
}

.rightBtn {
    position: absolute;
    right: 0;
    top: -5px;
}

.radioGrp {
    width: 100%;
}

    .radioGrp li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

.imgPlaceholder {
    width: 100px;
}

    .imgPlaceholder img {
        width: 100%;
        display: block;
    }

.timeslotNote {
    font-size: 14px;
    line-height: 18px;
    color: #ff266b;
    font-style: italic;
    margin-bottom: 15px;
}

.ckEditor {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .ckEditor img {
        width: 100%;
        display: block;
    }

.formFields .field ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

    .formFields .field ul li {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 0;
    }

.formFields .field p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
/**EDIT T&C**/
.termsPolicyPage {
    width: 100%;
    margin: 0 auto 50px auto;
    position: relative;
    padding-top: 205px;
}

    .termsPolicyPage h1 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 700;
        text-align: center;
        color: #015351;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .termsPolicyPage h2 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
        color: #015351;
    }

    .termsPolicyPage p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        text-align: left;
        color: #015351;
    }

    .termsPolicyPage a {
        color: #ff035e;
        text-decoration: none;
    }

        .termsPolicyPage a:hover {
            text-decoration: underline;
        }

    .termsPolicyPage .container {
        width: calc(100% - 110px);
        max-width: 1320px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .termsPolicyPage ol {
        margin-left: 30px;
        margin-bottom: 15px;
        counter-reset: item;
    }

        .termsPolicyPage ol li {
            font-size: 14px;
            line-height: 18px;
            padding: 3px;
            position: relative;
            display: block;
            color: #015351;
        }

            .termsPolicyPage ol li:before {
                content: counters(item, ".")".";
                counter-increment: item;
                position: absolute;
                margin-right: 100%;
                right: 10px;
            }

    .termsPolicyPage ul {
        margin-left: 30px;
        margin-bottom: 15px;
    }

        .termsPolicyPage ul.uppercase {
            list-style: upper-alpha;
        }

        .termsPolicyPage ul.decimal {
            list-style: decimal;
        }

        .termsPolicyPage ul li {
            font-size: 14px;
            line-height: 18px;
            padding: 3px;
            position: relative;
            color: #015351;
        }

    .termsPolicyPage table {
        width: 100%;
        margin-bottom: 10px;
    }

        .termsPolicyPage table tbody tr td {
            font-size: 14px;
            line-height: 18px;
            padding: 5px;
            text-align: left;
            color: #015351;
        }
/*EDIT PROMO*/
.promoPage {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 205px;
}

.promoDescription {
    width: 100%;
    margin: 0 auto;
}

    .promoDescription p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .promoDescription ul {
        list-style: disc;
        margin-bottom: 10px;
        margin-left: 20px;
    }

        .promoDescription ul li {
            font-size: 16px;
            line-height: 24px;
            padding: 5px 0;
        }

.termCondition {
    width: 100%;
    margin: 30px 0 15px 0;
}

    .termCondition ul li {
        padding: 2.5px 0 !important;
    }

.overallTotal span:first-child {
    padding-top: 0px;
}
.inputTotal .overallTotal span:first-child {
    padding-top: 2.5px;
}
.overallTotal span em {
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: normal;
}



.inputTotal .price {
    position: relative;
}

    .inputTotal .price input[type="text"] {
        border: 0;
        background: none;
        padding: 0 0 0 10px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .inputTotal .price:before {
        content: "$";
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 2px;
    }

.inputTotal .negprice:before {
    content: "-$" !important;
    left: -5px;
}

.inputTotal ::-webkit-input-placeholder {
    opacity: 1.0;
}

.inputTotal :-ms-input-placeholder {
    opacity: 1.0;
}

.inputTotal ::placeholder {
    opacity: 1.0;
}

.overallTotal span {
    vertical-align: top !important;
}

    .overallTotal span em {
        font-size: 14px;
        line-height: 18px;
        font-style: normal;
    }

.overallTotal input[type="text"] {
    color: #015351 !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px !important;
}

.overallTotal ::-webkit-input-placeholder {
    color: #015351 !important;
}

.overallTotal :-ms-input-placeholder {
    color: #015351 !important;
}

.overallTotal ::placeholder {
    color: #015351 !important;
}

.overallTotal .price:before {
    color: #015351 !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px !important;
}

@media screen and (max-width:1199px) {
    .inputTotal .cost span {
        width: calc(100% - 110px);
        margin-right: 20px;
    }

    .inputTotal .cost .price {
        width: 90px;
        margin-right: 0;
    }

    .inputTotal .price input[type="text"] {
        width: auto;
    }
}