.font-14{
	font-size:14px;
}
.vertical-align-middle{
	vertical-align: middle;
}
.purchase, .sale, .single_product{
	cursor: pointer;
}
.purchase:hover{
	background-color: #d8e2ef!important;
}
.sale:hover{
	background-color: #d8e2ef!important;
}
.purchase_ht, .sale_ht{
	max-height: 83vh;
	overflow-y: auto;
}
.accordion-button-search:focus{
	box-shadow: none!important;
}
input, select{
  height: 28px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d8e2ef!important;
  }
 .select2-container{
/*  width: 100%!important;*/
 } 
 .box-shadow-none{
 	box-shadow: none;
 }

 /* Hide the up and down arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0!important;
}
input[type=number] {
    -moz-appearance: textfield!important; /* Firefox */
}
 #productTable td:nth-child(2), #productTable td:nth-child(3){
    width: 100px; 
    white-space: nowrap; 
}
#productTablesale td:nth-child(2), #productTablesale td:nth-child(3) , #productTablesale td:nth-child(5) {
    width: 100px; 
    white-space: nowrap; 
}
#damageProductTable td:nth-child(2), #damageProductTable td:nth-child(3) , #damageProductTable td:nth-child(4), #damageProductTable td:nth-child(5) {
    width: 120px; 
    white-space: nowrap; 
}
#view_product tr:hover{
    background-color: lightblue;  
}
#view_product td:nth-child(1){
    width: 60px; 
    white-space: nowrap; 
}
#view_product td:nth-child(2){
    width: 100px; 
    white-space: nowrap; 
}
