 #bank_info_hide
    {
        display:none;
    }
    #payment_from_2
    {
        display:none;
    }       

    .fixedclasspos {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 50px;
    z-index: 999;
    padding: 10px 30px;
    border-top: 1px solid #e0e0e0;
}
.cusbtn {
    font-size: 28px;
    padding: 12px 15px;
}
.pointer {cursor: pointer;}



h1 .srcalrt{
    color: red;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/*---------- Product -----------*/

.actives .panel-footer{
    background-color: #37a000;
    color: #fff;
}
.actives{
    border: 1px solid #37a000;
}


.table thead tr th {border-bottom: 1px solid #e4e5e7; text-align: center; font-weight: bold;}
 .hiddenRow {
  display: none;
}

/*calculator css*/


.modal-body button {
       width: 45px;
    height: 45px;
    float: left;
    padding: 0;
    margin: 5px;
    box-sizing: border-box;
    background: #e7f7de;
    border: none;
    font-size: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-weight: 700;
    color: #5E5858;
    cursor: pointer;
}



.screen {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #2a7d16;
    color: white;
    text-align: right;
    border-radius: 5px; 
    
}
#mainScreen{
 font-family:sans-serif;   
}



 

.product-panel img {
    width: 100%;
    height: 80px;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}


#calculator{
     border-radius: 3 !important;
}

.product-panel img {
    width: 100%;
    height: 80px;
}

#product_search{
    min-width: 600px;
}

.notfounddiv{
    height: 400px;
}

.notfoundtext{
    margin-top: 140px;
}

.guicustomerpanel{
    margin-top: 5px;
}

.guiproductdata{
    margin-top: 10px;
}

.gui_productname{
width: 200px;
}
.invoice_fields{
    width: 100px;
}

.guifooterpanel{
    margin-bottom: 5px;
}


.modal-header{
    background-color:green;
    color:white
}

#calculatorcontent{
    width: 300px;
}

#almsg{
    display: none;
}

.scrollbar
{
    float: left;
    height: 450px;
    background: #F5F5F5;
    overflow-y: hidden;
    overflow-x: hidden;
    scrollbar-width: thin;
  
}
.scrollbar:hover{
    overflow-y:scroll;
    overflow-x:hidden;
    margin-right: -6px;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #000000;
}


.table-sm td, .table-sm th {
    padding: .3rem !important;
}
.table.nowrap th,
 .table.nowrap td {
    white-space: nowrap;
}

.gui-products-table .form-control {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
}
.gui-foot{
   height: 28px;
    padding: 4px 8px;
    font-size: 12px;  
}

