#new-sales-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    right: 3%;
    top: 90%
}


.xs-sales-filter {
    border-right:1px solid grey;
    cursor: pointer
}
/*.modal.fade.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}*/

.bootbox.modal {
    margin-top: 70px;
    z-index: 9999 !important;
}


#sales-view .fa-table {
    font-size: 20px;
}

.xs-sales-heading {
    font-family: 'HelveticaNeue-Light',
                 'Helvetica Neue Light',
                  'Helvetica Neue', Helvetica,
                   Arial, 'Lucida Grande',
                    sans-serif;
    font-size: 120%
}

.sales-add-cart {
    color:#0097C8;
}

.xs-sort-item {
    cursor:  pointer;
}

.sale-item {
    cursor: pointer;
}

