body.toplevel_page_dashboard-for-mailgun {
  background-color: #f1f1f1; }

#mgd-body hr {
  margin-right: 15px; }

.mgd-loading-section .mgd-loading-content {
  color: #666;
  font-size: 13px;
  text-align: center; }
  .mgd-loading-section .mgd-loading-content::before {
    background: url("../img/clouding-2x.gif") center center no-repeat;
    background-size: auto 20px;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    position: relative;
    left: -5px; }

#mgd-events-table-container,
#mgd-stats-chart,
#mgd-date-range {
  display: none;
  margin: 0 15px 0 0; }

#mgd-events-table tr {
  cursor: pointer; }
  #mgd-events-table tr td.status {
    width: 10px; }
  #mgd-events-table tr td.status.accepted {
    background-color: #5da5da; }
  #mgd-events-table tr td.status.opened {
    background-color: #407bbf; }
  #mgd-events-table tr td.status.delivered {
    background-color: #60bd68; }
  #mgd-events-table tr td.status.unsubscribed {
    background-color: #bf9940; }
  #mgd-events-table tr td.status.stored {
    background-color: #2a6062; }
  #mgd-events-table tr td.status.complained {
    background-color: #333; }
  #mgd-events-table tr td.status.clicked {
    background-color: #386f3f; }
  #mgd-events-table tr td.status.permanent_failed {
    background-color: #c40022; }
  #mgd-events-table tr td.status.error {
    background-color: #c40022; }
  #mgd-events-table tr td.status.temporary_failed {
    background-color: #ff9800; }

.mgd-refresh-dashboard {
  display: none;
  float: right;
  margin: 10px 15px; }

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