/*
*	Customized CSS Style
*
*
*/

/* start:Loader */
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  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 */


/* ---------------------------------------------------------------------- */
/*  Custom styles by roland
/* ---------------------------------------------------------------------- */

/* Login */
.body-login {
  padding-left: 0;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.body-login > fieldset {
  margin: 20px 0;
}
/* end of login */

/* hindi kasi gumagana inside .swMain wizard form*/
.loader-2 {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 600ms linear infinite; /* Safari */
  animation: spin 600ms linear infinite;
}
.loader-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 100;
}

.loader {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 100;
}

.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;
}

  /* Login */
.header-login {
  background: linear-gradient(to bottom, #0fb9ed 0%,#398ba7 100%)!important;
}
#icon-login {
  color: #0fb9ed;
}

.box-login {
  margin-top: 98px!important;
}
/* nwawala kasi yung scroll pag $(".modal").hide() */
.modal-open {
    overflow: scroll;
}
.word-wrap {
  word-wrap: break-word;
}

.easy-autocomplete {
  width: 100% !important;
}

.input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #666666;
}