﻿@media only screen and (max-width: 760px) {
    body {
        font-size: 8px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 14px;
    }
    h5, .h5 {
        font-size: 10px;
    }
    .p-5 {
        padding:2rem 3rem 2rem 3rem !important;
    }
    .pb-1 {
        padding-bottom: 1rem !important;
    }
    .col-lg-4.col-sm-12{
        width: 100%;
    }
    .media-m-10{
        margin-top:10px;
    }
    .page-body-wrapper.full-page-wrapper {
        min-height: 90vh;
        padding-bottom: 30px;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 0.615rem;
    }

    ul li, ol li, dl li {
        line-height: 1.5;
    }
    .widget-stat .media .media-body p {
        font-size: 13px !important;
    }
    .sidebar .nav .nav-item .nav-link .menu-title {
        font-size: 0.75rem;
        line-height: 0.8;
    }
    .sidebar .nav .nav-item .nav-link {
        padding: 5px 0 5px 0;
    }
    .sidebar .nav.sub-menu .nav-item .nav-link {
        font-size: 0.7rem;
    }
    .card-header{
        font-size:12px;
    }
    .h-350 {
        height: 250px !important;
    }
    .table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
        font-size: 0.675rem;
        padding: 0.4375rem;
    }
    label{
        font-size:10px;
        padding-top:10px;
    }
    label.form-check-label {
        padding-top: 5px;
    }
    .form-check .form-check-label {
        font-size: 0.595rem;
        line-height: 0.5;
    }
    .modal {
        width: 120%;
    }
    .form-check-input[type=checkbox] {
        width: 2em;
        height: 2em;
    }
    .form-check-input {
        width: 1.25em;
        height: 1.15em;
    }
        .manualDiscountDiv{
        margin-top:-15px;
    }
    .modal .modal-dialog .modal-content .modal-body {
        padding: 15px 26px;
    }
    .form-control, .typeahead, .tt-query, .tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .custom-datatable .dataTables_wrapper select, .dataTables_wrapper select, .asColorPicker-input {
        font-size: 0.7125rem;
    }
    .footer {
        background: #f8f9fb;
        color: color(dark);
        padding: 5px 25px 12px 37px;
        font-size: calc(0.65rem - 0.05rem);
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }
    .auth .brand-logo {
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .auth form .form-group .form-control, .auth form .form-group .asColorPicker-input, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=text], .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=number], .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead, .auth form .form-group .tt-query, .auth form .form-group .tt-hint {
        background: transparent;
        border-radius: 0;
        font-size: 0.8125rem;
    }
    .auth form .form-group {
        margin-bottom: 0.7591rem;
    }
    .auth form .auth-form-btn {
        height: 30px;
        min-width:80px;
        line-height: 0.5;
    }
    .form-control-lg {
        min-height: 2.8175rem;
        padding: 0.4rem 0.8484rem;
    }
    #login-Image{
        display:none;
    }
    
}