@import url("https://fonts.googleapis.com/css?family=Dosis:800&display=swap");
/* Colors */
@import url("https://fonts.googleapis.com/css?family=Dosis:800&display=swap");
/* Colors */
@import url("https://fonts.googleapis.com/css?family=Dosis:800&display=swap");
body {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  color: #000000;
  background: #FFFFFF;
}
body .container {
  max-width: 650px;
}

code, kbd, pre, samp {
  background-color: #18171B !important;
  color: #FF8400 !important;
  line-height: 1.2em;
  font: 12px Menlo, Monaco, Consolas, monospace;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
  z-index: 99999;
  word-break: break-all;
  display: block;
  padding: 0;
}

a {
  color: #000000;
}
a:hover {
  color: #F9AB51;
}

em {
  font-style: italic;
}

header {
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
header .site-logo {
  max-width: 100px;
}
header .site-name-slogan a {
  color: #000000;
  font-weight: bold;
}
header .menu-wrap .menu a {
  color: #628B82;
  font-size: 0.8rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  header .header-right {
    flex-grow: 1;
  }
  header .header-right .primary-menu-wrapper {
    width: 100%;
  }
  header .header-right .primary-menu-wrapper .region-primary-menu {
    display: flex;
    justify-content: end;
  }
  header .header-right .primary-menu-wrapper .region-primary-menu #block-para-theme-main-menu ul a,
  header .header-right .primary-menu-wrapper .region-primary-menu #block-para-theme-account-menu ul a {
    font-size: 0.8rem;
  }
}

.footer {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  padding-top: 3rem;
}
.footer:before {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  top: 0;
}
.footer .website-copyright .site-logo {
  height: 50px;
}

.qpq-list-block {
  background: #d2efe8;
  border: solid 1px;
  margin-top: 1rem;
  padding: 0.5rem 1rem 1rem;
  position: relative;
}
.qpq-list-block.node-event {
  padding: 1rem 1rem 1rem;
}
.qpq-list-block h2 {
  font-size: 1.2rem;
  text-align: center;
}
.qpq-list-block .event-link {
  color: #000000;
}
.qpq-list-block .event-link:hover {
  color: #F9AB51;
}
.qpq-list-block ul {
  list-style: none;
}
.qpq-list-block ul span {
  font-weight: bold;
}
.qpq-list-block ul .item-hint {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
}
.qpq-list-block#spending-categories span {
  font-weight: normal;
}
.qpq-list-block .qpq-icon {
  background: #628b82;
  border-radius: 100%;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
.qpq-list-block .qpq-icon svg {
  color: #FFFFFF;
}
.qpq-list-block .qpq-icon svg:hover {
  color: #F9AB51;
}
.qpq-list-block .qpq-icon.qpq-big-icon {
  display: flex;
  font-size: 20px;
  margin-left: 0;
  position: absolute;
  top: 10px;
  right: 16px;
  width: 40px;
  height: 40px;
}
.qpq-list-block .qpq-icon.qpq-big-icon.print {
  right: 64px;
}

.qpq-list-block.node-event .qpq-list-block-header {
  display: inline-block;
}
.qpq-list-block.node-event .qpq-list-block-header .event-logo {
  float: left;
  margin-top: -7px;
  margin-left: -2px;
}
.qpq-list-block.node-event .qpq-list-block-header .event-logo img {
  width: 50px;
}
.qpq-list-block.node-event.event-calculations .calc-main {
  line-height: 20px;
  padding-top: 10px;
}
.qpq-list-block.node-event.event-calculations .qpq-table td {
  line-height: 20px;
  padding: 0 10px;
}

.node-type-event .event-copyright {
  display: flex;
  justify-content: center;
}

/* Colors */
.ui-dialog {
  max-width: 450px !important;
}

.qpq-form .form-checkboxes,
.qpq-form .form-radios {
  display: flex;
  flex-wrap: wrap;
}
.qpq-form .form-checkboxes > div,
.qpq-form .form-radios > div {
  flex-basis: 50%;
}
.qpq-form .date-wrapper-title {
  display: none;
}
.qpq-form .form-type-date label,
.qpq-form .form-type-number label {
  clip: auto;
  display: block;
  position: relative !important;
  width: auto;
  height: auto;
}
.qpq-form .form-type-date .form-date,
.qpq-form .form-type-date input,
.qpq-form .form-type-number .form-date,
.qpq-form .form-type-number input {
  outline: 0;
  border: 0;
  box-shadow: 0 0 4px 1px var(--border);
  transition: all 0.3s linear;
  padding: 10px;
  width: 100%;
}

.page-type-event .node-taxonomy-container {
  padding: 0;
}
.page-type-event .node-taxonomy-container li.taxonomy-term:not(:last-child) {
  margin-right: 0;
}
.page-type-event .node-taxonomy-container li.taxonomy-term:not(:last-child):after {
  content: ", ";
}
.page-type-event .paragraph--type--expense .expense-description {
  font-weight: bold;
}
.page-type-event .paragraph--type--expense .expense-info {
  margin-left: 1rem;
}
.page-type-event .paragraph--type--expense .expense-info span {
  display: inline-block;
  margin-right: 0.5rem;
  min-width: 45%;
  white-space: nowrap;
}
.page-type-event .paragraph--type--expense .expense-info .expense-description {
  font-weight: bold;
}

.qpq-table td.price {
  text-align: right;
}
.qpq-table td.centered {
  text-align: center;
}
.qpq-table td:nth-child(1) {
  width: 40%;
}

.qpq-user-form {
  background-color: #F4FCFA;
  max-width: 650px;
  margin: auto;
  border: solid 1px #D2EFE8;
  padding: 1rem;
}
.qpq-user-form h2 {
  color: #628B82;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.qpq-user-form .description {
  font-size: 0.7rem;
  font-style: italic;
}
.qpq-user-form .description a {
  color: #628B82;
}

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