﻿.category-card-fix {
    margin-bottom: 3px;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}

.cropit-preview-image-container {
    cursor: move;
}

.dropzone .dz-preview .dz-remove {
    display: inline-block;
    padding-right: 5px;
    padding-left: 15px;
}

.dz-size {
    display: none;
}

.dz-filename {
    display: none;
}

.js-open-cropper-modal {
    font-size: 14px;
}

.field-validation-error {
    color: red;
}

.table-data {
    height: auto !important;
}

.details-thumb {
    width: 120px;
    height: 120px;
}

.main-content--p30 {
    padding-top: 1px;
}

.copyright {
    padding: 0px;
}

.d-lg-block {
    background: #365271;
}

.header__navbar ul li a {
    color: #FFF;
}

    .header__navbar ul li a:hover {
        color: #FFF;
    }

.account-dropdown .info .content {
    margin-left: 0px;
}

.store-detail-logo {
    width: 150px;
    height: 150px;
}

.header__navbar ul li {
    padding-top: 9px;
}

.icon-style {
    font-size: 16px;
    padding-right: 8px;
    color: #6c757d
}

    .icon-style:hover {
        color: #365271;
        font-size: 18px;
    }

.white-icon {
    font-size: 19px;
    padding-right: 8px;
    color: white
}

    .white-icon:hover {
        color: #d0cece
    }

.table-data-feature .item:hover {
    background: #365271;
    font-size: 18px;
}

.float-left {
    float: left
}

.card-header {
    background-color: #365271 !important;
    color: white
}

.required-field {
    color: red;
}

@media print {
    #content {
        display: block;
        background-color: #FFF;
        width: 45%;
        overflow: auto;
        color: black;
        font-size: 19px;
    }

    #content table {
        font-size: 19px;
    }

    #content table th {
        font-weight: 600;
        padding: 10px;
    }

    #content-token {
        display: block;
        background-color: #FFF;
        width: 45%;
        overflow: auto;
        color: black;
        font-size: 19px;
    }

    #content-token table {
        font-size: 19px;
    }

    #content-token table th {
        font-weight: 600;
        padding: 10px;
    }

    #content-4 {
        display: block;
        background-color: #FFF;
        width: 100%;
        overflow: auto;
        color: black;
        font-size: 25px;
    }

    #content-4 table {
        font-size: 25px;
    }

    #content-4 table th {
        font-weight: 600;
        padding: 10px;
    }

    #content-5 {
        display: block;
        background-color: #FFF;
        width: 100%;
        overflow: auto;
        color: black;
        font-size: 23px;
    }

        #content-5 table {
            font-size: 23px;
        }

            #content-5 table th {
                font-weight: 600;
                padding: 10px;
            }

    .tleft {
        float: left;
    }

    .tright {
        float: right;
    }


    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-pr {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .col-pr-1 {
        width: 8%;
        float: left;
    }

    .col-pr-2 {
        width: 16%;
        float: left;
    }

    .col-pr-3 {
        width: 25%;
        float: left;
    }

    .col-pr-4 {
        width: 33%;
        float: left;
    }

    .col-pr-5 {
        width: 42%;
        float: left;
    }

    .col-pr-6 {
        width: 50%;
        float: left;
    }

    .col-pr-7 {
        width: 58%;
        float: left;
    }

    .col-pr-8 {
        width: 66%;
        float: left;
    }

    .col-pr-9 {
        width: 75%;
        float: left;
    }

    .col-pr-10 {
        width: 83%;
        float: left;
    }

    .col-pr-11 {
        width: 92%;
        float: left;
    }

    .col-pr-12 {
        width: 100%;
        float: left;
    }

    .col-md-12 {
        width: 100%;
        float: left;
    }
}

.item-notes {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.item-notes span{
    font-style:italic;
    font-size:13px;
}

.product{
    font-size:14px;
}
/*
.btn-round.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-round.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-round.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
    */

.sell-price {
    font-size: 13px;
}


.qty {
    font-size: 13px;
}

.cart-table {
    table-layout: fixed;
    border-collapse: collapse;
    overflow: auto;
    height: 530px;
}

.cart-table thead {
    top: 0;
    z-index: 1;
    position: sticky;
    background:#fff;
}

.cart-table tfoot tr:last-child {
    bottom: 0;
    z-index: 1;
    position: sticky;
    background: #fff;
}

.cart-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.cart-table thead th:last-child {
    position: sticky;
    right: 0;
    z-index: 2;
}

.leaf td span{
    padding-left: 20px;
}

.barcode-image {
    width:120px;
    height:120px;
    object-fit:contain;
}

img {
    -webkit-print-color-adjust: exact;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container {
    width: 85% !important;
    padding: 0;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.sale-complete {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.pos{
  font-size: 24px;
  background-color: black;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 7px;
}

