/*
Lasria by Amelia Winstead 2024
 
* https://github.com/ladyvipaka
* https://twitter.com/lasria
* https://www.facebook.com/lasria
* https://discord.gg/3447eE
 
Version: 1.0.0
 
©Copyright Lasria LLC 2024

--------------------------------------------------------------
Style name:			Avalon 
Original author:	Amelia Winstead ( https://www.ameliawinstead.com/ )
--------------------------------------------------------------
*/
/*============
 Button Styles
============ */
.button {
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent none 0 0 repeat-x;
  padding: 2px 8px;
  font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
  position: relative;
  text-decoration: none !important;
  outline-style: none !important;
  vertical-align: bottom; }

.action-bar .button {
  padding: 0px;
  border: none; }

.dropdown-select {
  padding-right: 24px;
  margin-left: 10px;
  height: 25px; }

.action-bar .dropdown-select {
  padding-right: 0px; }

.icon-button:before {
  background: transparent 0 0 no-repeat;
  content: '';
  display: inline-block;
  float: right;
  height: 12px;
  margin: 3px 0 0 2px;
  width: 12px; }

.dropdown-select.icon-button:before {
  margin-right: 4px; }

.action-bar .fa-caret-down::before {
  border-left: none;
  content: ""; }

.action-bar .dropdown-select:after {
  display: none;
  background: none; }

.dropdown-select:after {
  background-position: -103px 10px;
  border-left: 1px solid;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 16px; }

.dropdown-visible .dropdown-select:after, .nojs .dropdown-container:hover .dropdown-select:after {
  background-position: -103px -10px; }

.buttons, .buttons .button {
  float: left; }

.buttons .button, .dropdown-select {
  margin-right: 5px; }

#jumpbox .dropdown-select {
  margin: 0; }

/* Big button images */
.reply-icon:before, .pmreply-icon:before {
  background-position: -20px 0; }

.reply-icon:hover:before, .pmreply-icon:hover:before {
  background-position: -20px -20px; }

.post-icon:before, .newpm-icon:before, .reply-all:before {
  background-position: 0 0; }

.post-icon:hover:before,
.newpm-icon:hover:before,
.reply-all:hover:before {
  background-position: 0 -20px; }

.locked-icon:before {
  background-position: -60px 0; }

.locked-icon:hover:before {
  background-position: -60px -20px; }

.forwardpm-icon:before {
  background-position: -40px 0; }

.forwardpm-icon:hover:before {
  background-position: -40px -20px; }

.modtools-icon {
  font-size: 0; }

.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before {
  background-position: -80px 0;
  height: 16px;
  margin-top: 2px;
  width: 16px; }

.dropdown-visible .tools-icon:before,
.nojs .dropdown-container:hover .tools-icon:before {
  background-position: -80px -20px; }

.search-icon:before {
  background-position: -245px 0; }

.search-icon:hover:before {
  background-position: -245px -20px; }

.search-adv-icon:before {
  background-position: -265px 0; }

.search-adv-icon:hover:before {
  background-position: -265px -20px; }

.modtools-icon:before {
  background-position: -225px 0; }

.dropdown-visible .modtools-icon:before,
.nojs .dropdown-container:hover .modtools-icon:before {
  background-position: -225px -20px; }

/* Icon images
---------------------------------------- */
.small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none; }

.small-icon > a {
  display: inline-block;
  padding: 0 0 0 6px;
  font-weight: bold; }

ul.linklist.bulletin > li.small-icon:before {
  display: none; }

.dropdown .small-icon > a {
  display: block; }

/* Poster contact icons
----------------------------------------*/
.contact-icons.dropdown-contents {
  min-width: 0;
  padding: 0;
  font-size: 0; }

.contact-icon {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px; }

.contact-icons a {
  border-bottom: 1px dotted;
  border-right: 1px dotted;
  display: block;
  float: left;
  padding: 5px; }

.contact-icons .last-cell {
  border-right: none; }

.contact-icons div:last-child a {
  border-bottom: none; }

.contact-icons div {
  clear: left; }

/* Profile icons */
.pm-icon {
  background-position: 0 0; }

.email-icon {
  background-position: -21px 0; }

.jabber-icon {
  background-position: -80px 0; }

.phpbb_icq-icon {
  background-position: -61px 0; }

.phpbb_wlm-icon {
  background-position: -182px 0; }

.phpbb_aol-icon {
  background-position: -244px 0; }

.phpbb_website-icon {
  background-position: -40px 0; }

.phpbb_youtube-icon {
  background-position: -98px 0; }

.phpbb_facebook-icon {
  background-position: -119px 0; }

.phpbb_googleplus-icon {
  background-position: -140px 0; }

.phpbb_skype-icon {
  background-position: -161px 0; }

.phpbb_twitter-icon {
  background-position: -203px 0; }

.phpbb_yahoo-icon {
  background-position: -224px 0; }

/* Post control buttons
--------------------------------------------- */
.post-buttons {
  float: right;
  list-style: none;
  margin-top: 2px; }

.has-profile .post-buttons {
  float: none;
  margin: 0;
  right: 0;
  display: flex;
  align-items: center;
  min-width: 100px;
  flex-wrap: wrap;
  padding-left: 0;
  /*position: absolute;
	right: 3px;*/ }

.post-buttons > li {
  float: left;
  margin-right: 3px;
  padding: 3px; }

.post-buttons .icon-button {
  padding: 0 5px; }

.hastouch .post-buttons .icon-button {
  padding: 2px 8px; }

