
/* HEADER
*/

body.splash-page #header2 {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header {
  padding: 0.5em 15% 0.5em 15%;
  border-bottom: 1px solid #222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 -20px 40px rgba(0, 0, 0, 0.29);
  display: flex;
  flex-direction: row;
  background: #133B30;
}

#header_title {
  font-weight: 300;
  font-size: 2em;
  display: inline-block;
  margin: 0;
}

#header_title a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 100;
  font-family: Abel;
}

#header_menu {
  text-align: right;
  margin: 0;
  display: inline-block;
  list-style-type: none;
  padding: 1.1em 0 0 0;
  flex-grow: 1;
}

#header_menu li {
  padding: 0 1em;
  display: inline;
}

#header_menu li a {
  color: #eee;
  font-size: 1.2em;
  text-decoration: none;
}

#header_menu li a.menu_user {
  color: var(--main-light);
}

#header_menu li a.menu_logout {
  color: #fcc;
}


/* footer */

.footer {
  background: #111;
    background-color: #2b2b2b;
  width: 100%;
}


.footer-content {
  margin: auto;
  color: #ddd;
  text-align: left;
  font-size: 1em;
}

.footer strong {
  font-weight: 300;
  text-transform: uppercase;
}

.footer ul {
  margin-top: 0;
  padding-left: inherit;
  list-style-type: none;
}

.footer ul li a {
  text-decoration: none;
  color: var(--main-light);
}

.footer ul li a:hover {
  text-decoration: underline;
}


/* left menu */

.leftnav {
  background-color: #4E494F;
}

.leftnav a {
  text-decoration: none;
}

.leftnav .separator {
  height: 1em;
}

.navtitle {
  text-align: center;
}

.nav-menu-button,
.pure-menu-heading {
  font-size: 1.1em;
  color: #ACD2FD;
}

.pure-menu-heading {
  margin-top: 1em;
}

.pure-menu-item a {
  color: #fff;
  font-size: 1em;
}

.pure-menu-item i {
  color: var(--main-light);
}

.pure-menu-item.selected .pure-menu-link {
  background-color: #3B2C40;
}

.pure-menu-item.indented {
  font-size: 0.9em;
}
.pure-menu-item.indented i {
  font-size: 0.9em;
  margin-left: 2em;
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
  background-color: #443647 !important;
}

.menu-header {
  padding: .5em;
}

.menu-header h5 {
  text-align: center;
  margin-bottom: 0;
}

.menu-header p {
  margin: 0;
  text-align: center;
}

.pure-menu-link {
  padding: 0.3em 1em;
}




.pagecontent {
  margin-bottom: 5em;
}

.content-wrapper>.pagecontent {
  width: 100%;
}

.notice ul {
  padding-left: 3.5em;
}
.notice {
  padding: .25em 1em;
}

.notice input[type="submit"] {
  margin: 1em 0 0 3em;
}

.notice-error {
  background: #fee;
}

.notice-success {
  background: #efe;
}


/* tables */

.block .pure-table:not(:first-child) {
  margin: 1em 0;
}

.table-full {
  width: 100%;
  margin: 1em 0;
}

.table-simple td {
  padding: 0.33em 0.5em;
}

table.table-light {
  text-align: left;
  margin: auto;
}

table.table-light td {
  padding: 0.1em 1em;
}

.full-width-table {
  border: 0;
  width: 100%;
}

.kv-table td:nth-child(2) {
  width: 75%;
}

.empty-table {
  text-align: center;
  font-style: italic;
}


/* ACCOUNT
*/

.account-overview-block h3 {
  font-weight: 300;
  font-size: 1.6em;
  margin: 0.5em 0;
}

.account-overview-block table {
  width: 100%;
}

.account-balance {
  font-size: 2em;
  text-align: center;
  margin: 0.5em 0;
}

.account-balance .value {
  font-size: 1.6em;
}

.account-balance-block .title {
  font-size: 1.4em;
  display: block;
}

.account-balance-block .value {
  font-size: 1.6em;
  display: block;
  text-align: center;
}

.account-balance-upcoming .value {
  color: #c33;
}


.deposit-paypal form {
  text-align: center;
}


/* HELP PAGES
*/


pre.legal-text {
  overflow-wrap: normal;
  white-space: pre-wrap;
}

.kb-question h3 {
  margin: 0;
  padding: 0.5em 1em;
  width: 100%;
  background: var(--other-light);
  font-size: 1.2em;
  font-weight: 300;
  cursor: pointer;
}

.kb-question i.fa {
  margin-right: 0.50em;
}

.kb-question-body {
  border-top: 1px solid #ccc;
  padding: 0.5em 1em;
}


.kb-question-list {
  list-style-type: circle;
}

.kb-question-list a {
  font-size: 1.2em;
}

.kb-question-meta .kb-vote-buttons {
  padding-left: 1em;
}

.kb-question-meta p {
  margin: 0.5em 0;
}

.kb-stats-panel {
  padding: 0.5em;
}

.kb-stats-panel>div {
  padding: 0.5em;
  background: #eee;
}

.kb-stats-n {
  text-align: right;
  font-size: 2em;
  margin: 0;
}

.kb-stats-legend {
  text-align: right;
  margin: 0em 0;
}

.kb-stats-link p {
  margin: 0;
}



.kb-cat-top-questions a {
  font-size: 1.0em;
}

.ticket-message {
  border-top: 1px solid #ccc;
  padding-top: 0;
}

.ticket-message-meta {
  margin: 0.1em 0.5em;
  text-align: right;
  font-size: 0.9em;
}

.ticket-message-content {
  margin: 0.25em 1em;
}

.ticket-reply {
  margin-top: 1em;
}

.ticket-reply .pure-button {
  margin: 0 0.5em;
}

.ticket-message-by-staff {
  background: #f0f0fa;
}


p.event-services {
  margin-top: 0;
}

.event-description {
  border-left: 3px solid var(--contrast);
  padding-left: .5em;
}
