﻿.b-bottom {
    border-bottom: 1px solid #9e9e9e;
}

.b-top {
    border-top: 1px solid #9e9e9e;
}

.b-top-w {
    border-top: 1px solid;
}

.p-l-lg {
    padding-left: 20px;
}

.display-b {
    display: block !important;
}

.none {
    display: none;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left;
}

.m-t-n-xl {
    margin-top: -40px;
}

.w-33 {
    width: 33%;
}

.w-40 {
    width: 40%;
}

.w-80 {
    width: 80%;
}

.c-red {
    color: red !important;
}

.text-center {
    text-align: center !important;
}

.lnvalid {
    font-size: 13px;
    font-weight: 500;
    color: red !important;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

section#content {
    min-height: 505px;
}

.page-footer {
    margin-top: 0 !important;
}

.border {
    border: 1px solid #d0d0d0;
}

.border-top {
    border-top: 1px solid #d0d0d0;
}

.border-left {
    border-left: 1px solid #d0d0d0;
}

.border-right {
    border-right: 1px solid #d0d0d0;
}

.cross-btn {
    float: right;
    margin: -43px 10px 10px 0;
}
.cross-btn-x {
    float: right;
    margin: -43px 10px 10px 0;
}
.f-r {
    float: right !important;
}

.f-l {
    float: left;
}

.no-margin {
    margin: 0 !important;
}

.scan {
    display: block !important;
    padding: 8px 8px 8px 50px !important;
    width: 100% !important;
    height: 24px !important;
    border: none !important;
}

.customBtn {
    float: right;
    border: 1px solid;
    background-color: #4CAF4F;
    color: white;
    cursor: pointer;
    padding: 7px;
    text-align: center;
    height: 30px;
    line-height: 1;
    margin-top: -50px;
}

.editBtn {
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
}

.addBtn {
    text-decoration: none;
    color: #fff;
    width: 36px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
}

.addMore {
    text-align: center;
    cursor: pointer;
}

.p-l-20 {
    padding-left: 20px;
}

.summery tbody {
    display: block;
    height: 120px;
    overflow: auto;
}

.shelf tbody {
    display: block;
    height: 120px;
    overflow: auto;
}

.m-h-100 {
    min-height: 100px;
}

.header-div {
    width: 25% !important;
    border: 1px solid #d0d0d0;
}

.pHead {
    margin: 5px 0 5px 20px;
    color: #9e9e9e;
}

.m-0 {
    margin: 0 !important;
}

.m-r-sm {
    margin-right: 10px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-50 {
    margin-left: 50px !important;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-100 {
    margin-top: 100px;
}
.m-t-170 {
    margin-top: 170px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-m-35 {
    margin-top: -35px;
}
.m-t-m-40 {
    margin-top: -40px;
}
.m-t-m-56 {
    margin-top: -56px;
}

.text-orange {
    color: orange;
}
.text-green {
    color: green !important;
}
.font-1rem {
    font-size: 1.0rem !important;
}
.font-1-2rem {
    font-size: 1.2rem !important;
}
.font-1-4rem {
    font-size: 1.4rem !important;
}
.font-3rem {
    font-size: 3.0rem !important;
}
.b-g-n {
    background: none;
}
.sales canvas {
    width: 100% !important;
    height: 350px !important;
}
.sales .card {
    margin-top: 0;
}
.sales .tabs {
    display: block;
    overflow: visible;
    height: auto;
}
    .sales .tabs .tab a.active {
        border-bottom: 2px solid #22e6ff;
    }
    .sales .tabs .tab {
        float: none;
        width: 100%;
        height: auto;
        line-height: normal;
    }
        .sales .tabs .tab a {
            padding: 15px 0;
        }
    .sales .tabs .indicator {
        background: none;
    }

#PickOrder_Header {
    max-height: 350px;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    overflow: auto;
    position: relative;
}

    #PickOrder_Header .collapsible-body {
        padding: 7px 20px;
    }

    #PickOrder_Header table tbody {
        min-height: 30px;
        max-height: 160px;
        height: inherit;
    }

.l-orange-text {
    color: #b59797;
}

.Quty input,
.Quty textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

    .Quty input[type="button"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    .Quty input::-webkit-outer-spin-button,
    .Quty input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

    .input-group input[type='button'] {
        background-color: #eeeeee;
        min-width: 20px;
        width: auto;
        transition: all 300ms ease;
    }

    .input-group.Quty .button-minus,
    .input-group.Quty .button-plus {
        font-weight: bold;
        height: 20px;
        padding: 0;
        width: 20px;
        position: relative;
    }

    .input-group.Quty .quantity-field {
        position: relative;
        height: 20px;
        left: -6px;
        text-align: center;
        width: 62px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
    }

.Quty .button-plus {
    left: -13px;
}

.Quty input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.help-block {
    color: #00bcd4;
    font-size: 12px;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-25 {
    font-size: 25px !important;
}

.text-white {
    color: white !important;
}

.text-red {
    color: red !important;
}

.grey-txt {
    color: #878787;
}

.f-r {
    float: right;
}

.f-l {
    float: left;
}

.offer-applied {
    display: inline-block;
    color: #388e3c;
    font-weight: 500;
    margin: 0 10px;
    cursor: pointer;
}

.titleDetail {
    margin: 0 10px;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #c3c1c1;
}
.p-10-20 {
    padding: 10px 20px !important;
}
.p-15-20 {
    padding: 15px 20px !important;
}
.text-blue {
    color: #03a9f4;
}

#offer-detail {
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 5px !important;
    font-size: 14px !important;
    color: #afa4a4;
    border-radius: 5px;
    margin: 10px -10px 10px -10px !important;
    text-align: justify;
    background: #ffffff;
    font-weight: 500 !important;
    position: absolute;
    z-index: 99;
}

#coupon-detail {
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#applied-coupon:hover + #coupon-detail {
    opacity: 1.0;
}

.pointer {
    cursor: pointer;
}

.w-100 {
    width: 100%;
}