.post-buttons .icon-button span {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.post-buttons .icon-button:before {
  margin-left: 0; }

.quote-icon:before {
  background-position: -122px 0; }

.quote-icon:hover:before {
  background-position: -122px -21px; }

.edit-icon:before {
  background-position: -137px 0; }

.edit-icon:hover:before {
  background-position: -137px -21px; }

.warn-icon:before {
  background-position: -208px 0; }

.warn-icon:hover:before {
  background-position: -208px -21px; }

.delete-icon:before {
  background-position: -152px 0; }

.delete-icon:hover:before {
  background-position: -152px -21px; }

.report-icon:before {
  background-position: -165px 0; }

.report-icon:hover:before {
  background-position: -165px -21px; }

.info-icon:before {
  background-position: -175px 0; }

.info-icon:hover:before {
  background-position: -175px -21px; }

.button.responsive-menu-link:before {
  background-position: -191px 0; }

.button.responsive-menu-link:hover:before {
  background-position: -191px -21px; }

/* Responsive buttons in post body */
.post-buttons .dropdown {
  top: 18px; }

.post-buttons .dropdown a {
  display: block;
  font-size: 1.2em;
  text-align: right; }

.hasjs .postbody .post-buttons {
  max-width: 45%;
  padding: 0px;
  display: block;
  position: relative;
  top: 0px; }

.post-buttons li {
  cursor: pointer; }

/* Browser-specific tweaks */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.contact-icon {
  background-image: url("../images/icons_contact.png"); }

.pm-icon {
  background-position: 0 0; }

.email-icon {
  background-position: -21px 0; }

.jabber-icon {
  background-position: -80px 0; }

.phpbb_icq-icon {
  background-position: -61px 0; }

.phpbb_wlm-icon {
  background-position: -182px 0; }

.phpbb_aol-icon {
  background-position: -244px 0; }

.phpbb_website-icon {
  background-position: -40px 0; }

.phpbb_youtube-icon {
  background-position: -98px 0; }

.phpbb_facebook-icon {
  background-position: -119px 0; }

.phpbb_googleplus-icon {
  background-position: -140px 0; }

.phpbb_skype-icon {
  background-position: -161px 0; }

.phpbb_twitter-icon {
  background-position: -203px 0; }

.phpbb_yahoo-icon {
  background-position: -224px 0; }

@media only screen and (min-width: 600px) {
  .section-viewtopic .post-buttons > li {
    margin-left: 10px; } }



/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

@font-face {
  font-family: "AuthorCalligraphy";
  font-weight: 300;
  src: url("../../../../AuthorCalligraphyOpti-Regular.otf") format("opentype"); }

html {
  font-size: 100%;
  /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  height: 100%; }

body {
  line-height: 1;
  font-family: Open Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0px !important;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact; }

#phpbb {
  background-attachment: fixed;
  background-image: url("https://dmdbt5jwvgmqb.cloudfront.net/background.webp");
  background-repeat: repeat-x; }

html, body {
  background: #efefef; }

a, a:hover, a:focus, a:active {
  color: #333; }

ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
  ul ol ul {
    list-style-type: square; }
  ul.linklist {
    display: block;
    margin: 0; }
    ul.linklist > li {
      float: left;
      font-size: 0.8rem;
      line-height: 2.2em;
      list-style-type: none;
      padding-top: 1px;
      width: auto; }
      ul.linklist > li.rightside {
        margin-left: 7px; }
    ul.linklist #login-register a, ul.linklist #login-logout a {
      color: #fff;
      padding: 5px; }
    ul.linklist .fa-bell, ul.linklist .fa-comments {
      color: #fff;
      margin: 5px; }
      ul.linklist .fa-bell:hover, ul.linklist .fa-comments:hover {
        color: #fff; }
      ul.linklist .fa-bell.new-notification, ul.linklist .fa-comments.new-notification {
        color: #ffd800; }
    ul.linklist li.responsive-menu {
      position: relative; }
      ul.linklist li.responsive-menu a.responsive-menu-link {
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
        position: relative;
        width: 16px;
        line-height: 20px;
        text-decoration: none; }
        ul.linklist li.responsive-menu a.responsive-menu-link:before {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          height: .125em;
          width: 14px;
          border-bottom: 0.125em solid transparent;
          border-top: 0.375em double transparent; }
        ul.linklist li.responsive-menu a.responsive-menu-link::before {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          height: .125em;
          width: 14px;
          border-bottom: 0.125em solid transparent;
          border-top: 0.375em double transparent; }
    ul.linklist .dropdown-up .dropdown {
      bottom: 18px;
      top: auto; }
  ul.navlinks {
    border-top: 1px solid transparent; }
  ul.leftside {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    text-align: left; }
  ul.rightside {
    float: right;
    margin-left: 5px;
    margin-right: -5px;
    text-align: right; }
  ul.linklist.bulletin > li:first-child:before {
    content: none; }
  ul.linklist.bulletin > li.rightside:last-child:before {
    content: none; }
  ul.linklist.bulletin > li:before {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    padding-right: 4px; }
  ul.linklist.bulletin > li.no-bulletin:before {
    content: none; }

ol {
  list-style-type: decimal; }
  ol ol ul {
    list-style-type: square; }
  ol ul {
    list-style-type: circle; }
    ol ul ul {
      list-style-type: square; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-family: "Lato", Trebuchet MS, Arial, Helvetica, sans-serif;
  margin-right: 200px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em; }

h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  margin: 5px 0; }
  h2.solo {
    margin-bottom: 1em; }

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-bottom: 3px;
  padding-bottom: 2px;
  font-size: 1.05em;
  margin-top: 5px; }

h4 {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  font-size: 1.3em; }

p {
  line-height: 1.3em;
  font-size: 1.1em;
  margin-bottom: 1.5em; }
  p.right {
    text-align: right; }
  p.rightside {
    margin-left: 7px; }
  p.jumpbox-return {
    margin-top: 1em; }

img {
  border-width: 0; }

hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both; }
  hr.dashed {
    border-top-style: dashed;
    margin: 10px 0; }
  hr.divider {
    display: none; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

li {
  display: list-item; }
  li.responsive-menu.dropdown-right .dropdown {
    left: -9px; }
  li.responsive-menu.dropdown-left .dropdown {
    right: -6px; }
  li.row {
    position: relative;
    z-index: 2; }
    li.row:last-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    li.row:first-child {
      border-top-right-radius: 4px;
      display: grid; }
    li.row strong {
      font-weight: normal; }
  li.header dt {
    font-weight: bold;
    width: 100%; }
  li.header dd {
    padding-left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  li.header dl.icon dt .list-inner {
    padding-left: 0; }

a.rightside {
  margin-left: 7px; }

.mcp-main h3 {
  font-size: 2em; }

.help {
  display: none; }

#nav-main svg {
  max-width: 30px; }

#wrap {
  border-radius: 8px;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  margin: 3% auto;
  width: 100%;
  padding: 0px;
  position: relative; }

#wrap #page-body {
  background: none; }

#page-body {
  margin: 0px auto;
  clear: both;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
  float: none;
  position: relative; }

.section-index #forums {
  width: 100%; }

#page-footer {
  clear: both;
  width: 100%; }
  #page-footer h3 {
    margin-top: 20px; }
  #page-footer ul.linklist {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 475px; }
    #page-footer ul.linklist li {
      margin-right: 10px;
      font-size: 0.8em; }

.logo {
  float: left;
  width: auto;
  padding: 0px 5px 0 5px; }
  .logo:hover {
    text-decoration: none; }

#site-description {
  display: none;
  height: 68px;
  width: 285px;
  order: 3;
  position: relative; }
  #site-description h1 {
    margin-right: 0; }
  #site-description .logo {
    height: 100%;
    width: 100%;
    padding: 0; }
  #site-description .site_logo {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../images/lasria_logo.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -3px;
    left: 0; }

