/*global stuff */
.forum-alert.forum-alert--error, .notice, .forum-alert.forum-alert--success, .forum-alert.forum-alert--success, .pm_alert, .Attention, .auto-hidden {
    margin-bottom: 1rem;
    padding: 4px 8px;

}
.red_alert, .forum-alert.forum-alert--error, .Attention, .auto-hidden {
  background: rgba(232, 0, 0, .3);
}
.forum-alert.forum-alert--success, .forum-alert.forum-alert--success, .notice {
  background: rgb(28 232 0 / 30%);
}
.pm_alert {
  background: rgb(107 160 255 / 30%);
}

.red_alert:before, .forum-alert.forum-alert--error:before, .Attention:before, .auto-hidden:before {
    content: "\f071";
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: goldenrod;
}

.forum-alert.forum-alert--success:before, .forum-alert.forum-alert--success:before, .notice:before {
    content: "\f06a";
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: goldenrod;
}

.pm_alert:before {
    content: "\f071";
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: goldenrod;
}


a.ignored-message-toggle,a.ignored-message-toggle:visited {
  color: var(--link-primary) !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
a.ignored-message-toggle:hover,a.ignored-message-toggle:focus,a.ignored-message-toggle:active {
  color: var(--link-secondary) !important;
  text-decoration: none !important;
}

#ForumAdmins td, #ForumMods td, #ForumLocalMods td {
  border: none;
}
.forumMods {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 20px;
}

.online {
  color: green;
}

.pagination {
    padding: 25px 0;
}


.cc-details {
	margin: .4em 0 .4em;
	padding: 1%;
}

.cc-details__summary {
  background: var(--bg-secondary);
  padding: 15px 15px 15px 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}
.cc-details[open] .cc-details__summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cc-details__summary::-webkit-details-marker {
	display: none;
}
.cc-details__summary:before{
  color: #808080;
  display: block;
  float: left;
  margin: 0px 10px 0 -20px;
  padding: 0;
  font-family: "Font Awesome 5\ Free";
  font-weight: 900;
  content: "\f055";
}

.cc-details[open] .cc-details__summary:before {
  color: #808080;
  display: block;
  float: left;
  margin: 0px 10px 0 -20px;
  padding: 0;
  font-family: "Font Awesome 5\ Free";
  font-weight: 900;
  content: "\f056";
}


.cc-details .cc-details__content {
  padding: 15px 35px;
  color: white;
  border-top: 0;
  background: var(--bg-secondary);
}





/* bbcode */
.smiley {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;

}

.smiley::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/smileys.gif);
    position: absolute;
    top: 0;
    left: 0;
}
.sm0::before { background-position: 0px; }
.sm1::before { background-position: 135px; }
.sm2::before { background-position: 120px; }
.sm3::before { background-position: 105px; }
.sm4::before { background-position: 90px; }
.sm5::before { background-position: 75px; }
.sm6::before { background-position: 60px; }
.sm7::before { background-position: 45px; }
.sm8::before { background-position: 30px; }
.sm9::before { background-position: 15px; }
.heart::before {background:none; content:"<3";width:17px;}




.bb-container__button-wrapper .btn-group {
  margin-bottom: 5px;
}
#bb-button--color-select {
    position: relative;
    height: 100%;
}

.spoiler-container {
  position: relative;
}
.spoiler-header--title {
  color: #ffc81a;
  margin-right: .71429em;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
}
.spoiler-header--title::before {
  content: "\f071";
  position: relative;
  top: .07143em;
  margin-right: .21429em;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.04286em;
}
.spoiler-contents:not(.spoiler-contents--show) {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
}
.spoiler-contents.spoiler-contents--show {
  display: block;
  border: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.05);
  padding: 20px 0 20px 20px;
  transition: transform .2s, padding .2s, border-width .2s, opacity .6s;

}




.quote,
.quote > .quote > .quote {
  background: rgb(238 238 238 / 2%);
  border: 1px solid #515151;
  display: block;
  margin: 10px 0 10px 10px;
  padding: 10px;
}
.quote > .quote,
.quote > .quote > .quote > .quote {
    background-color: rgb(255,255,255,0.03);
}


