﻿.page-wrapper {
    min-height: 100vh;
}

.logo-icon {
    font-size: 30px;
    color: #dee2e6;
    margin-right: 8px;
}

.logo-text {
    font-size: 22px;
    color: #a1aab2;
    font-weight: 800;
}

.url-overflow {
    white-space: pre-wrap;
    word-break: break-all;
}

.m-r-5 {
    margin-right: 5px;
}

.ajax-img-loader {
    position: absolute;
    top: 10px;
    right: 15px;
}

.bg-tile1 {
    background-color: #7C7CF7;
}

.bg-tile2 {
    background-color: #35597d;
}

.bg-tile3 {
    background-color: #1F8FFF;
}

.bg-tile4 {
    background-color: #008080;
}

.bg-tile5 {
    background-color: #5858a5 !important;
}

.bg-tile6 {
    background-color: #FF8040;
}

.bg-tile7 {
    background-color: #36A1A1 !important;
}

.bg-tile8 {
    background-color: #537FC6 !important;
}

.bg-tile9 {
    background-color: #246B4D !important;
}

.bg-tile10 {
    background-color: #1B4C50 !important;
}

.table th, .table thead th {
    font-weight: 800;
}

.table-bordered td, .table-bordered th {
    vertical-align: middle;
}

label.error {
    color: #da542e;
}

.lbl-info {
    line-height: 2.6;
    min-width: 98px;
}

button i.fa-search, button i.fa-plus, button i.fa-angle-left, a i.fa-exclamation-triangle, a i.fa-angle-left, a i.fa-tasks, button i.fa-recycle, button i.fa-hand-pointer {
    margin-right: 3px;
}

.group-item {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
}
/* switch css start*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* switch css end */

/* pagination start */
.paging-button {
    border: 1px Solid #F4F4F4;
    padding: 10px 12px 10px 12px;
}

    .paging-button.active {
        border: 1px Solid #F4F4F4;
        background-color: #3C8DBC;
        padding: 10px 12px 10px 12px;
        color: #FFF;
    }
/* pagination end */

.img-preview {
    width: 150px;
    height: 150px;
    padding: 5px;
    margin-bottom: 120px;
    max-height: 150px;
    max-width: 150px;
}
/*label {
    font-weight: 700;
}*/
.icon-active-inactive {
    font-size: 35px;
    /*position: relative;
    top: 10px;
    right: 0px;*/
    cursor: pointer;
    vertical-align: middle;
}

.pr-active {
    color: green;
}

.pr-inactive {
    color: #bebebe;
}

.active-inactive-switch {
    position: relative;
    /* display: inline-block; */
    width: 60px;
    height: 28px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .active-inactive-switch .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 25px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.radio-title {
    vertical-align: middle;
}

.rbt-container-sendto {
    max-width: 100px;
    padding-top: 5px;
}

.rbt-container-promotiontype {
    max-width: 125px;
    padding-top: 5px;
}

.rbt-container-type-promotion {
    max-width: 110px;
    padding-top: 5px;
}

.rbt-container-type-notification {
    max-width: 180px;
    padding-top: 5px;
}

.sp-logout {
    font-size: 18px;
    font-weight: 800;
}

.icon-logout {
    font-size: 18px;
    margin-left: 2px;
}

.cancel-screen {
    background: #a2a2a2;
}

/* active-inactive switch start */
/*.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 25px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 8px;
    right: 36px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}*/
.on-off-switch-main {
    background: transparent;
    /*position: absolute*/
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 4px;
}
a.on-off-switch-main, button.on-off-switch-main {
   padding:0!important;
}

table tbody td .onoffswitch{
    margin:auto;
}
.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 25px;
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 10px;
        background-color: #8BC34A;
        color: #FFFFFF;
        height: 25px;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #F44336;
        color: #999999;
        text-align: right;
        height: 25px;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border: 2px solid #ffff;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* end */
.cat-control {
    position: absolute;
    right: 18px;
    top: -5px;
}
.add-cat-subcat, .remove-cat-subcat {
    float: right;
    position: relative;
    top: 45px;
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    border-radius: 100%;
    width: 20px;
    line-height: 1.2;
    text-align: center;
}
.add-cat-subcat {
    color: green;
    /*background: #f8f9fa;
    height: 20px;
    border-radius: 100%;
    width: 20px;
    line-height: 1.2;
    text-align: center;*/
    /*top: 42px;
    right: 15px;*/
}
.remove-cat-subcat {
    color: red;
    /*background: #f8f9fa;
    height: 20px;
    border-radius: 100%;
    width: 20px;
    line-height: 1.2;
    text-align: center;*/
    /*top: 42px;
    right: 40px;*/
}
    .uploaded-image-detail {
        margin-top: 20px;
    }

.chk-set-default,.chk-label {
    line-height: 1.8;
}

.subcat-image {
    margin-top: 20px;
}

.business-qty, .cat-subcat-group {
    padding: 5px;
    background: #eeeeee;
    margin: 0;
}

.cat-subcat-group {
    margin-bottom: 15px;
}

.cat-subcat-group .form-group {
    max-width: 46%;
}

.add-cat-subcat {
    display: none;
}
.cat-subcat-container .cat-subcat-section:first-of-type .remove-cat-subcat {
    display: none;
}
.cat-subcat-container .cat-subcat-section:last-of-type .add-cat-subcat {
    display: inline-block;
}
.business-info {
    margin: 0;
    padding-left: 14px;
}
/*.uploaded-image-detail .subcat-image:first-of-type .image-control {
    display: none;
}*/
.image-control {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 2;
}
.icon-delete-image {
    float: right;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    border-radius: 100%;
    width: 20px;
    line-height: 1.2;
    text-align: center;
    color: red;
    display: inline-block;
}
.lbl-disabled {
    background: #cccccc9e;
    color: #737373;
    min-height:35px;
}
#subCategoryImage{
    z-index:0;
}
.ui-autocomplete {
    z-index: 1051;
}
#spnNotificationCount {
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}
.product-pm-control {
    position: absolute;
    right: 11px;
    top: 40px;
}
    .product-pm-control i.remove-icon {
       top:0;
    }
