﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker3.css");

/* CSS Document */

a, a:active, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}

* {
    font-family: 'Roboto', sans-serif;
}

body {
    line-height: 1;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cabin', sans-serif;
    word-spacing: normal;
    letter-spacing: 0.5px !important;
}

/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */

.custom-check {
    display: none;
}

    .custom-check + label {
        color: #999;
        font-size: 14px;
        position: relative;
        margin: 0;
        padding-left: 30px;
        font-weight: normal;
    }

        .custom-check + label:before {
            width: 20px;
            height: 20px;
            position: absolute;
            content: "";
            border: 1px solid #607D8B;
            left: 0;
            top: -4px;
            transition: all 0.3s;
            background: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
        }

    .custom-check:checked + label:before {
        background: #0054a6;
        border-color: #0054a6;
    }

    .custom-check + label:after {
        width: 12px;
        height: 7px;
        position: absolute;
        content: "";
        transition: all 0.3s;
        left: 4px;
        border: 2px solid transparent;
        transform: rotate(0deg);
        top: 1px;
    }

    .custom-check:checked + label:after {
        border-left-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(-45deg);
    }

.custom-control {
    padding-left: 0;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
}
/* -----------------------------------------------End Custom Checkbox ----------------------------------------------- */

/* ----------------------------------------------- Custom Scroller ----------------------------------------------- */

/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #2fa3be;
    border-radius: 10px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* ----------------------------------------------- Custom Scroller End ----------------------------------------------- */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #30aecf;
    outline: 0;
    box-shadow: 0 0 10px #03a9f44a;
}

::-webkit-input-placeholder {
    font-size: 12px !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px !important;
}

.bold {
    font-weight: 500;
}

