/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.row-m-b{
  margin-bottom : 20px
}

/* Styles for printed reports - starting with annual personnel update */
.report-title {
  text-align: center
}

.page-break-after {
  page-break-after: always;
}

/*TODO: Fix this so it is specific for the asset tables in the report*/
/*.asset-table, th, td {*/
  /*border: 1px solid black;*/
  /*width: 100%;*/
/*}*/

.asset-table-check {
  width: 100%;
  text-align: center;
}

.asset-divider {
  border-bottom-style: solid;
}