.current-page {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.forum-pagination__form {
  display: inline-block;
}
.forum-pagination__input-number {
  min-width: 45px !important;
}


/* forum communities */
#forum-communities {
    border-top: 1px solid rgba(255,255,255,.5);
}
.visibleCmSection {
    border-bottom: 1px solid rgba(255,255,255,.5);
}

#forum-communities .forum-category__title {
  position: relative;
}

.invisibleCmSection, .cmName {
    display: none;
}

.hideCommunityMessage {
    display: none;
}

.showCommunityMessage {
    margin-right: 5px;
}

#active-community-message {
    color: white;
    font-weight: bold;
}

#active-community-message a {
    text-decoration: underline;
}


/* forum/thread lists */

.forum-title {
  position: absolute;
  top: 170px;
  left: 10px;
  font-size: 1.5rem;
}
.forum-title .is-solution {
  font-size: 0.75rem;
  position: relative;
  top: -3px;
}

@media only screen and (min-width: 800px) {
  .forum-title {
    left: 12%;
    top: 150px;
    font-size: 2.5rem;
  }
  .forum-title .is-solution {
    font-size: 1rem;
    position: relative;
    top: -6px;
  }
  #forum-communities .forum-category__title {
    position:relative;
  }
  #forum-community__selection {
    position: absolute;
    top: 0px;
    right: 0;
    width: 30%;
    z-index: 300;
  }
}

.forum-category--list {

}
.forum-category--list:nth-child(even) {
  background-color: var(--bg-primary-alt);
}
.forum-category {
  padding: 20px;
  max-width: 80%;
  margin: 0 auto;
}

.forum-category__title:not(.forum-category__title-stats) {
  position: relative;
  cursor: pointer;
}
.forum-category__title-name {
  width: 97%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.forum-category__expand {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.forum-category__expand::before {
  content: "\f0d8";
  font-family: "Font Awesome 5\ Free";
  font-weight: 900;
}
.forum-category--min .forum-category__container {
  display: none;
}
.forum-category--min .forum-category__expand::before {
  content: "\f0d7";
  font-family: "Font Awesome 5\ Free";
  font-weight: 900;
}

.forum-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forum-row {
  display: flex;
  position: relative;
  margin-top: 1.42857em;
}
.forum-row:not(:last-child) {
  margin-bottom: 1.42857em;
}
.forum-row--img {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
  margin: 0px 10px;
}
@media only screen and (max-width: 800px) {
  .forum-category {
    max-width: 100%;
  }
  .forum-row--img {
    height: 32px;
  }
}
.forum-row--info {
  width: 660px;
}
.forum-row--meta {
  width: 100%;
  text-align: right;
}
.forum-row--name {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.03333;
}

.forum-row--threads, .forum-row--posts, .forum-row--last-post {
  display: none;
  text-align: right;
}

@media only screen and (min-width: 1120px) {
  .forum-row--threads, .forum-row--posts, .forum-row--last-post {
    width: 120px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 800px) {
  .forum-row--threads, .forum-row--posts {
    width: 100px;
    display: inline-block;
  }
  .forum-row--info {
    width: 480px;
    font-size: 0.8rem;
  }
  .forum-row--name {
    font-size: 1.2rem;
  }
  .forum-row--img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .forum-row--meta {
    display: none;
  }
  .forum-row--info {
    font-size: 1rem;
    width: 90%;
  }
  .forum-row--name {
    font-size: 1.9rem;
  }
  .forum-row--img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }

}

#board-statistics .online-user-total {
  color: var(--color-primary);
  margin-bottom: 20px;
  font-size: 0.75rem;
}
#board-statistics .online-user-total p {
  margin: 0;
}
#board-statistics .online-user-total h5{

}
#board-statistics .user-total--today {

}