.bg-blue {
    background-image: url(../images/bg-blue.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
}

.relative {
    position: relative;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitebox {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.max-w1 {
    max-width: 320px;
    width: 100%;
}

.wrapper img.login-logo {
    width: 100%;
    max-width: 160px;
}

h3 {
    font-size: 18px;
}

.breadcrumb-item.active {
    color: #005e9a;
}

.form-group.relative .fa {
    position: absolute;
    left: 6px;
    top: 11px;
    color: #024a7a;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.form-group.relative input {
    padding-left: 30px;
}

.btn.btn-grey {
    background: url(../images/bg-blue.jpg) center center #005E9A;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    line-height: 28px;
}

    .btn.btn-grey:hover, .btn.btn-grey:focus, .btn.btn-grey:active {
        background: #012640;
        outline: none;
        box-shadow: none;
    }

.whitebox .footer {
    font-size: 13px;
    color: #999;
}

.form-group.active.relative .fa {
    color: #0054a6;
    box-shadow: 0 0 10px #03a9f44a;
}

/* Dashboard */

a.navbar-brand .img-fluid.logo {
    width: 100%;
    max-width: 150px;
    margin-right: 20px;
}

a.navbar-brand .mini-logo {
    display: none;
}

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
}

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        background: #fff !important;
    }

span.profile-pic-header img {
    /*max-width: 32px;*/
    margin-right: 0;
}

span.nav-left-toggle {
    padding: 7px 7px;
    margin-left: 2rem;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.navigation {
    background: url(../images/bg-blue.jpg) top right #005E9A;
    width: 270px;
    position: fixed;
    top: 48px;
    bottom: 0;
    padding: 10px 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

    .navigation .heading {
        font-size: 12px;
        padding: 10px 20px;
        color: rgba(255, 255, 255, .5);
    }

    .navigation ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.navbar-toggler {
    margin-left: auto;
    color: #000 !important;
}

.dash-left-nav .navigation ul.menu li a {
    padding: 15px;
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

    .dash-left-nav .navigation ul.menu li.active a, .dash-left-nav .navigation ul.menu li a:hover, .dash-left-nav .navigation ul.menu li a:focus {
        background: #2196F3;
        border-radius: 30px 0 0 30px;
        margin-left: 5px;
    }

    .dash-left-nav .navigation ul.menu li a span.fa {
        margin-right: 10px;
        font-size: 18px;
    }

.dash-left-nav ul.sub-menu {
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
    background: #0769a9;
    display: none;
}

.dash-left-nav .menu > li.show ul.sub-menu {
    display: block;
}

.content-wrapper {
    margin-top: 48px;
    margin-left: 270px;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    padding: 0px 20px;
}

body.mini-nav .dash-left-nav .navigation ul.menu li a {
    font-size: 0;
}

body.mini-nav .navigation .heading {
    font-size: 0;
}

body.mini-nav .navigation {
    width: 48px;
}

body.mini-nav .content-wrapper {
    margin-left: 48px;
}

body.mini-nav img.img-fluid.logo {
    display: none;
}

body.mini-nav a.navbar-brand .mini-logo {
    display: block;
    max-width: 30px;
}
/*
body.mini-nav span.nav-left-toggle {
    margin-left: 0rem;
}*/

/*body.mini-nav .navbar {
    padding-left: 6px;
}*/

body.mini-nav section.footer {
    margin-left: 30px;
}

.bg-primary {
    background-color: #005e9a !important;
}

.content-wrapper .inner-header {
    padding: 5px 20px;
    background: url(../images/bg-blue-pageheader.jpg);
    background-size: cover;
}

.navbar .dropdown-item {
    font-size: 0.9rem;
    padding: 0.7rem;
}

    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
        color: #fff;
        background-color: #005e9a;
    }

.breadcrumb {
    background: transparent;
    justify-content: flex-end;
    margin-bottom: 0;
}

.content-wrapper .inner-header h2 .fa {
    color: #0054A6;
    margin-right: 10px;
    font-size: 28px;
}

.content-wrapper .inner-header h2 {
    font-size: 24px;
}

    .content-wrapper .inner-header h2 .fa {
        font-size: 22px;
    }

.content-wrapper .inner-data-box {
    padding: 20px;
    min-height: calc(100vh - 137px);
}

.white-box {
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

button.accordion-heading:hover, button.accordion-heading:active, button.accordion-heading:focus {
    outline: none;
}

button.accordion-heading.collapsed:after {
    content: '\f077';
    position: absolute;
    right: 0;
    top: 37%;
    font: normal normal normal 14px/1 FontAwesome;
}

button.accordion-heading:after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 37%;
    font: normal normal normal 14px/1 FontAwesome;
}

button.accordion-heading {
    background: transparent;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
}

.user-name-table {
    margin-top: 1.1rem !important;
}

section.footer {
    display: none;
    margin-left: 270px;
    background: #9E9E9E;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    COLOR: #FFF;
    FONT-SIZE: 12px;
    transition: all 0.3s ease-in-out;
}

.error {
    color: red;
}
/* End Dashboard */

form#addTenantPopup {
    margin-bottom: 0;
}

.btn.btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}

    .btn.btn-primary:hover {
        background-color: #012640;
        border-color: #012640;
    }

/*2 Nov 2020*/
.but_custom .dataTables_filter {
    /*margin-right: 120px;*/
}

.add_custom {
    position: relative;
    z-index: 99;
}

.custom_pos {
    position: absolute;
    right: -15px;
    top: -3px;
}

.but_custom .dataTables_length label, .but_custom .dataTables_filter label, .but_custom .dataTables_info, .but_custom .dataTables_paginate a {
    font-weight: 700;
}

.custom_store_pos {
    position: absolute;
    right: 0px;
    top: -3px;
}

input#btnToken {
    position: relative;
    top: 24px;
    right: 13px;
    padding: 0px 18px 6px 8px;
}

/*16-11-2020    Contactless payment*/


html, body {
    min-height: 100vh;
}

