/* Body */
body {
    color: #6e707e;
}

/* Table */
table td {
    color: #6e707e;
}

/* Navigation */
.nav-brand a, .nav-brand a:visited, .nav-brand a:hover {
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 2px;
}

.nav-user a, .nav-user a:visited, .nav-user a:hover {
    text-decoration: none !important;
}

/* Sidebar */
.sidebar .nav-item .nav-link {
    padding: 0.6rem 1rem;
    font-size: 15px;
}

.sidebar .nav-item .nav-link i {
    width: 16px;
    height: 16px;
}

.bg-gradient-primary {
    background-color: #333333;
    background-image: linear-gradient(180deg, #3f3f3f 10%, #111111 100%);
}

/* Buttons */
.btn-link {
    color: var(--gray);
}

.btn-link:hover {
    color: var(--gray-dark);
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent !important;
    padding: 0;
    font-size: 15px;
}

/* Table */
.table {
    background-color: #fff;
}

.table thead, .table thead:hover {
    background-color: #444;
}

.table thead.table-light:hover {
    background-color: #444 !important;
}

.table thead th, .table thead th a, .table thead th a:visited {
    color: #fff;
    font-weight: 400;
}

.table tbody td, .table thead th {
    vertical-align: middle;
}

th.orderable::after {
    content: "\21C5";
}

.table-hover tbody tr:hover {
    cursor: pointer;
}

/* Footer */
.copyright {
    line-height: 20px !important;
    color: #858796;
}

/* Form */
.form-text {
    font-size: 13px !important;
}

.form-table {
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-table thead, .form-table thead:hover {
    background-color: transparent;
}

.form-table thead th {
    color: #5a5c69;
}

.form-label {
    color: #858796;
}

/* Login */
.container-login {
    color: #5a5c69;
    width: 480px;
    margin: 0px auto;
}

/* Money */
.money select {
    border: 1px solid #d1d3e2;
    padding-left: 8px;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    color: #6e707e;
}

/* Heading */
.heading-description {
    font-size: 1rem;
    line-height: 1.5rem;
}

h4 {
    color: #5a5c69;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #6e707e;
}

/* Pagination */
/*
.pagination {
    margin-top: 32px;
    font-size: 1rem;
}
.pagination li {
    padding: 4px 12px;
    margin: 0;
    border-radius: 4px;
    text-transform: capitalize;
}

.pagination li.active {
    background-color: #4e73df;
    pointer-events: none;
}

.pagination li a:hover {
    text-decoration: underline;
}

.pagination li.active a, .pagination li.active a:visited {
    color: #fff !important;
}
*/

/* select2 AJAX */
.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important; /* following form-control */
    height: calc(1.5em + .75rem + 2px) !important; /* following form-control */
    padding: 6px 12px;
    color: #6e707e !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e !important;
    padding: 0 4px !important;
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0 !important; }

.select2-results__option {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 3px;
}

/* convert input text to regular text in POS */
.pos-order-summary-text {
    color: #6e707e;
}

.pos-order-summary {
    border: none;
    background-color: #dce3f9 !important;
    padding: 0;
    font-size: 28px;
    font-weight: 800;
    color: #4e73df;
}

/* custom table */
td.inv-name-column {
}

td.inv-num-column {
    width: 50px;
}

td.inv-mp-column {
    width: 200px;
}

td.inv-actions-column {
    width: 150px;
}

td.inv-date-column {
    width: 180px;
}

/* Badge */
.sm-badge {
    padding: 8px 8px;
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 16px;
}

/* Currency Widget */
.sm-currency-widget {
    display: flex;
    align-items: center;
    border: 1px solid #dfe1e5;
    border-radius: 4px;
    padding: 5px;
    width: fit-content;
}

.sm-currency-widget input {
    border: none;
    outline: none;
    text-align: right;
}

.currency-label {
    background: #f8f9fa;
    padding: 5px 10px;
    border-left: 0px solid #dfe1e5;
    font-size: 14px;
    color: #555;
}