.chart-banner {
  border: 1px solid #b5c4d1;
  background: #eef4f9;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.chart-name {
  font-size: 15px;
  font-weight: bold;
  color: #1f4e79;
  margin-right: 10px;
}

.chart-meta { color: #4a5b6b; }

.allergy-strip {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dotted #b5c4d1;
  color: #8a2b2b;
}

.allergy-strip span { margin-right: 10px; }

.ng-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 25, 35, 0.5);
  z-index: 900;
}

.ng-modal {
  position: fixed;
  z-index: 901;
  top: 130px;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  background: #fff;
  border: 1px solid #6b8fb0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.ng-modal-head {
  background: #1f4e79;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
}

.ng-modal-body { padding: 12px 14px; }

.ng-modal-foot {
  padding: 10px 14px;
  background: #f0f3f7;
  border-top: 1px solid #d3dde6;
  text-align: right;
}

.filed-note { margin-left: 10px; color: #3c5115; }

[ng\:cloak], [ng-cloak], .ng-cloak { display: none !important; }
