.customspaymentbook-detail-modal .modal-title {
  font-family: 'Arial Bold', 'Arial';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #cc0000;
  line-height: 20px;
}
.customspaymentbook-detail-modal .modal-dialog {
  width: 80% !important;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body {
  height: 100%;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .row {
  height: 100%;
  margin-bottom: 20px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .left-container {
  height: 100%;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .left-container .pic-file-title {
  font-style: normal;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .left-container .pic-file-wrapper {
  width: 100%;
  /*height:480px!important;*/
  height: calc(100% - 20px);
  /*background: url('TestInvoice.JPG');*/
  background-size: contain;
  background-repeat: no-repeat;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .left-container .show-full-pic {
  cursor: pointer;
  float: right;
  margin-top: 18px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container {
  overflow-y: auto;
  height: 93%;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .nav-box {
  margin-top: 10px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .nav-box .txt-title {
  display: inline-block;
  width: 20%;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .nav-box .txt-remarks {
  height: 80px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .red-tip {
  color: red;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .label-title-style {
  font-style: normal;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .bottom-container {
  margin: 10px 0px;
  width: 100%;
  height: 50%;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .bottom-container .elec-file-title {
  font-style: normal;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
}
.customspaymentbook-detail-modal .modal-dialog .modal-body .right-container .bottom-container .elec-file-wrapper {
  width: 100%;
  height: calc(100% - 20px);
}
.customspaymentbook-detail-modal .modal-dialog .modal-footer {
  text-align: left;
}
.customspaymentbook-detail-modal .borderless td,
.customspaymentbook-detail-modal .borderless th {
  border: none !important;
  vertical-align: middle !important;
}