.remove-icon {
    color: red;
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    border-radius: 100%;
    width: 20px;
    line-height: 1.2;
    text-align: center;
}
/*.clear-autocomplete {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #ccc;
    z-index:1;
}*/
.ui-autocomplete {
  
    z-index: 1057 !important;
}
.txt-promotion {
    max-width: 15%;
}
.text-blue {
    color: #27a9e3;
}
.bg-order-count {
    background-color: #19324b !important;
}
#tblOrderListInfo td[data-th="Transaction Id"] span {
    word-break: break-all;
    word-spacing: unset;
}
/*#tblOrderListInfo tr td, #tblOrderListInfo tr th{
    padding: 8px;
}*/
.lbl-order-info {
    padding-left: 5px;
    color: #6e6c6c;
    margin-right: 10px;
    box-shadow: 1px 1px 1px 1px #ededed;
    padding: 4px 8px;
}
.lbl-order-info span:first-child{
    font-weight:800;
}
.table td {
    padding: 2px 5px 2px 5px;
}
.table thead th {
    padding: 8px;
}
.table thead th:last-child{
    min-width:80px;
}
.table tbody tr td[data-th="Action"] .btn-md {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.6;
    border-radius: 1px;
}
div.datepicker-days .table thead th:last-child {
    min-width: auto;
}
.dd-hour {
    max-width: 65px;
}
.day-time-container {
    max-width: 230px;
}
.header-pagination {
    margin-bottom: 1rem;
}
.div-goto-page {
    position: absolute;
    right: 20px;
    width: 100px;
    cursor: pointer;
}
.pagination-container{
    float:left;
}
.txt-error {
    border: 1px #da542e solid;
}
/* Chrome, Safari, Edge, Opera */
input.txt-goto-page::-webkit-outer-spin-button,
input.txt-goto-page::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.rbt-container-promotiontype-byun {
   
    padding-top: 5px;
}
.product-modal-container {
    max-height: 310px;
    overflow-y: auto;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.btn-select-product {
    padding-left: 0;
    padding-top: 0;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-t-10 {
    padding-top: 10px;
}
.no-action{
    pointer-events:none;
}
.total-record-info {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.total-record {
    background-color: #607D8B;
    font-weight: 600;
    padding-top: 4px;
}
/* media css Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .card-body {
    padding: 10px;
}

.container-fluid {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

body {
    min-height: 100%;
    overflow-y: scroll;
}
.btn-md {
    padding: 0.275rem 0.55rem;
}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
   

    body {
       min-height:100%;
       overflow-y:scroll;
    }
}
table th.sortorder {
    cursor: pointer;
    position: relative;
}
.sortorder.asc:before, .sortorder.desc:after {
    opacity: 1;
}
.sortorder:before {
    right: 1em;
    content: "\2191";
}
.sortorder:after {
    right: 0.5em;
    content: "\2193";
}
.sortorder:before, .sortorder:after{
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
.orderstatus-completed {
    background-color: #8BC34A !important;
    color: #fff;
}
.orderstatus-cancelledandrefunded, .orderstatus-cancelled {
    background-color: #e39792 !important;
    color: #fff;
}
#divFullPageLoading {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1050;
    top: 0;
    background: #ffffff78;
    left: 0;
    bottom: 0;
    right: 0;
}
.overlay-fullpage i {
    top: 50%;
    left: 50%;
    position: absolute;
}
.p-0{
    padding:8px;
}
tfoot .no-record th, tfoot.final-total th,.record-total th {
    font-weight: 600;
    padding: 5px!important;
}
.report-container .card-header{
    padding:8px;
}
.report-container .card-header h5 {
    margin: 0;
}
.report-container .card-body{
    padding:0;
}
.scrollable-table {
    max-height: 310px;
    overflow-y: auto;
    
}
.more-address {
    background: #607D8B;
    padding: 1px 5px;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}
.cursor-pointer{
    cursor:pointer;
}
.text-green{
    color:green;
}
.text-red{
    color:red;
}
.td-loadmore {
    text-align: center;
    padding: 15px!important;
}
.product-box {
    box-shadow: 0px 1px 2px 1px #cccccc52;
}
.product-accordion-title, .product-accordion-title:hover {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}
/*.product-accordion-title:not(.collapsed)::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
}
.product-accordion-title::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
}*/
.validate-summory-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.h-100{
    height:100vh!important;
}
.div-noaccess {
    position: absolute;
    top: 30%;
    left: auto;
    right: auto;
}