.thread-listing {
  margin-top: 20px;
}
.thread-list--header {
  display: flex;
  margin-bottom: 10px;
}
.thread-list--header, .thread-listing {
  width: 100%;
}
.list-header--item {display: inline-block;}
.list-header--item-topics {
  width: 59%;
}
.list-header--item-replies {
  width: 20%;
  text-align: right;
}
.list-header--item-last-post {
  width: 20%;
  text-align: right;
}

.forum-controls {
  margin-bottom: 20px;
}
.forum-jump {
  display: block;
}
#forum-picker {
  height: 28px;
  font-size: 0.8rem;
}

.forum-buttons {
  display: block;
}

@media only screen and (min-width: 800px) {
  .forum-buttons {
    display: inline-block;
    float: right;
  }
  .forum-jump {
    width: 200px;
    display: inline-block;
  }

}

.preview-link {
    color: var(--link-primary);
}
.preview-link:hover {
    color: var(--link-secondary);
    text-decoration: none;
}

.forum-thread {
  display: flex;
  width: 100%;
  position: relative;
  border-top: 1px solid #52525275;
  padding: 10px 3px;
}
.forum-thread.forum-thread--sticky{
  background: rgba(255,255,255,.04);
}
.forum-thread.forum-thread--hidden {
  background: rgba(108, 0, 0, .32);
}
.forum-thread__marks {
  display: inline-block;
  width: 35px;
  text-align: center;
  position: relative;
  top: -38px;
  font-size: 12px;
}
.forum-thread__marks span {display: block;width: 100%;}

.forum-thread__info {
    display: inline-block;
    width: 68%;
    word-break: break-word;
}
.forum-thread__name {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.03333;
  text-transform: uppercase;
  font-weight: normal;
  font-family: TUBold;
}
.forum-thread--hidden-placeholder {
  height: 57px;
}
.forum-thread--hidden-placeholder h3.forum-thread__name {
  color: var(--color-secondary);
  line-height: 2;
}
.forum-thread .is-solution {
  color: #f7931e;
}
.forum-thread__desc {
  margin: 0;
}
.forum-thread__desc .fas.fa-cog, .forum-thread__name .fas.fa-book-reader {
  font-size: 0.8rem;
  color: #ffd261;
}
.forum-thread__name .fas.fa-book-reader.user-author {
  color: #61afff;
}
.forum-thread__meta--marks {
  display: inline-block;
  margin-left: 10px;
  color: #7a0000;
  position: relative;
  font-size: 1.5rem;
}
.forum-thread__meta--marks span {
  position: absolute;
  top: 4px;
  left: 0px;
  color: white;
  font-size: 12px;
  text-align: center;
  width: 18px;
}
.forum-thread__posts {
  display: inline-block;
  width: 11%;
  text-align: right;
}
.forum-thread__last-post {
  display: inline-block;
  width: 20%;
  text-align: right;
  font-size: 0.8rem;
}
.thread-last-post__mobile {
  display: none;
}

@media only screen and (max-width: 1120px) and (min-width: 800px) {
  .forum-thread__posts, .list-header--item-replies {
    display: none;
  }
  .list-header--item-topics {
    width: 80%;
  }
  .forum-thread__last-post {
    width: 32%;
  }
}
@media only screen and (max-width: 800px) {
  .forum-thread__posts, .forum-thread__last-post:not(.sub-unsub):not(.thread-last-post__mobile),
  .list-header--item-replies, .list-header--item-last-post {
    display: none;
  }
  .list-header--item-topics, .forum-thread__info {
    width: 98%;
  }
  .thread-last-post__mobile {
    display: inline-block;
    width: 100%;
  }
}


/* thread page */
.thread-title {
  font-size: 2em;
}

.thread-controls {
  position: relative;
  max-height: 0px;
  top: 0;
  background: var(--bg-secondary);
  z-index:100;
  max-width: 100%;
  width: 100%;
  text-align: right;
  transition: 0.9s ease max-height;
  overflow: hidden;
}
.thread-controls::after {
  background: linear-gradient(rgb(154 154 154), rgb(78 78 78));
  bottom: 0;
  content: "";
  height: .125rem;
  left: 0;
  position: absolute;
  width: 100%;
}


