.item-container {
    opacity: 1;
}

.item-tab {
    margin-bottom: 10px;
    padding: 3px;
    min-height: 80px;
}

.item {
    width: 100%;
    background-color: rgb(172, 255, 47);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    min-height: 62px;
    transition: box-shadow 0.3s ease-in-out;
    /* margin-left: 5px; */
    margin-right: 5px;
    cursor: pointer;
    display: inline-flex;
}

.item:hover {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}


.current-basket-container ul {
    list-style: none;
}

.current-basket-container .actionButton {
    padding-top: 2px;
    padding-bottom: 2px;
}

.current-basket-container .actionButton i {
    cursor: pointer;
    z-index: 100;
}

.current-basket-container ul li.item-row {
    /* margin-left:-60px; */
    transition: background-color 0.8s ease-in-out;
    font-size: 12pt;
}

.current-basket-container ul li.item-row.order {
    background-color: #c7a17b;
}

.current-basket-container ul li.item-row i.disabled {
    cursor: not-allowed !important;
}

.current-basket-container ul li.item-row > .name, .amount, .price {
    padding-top: 10px;
}

.no-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-side-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.item-tab .item-name {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14pt;
}


.item-price {
    text-transform: initial;
    font-weight: bold;
}

.item-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.item-panel {
    background: none;
}

.item-panel .panel-body {
    overflow: auto;
    height: 450px;
    padding: 5px;
    background-color: rgba(240, 248, 255, 0.5)
}

.category-tab {
    margin-bottom: 10px;
    padding: 3px;

}

.category {
    background-color: rgb(102, 107, 255);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    min-height: 62px;
    transition: box-shadow 0.3s ease-in-out;
    /* margin-left: 5px; */
    margin-right: 5px;
    cursor: pointer;
}

.category-tab .item-name {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12pt;
}

.item-action-button {
    margin-right: 2px;
    width: 30%;
}

#item-tara {
    background-color: rgba(255, 92, 92, 0.5) !important;
}

button.pay {
    margin: 5px;
    min-width: 45%;
}

.pay-vat-table .summary {
    border-top: 3px black double;
}

.pay-price-label {
    border: 5px double;
    border-right: 0px;
    padding: 10px;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
}

.pay-price-amount {
    border: 5px double;
    border-left: 0px;
    padding: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.pay-price-round-label {
    border: 5px double;
    border-right: 0px;
    padding: 5px;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
}

.pay-price-round-amount {
    border: 5px double;
    border-left: 0px;
    padding: 5px;
    font-size: 14pt;
    font-weight: bold;

}

.double-border {
    border: 5px double;
    padding: 5px;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}


.panel-2 {
    background: none;
}

.panel-2 .panel-body {
    /* overflow: auto; */
    /* height: 450px; */
    background-color: rgba(240, 248, 255, 0.9);
    overflow-y: auto;
}

#service-fee-slider, #discount-percent-slider, #amount-discount-percent-slider {
    padding: 5px;
    width: 100%;
}

.basket-tara:hover {
    cursor: no-drop;
    color: red;
}
#amount-modal .modal-dialog{
    width: 800px;
}

#amount-modal .name {
    font-size: 18pt;
    font-weight: bold;
}

#amount-modal .unit-price {
    font-size: 12pt;
}

#amount-modal .price {
    font-size: 26pt;
}

#amount-modal .price-container {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: black;
    color: green;
    font-weight: 900;
    font-family: consolas;
    text-align: center;
}


.item-info:empty {
    display: none;
}

.align-center {
    margin: 0px auto;
    display: block;
}

.float-right {
    float: right;
}

.required {
    color: red;
    font-weight: 700;
}

.invoice-data-label {
    line-height: 2.6;
}

.item-list span.item-row-discount {
    font-weight: 900;
    color: red;
    font-style: italic;
}

