/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2020, 8:41:46 AM
    Author     : Iam Markondra
*/
.fix-table {
  display: block;
  position: relative;
  height: 200px; /*FIX THE HEIGHT YOU NEED*/
  overflow-y: auto;
}

.data{
    cursor: pointer;
}

.data tr:hover{
    background-color: #b8d1f3;
}

.info-produk{
    font-size: 15px;
}

.cart-sale{
    font-size: 14px;
}

.input-sale{
    padding: 2px 5px;
    height: 30px;
    font-size: 14px;
}
/*
.fixed-table {
  display: block;
  position: relative;
}
.fixed-table .table-content {
  display: block;
  position: relative;
  height: 500px; 
  overflow-y: auto;
}
.fixed-table .table-copy, .fixed-table .header-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  background-color:#fff;
}
#mytable >tbody >tr >td #no{
    width: 50px;
}

#mytable >tbody >tr >td #nama{
    width: 350px;
}

#mytable >tbody >tr >td #qty{
    width: 60px;
}

#mytable >tbody >tr >td #hbeli{
    width: 85px;
}

#mytable >tbody >tr >td #hjual{
    width: 85px;
}
*/