.thread-controls.show-tools {
  max-height: 1000px;
  transition: 0.9s ease max-height;
}

.mod-tool-container {
  position: relative;
  top: 20%;
  padding: 8px 15px;
  min-height: 50%;
  margin: 0 auto;
}
.thread-view__option {
  margin-right: 10px;
}

@media only screen and (max-width: 800px) {
  .thread-controls {
    text-align: center;
  }
  .thread-view__option {
    display: block;
    margin-bottom: 5px;
  }
  .thread-view__option:not(.thread-view__option--move) {
    border: 1px solid;
    padding: 10px;
    font-size: 1em;
    line-height: 1.08696;
    text-transform: uppercase;
  }
  .thread-view__option--move {
    display: block;
    width: 100%;
  }
  .thread-view__option--move .button.small {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 800px) {
  #toggle-moderation {
    display: none;
  }
  .thread-controls {
    max-height: 1000px;
  }
  .thread-view__option--move {
    display: inline-block;
  }
  .thread-view__option-select {
    width: 250px;
    display: inline-block;
  }

}

.thread-view__option-select {
  margin-bottom: 5px;
}
.forum-pagination--container .pagination {
  padding: 0px;
}



.thread-options {
  padding: 20px;
}
/* forum post */

.forum-post {
  display: flex;
  width: 100%;
}

.forum-post:nth-child(even) {
  background-color: var(--bg-primary-alt);
}


.forum-post--moved {
  background: linear-gradient(136deg,transparent 10%,rgb(1 61 106 / 26%) 0,rgb(1 61 106 / 26%) 40%,transparent 0,transparent 53%,rgb(1 61 106 / 26%) 0,rgb(1 61 106 / 26%) 71%,transparent 0),#071d3c;
}
.forum-post--moved:nth-child(even) {
  background-color: #0818377a;
}

.forum-post--hidden {
  background: linear-gradient(136deg,transparent 10%,rgb(106 1 1 / 26%) 0,rgb(106 1 1 / 26%) 40%,transparent 0,transparent 53%,rgb(106 1 1 / 26%) 0,rgb(106 1 1 / 26%) 71%,transparent 0),#2f0303;
}
.forum-post--hidden:nth-child(even) {
  background-color: #2f0505ba;
}



.forum-post__wrapper {
  margin: 0 auto;
  width: 80%;
  padding: 15px 0;
}

.header-avatar {
  width: 100px;
  height: 100px;
}
.post-verified-icon {
  font-size: 0.9rem;
  color: #01a4ff;
}

.forum-post--admin .post-header__name a {
  color: #ffe03c;
}
.forum-post--admin .post-header__name a:hover {
  color: #fff2ad;
}

.forum-post--lmod .post-header__name a {
  color: #dc62d8;
}
.forum-post--lmod .post-header__name a:hover {
  color: #ca83c8;
}

.forum-post--fmod .post-header__name a {
  color: #4cc832;
}
.forum-post--fmod .post-header__name a:hover {
  color: #96c98b;
}