.headerbar {
  background: transparent none repeat-x 0 0;
  margin-bottom: 4px;
  padding: 5px;
  border-radius: 7px;
  z-index: 100;
  position: fixed;
  top: 0px; }

.navbar {
  border-radius: 0px;
  z-index: 100; }
  .navbar ul.linklist {
    padding: 2px 0;
    display: grid;
    width: 300px;
    margin: 0 auto;
    grid-template-columns: 2fr 1fr 1fr; }

#page-header .navbar {
  position: fixed;
  top: 0px;
  right: 0px; }

#page-footer {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  #page-footer .navbar {
    min-height: 10px;
    margin-bottom: 0; }

.panel {
  margin-bottom: 4px;
  padding: 5px 10px;
  border-radius: 7px; }

.rowbg {
  margin: 5px 5px 2px 5px; }

.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
  max-width: 48%; }

.hasjs ul.linklist.fullwidth {
  max-width: none; }

.responsive-menu:before {
  display: none !important; }

.header-profile {
  display: inline-block;
  vertical-align: top; }

.header-avatar img {
  margin-bottom: 2px;
  max-height: 20px;
  vertical-align: middle;
  width: auto; }

.header-avatar:hover {
  text-decoration: none; }

.header-avatar span:after {
  content: '\25BC';
  display: inline-block;
  font-size: 9px;
  float: right;
  padding-left: 2px;
  opacity: 0.7; }

.dropdown-container {
  position: relative; }

.dropdown-container-right {
  float: right; }

.dropdown-container-left {
  float: left; }

.nojs .dropdown-container:hover .dropdown {
  display: block; }

.section-memberlist .action-bar {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 8px;
  opacity: 0.8; }

.section-memberlist h2 {
  text-shadow: 0 0 6px #000; }

.action-bar .buttons {
  position: fixed;
  bottom: 25px;
  right: 20px; }

.action-bar.top .dropdown.dropdown-menu {
  top: -140px; }
  .action-bar.top .dropdown.dropdown-menu .pointer {
    top: 128px; }

.action-bar .pointer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #b6b6b6 transparent transparent transparent;
  display: block;
  position: absolute;
  top: -9px;
  left: -10px; }

.action-bar .pointer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #b6b6b6 transparent transparent transparent;
  display: block;
  position: absolute;
  top: -9px;
  left: -10px; }

.action-bar .pointer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px; }

.action-bar .pointer::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ff transparent transparent transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px; }

.dropdown {
  position: absolute;
  left: 0;
  top: 1.2em;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 9px 0 0;
  margin-right: -500px; }
  .dropdown .pointer, .dropdown .dropdown .pointer-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-top-width: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    -webkit-transform: rotate(360deg);
    /* better anti-aliasing in webkit */
    display: block; }
  .dropdown .pointer {
    right: auto;
    left: 10px;
    top: 0;
    z-index: 3; }
  .dropdown.live-search {
    top: auto; }
  .dropdown .pointer-inner {
    top: auto;
    bottom: -11px;
    left: -10px; }
  .dropdown .dropdown-contents {
    background: #fff;
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0;
    position: relative;
    min-width: 40px;
    max-height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .dropdown li {
    border-top: 1px dotted transparent;
    float: none !important;
    line-height: normal !important;
    font-size: 1em !important;
    list-style: none;
    margin: 0;
    white-space: nowrap;
    text-align: left; }
    .dropdown li a {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 7px;
      padding-right: 7px;
      display: block; }
      .dropdown li a:hover {
        text-decoration: none;
        background: #f3f3f3; }

.dropdown-container.topic-tools, #quickmod {
  float: left;
  top: -4px; }

.dropdown-up .dropdown {
  top: auto;
  bottom: 1.2em;
  padding: 0 0 9px; }

.dropdown-up .pointer, .dropdown-up .dropdown-up .pointer-inner {
  border-bottom-width: 0;
  border-top: 10px solid transparent; }

.dropdown-up .pointer {
  bottom: 0;
  top: auto; }

.dropdown-up .pointer-inner {
  bottom: auto;
  top: -11px; }

.dropdown-left .dropdown {
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: 0;
  width: auto;
  top: 20px; }
  .dropdown-left .dropdown .pointer {
    left: auto;
    right: 10px; }

.collapsing-nav svg {
  padding: 5px 10px; }

.nojs .rightside .dropdown {
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: 0; }
  .nojs .rightside .dropdown .pointer {
    left: auto;
    right: 10px; }

.dropdown-button-control .dropdown {
  top: 24px; }

.dropdown-button-control.dropdown-up .dropdown {
  top: auto;
  bottom: 24px; }

.dropdown-contents > li {
  /*padding-right: 15px;*/ }

.dropdown-nonscroll > li {
  padding-right: 0; }

.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
  border-top: 0; }

.dropdown li li {
  border-top: 1px dotted transparent;
  padding-left: 18px; }
  .dropdown li li:first-child {
    margin-top: 4px; }
  .dropdown li li:last-child {
    padding-bottom: 0; }

.dropdown li.separator {
  border-top: 1px solid transparent;
  margin: 4px 0;
  padding: 0; }
  .dropdown li.separator:first-child, .dropdown li.separator:last-child {
    display: none; }

.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
  white-space: normal; }

#information-messaging, #information-messaging a {
  font-weight: bold;
  font-size: 1.3em;
  display: none;
  padding: 10px 8px;
  line-height: 1.5em;
  border-radius: 10px;
  margin: 5px 0; }

#information .rules .inner strong {
  font-size: 1.3em; }

/* Table styles
----------------------------------------*/
table.table1 {
  border-collapse: separate;
  width: 100%; }
  table.table1 thead th {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 1em;
    padding: 0 0 4px 3px; }
    table.table1 thead th:first-child {
      border-top-left-radius: 8px; }
    table.table1 thead th:last-child {
      border-top-right-radius: 8px; }
    table.table1 thead th span {
      padding-left: 7px; }
  table.table1 thead .autocol {
    padding-left: 1em; }
  table.table1 tbody tr {
    border: 1px solid transparent;
    border-radius: 8px; }
    table.table1 tbody tr:last-child td:first-child {
      border-bottom-left-radius: 8px; }
    table.table1 tbody tr:last-child td:last-child {
      border-bottom-right-radius: 8px; }
  table.table1 tbody td {
    padding: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccc; }
    table.table1 tbody td:first-child {
      border-left: 1px solid #ccc; }
    table.table1 tbody td:last-child {
      border-right: 1px solid #ccc; }
  table.table1 tbody th {
    padding: 5px;
    border-bottom: 1px solid transparent;
    text-align: left; }
  table.table1 td {
    font-size: 1.1em; }
  table.table1 .name {
    text-align: left; }
  table.table1 .center {
    text-align: center; }
  table.table1 .reportby {
    width: 15%; }
  table.table1 .posts {
    text-align: center;
    width: 7%; }
  table.table1 .joined {
    text-align: left;
    width: 15%; }
  table.table1 .active {
    text-align: left;
    width: 15%; }
  table.table1 .mark {
    text-align: center;
    width: 7%; }
  table.table1 .info {
    text-align: left;
    width: 30%; }
    table.table1 .info div {
      width: 100%;
      white-space: normal;
      overflow: hidden; }
  table.table1 .autocol {
    line-height: 2em;
    white-space: nowrap; }
  table.table1 span.rank-img {
    float: right;
    width: auto; }

table.info td {
  padding: 3px; }

table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  font-weight: normal; }

#color_palette_placeholder table {
  border-collapse: separate;
  border-spacing: 1px; }

