﻿.addRequiredFieldToInput {
    background-color: red;
}


.details-form-control {
    height: auto;
    border: 1px solid #1b2e4b;
    color: #0c0d0d;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #ffffff;   
}


.details-form-control-AllInput {
    height: auto;
    border: 1px solid #1b2e4b;
    color: #0c0d0d;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #ffffff;
    width: 100px;
    max-width: 100px;
}

.details-form-control-Tax {
    height: auto;
    border: 1px solid #1b2e4b;
    color: #0c0d0d;
    font-size: 15px;
    padding: 8px 10px;
   
    border-radius: 6px;
    background: #ffffff;
	width:200px;
	max-width:200px;
}

.make-text-color-form {
    color: red;
}


.cashier-sub-header-container {
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 1029;
    display: flex;
    margin-top: -20px;

}

.cashier-sub-header-container-navbar {
    background: #060818;
    border-radius: 0;
    padding: 9px 0;
    justify-content: flex-start;
    min-height: 60px;
    width: 100%;
}

.headerCashierFixedAtTop {
    position: fixed;
    top: auto;
    z-index: 1029;
    display: flex;
    margin-top: -50px;
}

.makeSpaceBottem {
    padding-bottom: 60px;
}

.cashier-sub-header-container-navbar-ul {
    list-style-type: none;
}

.cashier-sub-header-container-navbar-ul-li {
    list-style-type: none;
}

.makeSpaceLeftAndRight {
    margin-left: 20px;
    margin-right: 20px;
}

.makeSpaceOnlyLeft {
    margin-right: 10px;
}

.makeSpaceOnlyRight {
    margin-left: 20px;
}

.makeSpaceByProcent {
    margin-right: 10%;
}

.textColorMakeColored {
    color: chocolate;
}

.categoeryProductClassClieck {
}
.productClassClieck{

}
.categoeryClassClieck {
}

.invoiceCashierFixedAtTop {
    /*position: fixed;
    height: 400px;
    overflow-y: scroll;*/
    
  
    /*top:250px;
    left: 20px;*/
    /*padding: 15px;*/
}
#myContentcontent {
    position: relative;
   
    flex-grow: 8;
    margin-top: 106px;
    margin-bottom: 0;   
    transition: .600s;
}
.chashier-form-control {
    height: auto;
   
    color: #35968d;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 6px;
    background: transparent;
}

/* Optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/
/*@media (min-width: 1199px) {
    .invoiceCashierFixedAtTop {
        position: fixed;
        float: left;
        min-width: 470px;
        max-width: 450px;
        height: 400px;
        overflow-y: scroll;
    }
}*/

@media (min-width: 1200px) {

    #showAllProductsMobileId {
        display: none;
    }

    #showCartMobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    #posInvoice {
        display: none;
    }

    /*#addNewProductBTN {
        display: none;
    }

    #addNewCustomerBTN {
        display: none;
    }*/

    #showAllProductsMobileId {
        display: inline;
    }

    #showCartMobile {
        display: inline;
    }

    #showCartDesk {
        display: none;
    }

    #showAllProductsDeskId {
        display: none;
    }
}
@media (min-width: 400px) {
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;

    }
}