@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500,700|IBM+Plex+Sans:500,500i,700");
.is-underlined {
  border-bottom: 1px solid #dbdbdb; }
  .is-underlined.has-text-info {
    border-bottom: 1px solid #209cee;
    margin-bottom: 1rem;
    font-weight: bold; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.15rem; }

h4 {
  font-size: 1.05rem; }

h1.last, h2.last, h3.last, h4.last, h5.last {
  margin-bottom: 2rem; }
h1 .title, h2 .title, h3 .title, h4 .title, h5 .title {
  font-weight: 700; }
  h1 .title.no-margin, h2 .title.no-margin, h3 .title.no-margin, h4 .title.no-margin, h5 .title.no-margin {
    margin: 0; }
  h1 .title.top-title, h2 .title.top-title, h3 .title.top-title, h4 .title.top-title, h5 .title.top-title {
    margin: 2rem 0 0 0; }

p {
  margin-bottom: 1rem;
  text-align: justify; }

.is-monospaced {
  font-family: "IBM Plex Mono", "Monaco", "Consolas", "Hack", "Monospace"; }

.error-title {
  border: 1px dashed #ff3860;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem; }

.error-top-title {
  font-family: "IBM Plex Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: 700;
  border-bottom: 1px solid #ff3860;
  color: #ff3860; }

a span, button span {
  padding-left: 8px; }

.vertical-air {
  padding: 1rem 0; }

.calign {
  text-align: center; }

.ralign {
  text-align: right; }

.with-top-air {
  margin-top: 1.5em; }

.box > footer {
  margin-top: 2em;
  vertical-align: bottom;
  border-top: 1px dashed whitesmoke;
  padding-top: 0.4em; }
  .box > footer p {
    color: #7a7a7a; }

section#attendance .box.office {
  min-height: 400px; }
  section#attendance .box.office h1 {
    font-size: 8em;
    text-align: center;
    font-weight: bold; }

.ticket-box {
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem;
  min-height: 160px;
  background-color: #fafafa;
  border: 1px solid #969696;
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.25);
  color: #363636; }
  .ticket-box .header {
    color: #0a0a0a;
    border-bottom: 1px dashed #7a7a7a; }
  .ticket-box .footer {
    color: #7a7a7a;
    font-family: "IBM Plex Mono", "Monaco", "Consolas", "Hack", "Monospace";
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .ticket-box .body .address {
    font-size: 0.88em;
    color: #7a7a7a; }
  .ticket-box .body .owner {
    width: 100%;
    font-size: 1.2em;
    padding: 0.1em 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin: 1em 0;
    background-color: white;
    color: #209cee; }
    .ticket-box .body .owner span {
      margin-right: 1rem; }
  .ticket-box .qrcode {
    text-align: center;
    padding-top: 12px; }
  .ticket-box .punched-mark {
    z-index: 99;
    position: absolute;
    left: 30%;
    bottom: 40%;
    transform: rotate(-35deg);
    border-style: solid;
    border-color: rgba(255, 0, 0, 0.3); }
    .ticket-box .punched-mark h2 {
      color: rgba(255, 0, 0, 0.3); }

.box.error-panel {
  display: table;
  font-family: "IBM Plex Mono", "Monaco", "Consolas", "Hack", "Monospace"; }
  .box.error-panel h5 {
    color: #ff3860;
    font-weight: bold;
    font-size: 1.1em; }
  .box.error-panel ul.trace {
    margin-top: 2em; }
    .box.error-panel ul.trace li {
      font-size: 0.75em;
      padding-left: 1em;
      border-left: 2px solid rgba(255, 0, 0, 0.2);
      margin-bottom: 0.4em; }

fieldset {
  padding: 1em 2em 2em 2em;
  border-radius: 6px;
  border: 2px solid #b5b5b5; }

.control p {
  color: #7a7a7a;
  font-size: 0.9em; }

.parsley-errors-list.filled {
  padding: 2px;
  margin: 1px 0;
  background-color: rgba(220, 0, 0, 0.1);
  color: #ff3860;
  list-style: none;
  font-weight: bold; }

input.parsley-error {
  border: 1px solid #ff3860;
  box-shadow: 0 0 1px #ff3860 inset; }

.form-errors {
  padding: 0.5em 1em;
  margin-bottom: 3em;
  border: 4px dashed #b5b5b5;
  border-radius: 6px; }
  .form-errors h2 {
    color: #ff3860;
    line-height: 1em;
    font-size: 2em;
    margin: 0;
    margin-bottom: 0.25em; }
  .form-errors ul {
    list-style: none;
    margin: 0 0 1rem 0; }
    .form-errors ul li {
      padding: 0; }
      .form-errors ul li .field {
        color: #ff3860;
        font-weight: bold; }
      .form-errors ul li .msg {
        color: #7a7a7a;
        padding-left: 0.5em; }

table.log {
  font-family: "IBM Plex Mono", "Monaco", "Consolas", "Hack", "Monospace";
  font-size: 0.85rem;
  margin-top: 1em; }
  table.log tr th:last-child, table.log tr td:last-child {
    padding-left: 0.8em; }

table td.right, table th.right {
  text-align: right; }
table td.left, table th.left {
  text-align: left; }
table td.action {
  padding-right: 0; }
  table td.action a {
    padding: 2px; }
  table td.action a:hover {
    color: white;
    background-color: #3273dc;
    border-radius: 3px; }
    table td.action a:hover.has-text-primary {
      color: white !important;
      background-color: #00d1b2; }
    table td.action a:hover.has-text-info {
      color: white !important;
      background-color: #209cee; }
    table td.action a:hover.has-text-link {
      color: white !important;
      background-color: #3273dc; }
    table td.action a:hover.has-text-warning {
      color: #363636 !important;
      background-color: #ffdd57; }
    table td.action a:hover.has-text-danger {
      color: white !important;
      background-color: #ff3860; }

.role {
  min-width: 80px;
  display: inline-block;
  background-color: #209cee;
  text-align: center;
  line-height: 1em;
  padding-bottom: 2px;
  border-radius: 3px;
  color: white;
  margin-right: 4px;
  font-family: "IBM Plex Mono", "Monaco", "Consolas", "Hack", "Monospace";
  font-size: 0.95em; }
  .role.admin {
    background-color: #ff3860; }
  .role.speaker {
    background-color: #ffdd57;
    color: #363636; }

.pubkey {
  margin-left: 0.5em;
  color: #7a7a7a; }

.tag span {
  margin-right: 0.25rem; }
.tag.create {
  background-color: #00d1b2;
  color: white; }
.tag.transfer {
  background-color: #209cee;
  color: white; }
.tag.burn {
  background-color: #ff3860;
  color: white; }

#alerts {
  max-width: 400px;
  position: fixed;
  top: 70px;
  right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  z-index: 9999; }
  #alerts .notification {
    width: 390px; }
    #alerts .notification.success {
      background-color: #23d160;
      color: white; }
    #alerts .notification.error {
      background-color: #ff3860;
      color: white; }
    #alerts .notification.warning {
      background-color: #ffdd57;
      color: #363636; }
    #alerts .notification.info {
      background-color: #209cee;
      color: white; }

.idea {
  padding: 0.4rem 0.5rem;
  border-radius: 3px;
  margin-top: 0.8rem;
  background-color: rgba(255, 219, 74, 0.4);
  color: #7d6f36; }
  .idea span {
    margin-left: 0.5rem; }

body {
  font-family: "IBM Plex Sans", "Helvetica", "Arial", "sans-serif";
  font-size: 1.1em;
  font-weight: 500; }

.container header {
  margin-bottom: 2em; }

#main-footer {
  height: 186px;
  color: #7a7a7a; }

main {
  min-height: 70vh;
  min-height: -webkit-calc(100vh - 186px);
  min-height: -moz-calc(100vh - 186px);
  min-height: calc(100vh - 186px); }

#main-navbar {
  padding: 0.2rem 1rem; }

.navbar-brand .navbar-item img {
  max-height: 3rem; }

#about .title {
  font-size: 1.25rem;
  border-bottom: 1px solid #209cee;
  padding-bottom: 4px; }
#about p {
  text-indent: 1rem; }
#about ul {
  margin-left: 1rem; }
  #about ul li {
    text-align: justify;
    margin-bottom: 0.5rem; }

section#schedule ul {
  margin-top: 1.5em; }
  section#schedule ul li ul {
    margin-bottom: 1.2em;
    border-left: 4px solid #209cee;
    padding-left: 1.4em; }
    section#schedule ul li ul li {
      margin-bottom: 0.4em;
      text-align: justify; }
      section#schedule ul li ul li > .subtitle {
        border-bottom: 1px solid #209cee;
        margin-top: 2em;
        margin-bottom: 0.05em !important;
        padding: 0 !important;
        color: #209cee; }
section#schedule .event {
  display: table;
  margin-top: 2em; }
  section#schedule .event .clock, section#schedule .event .time, section#schedule .event .event-title {
    display: table-cell;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    background-color: #209cee;
    padding: 0 5px;
    border: 2px solid white; }
  section#schedule .event .clock {
    border-left: 0;
    border-radius: 3px 0 0 3px; }
  section#schedule .event .event-title {
    background-color: #7a7a7a;
    width: 100%;
    border-right: 0;
    border-radius: 0 3px 3px 0; }
section#schedule .name {
  font-weight: bold; }
section#schedule .titles p {
  font-size: 0.95em;
  margin: 0;
  line-height: 1.25em; }
section#schedule .titles:last-child {
  margin-bottom: 0.9em; }

.box h2 {
  border-bottom: 1px solid #209cee;
  color: #209cee;
  margin-bottom: 1em; }

#attendance .full {
  color: white;
  background-color: #ff3860;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  min-height: 5.5rem; }
  #attendance .full h1 {
    margin: 0; }
  #attendance .full p {
    margin: 0; }