/* Misc layout styles
---------------------------------------- */
.column1 {
  float: left;
  clear: left; }

.column2 {
  float: right;
  clear: right;
  width: 49%; }

#ucp-main .left-box {
  margin: 5px 0; }

.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
  margin: 5px; }
  .left-box.profile-details {
    width: 80%; }
  .left-box input.button2 {
    padding: 5px 10px; }

.right-box {
  float: right;
  width: auto;
  text-align: right;
  max-width: 100%; }

dl.details {
  font-size: 1.1em; }
  dl.details dt {
    float: left;
    clear: left;
    width: 30%;
    text-align: right;
    display: block; }
  dl.details dd {
    margin-left: 0;
    padding-left: 5px;
    margin-bottom: 5px;
    float: left;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis; }

#postingbox dd label {
  font-size: 1.2em; }

.posting-title {
  margin-bottom: 20px; }

.posting-title a {
  padding: 5px;
  border-radius: 10px; }

.section-posting .post {
  border-radius: 8px; }

.stats dl.details dd {
  width: 80px;
  height: 60px;
  border-radius: 8px; }

.clearfix {
  clear: both;
  overflow: hidden; }

fieldset dl {
  overflow: hidden; }
  fieldset dl.pmlist > dt {
    width: auto; }

fieldset.fields1 ul.recipients {
  list-style-type: none;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: auto; }
  fieldset.fields1 ul.recipients input.button2 {
    font-size: 0.8em;
    margin-right: 0;
    padding: 0; }

fieldset.fields1 dd.recipients {
  clear: left;
  margin-left: 1em; }

fieldset.fields1 dl.pmlist dd.recipients {
  margin-left: 0 !important; }

.faqlinks {
  padding: 10px; }

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
#page-body .button {
  border: none;
  box-shadow: none; }

.action-bar {
  font-size: 11px;
  margin: 20px 0; }
  .action-bar .fa {
    padding: 0px; }

/* Pagination
---------------------------------------- */
.pagination {
  float: right;
  font-size: 11px;
  margin-top: 3px;
  text-align: right;
  width: auto;
  position: relative; }
  .pagination > ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding-left: 0; }
    .pagination > ul > li {
      display: inline-block !important;
      padding: 0;
      font-size: 100%;
      line-height: normal;
      vertical-align: middle; }
  .pagination li a, .pagination li span {
    border: 1px solid transparent;
    border-radius: 2px;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 13px;
    min-width: 10px;
    padding: 3px;
    text-align: center;
    text-decoration: none; }
  .pagination li.ellipsis span {
    border: none;
    padding: 0; }
  .pagination li.page-jump {
    margin-right: 5px; }
    .pagination li.page-jump a {
      background-repeat: no-repeat;
      font-size: 0;
      height: 13px;
      background-position: 0 2px;
      width: 24px; }
      .pagination li.page-jump a:hover {
        background-position: 0 -18px; }
  .pagination li.next a {
    background-repeat: no-repeat;
    font-size: 0;
    height: 13px;
    width: 11px;
    background-position: -50px 2px; }
    .pagination li.next a:hover {
      background-position: -50px -18px; }
  .pagination li.previous a {
    background-repeat: no-repeat;
    font-size: 0;
    height: 13px;
    width: 11px;
    background-position: -30px 2px; }
    .pagination li.previous a:hover {
      background-position: -30px -18px; }
  .pagination .dropdown-visible a.dropdown-trigger {
    background-position: 0 -18px; }

.action-bar.bottom .pagination {
  margin-top: 0; }

.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  background-position: 0 -18px; }

/*====================
Posting
====================*/
#options-panel {
  padding: 10px;
  border-radius: 8px; }

#preview .postbody {
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px; }

#preview .content {
  color: #fff; }

#chevron.sub-panels {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px; }

#review {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px; }

/*========================
 Viewonline whois 
 ========================*/
.viewonline .table1 thead th {
  padding: 5px; }

/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  margin-top: 0;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  background: none 0 50% no-repeat; }
  .row .pagination > ul {
    margin: 0; }
  .row .pagination li a, .row .pagination li span {
    border-radius: 1px;
    padding: 1px; }

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  border: 1px solid transparent;
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  top: 150px;
  border-radius: 20px;
  z-index: 1005;
  width: 620px;
  margin: 0 auto;
  border: none; }
  .phpbb_alert .alert_close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-decoration: none !important;
    background: transparent none 0 0 no-repeat;
    margin-top: -7px;
    margin-right: -31px; }
    .phpbb_alert .alert_close:hover {
      background-position: 0 -16px; }
  .phpbb_alert p {
    margin: 8px 0;
    padding-bottom: 8px; }
  .phpbb_alert .alert_title {
    border-bottom: 1px solid #ccc;
    font-size: 1.6em;
    text-transform: none; }
  .phpbb_alert label {
    display: block;
    margin: 8px 0;
    padding-bottom: 8px; }
  .phpbb_alert div.alert_text {
    font-size: 1.4em; }
    .phpbb_alert div.alert_text > p, .phpbb_alert div.alert_text > label, .phpbb_alert div.alert_text > select, .phpbb_alert div.alert_text > textarea, .phpbb_alert div.alert_text > input {
      font-size: 1.1em; }

#darkenwrapper {
  display: none;
  position: relative;
  z-index: 44; }

#darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 45; }

#loading_indicator {
  background: center center no-repeat;
  border-radius: 5px;
  display: none;
  opacity: 0.8;
  margin-top: -50px;
  margin-left: -50px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51; }

/* Miscellaneous styles
---------------------------------------- */
.copyright {
  max-width: 120px;
  text-align: center;
  margin: 0 auto; }

.copyright svg {
  margin: 2px;
  font-size: 2rem; }