.forum-post--admin .header-user__modtype {
  background: linear-gradient(to right, transparent, #96862bb3, transparent);
  color: #ffec95;
}
.forum-post--admin .header-user__modtype:before {
  content: "Forum Admin";
}
.forum-post--lmod .header-user__modtype {
  background: linear-gradient(to right, transparent, #5834a3b3, transparent);
  color: #cb83d8;
}
.forum-post--lmod .header-user__modtype:before {
  content: "Local Mod";
}
.forum-post--fmod .header-user__modtype {
  background: linear-gradient(to right, transparent, #1f731fb3, transparent);
  color: #83d883;
}
.forum-post--fmod .header-user__modtype:before {
  content: "Forum Mod";
}

.forum-post .solution-link i {
  color:#0ad40a;
}


@media only screen and (min-width: 992px) {
  .forum-post__left {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
  }
  .forum-post__right {
    width: 74%;
    float: left;
    height: 100%;
    position: relative;
  }

  .post-header__name {
    display: block;
    font-size: 1.3rem;
    margin-bottom:10px;
  }
  .header-user__modtype {
    font-size: 0.7rem;
    display: block;
    width: 108px;
    margin: 0 auto;
  }

  .post-header__meta {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 992px) {
  .forum-post__header {
    position: relative;
  }
  .post-header__name {
    position: absolute;
    top: 0;
    left: 110px;
  }
  .header-user__modtype {
    display: block;
    font-size: 0.7rem;
    margin: 0 auto;
    text-align:center;
    /*padding: 0 10px;*/
  }
  .post-header__meta {
    position: absolute;
    top: 50px;
    left: 110px;
    font-size: 0.6rem;
  }
}

.forum-post__meta {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: var(--color-secondary);
}
.forum-post__meta .original-poster {
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 0 5px 3px 2px;
  border-radius: 3px;
  background-color: #1671a4;
  color: #fff;
  text-align: center;
  cursor: default;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.forum-post__meta .original-poster span {
  display: block;
  position: relative;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 0.75rem;
  top: 1px;
  left: 1px;
}
.forum-post__meta .is-solution {
  margin: 0 5px 3px 2px;
  font-size: 0.75rem;
}

.post-body__content {
  min-height: 155px;
  word-break: break-word;
}

.forum-post--hidden-placeholder .post-body__content {
  min-height: 45px;
}

.post-body__signature {
  height: 60px;
  font-size: 0.8rem;
  overflow-y: hidden;
  border-top: 1px solid grey;
  padding-top: 5px;
}


.forum-post__footer {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}


.post-controls--link:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .footer-controls {
    display: inline-block;
  }
  .controls-left {
    width: 25%;
  }
  .controls-right {
    text-align: right;
    width: 75%;
    font-size: 1.12rem;
    float: right;
  }
  .forum-post__footer {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 10px;
  }
  .forum-post--hidden-placeholder .forum-post__footer:not(.forum-post__bottom--border) {
    border: none;
  }
}
@media only screen and (max-width: 992px) {

  .controls-left {
    display: block;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 10px;
  }
  .forum-post--hidden-placeholder .forum-post__footer:not(.forum-post__bottom--border) .controls-left {
    border: none;
  }
  .controls-right {
    display: block;
    text-align: right;
    font-size: 1.12rem;
  }
}

.post-control--left-option,.post-control--left-option:visited {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #484d50;
  border-radius: 50%;
  font-size: 75%;
  transition: 0.5s ease background;
  cursor: pointer;
}
.post-control--left-option:hover {
  background-color: #ffae00;
  color: white;
  transition: 0.5s ease background;
}
.post-control--left-option i {
  position: relative;
  top: 7px;
}
#copy-to-clipboard { display: none; }

.hide-textarea {
  height: 0;
  width: 0;
  display: inline-block;
}

.post-control--next-admin, .thread-controls--first-admin {
  display: none;
}
.post-control--left-option.show-in-thread:hover,
.post-control--left-option.show-user-posts:hover {
    background-color: #1873a5;
}

.post-control--left-option.post-controls--link-mark-bad:hover {
  background-color: var(--alert-red);
}
.post-control--left-option.post-controls--link-mark-good:hover {
    background-color: var(--alert-green);
}

/* set width for badge block */
@media only screen and (min-width: 992px) {
.post-header__name, .post-header__avatar, .post-header__meta {
    width: calc(100% - 100px);
}
}

.post-bar-container {
  height: 7px;
  width: 100px;
  margin: 5px auto;
  border-radius: 0px;
  display: flex;
  background: var(--bg-tertiary);
}
.post-bar-container .post-bar {
  height: 0.44rem;
  display: inline-block;
}

.post-bar-container {
  position: relative;
}
.post-bar-container::before {
  height: 30px;
  width: 57px;
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background: url("../images/post-ranks.png");
  background-repeat: no-repeat;
  background-position-x: -10px;
}
@media only screen and (min-width: 992px) {

  .post-count--hidden .post-bar-container::before {
    top: -30px;
  }
}


.user-rank-title {
  margin-bottom: 47px;
}

.forum-user--rank::before {
  height: 30px;
  width: 57px;
  content: "";
  position: absolute;
  top: 25px;
  left: 30%;
  background: url("../images/post-ranks.png");
  background-repeat: no-repeat;
  background-position-x: -10px;
}

#post-rank--profile .forum-user--rank::before {
  top: 12px;
  left: 32%;
}
#forums--usersettings #user-post-rank {
  position: relative;
  right: initial;
  top: initial;
}
#forums--userview #user-post-rank {
  position: relative;
  right: initial;
  top: initial;
}
.forum-user--rank {
  font-size: 0.8rem;
}

.progress.rank-progress-container {
  background: var(--bg-tertiary);
}

@media only screen and (max-width: 576px) {
  #post-rank__img { height: 65px; }
}

@media only screen and (max-width: 992px) {
  .post-bar-container::before {
    top: -64px;
    left: 112px;
  }
  .post-count--hidden .post-bar-container::before {
    top: -18px;
    left: -4px;
  }
}

.hide-bar {
  background: transparent;
}
.post-bar {
  background-color: #6ebcff;
}
.hide-bar .post-bar { display: none; }

.post-count--hidden .post-bar-container, .post-count--hidden .post-count {
  visibility: hidden;
}
.post-count--hidden .post-bar-container::before {
  visibility: visible;
  top: -25px;
}

.post-rank--2:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -64px
}

