/*
 * This is a manifest file that'll be compiled into old.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/* line 15, app/assets/stylesheets/old.css.scss */
.balance-box {
  padding: 5px;
  background: #ededed;
  margin: 5px;
  border: 1px solid #c0c0c0;
  text-align: center;
}

/* line 19, app/assets/stylesheets/old.css.scss */
.credit-balance {
  border-color: #d6e9c6;
}

/* line 23, app/assets/stylesheets/old.css.scss */
.debit-balance {
  border-color: #ebccd1;
}

/* line 27, app/assets/stylesheets/old.css.scss */
.credit {
  color: #3c763d;
}

/* line 31, app/assets/stylesheets/old.css.scss */
.debit {
  color: #a94442;
}

/* line 35, app/assets/stylesheets/old.css.scss */
form.button_to {
  display: inline;
}

/* line 39, app/assets/stylesheets/old.css.scss */
.blank-slate {
  border: 1px dashed #c0c0c0;
  padding: 100px;
  text-align: center;
}
/* line 5, app/assets/stylesheets/old/account_entries.scss */
.pending {
  color: #808080;
}

/* line 7, app/assets/stylesheets/old/account_entries.scss */
.pending a {
  color: #3686dc;
}

/* line 10, app/assets/stylesheets/old/account_entries.scss */
.pending img {
  opacity: 0.5;
}
/* line 5, app/assets/stylesheets/old/calendar.css.scss */
.list-divider {
  background: #c0c0c0;
  padding: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
}