.small {
  font-size: 0.9em !important; }

.titlespace {
  margin-bottom: 15px; }

.headerspace {
  margin-top: 20px;
  width: 100%; }

.error {
  font-weight: bold;
  font-size: 1em; }

div.rules {
  margin: 10px 0;
  font-size: 1.1em;
  padding: 5px 10px;
  border-radius: 7px; }
  div.rules ul, div.rules ol {
    margin-left: 20px; }

p.post-notice {
  position: relative;
  padding: 5px;
  padding-left: 26px;
  min-height: 14px;
  margin-bottom: 1em; }
  p.post-notice:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    background: transparent none 50% 50% no-repeat;
    pointer-events: none; }
  p.post-notice::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    background: transparent none 50% 50% no-repeat;
    pointer-events: none; }

form > p.post-notice strong {
  line-height: 20px; }

#jumpbox {
  margin: 5px 0; }

.stat-block {
  margin-top: 25px; }

.stat-block h3 {
  font-size: 1.6em;
  margin: 0px;
  margin-top: 25px;
  padding: 0px;
  border-bottom: 0px;
  text-transform: none; }
  .stat-block h3 a:hover {
    text-decoration: none; }

#top {
  position: absolute;
  top: -20px; }

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent; }

/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
#tabs > ul:after,
#minitabs > ul:after,
.postprofile .avatar-container:after {
  clear: both;
  content: '';
  display: block; }

.hidden {
  display: none; }

.smilies {
  vertical-align: text-bottom; }

.icon-notification {
  position: relative; }

.member-search {
  float: left;
  margin: 0;
  padding: 0; }

.member-search strong {
  font-size: 0.95em; }

#memberlist {
  opacity: 0.8;
  font-size: 0.75rem; }

.memberlist .table1 thead th {
  padding: 5px;
  font-size: 1.3em;
  text-transform: none; }

#search_memberlist .fields1 {
  width: 100%; }
  #search_memberlist .fields1 dl {
    display: flex; }
    #search_memberlist .fields1 dl dt {
      width: 100px; }
    #search_memberlist .fields1 dl dd {
      display: flex;
      width: 100%; }
      #search_memberlist .fields1 dl dd div {
        width: 95%; }
      #search_memberlist .fields1 dl dd input, #search_memberlist .fields1 dl dd select {
        margin-left: 10px;
        width: 100%; }

.dropdown-extended {
  display: none;
  z-index: 1; }
  .dropdown-extended ul {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both; }
    .dropdown-extended ul li {
      padding: 0;
      margin: 0 !important;
      float: none;
      border-top: 1px solid;
      list-style-type: none;
      font-size: 0.95em;
      clear: both;
      position: relative; }
      .dropdown-extended ul li:first-child {
        border-top: none; }
      .dropdown-extended ul li.no_notifications {
        padding: 10px; }
      .dropdown-extended ul li a, .dropdown-extended ul li.no-url {
        padding: 8px;
        display: block;
        text-decoration: none; }
  .dropdown-extended .dropdown-contents {
    max-height: none;
    padding: 0;
    position: absolute;
    width: 340px; }
  .dropdown-extended .header {
    padding: 0 10px;
    font-family: Patrick Hand SC, Handlee;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 1px white;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0 0; }
    .dropdown-extended .header .header_settings {
      float: right;
      font-weight: normal;
      text-transform: none; }
  .dropdown-extended .footer {
    text-align: center;
    font-size: 1.1em; }
    .dropdown-extended .footer > a {
      padding: 5px 0;
      display: block;
      text-decoration: none; }

.nojs .dropdown-extended .dropdown-contents {
  position: relative; }

.notification_list {
  z-index: 3; }
  .notification_list ul {
    padding-left: 0; }
  .notification_list ul li img {
    float: left;
    max-height: 50px;
    max-width: 50px;
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
    border-radius: 30px; }
  .notification_list ul li p {
    margin-bottom: 4px;
    font-size: 1em; }
  .notification_list li a p.notification-reason {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .notification_list p.notification-reference, .notification_list p.notification-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .notification_list p.notification-time {
    font-size: 10px;
    margin: 0;
    text-align: right; }
  .notification_list p.notifications_title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px; }
    .notification_list p.notifications_title strong {
      font-weight: bold; }
  .notification_list div.notifications {
    padding: 5px; }
    .notification_list div.notifications a {
      display: block; }
  .notification_list dt > a {
    display: block;
    text-decoration: none; }

#notification_list .dropdown-contents .header {
  text-shadow: none;
  font-family: Open Sans; }

ul li.notification-quick-link {
  font-size: 0.85em; }

#register .tos.confirmation {
  text-align: center;
  display: block;
  margin-bottom: 15px; }

#quick-links {
  font-size: 0.85em; }
  #quick-links a.responsive-menu-link {
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    width: auto;
    text-align: right; }
  #quick-links:before {
    font-size: 16px;
    line-height: 16.5px; }
  #quick-links::before {
    font-size: 16px;
    line-height: 16.5px; }

.compact #quick-links a.responsive-menu-link {
  font-size: 1em; }

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
  /*display: none;*/ }

.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
  padding-left: 2px; }

.dropdown-page-jump .dropdown {
  top: 20px; }

.dropdown-page-jump.dropdown-up .dropdown {
  bottom: 20px; }

.dropdown-page-jump input.tiny {
  width: 50px; }

.dropdown .clone.hidden + li {
  border-top: none; }
  .dropdown .clone.hidden + li.separator {
    display: none; }

.new-post {
  padding: 8px 30px;
  border-radius: 8px;
  font-size: 1.2rem; }

.well {
  background: none;
  box-shadow: none;
  border: 0px solid #fff;
  padding: 0px;
  margin: 0px; }

/* Content.css file */
.rowtitle small {
  font-size: 0.6em; }

dl.icon {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  margin: 0; }
  dl.icon dt {
    background-repeat: no-repeat;
    background-position: 5px 95%; }

dl a.icon-link {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  margin-left: 9px; }

dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
  width: 80px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.2em; }

dd.posts, dd.topics, dd.views {
  width: 95px; }

/* List in forum description */
dl.icon {
  margin-bottom: 0; }

dl.icon dt ol,
dl.icon dt ul {
  list-style-position: inside;
  margin-left: 1em; }

dl.icon dt li {
  display: list-item;
  list-style-type: inherit; }

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
  /*width: 250px;*/
  font-size: 0.7rem; }

dd.redirect {
  line-height: 2.5em; }

dd.time {
  line-height: 200%; }

dd.extra, dd.mark {
  line-height: 200%; }

dd.option {
  width: 125px;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em; }

#topicreview .postbody {
  padding: 10px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px; }