.post-rank--3:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -118px
}

.post-rank--4:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -38px
}

.post-rank--5:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -64px;
    background-position-y: -38px
}

.post-rank--6:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -118px;
    background-position-y: -38px
}

.post-rank--7:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -76px;
    height: 40px;
    width: 58px
}

.post-rank--8:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -64px;
    background-position-y: -75px;
    height: 40px;
    width: 58px
}

.post-rank--9:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -118px;
    background-position-y: -72px;
    height: 43px;
    width: 58px
}

.post-rank--10:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -122px;
    height: 56px;
    width: 58px
}

.post-rank--11:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -65px;
    background-position-y: -122px;
    height: 56px;
    width: 58px
}

.post-rank--12:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -118px;
    background-position-y: -122px;
    height: 56px;
    width: 58px
}

.post-rank--13:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -179px;
    height: 48px
}

.post-rank--14:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -64px;
    background-position-y: -179px;
    height: 48px
}

.post-rank--15:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -236px;
    height: 44px
}

.post-rank--16:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -70px;
    background-position-y: -236px;
    height: 44px
}

.post-rank--17:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -290px;
    height: 60px
}

.post-rank--18:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -64px;
    background-position-y: -290px;
    height: 56px
}

.post-rank--19:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -11px;
    background-position-y: -348px;
    height: 60px
}

.post-rank--20:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -65px;
    background-position-y: -348px;
    height: 60px
}

.post-rank--21:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -411px;
    height: 54px
}

.post-rank--22:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -65px;
    background-position-y: -411px;
    height: 54px
}

.post-rank--23:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -119px;
    background-position-y: -411px;
    height: 54px
}

.post-rank--24:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -173px;
    background-position-y: -411px;
    height: 54px
}

.post-rank--monitor:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -466px;
    height: 54px
}

.post-rank--administrator:before {
    background: url(../images/post-ranks.png);
    background-repeat: no-repeat;
    background-position-x: -66px;
    background-position-y: -466px;
    height: 54px
}


/* Forum Badges */
/* posts */

.user-badges {
  position: absolute;
  top: 0;
  width: 52px;
  float: right;
  right: 40px;
}
.user-badge__rank {

}
.user-badge__container {

}
.user-badge__icon {
    margin: 3px 0;
}
.user-badge__icon, .user-badge__rank {
    width: 50px;
    opacity:0.4;
    transition: 0.5s ease;
}
.user-badge__icon:hover, .user-badge__rank:hover {
    opacity:1;
    transition: 0.5s ease;
}

