@charset "UTF-8";
/* Miligram overrides */
a {
  font-family: "Raleway", sans-serif;
  color: #404041;
}

label, legend {
  font-size: inherit;
  margin-bottom: inherit;
}

/* Utility */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hidden {
  display: none;
}

tr.canceled {
  text-decoration: line-through;
}
tr.canceled a {
  display: none;
}

.button {
  margin: 1px;
  padding: 0 1.3rem;
}
.button.button-alt {
  background-color: transparent;
  color: black;
}
.button.button-alt:hover {
  background-color: #606c76;
  color: white;
}

.warning {
  background-color: #d33c43 !important;
  border: 0.1rem solid #d33c43;
  color: white;
  margin-bottom: 2rem;
}

.requires-attention label {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0 0.6rem;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  border-radius: 4px;
  text-transform: uppercase;
}
.requires-attention label input {
  display: none;
}
.requires-attention label.active {
  background-color: #d33c43;
  color: white;
}
.requires-attention label:hover {
  background-color: #606c76;
  color: white;
  cursor: pointer;
}

/* Main */
body {
  background: #f5f7fa;
}

.content {
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  /* Thanks Stripe */
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.actions a {
  font-weight: bold;
  padding: 0 0.4rem;
}

th {
  white-space: nowrap;
}

/* Nav bar */
.top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 112rem;
  padding: 2rem;
  margin: 0 auto 2rem;
}

.top-nav-title a {
  font-size: 2.4rem;
  color: #d33c43;
}

.top-nav-title span {
  color: #404041;
}

.top-nav-links a {
  margin: 0 0.2rem;
}

.top-nav-title a,
.top-nav-links a {
  font-weight: bold;
}

.side-nav-item {
  display: block;
  padding: 0.5rem 0;
}

/* View action */
.view.content .text {
  margin-top: 1.2rem;
}

.related {
  margin-top: 2rem;
}

/* Flash messages */
.message {
  padding: 1rem;
  background: #eff8ff;
  color: #2779bd;
  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.message.hidden {
  display: none;
}

.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}

.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
  margin-bottom: 2rem;
}

.input.radio input,
.input.checkbox input {
  margin: 0;
}

.input.radio label,
.input.checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
}

.input.radio label > input,
.input.checkbox label > input {
  margin-right: 1rem;
}

.input.radio label:first-of-type {
  margin-bottom: 2rem;
}

/* Paginator */
.paginator {
  text-align: right;
  margin-top: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.pagination li {
  margin: 0 0.5rem;
}

.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}

.asc:after {
  content: " ↓";
}

.desc:after {
  content: " ↑";
}

/* Error */
.error-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .top-nav {
    margin: 0 auto;
  }

  .side-nav {
    margin-bottom: 1rem;
  }

  .heading {
    margin-bottom: 1rem;
  }

  .side-nav-item {
    display: inline;
    margin: 0 1.5rem 0 0;
  }

  .asc:after {
    content: " →";
  }

  .desc:after {
    content: " ←";
  }
}

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