html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



h1 {
    font-weight: normal;
    font-size: 2.3rem;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.850rem 1.25rem;
        font-size: 1.2rem;
        color: #e68a31;
        background: #808080;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.list-group-item-light {
    background-color: rgb(248, 249, 250);
}

a.list-group-item-light {
    color: #00155b !important;
}

#sidebar-wrapper .fa-fw {
    color: #666;
}

thead tr {
    background-color: #efefef;
}

.filter {
    border: 1px solid #bbb;
    background-color: #efefef1f;
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-through {
    text-decoration: line-through;
}

.table td {
    vertical-align:middle;
}

.btn-xsm {
    padding: 0.15rem 0.25rem;
    font-size: .775rem;
    border-radius: 0.2rem;
}

.no-border {
    border-bottom: 0;
}

tr.border-0 td {
    border: 0;
}

.form-control,
.form-select,
.input-group-text {
    padding: 3px 6px;
}

.table-xsm td {
    padding: 0;
}

.togglePaymentMode:hover {
    background-color: #ccc;
    cursor: pointer;
}

@media print {
    .filter {
        display:none;
    }

    #sidebarToggle  {
        display: none;
    }

    h2 > a {
        display: none !important;
    }

    .nav-pills {
        display:none;
    }

    #transactionList {
        display: none;
    }

    #createincome {
        display:none;
    }

    .noprint {
        display:none;
    }

    #sidebar-wrapper {
        display:none;
    }
}

.bg-pink {
    background-color: orange!important;
}

#changeTerminal,
#checkTerminal {
    font-size: 30px;
}

#nextPOS,
#currentPOS {
    color: red;
}

.bg-info {
    background-color: #0dcaf0!important;
}

.table .text-success {
    color: #0c6026!important;
}