.uppercase {
  text-transform: uppercase;
}
.textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  line-height: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 10px;
  height: auto;
  margin-top: -4px;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2 {
  width: 100%;
}
table tr th {
  text-align: center;
  border: 2px solid #d2d6de;
}
table tr td {
  border: 2px solid #d2d6de;
}
table tr td input.form-control {
  border: none;
}
table tr td .input-group-addon {
  border: none;
  border-right: 2px solid #d2d6de !important;
}
.datepicker {
  border-radius: 0px;
}
.methods {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.methods li {
  display: inline-block;
  padding: 3px;
}
.schedule-result {
  margin-top: 10px;
}
.schedule-result td {
  padding: 5px;
}
.pointer {
  cursor: pointer;
}
.open-modal,
.edit,
.destroy,
.folder {
  font-size: 16px;
}
.open-modal {
  color: #006400;
}
.folder {
  color: #367fa9;
}
.edit {
  color: #006400;
}
.destroy {
  color: #ff0000;
}
.repayment_schedule thead {
  background-color: #ECF0F5;
}
.repayment_schedule thead tr:last-child td {
  background-color: #FBCFD0;
  text-align: center;
}
.repayment_schedule thead td {
  text-align: center;
}
.repayment_schedule td {
  padding: 5px;
  font-size: 12px;
}
.repayment_schedule tbody tr td {
  background-color: #ffffff;
}
table.repayment_schedule tbody tr:nth-of-type(2n) td {
  border-bottom: 2px solid #006400;
}
.repayment_schedule tbody tr.current td {
  background-color: #ABFF9E;
}
ul.customer {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.customer li {
  padding: 5px;
}
table.customer td {
  padding: 5px;
}
.repayment {
  margin-top: 10px;
}
.repayment thead tr th {
  background-color: #ECF0F5;
  padding: 5px;
}
.repayment td {
  padding: 5px;
  font-size: 12px;
}
.repayment thead tr:last-child td {
  background-color: #FBCFD0;
  text-align: center;
}
.must-pay {
  margin-top: 10px;
}
.must-pay thead tr th {
  background-color: #ECF0F5;
  padding: 5px;
}
.must-pay thead tr:last-child th {
  background-color: #FBCFD0;
}
.must-pay td {
  padding: 5px;
  font-size: 12px;
}
.penalty thead tr th {
  background-color: #ECF0F5;
}
.penalty thead tr:last-child td {
  background-color: #FBCFD0;
  text-align: center;
}
.penalty td {
  padding: 5px;
  font-size: 12px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.margin-t-10 {
  margin-top: 10px;
}
table.penalty tr.current td {
  background-color: #ABFF9E;
}
.size16 {
  font-size: 16px !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 4px;
  margin: 0px;
  font-size: 12px;
}
.table > thead > tr > th:last-child {
  min-width: 80px;
}
.datetime {
  min-width: 65px;
}

/*# sourceMappingURL=app.css.map */