body {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    background: #fbf9fe;
    position: relative;
    height: 100%;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overLay {
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin: 0;
}

img {
    max-width: 100%;
}

.profile-pic-img {
    max-width: 20%;
}

p {
    margin-bottom: 0px;
}

.main {
    margin-bottom: 20px;
}

.topHeading {
    /* position: fixed;
    width: 100%;*/
    background-color: #fbf9fe;
    z-index: 1;
}

.bodycontentSec {
    padding-top: 60px;
}
/* Login CSS START ==================*/

.mainContainer {
    padding: 20px;
    min-height: 100vh;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
}

.powered-section {
    text-align: center;
    margin-bottom: 20px;
    padding: 70px 0;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 0 10px #3535354a;
}


img.ximpli-logo {
    width: 100px;
}

.login-form {
    min-height: calc(100vh - 230px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-form > .form-group > label {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .login-form > .form-group > input {
        border-radius: 0;
        height: 45px;
        background: #fbfbfb;
    }

.remember-section {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.login-form > .form-group {
    margin-bottom: 25px;
}

.btn.login-btn {
    background: #052766;
    width: 100%;
    color: #fff;
    font-size: 25px;
    padding: 10px;
    margin: 0;
}


/* Login CSS End ==================*/


/* home page CSS start ==================*/

.topHeading p {
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    margin-top: -22px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    color: #464147;
}

.toggleMenu {
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 20px;
    color: #4a9ad4;
}

.VerifyInfo {
    /*background: white;*/
    padding: 15px 20px;    
}
.h300{
    max-height:300px;
    min-height:100px;
    overflow:auto;
}

    .VerifyInfo ul {
        margin: 0px;
        padding: 0px;
    }

        .VerifyInfo ul li {
            color: #171717;
            font-weight: 400;
            margin-bottom: 15px;
        }

.confiBtn .btn {
    width: 100%;
    background-color: #5380bd;
    color: #ffffff;
    font-size: 18px;
}

.updtBtn .btn {
    width: 100%;
    background-color: #9e999f;
    color: #ffffff;
    font-size: 18px;
}

.menuItems ul li a {
    color: #565656;
    font-size: 14px;
    padding: 7px 0px;
    display: inline-block;
    font-weight: 500;
    width: 100%;
}
/*.topSection {
    position: relative;
}*/
.sidepanel {
    background: #f9f7fc;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -800px;
}

.openmenuPanel .sidepanel {
    left: 0px;
}

.menuItems ul li a:hover {
    text-decoration: none;
}

.menuItems {
    padding: 10px;
}

    .menuItems ul li {
        border-bottom: 1px solid #eaeaea;
    }

        .menuItems ul li a i {
            width: 28px;
            text-align: center;
            font-size: 14px;
        }

.menulogo {
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
}

.openmenuPanel .overlay {
    content: '';
    background-color: #0000003d;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.5s;
    right: 0;
    z-index: 1;
}
/* home page CSS End ==================*/


/* Account Home page CSS Start ==================*/
.acntHome_content li {
    display: flex;
    justify-content: space-between;
}

.acoutinfTime p {
    font-size: 12px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 8px;
}

.accountNub p {
    font-size: 16px;
    font-weight: 700;
    color: #615f5f;
    margin-bottom: 5px;
}

.acontSum p {
    color: #7d7d7d;
    font-weight: 700;
}

.VerifyInfo ul li:last-child {
    margin-bottom: 0px;
}

.otherpayInput {
    width: 35%;
}

    .otherpayInput input {
        height: 28px;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5380bd;
    background-color: #5380bd;
}

/* Account Home page CSS End ==================*/

/***** make payment start =======*/

.paymessageText {
    border: 1px solid #dadada;
    padding: 10px;
    color: #797878;
}

.paymentfee_box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #615f5f;
    margin-bottom: 5px;
    margin-top: 15px;
}

.otherpayInput select {
    height: 30px;
}

.addBank_info label {
    color: #797878;
    font-weight: 400;
    margin-bottom: 3px;
}

.addBank_info input {
    height: 30px;
}

.paymentDateMesg {
    color: #797878;
    font-weight: 400;
    margin-top: 15px;
}

.DebitCreditList {
    display: grid !important;
}
/*#AddBankAccount {
    display: none;
}*/
/*#PayTransFee {
    display: none;
}*/
/*#AddNewCardBox {
    display: none;
}*/
/*#NewCardAddBox {
    display: none;
}*/

/*#AddedBankNumber {
    display: none;
}
*/


/*.ShowBox {
    display: block !important;
}*/
/*.ShowBoxCard {
    display: block !important;
}*/
/*.ShowAddbankBox {
    display: block !important;
}*/
/*.ShowBoxSec {
    display: block;
}*/

.AddNewCard p {
    font-size: 16px;
    font-weight: 700;
    color: #615f5f;
    margin-bottom: 5px;
    margin-top: 15px;
}

.title-first h2 {
    color: #1e50c1;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
}

.homebtn a {
    color: #ffffff;
    background-color: #c1291e;
    padding: 13px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}

.mainContainer {
    padding: 70px 0px;
}

.loginpage {
    height: 100vh;
    background: #efefef;
}

.subtotal .acntHome_content {
    border-top: 1px solid #c3c3c3;
    padding-top: 17px;
}

.homefooter {
    margin-top: 20px;
}
.tiplink {
    background-color: #cecbcb;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}
    .tiplink span {
        color: #000000;
    }

.total_amunt {
    color: #1e50c1 !important;
    font-size: 22px;
    font-weight: 600 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1e50c1;
}

.user_pay h2 {
    color: #1e50c1;
    font-size: 45px;
    margin: 35px 0px;
}

.message_sec p {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.user_pay {
    font-size: 26px;
    margin-top: 10px;
}

.user-message {
    padding: 0px 0px 5px 0;
}

.container {
    max-width: 530px;
}

i.fas.fa-angle-left.left-icon {
    padding-top: -50px;
    position: relative;
    top: 12px;
    left: 22px;
    font-size: 20px;
}

.payment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.AddTenant {
    width: 111px;
}

.AddStore {
    width: 100px;
}

.title-second {
    margin: 27px 0px 0 0;
}

.pay-amount {
    margin: 14px 0 0 0;
}

.AddTenant {
    width: 111px;
}

.AddStore {
    width: 100px;
}

.title-second {
    margin: 27px 0px 0 0;
}

.pay-amount {
    margin: 14px 0 0 0;
}

.btnPay {
    background: #005e9a;
    color: #fff;
}

.get-tip {
    margin-top: 11px;
}

.main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tip-pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tip-pay .form-control {
        margin-right: 10px;
    }

.Excetion-Error {
    background: #ddd;
}

.main-heading {
    font-size: 24px;
}

.date-form .form-control {
    font-size: 14px;
}

.table-style thead th,
.table-style tfoot th {
    background: #005E9A;
    font-weight: bold;
    color: #fff;
}

.table-style tfoot th {
    background: #f6f6f6;
    border-bottom: 1px solid #111;
    font-weight: bold;
    color: #212529;
}

.view-more {
    font-size: 12px;
    color: #fff;
    background: #005E9A;
    padding: 4px 5px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

td.active.day {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.datepicker table tr td {
    width: 30px !important;
    font-size: 14px !important;
    height: 25px !important;
}

    .datepicker table tr td.today {
        color: #FFF !important;
        background-color: #2196f3 !important;
        border-color: #2196f3 !important;
    }


.VerifyInfo.cardStyle {
    background: #2196f3;
    border-radius: 3px;
    flex-direction: row;
    display: flex;
    width: 91%;
    margin: 10px auto;
    padding: 15px 0;
}

.VerifyInfo.cardStyle .cardStyleItem {
    display: flex;
    flex-flow: column;
    flex: 1;
    color: #fff;
    align-items: center;
}

.cardStyleItem .cardValue {
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}
.StoreMenu {
    text-align: center;
    margin: 9px 0 0 0;
    font-weight: 600;
}

.paymentModalPopUp label.error {
    width: 100%;
}

.qr-code .fa {
    font-size: 26px;
}
th {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 0 !important;
    box-shadow: 0px -4px 0px -3px rgba(133,133,133,0.75) inset;
    -webkit-box-shadow: 0px -4px 0px -3px rgba(133,133,133,0.75) inset;
    -moz-box-shadow: 0px -4px 0px -3px rgba(133,133,133,0.75) inset;
}

    th:first-child {
        border-left: 1px solid #dddddd;
    }
/*table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 0px !important;
    border-bottom: 1px solid #111;
}*/
/***** make payment end =======*/
/*Start Media Query --- Please put all respective media queries in bottom of this page*/
@media only screen and (max-width:1024px) {
    .mob-center {
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .collapse.show {
        display: block;
        position: absolute;
        top: 48px;
        background: #fff;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ddd;
        padding-left: 55px;
    }

    ul.navbar-nav.ml-auto {
        text-align: right;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    nav.navbar {
        height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .content-wrapper {
        margin-left: 48px;
    }
    /*  .select-font-0 {
        font-size: 12px !important;
    }*/
    option:first-child {
        font-size: 12px !important;
    }

    select option[value=""] {
        color: #999999;
        font-size: 12px !important;
    }
}


body {
    background-color: #eee
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}

.add-icon {
    background: #369c15;
    font-size: 16px;
    color: #fff;
    padding: 0px !important;
    width: 26px;
    height: 36px;
}

.qrImg {
    height: 300px;
    width: auto;
}

.cardPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
}

.poupLogo {
    width: 168px;
    height: 38px;
    object-fit: contain;
}

.cardBox {
    box-shadow: 0 0 5px 0 grey;
    padding: 20px;
    margin-top: 30%;
}
.gray-bg {
    background: #ececec;
}
.cardBox.customCardBox {
    box-shadow: 0 8px 16px -6px black;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#paymentModal .pay-info {
    background: #2196F3;
    color: #fff;
    padding: 10px 16px;
    display: block;
    font-size: 15px;
    margin-bottom: 16px;
    border-radius: 3px;
}

    #paymentModal .input-group-text {
        background-color: #fff
    }
#paymentModal .pay-info .payAmount {
    float: left;
    width: 25%;
    font-size: inherit;
}

#paymentModal .pay-info .transcactionID {
    float: right;
    width: 75%;
    font-size: inherit;
}
    #paymentModal .pay-info .payAmount span,
    #paymentModal .pay-info .transcactionID span {
        display: block;
        font-size: 15px;
        margin-top: 3px;
        font-weight: normal;
    }

.enterCheckNumber {
    display: block;
    text-align: right;
    margin-right: 1em;
}

.skipTipBtn {
    background: none;
    border: 0;
    outline: none;
}

.GetThirdParial {
    background: #ccc;
    border: 0;
    outline: none;
    width: 100%; 
    height: 36px;
    border-radius: 4px;
}
.Loader {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    background: #fff;
    border-radius: 100%;
}
.Loader.loader2 {
    top: 20%;
    background: transparent;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:991px) {
}
    /* Smaller than standard 768 (devices and browsers) */
    @media only screen and (min-width: 768px) {
        .btn + .btn {
            margin-left: 10px;
        }

    }


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

    /* Smaller than standard 480 (devices and browsers) */
    @media screen and (max-width: 480px) {
        h3 {
            font-size: 16px;
        }

        .max-w1 {
            max-width: 300px;
        }

        span.nav-left-toggle {
            margin-left: 0;
        }


        #paymentModal .pay-info .transcactionID,
        #paymentModal .pay-info .payAmount {
            float: none;
            width: 100%;
        }

            #paymentModal .pay-info .transcactionID span,
            #paymentModal .pay-info .payAmount span {
                float: none;
                width: 100%;
            }

        #paymentModal .pay-info .payAmount {
            margin-bottom: 0.6em;
        }
    }
    /* Smaller than standard 767 (devices and browsers) */
    @media screen and (max-width: 767px) {
        .navigation {
            width: 48px;
        }
        .enterCheckNumber {
            text-align: left;
            margin-right: 0;
        }

        .dash-left-nav .navigation ul.menu li a {
            font-size: 0;
        }

        body.mini-nav .dash-left-nav .navigation ul.menu li a {
            font-size: 16px;
        }

        body.mini-nav .navigation {
            width: 270px;
        }

        .content-wrapper {
            margin-top: 70px;
        }

        #addTenantPopup .form-group {
            margin-bottom: 0;
        }

            #addTenantPopup .form-group .form-control {
                margin-bottom: 14px;
            }

        #addStorePopup .form-group {
            margin-bottom: 0;
        }

            #addStorePopup .form-group .form-control {
                margin-bottom: 14px;
            }

        #paymentModal .pay-info .payAmount span,
        #paymentModal .pay-info .transcactionID span {
            margin-top: 0;
        }
    }
    /* Smaller than standard 340 (devices and browsers) */
    @media only screen and (max-width: 340px) {
    }
    /* Smaller than standard 321 (devices and browsers) */
    @media only screen and (max-width: 321px) {
    }
    /*End Media Query*/


.breadcrumb {
    font-size: 18px !important;
}

    .breadcrumb > li {
        display: inline-block !important;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px !important;
        color: #ccc !important;
        content: "\f0da" !important;
    }
