/*
*	Customized CSS Style
*
*
*/

/* start:Loader */
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  margin: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 600ms linear infinite; /* Safari */
  animation: spin 600ms linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* end:Loader */

/* ROLAND STYLE */
.pr-modal-body {
  max-height: 550px;
  overflow: scroll;
}

.pr-modal-lg {
  width: 90%;
}
/* END OF ROLAND STYLE */

/* CHEQUE */


.cheque_paper {

  border: 1px solid black;

  height: 250px;

  width: 750px;

  margin: 0 auto;

  position: relative;

}



.cheque_date {

  position: absolute;

  top: 20px;

  right: 50px;

}

.cheque_date_date {

  display: inline-block;

}

.cheque_date_disp {

  border-bottom: 1px solid #333;

  width: 135px;

  display: inline-block;

  font-weight: 600;

}



.cheque_amount {

  position: absolute;

  top: 50px;

  right: 50px;

  

}

.cheque_amount_disp {

  border: 1px solid #666;

  padding: 5px;

  width: 135px;

  display: inline-block;

  height: 30px;

  font-weight: 600;

}

.peso_sign {

  display: inline-block;

}



.cheque_payee {

  position: absolute;

  bottom: 168px;

  left: 50px;

}

.cheque_payee_payee {

  display: inline-block;

}

.cheque_payee_disp {

  display: inline-block;

  width: 415px;

  border-bottom: 1px solid #333;

  font-weight: 600;

}



.cheque_words {

  position: absolute;

  bottom: 120px;

  left: 50px;

}

.cheque_words_pesos {

  display: inline-block; 

}

.cheque_words_disp {

  display: inline-block;

  width: 609px;

  border-bottom: 1px solid #333;

  padding-left: 27px;

  font-weight: 600;

}

/* CHEQUE */