#attach-panel {
  padding: 10px;
  border-radius: 8px; }

.search .postbody {
  width: 68%; }

#review {
  margin-top: 2em; }

#post_details {
  overflow: auto;
  max-height: 300px; }

.panel h2 {
  font-weight: normal;
  border-bottom: 1px solid transparent;
  font-size: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; }

.panel h3 {
  margin: 0.5em 0; }

.panel p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em; }

dl.faq {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.4em; }
  dl.faq dt {
    font-weight: bold; }

.content {
  min-height: 3em;
  overflow: hidden;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-bottom: 1px; }
  .content h2 {
    font-weight: normal;
    border-bottom: 1px solid transparent;
    font-size: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em; }
  .content p {
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em; }
  .content dl.faq {
    font-size: 1.2em;
    margin-bottom: 0.5em; }
  .content li {
    list-style-type: inherit; }
  .content ul, .content ol {
    margin-bottom: 1em;
    margin-left: 3em; }

.posthilit {
  padding: 0 2px 1px 2px; }

p.author {
  margin-bottom: 0.6em;
  padding: 0 0 5px 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  top: 0px;
  position: relative;
  display: block;
  position: relative;
  clear: both; }

.signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1.1em;
  border-top: 1px solid transparent;
  clear: left;
  line-height: 140%;
  overflow: hidden;
  width: 100%; }
  .signature.standalone {
    border-top-width: 0;
    margin-top: 0; }
  .signature li {
    list-style-type: inherit; }
  .signature ul, .signature ol {
    margin-bottom: 1em;
    margin-left: 3em; }

dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none; }

.notice {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1em;
  border-top: 1px dashed transparent;
  clear: left;
  line-height: 130%; }

ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both; }

blockquote {
  background: transparent none 6px 8px no-repeat;
  border: 1px solid transparent;
  font-size: 0.95em;
  margin: 0.5em 1px 0 25px;
  overflow: hidden;
  padding: 5px; }
  blockquote blockquote {
    font-size: 1em;
    margin: 0.5em 1px 0 15px; }
  blockquote cite {
    font-style: normal;
    font-weight: bold;
    margin-left: 20px;
    display: block;
    font-size: 0.9em; }
    blockquote cite cite {
      font-size: 1em; }
  blockquote.uncited {
    padding-top: 25px; }

.codebox {
  padding: 3px;
  border: 1px solid transparent;
  font-size: 1em; }
  .codebox p {
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    margin-bottom: 3px;
    font-size: 0.8em !important;
    font-weight: bold;
    display: block; }
  .codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 200px;
    white-space: normal;
    padding-top: 5px;
    font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
    line-height: 1.3em;
    margin: 2px 0; }

blockquote .codebox {
  margin-left: 0; }

dl.thumbnail dd {
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

dl.thumbnail dt a:hover img {
  border: 1px solid transparent; }

dl.thumbnail img {
  padding: 3px;
  border: 1px solid transparent;
  box-sizing: border-box; }

dd.profile-warnings {
  font-weight: bold; }

dd.profile-contact {
  overflow: visible; }

.profile-contact .dropdown-container {
  display: inline-block; }

.profile-contact .icon_contact {
  vertical-align: middle; }

.profile-contact .dropdown {
  margin-right: -14px; }

.online {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat; }

.search .postprofile {
  width: 30%; }

.profile-avatar img {
  max-width: 100%;
  z-index: 1;
  position: relative; }

.viewtopic-avatar {
  z-index: 1;
  position: relative; }

.viewtopic-avatar-background {
  z-index: 0;
  width: 207px;
  height: 230px;
  border-radius: 8px; }

dl.pmlist dt {
  width: 60% !important; }
  dl.pmlist dt textarea {
    width: 95%; }

dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px; }

.action-bar div.dl_links {
  padding: 10px 0 0 10px; }

div.dl_links {
  display: inline-block;
  text-transform: none; }

.dl_links ul {
  list-style-type: none;
  margin: 0;
  display: inline-block; }

.dl_links li {
  display: inline-block; }

.dl_links strong {
  font-weight: bold; }

.ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

table.fixed-width-table {
  table-layout: fixed; }

.postbody .content::-webkit-scrollbar, #topicreview::-webkit-scrollbar, #post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px; }

.buttons a:hover {
  text-decoration: none; }

.rule-container {
  padding-right: 0px; }

.rules {
  text-align: center; }
  .rules .inner strong {
    font-size: 4.2em;
    font-weight: normal; }

#quickmod ul {
  margin-bottom: 0px; }

.dropdown-menu {
  box-shadow: none;
  display: none;
  z-index: 3; }
  .dropdown-menu ul {
    margin-bottom: 0px; }

.fa {
  padding: 5px;
  border-radius: 20px;
  width: 31px;
  text-align: center; }

.right-pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  position: absolute;
  left: 100%;
  top: 15%; }

.right-pointer-inner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  position: absolute;
  right: 3px;
  top: -10px; }

.left-pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  position: absolute;
  right: 100%;
  top: 15%; }

.left-pointer-inner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  position: absolute;
  left: 3px;
  top: -10px; }

#postingbox {
  border-radius: 8px;
  padding: 10px; }
  #postingbox dl {
    margin-bottom: 0px; }
  #postingbox .button2 {
    margin: 2px; }

.section-posting #postingbox {
  border: none; }

.account-links {
  position: absolute;
  top: 50px;
  right: 5px;
  text-align: right;
  float: right; }
  .account-links ul {
    padding-left: 0; }

/*=======================================
Chevron tabs
========================================*/
#page-body #chevron-tabs ul li a {
  padding: 0px 15px 8px 20px; }

#chevron-tabs {
  text-align: center; }
  #chevron-tabs ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    #chevron-tabs ul#nav-breadcrumbs {
      justify-content: left; }
    #chevron-tabs ul li {
      margin: 3px 0; }
      #chevron-tabs ul li a {
        display: block;
        float: left;
        height: 24px;
        text-align: center;
        position: relative;
        margin-right: 5px;
        font-size: 1.3em;
        text-decoration: none;
        transition: 0.4s ease-in;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5); }
      #chevron-tabs ul li.activetab a {
        font-weight: bold; }

/* ======================================
Dropdown
========================================*/
.top_menu > li a {
  color: #fff; }

.top_menu > li:last-child a {
  border-radius: 0; }
  .top_menu > li:last-child a:hover {
    border-radius: 0; }

.top_menu > li:first-child a {
  border-radius: 0; }
  .top_menu > li:first-child a:hover {
    border-radius: 0; }

#menu_bar .dropdown {
  top: 25px; }
  #menu_bar .dropdown .pointer {
    border-color: #fff transparent; }

