﻿@media screen and (max-width:1980px) and (min-width:1537px) {

    #myTab > .nav-item button, .verticleTabs .nav-tabs .nav-item button {
        font-size: 14px;
    }

    .totalItemsBillAmount {
        font-size: 22px !important;
        font-weight: 500;
    }

    .w-20 {
        width: 19.65% !important
    }
}

@media screen and (max-width:1536px) and (min-width:1451px) {
    .tax-area > div > input {
        width: 40%;
    }

    .h-40 {
        height: 50% !important;
    }
}

@media screen and (max-width:1450px) {
    .tax-area > div > input {
        width: 42%;
        float: right;
        text-align: right;
    }

    .tax-area label {
        font-size: 9px;
    }

    .nav-item input {
        font-size: .85rem
    }

    .addRow {
        right: 0%;
        padding: 0px;
        background: #dc3545;
        z-index: 99;
        color: white;
        top: 0%;
        font-size: .85rem;
    }
}

@media screen and (max-width:1280px) {
    .dataTables_wrapper {
        overflow: hidden;
    }

    .rest-table h3, .paymentPending h3, .running-table h3 {
        font-size: 20px;
    }

    .running-table b, .paymentPending b {
        top: 65%;
    }

    #myTab > .nav-item button,
    .verticleTabs .nav-tabs .nav-item button {
        min-height: 30px;
        font-size: 10px !important;
    }

        #myTab > .nav-item button:has(sup) {
            white-space:nowrap !important;
        }

    .k-grid-header th.k-header {
        font-size: 12px;
    }

    /*#itemTable #grid table tr td:nth-child(4):first-letter, #itemTable #grid table tr td:nth-child(1):first-letter {
        color: red;
        font-size: 12px;
        text-align: center;
    }

    #itemTable #grid table tr td:nth-child(4), #itemTable #grid table tr td:nth-child(1) {*/
        /*display:none;*/
        /*font-size: 0px
    }*/
}

@media screen and (max-width:1024px) {
    .mobadjbtn a {
        display: inline-block;
        margin: 2px auto;
        width: 47%;
        text-align:center
    }

    .overlay-text h6 {
        font-size: 14px;
    }

    .overflowItems > form > div > div.border {
        height: 70px !important;
    }
    .col-lg-1:has(a){
        min-width:111px;
    }
    .running-table b, .paymentPending b {
        top: 70%;
    }
}

@media screen and (max-width:768px) {
    .panel .table-overflow {
        overflow: auto;
    }

    .menu_bar {
        display: inline-block !important;
        cursor: pointer;
    }

    .menu-item {
        position: absolute;
        left: -100%;
        width: 100%;
        /*background-image: url('../Image/universal.jpg');*/
    }

    .mob-hide {
        display: none !important;
    }

    .menu-item .list-inline {
        background: white;
        border-radius: 10px;
        margin: 5px;
    }

        .menu-item .list-inline .list-inline-item {
            display: block !important;
        }

    .dropdown {
        width: 100%;
        position: relative !important;
        background-color: #7f5155d6;
        border-radius: 5px;
    }

    .sub-dropdown {
        width: 100%;
        position: relative !important;
        left: 0px !important;
        margin-top: 5px !important;
    }

    .dropdown .list-unstyled li:hover .icofont-simple-right {
        transition: all 1s linear 0s;
        position: relative;
        left: 100%;
    }

    .menu-item .list-inline .list-inline-item:hover {
        background-color: #1917174d;
        transition: all 0.1s linear 0s;
    }

    main, .page-info-area-1 {
        min-height: calc(100vh - 40px);
    }

    .left-dashed-border, .right-dashed-border {
        border: 1px dashed grey !important;
        border-top: none !important;
        border-bottom: none !important;
    }
}

@media screen and (max-width:430px) {
    .mobadjbtn a {
        width: 47%;
        text-align: center
    }

    .fontChanger {
        font-size: 8px !important;
    }

    #cooking {
        position: relative;
        margin: 0 auto;
        top: 0;
        width: 100%;
        height: 60%;
        overflow: hidden;
    }

    .chngemobpad b, chngemobpad a {
        margin-bottom: 10px;
    }

    .table-overflow {
        padding: 0px 5px;
    }

    .card_title {
        text-align: center;
    }

    #preloader h3 {
        position: relative;
        left: 33%;
    }

    .table_indicator li:first-child {
        width: 100% !important
    }

    .table_indicator li:nth-child(n) {
        width: 45%;
        margin-top: 5px
    }

    .mobadjbtn button {
        width: 49%;
        margin: 2px 0px;
    }

    .dataTables_filter label {
        display: block !important;
    }

        .dataTables_filter label input {
            width: 85% !important;
            margin-bottom: 5px;
        }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }

    .dataTables_wrapper .dataTables_info {
        float: right !important;
        text-align: right !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: left !important;
        text-align: left !important;
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 1rem !important;
    }
}

@media screen and (max-width:384px) {
    .mobadjbtn a {
        width: 46%;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width:280px) {
    .col-6 {
        width: 100% !important
    }
}
