/* line 5, /chroot.d/billing/app/assets/stylesheets/payments.scss */
.payments_report {
  border: 1px solid grey;
  border-radius: 2px;
  padding: 10px;
}

/* line 11, /chroot.d/billing/app/assets/stylesheets/payments.scss */
.datatable .la_payee_guid {
  max-width: 150px;
  word-break: break-all;
  /*  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  */
}
/* line 1, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 33px;
}

/*
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 33px;
}
*/
/* line 19, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 25, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
  /*
  &:visited {
    color: #666;
  }

  &:hover {
    color: #fff;
    background-color: #000;
  }
  */
}

/* line 40, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 44, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
td {
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 51, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 56, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 60, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 66, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 74, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  background-color: #c00;
  color: #fff;
}
/* line 85, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 91, /chroot.d/billing/app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/* line 5, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .service_demo {
  color: green;
}
/* line 8, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .service_grace {
  color: cyan;
}
/* line 11, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .service_debt {
  color: red;
}
/* line 14, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .service_debt_paid {
  color: blue;
}
/* line 18, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .notify_failed {
  color: red;
}
/* line 21, /chroot.d/billing/app/assets/stylesheets/services.scss */
.service-human-info .notify_pending {
  color: brown;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


.datatable {
border-collapse: collapse;
}
.datatable tr {
    border-bottom: 1px solid lightblue;
}

.datatable .la_consumer2 {
  max-width: 200px;
}
.datatable .la_consumer {
  max-width: 275px;
}
.datatable .la_nowrap {
 white-space:nowrap;
}

ul.la_order_content {
  padding-left: 15px !important;
}

ul.la_order_content li{
  list-style: disc;
}