#menu_bar ul.top_menu {
  display: block;
  z-index: 99; }

/*===============================
Information Messaging
===============================*/
#message .inner {
  color: #fff; }

/*===============================
Modal 
==============================*/
.modal {
  position: fixed;
  display: none;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px; }
  .modal .inner {
    position: fixed;
    font-size: 1.5em;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px;
    height: auto;
    background: #fff;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0px 6px #000; }

@media only screen and (min-width: 480px) {
  /* Forum index */
  #page-body {
    border-radius: 0; }
  #site-description {
    display: block; } }

@media only screen and (min-width: 500px) {
  .phpbb_alert {
    top: 25px; }
  #page-footer ul.linklist {
    flex-wrap: no-wrap; }
  body {
    font-size: 10px; }
  #chevron-tabs ul li a {
    margin: 0;
    padding: 6px 15px 0px 30px;
    border-radius: 0; }
    #chevron-tabs ul li a:after {
      content: "";
      position: absolute;
      right: -14px;
      top: 0;
      z-index: 1;
      transition: 0.4s ease-in; }
    #chevron-tabs ul li a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
  #chevron-tabs ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px; }
    #chevron-tabs ul li:first-child a:before {
      display: none; }
    #chevron-tabs ul li:first-child a::before {
      display: none; }
  #chevron-tabs ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    #chevron-tabs ul li:last-child a:after {
      display: none; }
    #chevron-tabs ul li:last-child a::after {
      display: none; } }

@media only screen and (min-width: 700px) {
  #site-description {
    height: 92px;
    width: 300px; } }

@media only screen and (min-width: 768px) {
  #wrap {
    padding: 0px; }
  #page-header {
    background: none; }
  #search_memberlist .fields1 {
    width: 48%; }
  #menu_bar {
    display: block; }
    #menu_bar ul.top_menu {
      display: grid; } }

@media only screen and (min-width: 1000px) {
  .account-links {
    right: 15%; }
  #page-body {
    width: 70vw;
    margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 2em; } }



/* Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
  border-width: 0;
  font-family: Open Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em; }

input {
  font-weight: normal;
  vertical-align: middle;
  padding: 2px 10px;
  font-size: 1em;
  border-radius: 8px;
  font-family: Open Sans, Verdana, Helvetica, Arial, sans-serif; }

select {
  font-family: Open Sans, Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 3px;
  font-size: 1em;
  border-radius: 8px; }

select:focus {
  outline-style: none; }

option {
  padding-right: 1em; }

select optgroup option {
  padding-right: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif; }

textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.4em; }

label {
  cursor: default;
  padding-right: 5px; }

label input {
  vertical-align: middle; }

label img {
  vertical-align: middle; }

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  padding: 4px 0; }

fieldset dt {
  float: left;
  /*width: 40%;*/
  text-align: left;
  display: block;
  font-size: 1.2em; }

fieldset dd {
  /*margin-left: 41%;*/
  vertical-align: top;
  margin-bottom: 3px; }

/* Specific layout 1 */
fieldset.fields1 dt {
  /*width: 15em;*/
  border-right-width: 0; }

fieldset.fields1 dd {
  /*margin-left: 15em;*/
  border-left-width: 0; }

fieldset.fields1 div {
  margin-bottom: 3px; }

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div, fieldset.fields1 .live-search div {
  margin-bottom: 0; }

/* Specific layout 2 */
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0; }

fieldset.fields2 dd {
  border-left-width: 0; }

/* Form elements */
dt label {
  font-weight: bold;
  text-align: left; }

dd label {
  white-space: nowrap; }

dd input, dd textarea {
  margin-right: 3px; }

dd select {
  width: auto; }

dd select[multiple] {
  width: 100%; }

dd textarea {
  width: 85%; }

/* Hover effects */
#timezone {
  width: 95%; }

/* Quick-login on index page */
fieldset.quick-login {
  margin-top: 5px; }

fieldset.quick-login input {
  width: auto; }

fieldset.quick-login input.inputbox {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px; }

fieldset.quick-login label {
  white-space: nowrap;
  padding-right: 2px; }

.registration-captcha {
  text-align: center; }

#register dl.confirmation, #ucp_register dl.confirmation {
  display: inline-block;
  width: 150px; }
  #register dl.confirmation label, #ucp_register dl.confirmation label {
    position: relative;
    top: -10px;
    left: 0; }

#register .toggle, #ucp_register .toggle {
  width: 50px;
  display: inline-block;
  left: 3px; }

.toggle {
  position: relative;
  width: 50px;
  height: 28px; }

.toggle input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

/*
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}*/
input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px); }

#login dl, #register dl, #ucp_register dl {
  margin: 10px auto;
  text-align: center;
  position: relative;
  width: 210px;
  overflow: visible;
  top: 5px; }
  #login dl label, #register dl label, #ucp_register dl label {
    position: absolute;
    left: 15px;
    top: 10px;
    background: #fff;
    color: #808080;
    padding: 0 2px;
    transition: 0.2s ease-in; }

.fa-eye {
  right: 100%;
  position: absolute; }

#login .inputbox, #register .inputbox, #ucp_register .inputbox {
  padding: 5px;
  border: 1px solid #ccc; }

#login dl .inputbox:focus + label, #register dl .inputbox:focus + label, #ucp_register dl .inputbox:focus + label {
  top: -4px; }

#login .button1, #register .button1 {
  padding: 7px 20px;
  border: none;
  color: #fff; }

.fields2 dt {
  width: auto; }

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
  text-align: center;
  margin: 3px 0 5px 0; }

fieldset.display-options label {
  white-space: nowrap;
  padding-right: 2px;
  margin: 5px 0; }

fieldset.display-options a {
  margin-top: 3px; }

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  padding-right: 1em; }

fieldset.display-actions label {
  white-space: nowrap;
  padding-right: 2px; }

fieldset.sort-options {
  line-height: 2em; }

/* MCP forum selection*/
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right; }

fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right; }

/* Submit button fieldset */
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
  margin: 5px 0; }

fieldset.submit-buttons input {
  vertical-align: middle;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 1.2em; }

input.button1:hover, input.button2:hover, input.button3:hover {
  top: 2px;
  position: relative; }

/* Posting page styles
----------------------------------------*/
/* Buttons used in the editor */
#format-buttons {
  margin: 0 0 2px 0; }

#format-buttons input, #format-buttons select {
  vertical-align: middle; }

/* Main message box */
#message-box {
  /*width: 80%;*/ }

#message-box textarea {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  /*width: 450px;*/
  width: 100%;
  height: 270px;
  font-size: 1.2em;
  resize: vertical;
  outline: 3px dashed transparent;
  border-radius: 5px;
  outline-offset: -4px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

