.search-container{
    width: 95.5%;
    max-height: 200px;
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1324234;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: auto;
}
.search-container .generic{
    width: 100%;
    margin: auto;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    line-height: 40px;
}
.search-container .generic .brandName{
    width: 72%;
    margin-left: 4%;
    float: left;
    display: block;
}
.search-container .generic .brandCount{
    margin-right: 5%;
    height: 40px;
    line-height: 20px;
    float: right;
    display: block;
}
.search-container .generic p:hover{
    color: white;
}
.search-container .generic:hover{
    color: white;
}
.search-container .generic:hover{
    background-color: #0c5460;
    color: white;
    cursor: pointer;
}
.active2{
    background-color: #2e70b7 !important;
    color: white !important;
}
.active2 a{
    color: white !important;
}
.active2 li{
    background-color: #212542;
}
.page-sub-title{
    font-stretch: extra-condensed;
    font-weight: bold;
    display: none;
}

.barcode-auto-generate-print{
    width: 25%;
    height: 200px;
    display: block;
    background-color: white;
    position: fixed;
    right: -26%;
    bottom: 2%;
    transition: 1s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.barcode-auto-generate-print .barcode-auto-generate-body{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    height: 160px;
    display: block;
}
.barcode-auto-generate-print .barcode-auto-generate-body img{
    width: 100%;
    object-fit: cover;
    height: 160px;
}
.barcode-auto-generate-print .barcode-auto-generate-footer{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 40px;
    display: block;
}
.check-medicine-container{
    display: inline-block;
    position: fixed;
    right: -30%;
    top: 70px;
    max-height: 800px;
    overflow: auto;
    width: 30%;
    transition: 0.4s ease-in-out;
}
.hide-check{
    right: 0;
    transition: 0.4s ease-in-out;
}

.main-page-icon-float{
    position: fixed;
    right: -2%;
    bottom: -8%;
    display: none;
    width: 70px;
    height: 150px;
    background-color: white;
    z-index: 999999999999;
    transform: rotate(45deg);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-page-icon-float .main-page-icon-container span{
    width: 80%;
    margin: auto;
    height: 140px;
    display: block;
    position: fixed;
    right: -35%;
    bottom: -10%;
    line-height: 50px;
    font-size: 1.8em;
    transform: rotate(-45deg);
}

/* pos style */
.pos-container .pos-main-parent{
    width: 100%;
    display: block;
    background-color: white;
}
.pos-container .pos-main-parent .pos-card-header{
    width: 100%;
    height: 50px;
    display: block;
    background-color: rebeccapurple;
}
.pos-container .pos-main-parent .pos-card-header button{
    float: right;
    margin-right: 5px;
}

.pos-container .pos-main-parent .pos-card-content{
    width: 100%;
    display: block;
    background-color: #2a9986;
}
.pos-container .pos-main-parent .pos-card-content .pos-card-product-section {
    width: 60%;
    height: 100%;
    display: block;
    background-color: black;
    float: left;
}

.pos-container .pos-main-parent .pos-card-content .pos-card-product-section .pos-card-search-section{
    width: 100%;
    padding: 30px;
    height: 40%;
    display: block;
    background-color: #803d3c;
}
.pos-container .pos-main-parent .pos-card-content .pos-card-product-section .pos-card-purchase-items-list-section{
    width: 100%;
    height: 60%;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

.pos-container .pos-main-parent .pos-card-content .pos-customer-section{
    width: 40%;
    height: 100%;
    display: block;
    background-color: rgba(42, 47, 77, 0.5);
    float: left;
    padding: 10px;
    color: white !important;
}

.pos-container .pos-main-parent .pos-card-footer{
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    height: 50px;
    background-color: rebeccapurple;
    text-align: center;
}
.pos-container .pos-main-parent .pos-card-footer button{
    margin-top: 7px;
}


.custom-item-table{
    width: 100%;
    height: 100%;
    display: table;
    background-color: #0c0c0c;
}
.custom-item-table .custom-item-table-header{
    width: 95%;
    display: table;
    background-color: green;
    height: 40px;
    margin: auto;
    line-height: 40px;
}
.custom-item-table .custom-item-table-header Chr{
    width: 20%;
    display: table-cell;
    height: 40px;
    background-color: whitesmoke;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.custom-item-table .custom-item-table-header Chr:first-child{
    width: 7%;
    background-color: #39f516;
}
.custom-item-table .custom-item-table-header Chr:nth-child(2){
    width: 35%;
    background-color: #f5bb98;
}
.custom-item-table .custom-item-table-header Chr:nth-child(3){
    width: 13%;
    background-color: #74c0f5;
}
.custom-item-table .custom-item-table-header Chr:nth-child(4){
    width: 13%;
    background-color: #39f516;
}
.custom-item-table .custom-item-table-header Chr:nth-child(5){
    width: 20%;
    background-color: #d197f5;
}
.custom-item-table .custom-item-table-header Chr:nth-child(6){
    width: 12%;
    background-color: #39f516;
}









.prescription-modal-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}


.pos-medicine-search-curtain{
    width: 40%;
    padding: 10px;
    margin-top: 30px;
    max-height: 300px;
    display: block !important;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    border:1px solid rgba(0, 0, 0, 0.58);
    z-index: 99999;
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    color: black !important;
    transition: .1s ease-in-out;
}
.pos-medicine-search-curtain .search-results-section{
    width: 98%;
    overflow: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #464c54 white;
    max-height: 230px;
}
.pos-medicine-search-curtain .pos-medicine-search-row{
    width: 95%;
    margin: auto;
    height: 40px;
    display: block;
    border-bottom: 1px solid rgba(165, 125, 143, 0.71);
}
.roundInput{
    border-radius: 50px !important;
    border: 1px solid #86867c;
}
.pos-medicine-search-curtain .search-results{
    width: 100% !important;
    height: 40px;
    display: block;
}
.pos-medicine-search-curtain .search-results:hover{
    transform: scale(1.01,1.0.9);
    transition: .1s ease-in-out;
    background-color: #f2f2f2;
    cursor: pointer;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-name{
    width: 50%;
    margin: auto;
    height: 40px;
    display: block;
    float: left;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    font-weight: 600;
    overflow: hidden;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-name p{
    color: black !important;
}

.pos-medicine-search-curtain .pos-medicine-search-row .product-pack-size{
    width: 10%;
    margin: auto;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-available{
    width: 15%;
    margin: auto;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-available p{
    font-weight: bolder;
    color: blue;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-price{
    width: 25%;
    margin: auto;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    font-weight: bolder;
}
.pos-medicine-search-curtain .pos-medicine-search-row .product-price p{
    color: rgba(0, 0, 0, 0.64) !important;
}










.default-system-page-main{
    width: 99%;
    margin: auto;
    display: block;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 16px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 16px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 16px -1px rgba(0,0,0,0.2);
    background-color: white;
}
.default-system-page-main .system-page-container-main{
    width: 96%;
    margin: auto;
    height: 100%;
    display: block;
}
.default-system-page-main .system-page-container-main .system-page-header-main{
    width: 100%;
    height: 70px;
    display: block;
    font-family: Tahoma;
}
.default-system-page-main .system-page-container-main .system-page-header-main h5{
    line-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}
.default-system-page-main .system-page-container-main .system-page-content-main{
    width: 100%;
    display: block;
}

.roundButtons {
    border-radius: 50px !important;
}
.inputLeftBorder{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.inputRightBorder{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}











.credit-sales-container{
    width: 100%;
    height: 270px;
    margin-top: 5px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border:1px solid rgba(153, 76, 30, 0.37);
}
.credit-sales-container .credit-graph{
    width: 40%;
    height: 270px;
    display: block;
    float: left;
}
.credit-sales-container .credit-graph .credit-graph-header{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
    display: block;
    line-height: 40px;
    color: black;
    font-size: 1.2em;
}
.credit-sales-container .credit-graph .credit-graph-body{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 230px;
    display: block;
}
.credit-sales-container .credit-graph:first-child{
    width: 58%;
    display: block;
    float: left;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card{
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    height: 75px;
    display: block;
    line-height: 75px;
    background-color: #ff3184;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50px;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card div{
    line-height: 75px;
    padding-left: 10px;
    text-align: center;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card div:last-child{
    text-align: left;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card div h2{
    width: 100%;
    float: left;
    font-weight: 700;
    line-height: 75px;
    font-size: 1.4em;
    font-stretch: extra-condensed;
    color: white;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card div:first-child{
    width: 40%;
    margin-right: 2%;
    float: left;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card div:last-child{
    width: 52%;
    float: right;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card:first-child{
    background-color: #3a5860;
}
.credit-sales-container .credit-graph:last-child .credit-graph-total-card:nth-child(2){
    background-color: #14603f;
}
.credit-sales-container .credit-bottom-card{
    width: 100%;
    display: inline;
    height: 100px;
    float: left;
    background-color: rebeccapurple;
}

.assets-table td{
    color: black;
}
.threeInputGroups input:nth-child(1){
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #cccc;
}
.threeInputGroups button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border: 1px solid #cccc;
}
.numberFilterInput button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #cccc;
}
.numberFilterInput select{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border: 1px solid #cccc;
    margin-top: 0 !important;
}

select[disabled]{
    cursor: not-allowed !important;
}
/*.dashboard-text{*/
/*    width: 60%;*/
/*    border-radius: 50px !important;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*    display: block;*/
/*    background-color: white;*/
/*    margin: auto;*/
/*}*/
/*.dashboard-text a{*/
/*    line-height: 15px !important;*/
/*    color: black !important;*/
/*}*/

.highlightMe-active{
    background-color: #0c2d6b !important;
    display: none;
}
.new-loan-notification{
    width: 300px;
    min-height: 200px;
    max-height: 500px !important;
    display: block;
    background-color: #0c5460;
    position: fixed;
    right: -300px;
    top: 10%;
    transition: .3s ease-in-out;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    overflow: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #464c54 white;

}
.new-loan-notification .new-loan-header{
    width: 90%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: auto;
    color: white;
    font-size: 1.2em;
}
.new-loan-notification .new-loan-body-header{
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
    color: white;
}
.new-loan-notification .new-loan-body-header .new-loan-row-header{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
    background-color: #151831;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
}
.new-loan-notification .new-loan-body-header .new-loan-row-header div:first-child{
    width: 70%;
    height: 40px;
    display: block;
    float: left;
    overflow: hidden;
}
.new-loan-notification .new-loan-body-header .new-loan-row-header div:last-child{
    width: 30%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    float: left;
}


.new-loan-notification .new-loan-body-main{
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
}
.new-loan-notification .new-loan-body-main .new-loan-row-header{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: block;
    color: white;
}
.new-loan-notification .new-loan-body-main .new-loan-row-header:nth-child(odd){
    /*background-color: #151831;*/
}
.new-loan-notification .new-loan-body-main .new-loan-row-header div:first-child{
    width: 70%;
    height: 40px;
    display: block;
    float: left;
    overflow: hidden;
}
.new-loan-notification .new-loan-body-main .new-loan-row-header div:last-child{
    width: 30%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    float: left;
}
.new-loan-notification .new-loan-footer{
    width: 90%;
    height: 50px;
    display: table;
    margin: auto;
}
.new-loan-notification .new-loan-footer button{
    width: 50%;
    float: left;
    border-radius: unset !important;
    margin-top: 5px;
    display: block;
}
.new-loan-notification .new-loan-footer button:last-child{
    margin-top: 6px;
    display: block;
}
.add-user-icon{
    width: 100%;
    height: 100px;
    display: block;
    object-fit: contain;
}
.add-user-icon img{
    width: 100%;
    height: 100px;
    display: block;
    object-fit: contain;
}
