div.dialog {
  width: 95%;
  max-width: 33em;
  margin: 4em auto 0;
}

div.dialog.fullwidth {
  max-width: 1024px;
}

div.dialog > div {
  border: 1px solid #ccc;
  border-right-color: #999;
  border-left-color: #999;
  border-bottom-color: #bbb;
  border-top: #151738 solid 4px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: white;
  padding: 7px 12% 0;
  box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}

div.dialog > p {
  margin: 0 0 1em;
  padding: 1em;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-left-color: #999;
  border-bottom-color: #999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-color: #dadada;
  color: #666;
  box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}

div.dialog > div.tracking {
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 1em;
}

@media (min-width: 768px) {
  div.dialog > div.tracking {
    padding: 1em 0 1em 32%;
  }
}
body {
  background-color: #f6f6f7;
  color: #2e2f30;
  text-align: center;
  font-family: arial, sans-serif;
  margin: 0;
}

h1 {
  font-size: 120%;
  color: #003481;
  line-height: 1.5em;
}

h2 {
  font-size: 110%;
  color: #003481;
  line-height: 1.5em;
}

.left {
  text-align: left;
}

img {
  max-width: 100%;
}

a {
  color: #003481;
}

form {
  padding: 1em;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  border-right-color: #999;
  border-left-color: #999;
}
form label {
  width: 100px;
  text-align: right;
  display: inline-block;
  padding: 0.5em 0;
}
form label span {
  color: red;
}

.state {
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.state .description {
  text-align: left;
}

.circle {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}

.circle.filled {
  background-color: forestgreen;
}

.circle.filled-bad {
  background-color: red;
}

ul li {
  padding: 0.25em 0;
}

.menu {
  border-bottom: 1px solid #c9cccf;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  margin: 0;
  padding: 0 0.75em;
  display: inline-block;
}
.menu ul li a {
  text-decoration: none;
  color: #000000;
  padding: 1em 0;
  display: inline-block;
  border-bottom: 2px solid #f6f6f7;
}
.menu ul li a.active, .menu ul li a:hover {
  color: #003481;
  border-bottom: 2px solid #003481;
}

.button {
  display: inline-block;
  border: 3px solid #003481;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 0 21px 0;
  padding: 0.75em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  width: auto;
  color: #fff;
  background: #003481;
  font-weight: bold;
  transition: 0.2s ease all;
}
.button:hover {
  text-decoration: none;
  background: #71c5e8;
  border: 3px solid #003481;
}

table {
  border-spacing: 0;
  border: 0;
  margin-bottom: 1em;
  width: 100%;
}
table th {
  background: #f6f6f7;
  padding: 5px 10px;
  font-weight: bold;
  border-color: #2e2f30;
  text-align: left;
}
table tr:nth-child(odd) {
  background: #fafafa;
}
table td {
  border-top: 1px solid #c9cccf;
  padding: 1em;
  font-size: 0.85em;
}
table td:first-child {
  border-left: 0;
}
table td:last-child {
  border-right: 0;
}
table td p {
  margin: 0;
}

.status-table svg {
  height: 40px;
}
.status-table svg.fa-times-circle {
  color: red;
}
.status-table svg.fa-check-circle {
  color: forestgreen;
}

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