/* Emoticons panel */
/* Input field styles
---------------------------------------- */
.inputbox {
  border: 1px solid transparent;
  padding: 2px; }

.inputbox:hover, .inputbox:focus {
  border: 1px solid transparent;
  outline-style: none; }

input.inputbox {
  width: 100%;
  border-radius: 5px; }

input.medium {
  width: 50%; }

input.narrow {
  width: 25%; }

input.tiny {
  width: 150px; }

textarea.inputbox {
  width: 85%; }

.autowidth {
  width: auto !important; }

input[type="number"] {
  -moz-padding-end: inherit; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer; }

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
  font-size: 1em; }

#search .button {
  padding: 0px;
  box-shadow: none;
  border: none; }

a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  background: transparent none repeat-x top left; }

input.button2 {
  padding: 5px; }

a.button1, input.button1 {
  font-weight: bold;
  border: 1px solid transparent; }

input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps; }

input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
  cursor: pointer; }

/* Alternative button */
a.button2, input.button2, input.button3 {
  border: 1px solid transparent; }

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  text-decoration: none;
  padding: 2px 8px;
  line-height: 250%;
  vertical-align: text-bottom;
  background-position: 0 1px; }

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  background-position: 0 100%; }

input.disabled {
  font-weight: normal; }

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
  outline-style: none; }

/* Topic and forum Search */
.search-box {
  float: left;
  position: relative;
  top: 0; }

.section-viewforum .search-box {
  position: relative;
  top: 0; }

.search-box {
  width: 100%;
  position: relative;
  right: 0; }

.search-box .button {
  padding: 0px;
  border: 0px solid transparent; }

.search-box fieldset {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 100%;
  position: relative;
  display: block; }

.search-box input.tiny {
  width: calc(100% - 50px);
  left: 10px;
  position: relative; }

.search-box .inputbox {
  background-image: none;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
  float: left;
  height: 24px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.search-box button {
  position: absolute; }

.search-box .button.search {
  right: 25px; }

.search-box .button.advanced {
  right: 10px; }

.search-box div.button {
  top: 2px;
  background: none; }

.search-box button > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center; }

.search-box button.search-icon {
  border-radius: 0;
  font-size: 0;
  height: 24px;
  margin: 0;
  padding: 3px 5px; }

.search-box a.button {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  margin: 0;
  padding: 2px 5px 2px 3px;
  height: 24px; }

/* Search box (header)
--------------------------------------------- */
.search-header {
  border-radius: 4px;
  display: block;
  float: right; }

.search-header .inputbox {
  border: 0; }

.search-header button {
  border-top: 0;
  border-bottom: 0; }

.search-header a.button {
  border: 0;
  border-left: 1px;
  padding: 3px 5px 3px 4px; }

input.search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 17px; }

.full {
  width: 95%; }

.medium {
  width: 50%; }

.narrow {
  width: 25%; }

.tiny {
  width: 10%; }

/* ==========================
Contact us 
============================*/
#contact-us fieldset.fields2 dl:first-child, #contact-us fieldset.fields2 dl:nth-child(2) dt {
  display: flex;
  width: 100%; }

#contact-us fieldset.fields2 dl:first-child dt {
  width: 80px; }

#contact-us fieldset.fields2 dl:first-child dd {
  width: 97%; }

#contact-us #subject {
  width: 97%; }

#contact-us textarea {
  border-radius: 8px;
  width: 97%;
  margin-top: 15px; }

#contact-us label[for="cc_sender"] {
  margin: 0 auto;
  display: block;
  width: 200px; }

@media only screen and (min-width: 480px) {
  .search-box {
    top: 0px; }
    .search-box input.tiny {
      width: auto;
      flex-basis: calc(100% - 30px); }
  .search-header {
    position: absolute;
    top: 7px;
    right: 0;
    width: 125px; }
  .section-viewforum .search-box {
    top: 4px;
    right: 0; } }

@media only screen and (min-width: 500px) {
  #smiley-boxy {
    float: right;
    width: 50%; }
  .search-box {
    right: 0;
    top: 0px; } }

@media only screen and (min-width: 768px) {
  .section-viewforum .search-box {
    position: absolute;
    top: 20px;
    right: 9px;
    width: 200px; } }

@media only screen and (min-width: 1600px) {
  .search-header {
    width: 200px; } }



/* Link Styles
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* Coloured usernames */
.username-coloured {
  font-weight: bold;
  display: inline !important;
  padding: 0 !important; }

/* Navigation bar links */
li.breadcrumbs span:first-child > a {
  display: inline-block;
  padding-left: 17px; }

/* Notification mark read link */
.dropdown-extended a.mark_read {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px 0 0 3px;
  display: none;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  width: 30px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.notification_list.dropdown-extended a.mark_read {
  transition: 0.2s ease-in;
  width: 25px;
  height: 30px; }

.dropdown-extended li:hover a.mark_read {
  display: block; }

.dropdown-extended a.mark_read:hover {
  width: 40px; }

/* Post body links */
.postlink {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0; }

.postlink:hover {
  text-decoration: none; }

.signature a, .signature a:hover {
  border: none;
  text-decoration: underline; }

/* Profile searchresults */
.search .postprofile a {
  text-decoration: none;
  font-weight: normal; }

.search .postprofile a:hover {
  text-decoration: underline; }

/* Back to top of page */
.back2top {
  clear: both;
  /*height: 11px;*/
  top: -5px;
  left: 3px;
  text-align: right;
  position: relative; }

a.top {
  /*background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;*/
  float: left; }

a.top2 {
  background: none no-repeat 0 50%;
  text-decoration: none;
  padding-left: 15px; }

/* Arrow links  */
a.arrow-up {
  background: none no-repeat left center; }

a.arrow-down {
  background: none no-repeat right center; }

a.arrow-left {
  background: none no-repeat 3px 60%; }

a.arrow-right {
  background: none no-repeat 95% 60%; }

a.arrow-up {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0; }

a.arrow-up:hover {
  background-position: left top; }

a.arrow-down {
  padding-right: 10px; }

a.arrow-down:hover {
  background-position: right bottom;
  text-decoration: none; }

a.arrow-left {
  padding-left: 12px; }

a.arrow-left:hover {
  text-decoration: none;
  background-position: 0 60%; }

a.arrow-right {
  padding-right: 12px; }

a.arrow-right:hover {
  text-decoration: none;
  background-position: 100% 60%; }

/* invisible skip link, used for accessibility  */
.skiplink {
  position: absolute;
  left: -999px;
  width: 990px; }

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
  float: right;
  margin: 3px; }

a.anchor {
  display: block; }



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