@media only screen and (max-width: 992px) {
  .user-badges {
    position: absolute;
    width: 156px;
    top: -45px;
    left: 114px;
    text-align: center;
  }
  .user-badge__rank {

  }
  .user-badge__container {

  }
  .user-badge__icon, .user-badge__rank {
      width: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .user-badges {
    position: absolute;
    width: 143px;
    top: -30px;
    left: 82px;
    text-align: right;
  }
  .user-badge__icon, .user-badge__rank {
    width: 35px;
  }
}

/* profile */
.badge-container {

}
.badge-info-text {

}
.badge-item {
  display: inline-block;
  margin: 0 5px;
}
.badge-item .badge-item__label {
  border: 1px solid #878787;
  border-radius: 5px;
  background-color: transparent;
  transition: 0.3s ease;
  cursor: pointer;
}
.badge-item .badge-item__label:hover {
  background-color: #313131;
}
.badge-item--check:checked + .badge-item__label {
  border: 1px solid #5775a9;
  background-color: #222247;
	transition: 0.3s ease;
}
.badge-item--check:checked + .badge-item__label:hover {
  background-color: #2a2a59;
}


.badge-container .user-badge__icon,
.badge-container .user-badge__rank {
  padding: 5px;
  opacity: 1 !important;
}
.badge-container .user-badge__container {
  display: inline-block;
}
@media only screen and (max-width: 992px) {

}



#post-container__area {
  margin-bottom: 20px;
}

#quick-find-code {
  text-align: center;
  color: #c7c7c7;
}

button.back-to-top {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border: none;
    position: relative;
    top: -16px;
    margin: 0 auto -16px;
}

.back-to-top svg {
    width: 13px;
    height: 6px;
    margin-bottom: 16px;
}

.back-to-top span {
    font-family: Normative Pro, Segoe UI, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #b4b4b4;
    color: #70cddf;
    transition: color .2s ease-in-out;
}

.back-to-top:hover span {
    color: #fff;
}






/* search threads */




/*signature stuff */
.reply-box--signature .signature-edit {
  height: 88px;
  resize: none;
}


/* User Settings */

.settings-options {
  list-style: none;
  padding: 0;
}
.settings-options li {
  display: inline-block;
  min-width: 180px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .settings-options li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
}


/* inbox messages */
.inbox-container__scroll-box {
  max-height: 24rem;
  overflow-y: auto!important;
}

@media only screen and (min-width: 800px) {
  .inbox-row__date-mobile {
    display: none;
  }

}

@media only screen and (max-width: 800px) {

  .inbox-row__date-desktop {
    display: none;
  }
}



.inbox-message.staff-box .post-body__content {
  color: goldenrod;
}
.inbox-message.ticket-box .post-body__content {
  color: #8585ff;
}


/* account history */
#offence-status {
    clear:both;
    display: inline-block;
}
.offence-status {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 175px;
    height: 50px;
    border: 2px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-radius: 6px;
    opacity: 0.3;
    text-align: center;
    line-height: 3;
    color: #181818;
    font-size: 17px;
}
.status-red { background: linear-gradient(#570000, #800303, #870000, #a00); color: white;}
.status-orange { background: linear-gradient(#573400, #804a03, #875b00, #a60); }
.status-yellow { background: linear-gradient(#575600, #807a03, #8f8c00, #a6aa00); }
.status-green { background: linear-gradient(#005700, #038003, #008700, #0a0); }

.active { opacity: 1 !important; }

.strikethrough td {
    text-decoration: line-through;
}

.greentext {
  color: green;
}
.yellowtext {
  color: yellow;
}
.orangetext {
  color: orange;
}
.redtext, .banned-note {
  color: red;
}
.banned-note {
  font-style: italic;
}


.offence-box {
  margin-top: 20px;
}
.offence-evidence-container p {
  margin-bottom: 0;
}
.offence-evidence {
  background: #1d1d1d8c;
  border: 1px solid #4c4c4c;
  padding: 10px;
}
