.title-tab {
    /*padding-right: 15px;
    padding-left: 15px;*/
    text-transform: capitalize;
}

.align {
    padding-right: 15px;
    padding-left: 15px;
}

.btn.btn-currency {
    cursor: initial;
    color: #777;
}

.daterangepicker>.calendar>.daterangepicker_input>.input-mini {
    width: 100% !important; 
}

.daterangepicker .ranges {
    width: auto !important;
}

.label-debit {
    padding-top: 8px;
}

.title-tab>.row>h3{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.fixed-label {
    width:150px; 
    float:left;
}

.fixed-input {
    width:290px; 
    float:left;
}

.fixed-input-current {
    width:215px; 
    float:left;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-150 {
    min-width: 150px;
}

.title-history {
    font-size:22px;
    padding-left: 0 !important;
}

.label-note {
    color: #bf4346 !important;
    padding-top: 15px;
    text-transform: initial;
    margin: 0 25px;
    font-style: italic;
    font-size: 13px;
}

.row-receipt{
    color: blue;
}

.row-receipt-discount{
    color: red;
}

tr.row-receipt>td.table-fontBlack {
    color: blue !important;
}

tr.row-receipt-discount>td.table-fontBlack {
    color: red !important;
}

tr.active-order {
    background-color: #dff0d8 !important;
}

tr.active-order:hover {
    background-color: #dff0d8 !important;
}

.bill-item {
    display: inline-block;
}

@media (max-width: 1510px) {
     .last-bill-item {
        display: block;
        vertical-align: middle;
        margin-top: 8px;
    } 
     .last-bill-item .badged-status {
         margin-left: 16px !important; 
    }
}