/*** 1920px POS ***/
@media screen and (max-width: 120em) {
  .bel-modal-wrapper{
    top: 8em;
  }
  #showVouchers .bel-modal-wrapper{
    left: 19%!important;
  }
  #quickAddVoucher .bel-modal-wrapper{
    left: 28%!important;
  }
  #showReceipts .bel-modal-wrapper{
    left: 19%!important;
  }
  #findAccount .bel-modal-wrapper{
    left: 19%!important;
  }
  #accountInfo .bel-modal-wrapper{
    left: 27%!important;
    top: 5.5em;
  }
  #select-customer .bel-modal-wrapper{
    left: 19%!important;
  }
  #findQuote .bel-modal-wrapper{
    left: 34%!important;
  }
  #findRefundAcc .bel-modal-wrapper{
    left: 19%!important;
  }
  #auditInvoice .bel-modal-wrapper{
    left: 25%!important;
  }
  #RefundItem .bel-modal-wrapper{
    left: 34%!important;
  }
  #chargeAccount .bel-modal-wrapper{
    left: 20%!important;
  }
  #InvocieAccount .bel-modal-wrapper{
    left: 35%!important;
  }
  #payAccount .bel-modal-wrapper{
    left: 20%!important;
  }
  #payAccountInvoice .bel-modal-wrapper{
    left: 30%!important;
  }
  #transaction-modal .bel-modal-wrapper{
    width: 180em!important;
    left: 11%!important;
  }
  #view-inhouse-modal .bel-modal-wrapper,
  #view-cash-modal .bel-modal-wrapper{
    left: 21%!important;
  }
  #cashPayment .bel-modal-wrapper,
  #onlinePayment .bel-modal-wrapper,
  #chequePayment .bel-modal-wrapper{
    left: 19%!important;
  }
  #open-pos-modal .bel-modal-wrapper{
    left: 30%!important;
  }

  .btn-key-payment{
    font-size: 1.6rem!important;
  }
}
@media screen and (max-width: 120em){
  .sales-form{
    width: 80%;
  }
  #receipt-form,
  #cash-form,
  #check-form,
  #receipts-view,
  #voucher-form{
    width: 80%;
  }
}