/* Version: 5 */

*,
*:before,
*:after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* display: flex; */
}

.poll-option-title span {
    display: table;
    line-height: 120%;
}

span {}

.poll-option-result div {
    float: right;
    /* display: inline-block; */
    /* color: red; */
}

.hidden {
    float: right;
}

.post-top-info {
    border-bottom: 1px solid rgb(64,64,64);
}

.post-top-left-info {
    display: inline-grid;
    /* border-bottom: 1px solid rgb(64,64,64); */
}

.bg2  .content {
    font-size: 1.3em;
}

.author > .content {}

.chunk h3 {
    font-size: 1.4em;
}

#postform p {
    font-size:  1.3em;
}

#postform h3 {
    width: 100%;
    margin-bottom: 0px !important;
}

p.author {
    font-size: 1.3em;
    border: solid;
    border-width: 0px 0px 1px 0px;
}

span.votes {
    float: right;
    /* width: 50%; */
}

html {
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/a.png) no-repeat -9999px -9999px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  height: 100%;
  min-width: 1000px;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/b.png) no-repeat -9999px -9999px;
}

.inner {
    /* display: inline-flex; */
    width:  100%;
}

.chunk .search .inner {
    display: inline-flex;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 24px;
  font-weight: 300;
}

select {
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  height: 36px;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

a {
  outline: none;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

a.post-number {}

p {
  line-height: 1.5;
}

p b {
  font-weight: 600;
}

/*Icon stuff for DWMagus*/

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.icon.icon-md {
    font-size: 10px;
}

.icon, .button .icon {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-file:before {
    content: "\f15b";
    font-family: FontAwesome !important;
}

a.unread {
    float: left;
    padding-top: 3px;
}

abbr {
  border-style: dotted;
  border-width: 0 0 1px;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  resize: vertical !important;
}

/* Structure styles - Positioning overall page */

.chunk {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 18px;
}

.background-deep .chunk {
    /* max-width: 82%; */
    /* margin: 0 auto; */
    /* padding: 0 18px; */
}

.background-deep.chunk {}

.chunk:after {
  clear: both;
  content: "";
  /* box-sizing: content-box; */
  display: block;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

/* Global head styles displayed on every page */

.rekt-banner {
  background-image: url("banner_rekt2.jpg") !important;
}

#wrap-inner {
  position: relative;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/c.png) no-repeat -9999px -9999px;
}

#wrap-header,
#wrap-header-index {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/d.png) no-repeat -9999px -9999px;
}

#wrap-header:after,
#wrap-header-index:after {
  clear: both;
  content: "";
  display: block;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/e.png) no-repeat -9999px -9999px;
}

.is-sticky #wrap-header,
.is-sticky #wrap-header-index {
  left: auto;
  right: auto;
}

#wrap-header-sticky-wrapper,
#wrap-header-index-sticky-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-header {
  font-size: 1.25em;
  height: 56px;
  line-height: 56px;
  min-height: 56px;
  position: relative;
}

#logo {
  display: block;
  float: left;
  line-height: 0;
  margin: 10px 24px 10px 0;
  height: auto;
  width: auto;
}

#logo.logo_text {
  color: #505050;
  font-size: 1.0em;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

#breadcrumbs {
  list-style: none;
  height: 56px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
}

#breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
}

#breadcrumbs li:before {
  content: ">";
  /* color: rgb(64,64,64); */
  display: block;
  float: left;
  padding: 0 12px;
  pointer-events: none;
  white-space: nowrap;
}

#breadcrumbs li:first-child:before {
  display: none;
}

.crumb-solid {
  display: inline-block !important;
}

#breadcrumbs-mid {
  font-size: 1.1em;
  list-style: none;
  line-height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

#breadcrumbs-mid li {
  display: block;
  float: left;
}

#breadcrumbs-mid li:before {
  content: "/";
  display: block;
  float: left;
  padding: 0 12px;
  pointer-events: none;
  white-space: nowrap;
}

#breadcrumbs-mid li:first-child:before {
  display: none;
}

.site-nav {
  float: right;
  list-style: none;
  margin-left: 18px;
  background: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/f.png) no-repeat -9999px -9999px;
}

.site-nav > li {
  display: block;
  float: left;
  line-height: 30px;
  margin-bottom: 13px;
  margin-top: 13px;
  position: relative;
}

.site-nav > li + li {
  margin-left: 24px;
  /* padding-top: 3px; */
}

.site-nav > li > a {
  position: relative;
}

.site-nav li > a,
.site-nav li > span {
  display: block;
}

.site-nav li > a > i + span,
.site-nav li > span > i + span {
  margin-left: 9px;
}

.site-nav li > span {
  cursor: pointer;
}

.site-nav i {
  font-size: 1.0769em;
}

i.fa.fa-tachometer {
	max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/a.png);
    width: auto;
    height: auto;  
}

i.fa {
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

i.fa.fa-bars {
    max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/f.png);
    padding-top: 7px;
    width: auto;
    height: auto;
}

i.fa.fa-search {
    max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/e.png);
    width: auto;
    height: auto;
}

i.fa.fa-bell {
    max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/d.png);
    width: auto;
    height: auto;
}

i.fa.fa-envelope {
    max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/c.png);
    width: auto;
    height: auto;
}

i.fa.fa-gavel {
    max-width: 15px;
    content: url(http://ltheory.com/forums/styles/devravaio/theme/images/icons/b.png);
    width: auto;
    height: auto;
}

.site-nav .count {
  border-radius: 2px;
  font-size: 0.8461em;
  font-weight: 600;
  left: -10px;
  line-height: 12px;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cur-user {
  margin-left: 20px !important;
  margin-right: -8px;
}

#header-avatar img {
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  display: block;
  max-height: 30px;
  max-width: 30px;
  overflow: hidden;
}

#header-avatar > span {
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}

#header-avatar:active img {
  border-width: 1px;
}

#header-mini-menu {
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

#header-mini-menu:active,
#header-mini-menu:focus {
  outline: none;
}
/* --- Global foot styles displayed on every page --------------------------- */

#wrap-footer {
  font-size: 1.1em;
  padding: 18px 0;
  position: relative;
}

#wrap-footer ul {
  list-style: none;
  width: 100%;
}

#wrap-footer li {
  display: inline-block;
}

#wrap-footer li + li {
  margin-left: 24px;
}

.footer-text {
  margin-top: 6px;
}

#debug-output {
  margin-top: 6px;
}
/* --- Main containers ------------------------------------------------------ */

.re-sm,
.re-md,
.re-lg {
  display: none !important;
}

.lside {
  float: left;
}

.rside {
  float: right;
}

.clear {
  display: block;
  clear: both;
}

.box-normal {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: 18px;
  word-wrap: break-word;
}

.box-normal h6 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 18px;
}

.box-normal p {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.box-normal ul,
.box-normal ol {
  font-size: 1.3em;
  line-height: 1.7;
  list-style: none;
}

.box-normal ul h3,
.box-normal ol h3 {
  font-size: 1.3846em;
  font-weight: 400;
  margin-bottom: 18px;
}

.box-normal ul ul,
.box-normal ol ul,
.box-normal ul ol,
.box-normal ol ol {
  font-size: 1em;
}

.box-normal ul {
  list-style: none;
}

.box-normal ol ol {
  margin-left: 30px;
}

.box-normal ol ol > li {
  list-style-type: decimal;
  padding-left: 6px;
}

.box-normal li {
  margin-bottom: 18px;
  position: relative;
}

.box-normal li:last-child {
  margin-bottom: 0;
}

.box-normal button {
  margin-bottom: 18px;
}

.box-normal .chosen-container ul {
  font-size: 1em;
}

.box-normal .strong-head {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.info-box {
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  padding: 36px;
  text-align: center;
}

#information {
  font-size: 1.5em;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: none;
}

#information + #wrap-inner #wrap-header,
#information + #wrap-inner #wrap-header-index,
#information + #wrap-inner #site-desc-full,
#information + #wrap-inner #site-desc-small {
  border-radius: 0;
}

#rules {
  margin-bottom: 18px;
}

#site-desc-full {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding: 130px 0 70px;
  position: relative;
  text-align: center;
}

#site-desc-full h1 {
  clear: both;
  display: block;
  font-size: 4.0em;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

#site-desc-full h2 {
  display: block;
  font-size: 2.0em;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

#site-desc-small {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  overflow: hidden;
  padding: 92px 0 36px;
  position: relative;
  text-align: left;
}

#site-desc-small h1 {
  display: none;
}

#site-desc-small h2 {
  display: block;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#site-desc-hidden {
  display: none;
}

#sub-header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 108px 0 52px;
  position: relative;
}

#sub-header h2 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#sub-header p {
  font-size: 1.3em;
  position: relative;
  z-index: 1;
}

#sub-header::after {
  clear: both;
  content: "";
  display: block;
}

.sub-header-title {
  text-align: right;
  padding-left: 18px;
}

.sub-header-buttons {
  text-align: right;
  width: 100%;
}

.sub-header-buttons > div {
  display: inline-block;
  float: right;
  margin: 0 0 0 9px;
  position: relative;
  vertical-align: middle;
}

.sub-header-buttons .dropdown-box,
.sub-header-buttons .chosen-container {
  left: 0;
  right: auto;
  text-align: left;
}

.sub-header-buttons .chosen-container {
  font-size: 11px;
}

#main-search-box-md {
  line-height: 1;
  margin-bottom: 6px;
  padding: 0;
  white-space: nowrap;
}

#main-search-box-md div {
  margin: 0 44px 0 0;
}

#main-search-box-md input {
  display: block;
  height: 44px;
  outline: none;
  padding: 0 18px;
  vertical-align: middle;
  width: 100%;
}

#main-search-box-md button {
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  line-height: 44px;
  width: 44px;
  vertical-align: middle;
}

#main-search-box-md button i {
  margin: 0;
}

.main-sidebar {
  float: right;
  position: relative;
  width: 232px;
  z-index: 0;
}

.content-main {
  position: relative;
  z-index: 1;
}

.content-main:not(:only-child) {
  margin-right: 250px;
}

.content-main-inner {
  float: left;
  width: 100%;
}

.page-content {
  position: relative;
  z-index: 1;
}

.page-content:not(:only-child) {
  margin-right: 250px;
}

.page-content-inner {
  float: left;
  width: 100%;
}

.sidebar {
  float: right;
  position: relative;
  width: 232px;
  z-index: 1;
}

.sidebar-block {
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  list-style: none;
  margin-bottom: 18px;
  padding: 6px 0;
  vertical-align: middle;
}

.sidebar-head {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2;
  padding: 15px 18px 0;
}

.sidebar-body {
  font-size: 1.3em;
  line-height: 1.7;
  list-style: none;
  padding: 15px 18px;
}

#mcp {
  clear: both;
}

.dropdown-search {
  border-radius: 2px;
  display: none;
  line-height: 1;
  list-style: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 40px;
  white-space: nowrap;
  z-index: 3;
}

.dropdown-search div {
  margin: 0 36px 0 0;
  min-width: 214px;
}

.dropdown-search input {
  display: block;
  height: 36px;
  outline: none;
  padding: 0 18px;
  vertical-align: middle;
  width: 100%;
}

.dropdown-search button {
  cursor: pointer;
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
  width: 36px;
  vertical-align: middle;
}

.open > .dropdown-search {
  display: block;
}

.forumlist-main {
  position: relative;
  z-index: 1;
}

.forumlist-main:not(:only-child) {
  margin-right: 250px;
}

.forumlist-main-inner {
  float: left;
  width: 100%;
}

.login-main .log-reg {
  margin: 18px 0;
}

.login-main p {
  font-size: 1.3em;
  margin-bottom: 18px;
}

.login-main p a + a {
  margin-left: 18px;
}

.login-main .button {
  height: 40px;
}

.message-main > p {
  font-size: 1.3em;
  margin-bottom: 18px;
}

.action-bar-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: -6px 0 5px;
}

.action-bar-top > div {
  margin-bottom: 0px;
}

.action-bar-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 0 0 18px 0;
}

.action-bar-bottom > div,
.action-bar-bottom > a {
  margin-top: 12px;
}

.action-bar-top-nb {
  margin: -6px 0 0;
}

.action-bar-top-nb > div {
  /* margin-bottom: 12px; */
}

.action-bar-bottom-nb > div,
.action-bar-bottom-nb > a {
  margin-bottom: 18px;
}

.action-bar-top,
.action-bar-bottom,
.action-bar-top-nb,
.action-bar-bottom-nb {
  text-align: right;
  /* line-height: 38px; */
}

.action-bar-top > div,
.action-bar-bottom > div,
.action-bar-top-nb > div,
.action-bar-bottom-nb > div,
.action-bar-top > a,
.action-bar-bottom > a,
.action-bar-top-nb > a,
.action-bar-bottom-nb > a {
  display: inline-block;
  margin-left: 9px;
  position: relative;
}

.action-bar-top .pagination,
.action-bar-bottom .pagination,
.action-bar-top-nb .pagination,
.action-bar-bottom-nb .pagination {
  margin-left: 0;
}

.action-bar-top:after,
.action-bar-bottom:after,
.action-bar-top-nb:after,
.action-bar-bottom-nb:after {
  clear: both;
  content: "";
  display: block;
}

.pagination {
  display: inline-block;
  float: left;
  font-size: 1.1em;
  line-height: 36px;
}

.pagination .mark {
  margin-right: 18px;
}

.pagination .page-jump {
  display: inline-block;
  margin: 0 18px;
  position: relative;
}

.pagination > ul {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.pagination .ellipsis span {
  cursor: default;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination .next,
.pagination .previous {
  font-size: 10px;
}

.pagination .next a,
.pagination .previous a {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.pagination .active {
  cursor: default;
  font-weight: 700;
}

.pagination li + li {
  margin-left: 4.5px;
}

.page-jump .dropdown-box {
  font-size: 10px;
  left: 0;
  padding-left: 18px;
  padding-right: 18px;
  right: auto;
}

.page-jump input {
  height: 36px;
  min-width: 80px;
}

.page-jump input.button {
  clear: both;
  display: block;
  margin-top: 6px;
  width: 100%;
}

.pagination-small {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  list-style: none;
  vertical-align: top;
}

.pagination-small li {
  display: inline-block;
}

.pagination-small li + li {
  margin: 0 0 0 6px;
}

.pagination-small a,
.pagination-small span {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  line-height: 15px;
  padding: 0 4.5px;
}

.pagination-small .ellipsis span {
  border: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.member-search {
  border-radius: 2px;
  display: block;
  margin: 0 0 18px;
  text-align: center;
  width: 100%;
}

.member-search a {
  display: inline-block;
  line-height: 36px;
  padding: 0 12px;
}

#jumpbox {
  display: inline-block;
  float: right;
  margin: 0 0 18px;
  position: relative;
}

.jumpbox-return {
  font-size: 1.1em;
  margin: 0 0 5px;
}

.jumpbox-return i {
  margin-right: 9px;
}

.search-box {
  float: right;
  position: relative;
  z-index: 1;
}

.search-box input {
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 1.3em;
  height: 36px;
  padding: 0 6px;
  width: 176px;
}

.search-box input::-moz-placeholder {
  opacity: 1;
}

.search-box button {
  cursor: pointer;
  font-size: 1.4em;
  height: 36px;
  text-align: center;
  width: 36px;
}

#forums-wrap {
  margin: 0 0 18px;
}

#forums-wrap ol {
  list-style: none;
}

.fora-bg {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
}

.fora-bg h3 {
  border-radius: 4px 4px 0 0;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.0;
  padding: 8px 0px 8px 16px;
  text-transform: uppercase;
}

.fora-bg h4 {
  display: inline-block;
  font-weight: 400;
  line-height: 1.0;
  margin-right: 6px;
  max-width: 100%;
  word-wrap: break-word;
  text-transform: uppercase;
}

.fora-bg li {
  position: relative;
  overflow: hidden;
}

.fora-bg li:last-child {
  border-radius: 0 0 4px 4px;
}

.fora-bg > ol > li:after {
  clear: both;
  content: "";
  display: block;
  height: 2px;
  width: auto;
}

.fora-bg > ol > li:last-child:after {
  display: none;
}

.fora-bg dfn {
  font-style: normal;
  font-size: 0.875em;
}
/* Space between forum categories. */

.fora-bg + .fora-bg {
  margin-top: 18px;
}

.fora-icon,
.fora-description-inner,
.fora-redirect,
.fora-stats,
.fora-recent {
  float: left;
}

.fora-icon {
  bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 72px;
  overflow: hidden;
}

.fora-icon div {
  border-radius: 2px;
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

.fora-icon img {
  display: block;
  left: 0;
  margin: -16px auto 0;
  max-height: 32px;
  max-width: 32px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
}

.fora-icon a {
  border-radius: 2px;
  display: block;
  height: 36px;
  left: 0;
  margin-top: -18px;
  margin-left: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
  width: 36px;
}

.fora-bg li:hover .fora-icon div {
  height: 36px;
  margin: -18px auto 0;
  width: 36px;
}

.forum_unread div,
.forum_unread_locked div,
.forum_unread_subforum div {
  height: 36px !important;
  margin-top: -18px !important;
  width: 36px !important;
}

.fora-icon:after {
  display: block;
  font-weight: bold;
  font-family: "FontAwesome";
  font-size: 2em;
  height: 36px;
  margin-top: -18px;
  left: 0;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
}

.fora-bg li:hover .feed-icon {
  opacity: 1;
}

.forum_read:after {
  content: "\f0e5";
}

.forum_unread:after {
  content: "\f0e5";
}

.forum_read_locked:after {
  content: "\f023";
}

.forum_unread_locked:after {
  content: "\f023";
}

.forum_read_subforum:after {
  content: "\f0e6";
}

.forum_unread_subforum:after {
  content: "\f0e6";
}

.forum_link:after {
  content: "\f0c1";
}

.pm_read:after {
  content: "\f0e5";
}

.pm_unread:after {
  content: "\f0e5";
}

.fora-description {
  margin: 0 370px 0 54px;
}

.fora-description-inner {
  font-size: 1.3em;
  padding: 5px 18px 5px;
  width: 100%;
}

.fora-description-inner p {
  line-height: 1.5;
}

.fora-description-inner strong {
  font-weight: 400;
}

.fora-redirect {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  padding: 27px 18px 15px;
  text-align: center;
  width: 240px;
}

.fora-stats {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  padding: 5px 0px 0px 0px;
  text-align: right;
  width: 120px;
}

.fora-stats-sm {
  font-size: 0.8461em;
  margin-bottom: 6px;
}

.fora-recent {
  font-size: 1.2em;
  padding: 5px 18px 5px 18px;
  width: 250px;
}

li.row.sticky {
  background-color: #1A1A1A;
}

.lastsubject {
  font-weight: 400;
}
/* Hide subforum lists. */

.subforums-list {
  line-height: 1.7;
  padding-left: 18px;
  position: relative;
}

.subforums-list:after {
  content: ">>";
  cursor: default;
  display: block;
  left: 0;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subforums-list li {
  display: block;
  float: left;
}

.subforums-list li + li {
  margin-left: 12px;
}

.fora-unapproved-icon {
  font-size: 11px;
  margin-right: 6px;
}

#topics-wrap {
  margin: 0 0 18px;
}

#topics-wrap ol {
  list-style: none;
}
/* Styles for viewing a specific board. */

.forum-bg {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
}

.forum-bg h3 {
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 0px 8px 16px;
  text-transform: uppercase;
}

.forum-bg h4 {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin-right: 6px;
  max-width: 100%;
  word-wrap: break-word;
}

.forum-bg h4 img {
  margin-right: 6px;
  vertical-align: -1px;
}

.forum-bg li {
  position: relative;
  overflow: hidden;
}

.forum-bg li:last-child {
  border-radius: 0 0 2px 2px;
}

.forum-bg ol > li + li {
  border-style: solid;
  border-width: 1px 0 0;
}

.forum-bg dfn {
  font-style: normal;
}

.forum-bg .deleted {
}

.forum-bg .deleted > div {
  opacity: 0.42;
}

.forum-bg .deleted:hover > div {
  opacity: 1;
}

.forum-bg + .forum-bg {
  margin-top: 18px;
}

.topic-icon,
.topic-description-inner,
.topic-stats,
.topic-recent {
  float: left;
}

.topic-icon {
  bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 72px;
  overflow: hidden;
}

.topic-icon div {
  border-radius: 2px;
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
  width: 0;
}

.topic-icon a {
  border-radius: 2px;
  display: block;
  height: 36px;
  left: 0;
  margin-top: -18px;
  margin-left: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
  width: 36px;
}

.topic-unapproved-icon,
.topic-deleted-icon,
.topic-reported-icon {
  float: right;
  font-size: 14px;
  margin-left: 12px;
}

.forum-bg li:hover .topic-icon div {
  height: 36px;
  margin: -18px auto 0;
  width: 36px;
}

.topic_unread div,
.topic_unread_mine div,
.topic_unread_locked div,
.topic_unread_locked_mine div,
.topic_unread_hot div,
.topic_unread_hot_mine div,
.sticky_unread div,
.sticky_unread_locked div,
.sticky_unread_locked_mine div,
.sticky_unread_mine div,
.announce_unread div,
.announce_unread_locked div,
.announce_unread_locked_mine div,
.announce_unread_mine div,
.global_unread div,
.global_unread_locked div,
.global_unread_locked_mine div,
.global_unread_mine div {
  height: 36px !important;
  margin-top: -18px !important;
  width: 36px !important;
}

.topic-icon:after {
  display: block;
  font-family: "FontAwesome";
  font-size: 2em;
  font-weight: bold;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin-top: -18px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
}

.topic_read:after {
  content: "\f0e5";
}

.topic_read_mine:after {
  content: "\f0e5";
}

.topic_unread:after {
  content: "\f0e5";
}

.topic_unread_mine:after {
  content: "\f0e5";
}

.topic_read_locked:after {
  content: "\f023";
}

.topic_read_locked_mine:after {
  content: "\f023";
}

.topic_unread_locked:after {
  content: "\f023";
}

.topic_unread_locked_mine:after {
  content: "\f023";
}

.topic_read_hot:after {
  content: "\f06d";
}

.topic_read_hot_mine:after {
  content: "\f06d";
}

.topic_unread_hot:after {
  content: "\f06d";
}

.topic_unread_hot_mine:after {
  content: "\f06d";
}

.sticky_read:after {
  content: "\f08d";
}

.sticky_read_locked:after {
  content: "\f08d";
}

.sticky_read_locked_mine:after {
  content: "\f08d";
}

.sticky_read_mine:after {
  content: "\f08d";
}

.sticky_unread:after {
  content: "\f08d";
}

.sticky_unread_locked:after {
  content: "\f08d";
}

.sticky_unread_locked_mine:after {
  content: "\f08d";
}

.sticky_unread_mine:after {
  content: "\f08d";
}

.announce_read:after {
  content: "\f0a1";
}

.announce_read_locked:after {
  content: "\f0a1";
}

.announce_read_locked_mine:after {
  content: "\f0a1";
}

.announce_read_mine:after {
  content: "\f0a1";
}

.announce_unread:after {
  content: "\f0a1";
}

.announce_unread_locked:after {
  content: "\f0a1";
}

.announce_unread_locked_mine:after {
  content: "\f0a1";
}

.announce_unread_mine:after {
  content: "\f0a1";
}

.global_read:after {
  content: "\f0ac";
}

.global_read_locked:after {
  content: "\f0ac";
}

.global_read_locked_mine:after {
  content: "\f0ac";
}

.global_read_mine:after {
  content: "\f0ac";
}

.global_unread:after {
  content: "\f0ac";
}

.global_unread_locked:after {
  content: "\f0ac";
}

.global_unread_locked_mine:after {
  content: "\f0ac";
}

.global_unread_mine:after {
  content: "\f0ac";
}

.topic_moved:after {
  content: "\f08e";
}

.topic-description {
  margin: 0 370px 0 54px;
}

.topic-description-inner {
  padding: 5px 18px;
  width: 100%;
}

.topic-stats {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 5px 0 5px;
  text-align: right;
  width: 120px;
}

.topic-stats-sm {
  font-size: 1em;
  margin-bottom: 6px;
}

.topic-replies {
  font-size: 1.2308em;
}

.topic-recent {
  font-size: 1.1em;
  padding: 5px 18px 5px;
  width: 250px;
}

.notice {
  font-size: 1.1em;
  margin-top: 18px;
  opacity: 0.3;
}

.notice strong {
  font-weight: 600;
}

.post {
  margin: 0 0 10px;
  position: relative;
}

.post:hover .notice {
  opacity: 1;
}

.post:after {
  clear: both;
  content: "";
  display: block;
}

.postbody {
  border-style: solid;
  border-width: 0 0 0 2px;
  float: none;
  margin-left: 147px;
  padding: 16px;
  padding-top: 8px;
}

.inner .postbody {
    margin-left:  0px;
    width: 100%;
}

.postbody h3 {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em !important;
  font-weight: 400;
  /* margin-bottom: 9px !important; */
}

.postbody h3 img {
  margin-right: 6px;
  vertical-align: -1px;
}

.postbody:after {
  clear: both;
  content: "";
  display: block;
}

.post-deleted-notice,
.post-unapproved-notice {
  display: inline-block;
}

.post-deleted-notice input,
.post-unapproved-notice input {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0 18px;
  padding: 3px 9px;
}

.post-deleted-notice input + input,
.post-unapproved-notice input + input {
  margin: 0 0 0 4.5px;
}

.post-reported-notice {
  border-radius: 2px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0 18px;
  padding: 3px 9px;
}

.inline-attachment .attach-image dd {
  padding: 3px 0 0;
}

.attachbox {
  border-radius: 2px;
  border-style: dashed;
  border-width: 1px;
  font-size: 1.3em;
  line-height: 1.7;
  margin: 18px 0 0;
  padding: 18px;
}

.attachbox dt {
  font-weight: 600;
}

.attachbox .attach-image dd {
  padding: 3px 0 0;
}

.attachbox > dd {
  margin-top: 18px;
}

.attach-controls {
  float: right;
}

.attach-status {
  position: relative;
  text-align: center !important;
}

.file-progress {
  left: 0;
  position: absolute;
  right: 0;
}

.file-status i {
  opacity: 0;
}

.file-uploaded i {
  opacity: 1;
}

.post-image {
  /*border-radius: 4px;*/
  max-width: 100%;
}

.postlink {
  /*border-style: solid;*/
  border-width: 0 0 1px;
  /*font-weight: 600;*/
  text-decoration: none;
}

.postprofile {
  float: left;
  font-size: 1.1em;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 147px;
  word-wrap: break-word;
}

.postprofile .avatar-none {
  cursor: pointer;
}

.poster-online {
  border-radius: 9px;
  border-style: solid;
  border-width: 3px;
  display: block;
  font-size: 0;
  height: 16px;
  margin-right: -48px;
  margin-top: 76px;
  right: 50%;
  overflow: hidden;
  position: absolute;
  top: 18px;
  width: 16px;
}

.pm .postprofile {
  width: 35px;
}

.pm .postbody {
  margin-left: 53px;
}

.pm-self .postprofile {
  float: right;
  width: 35px;
}

.pm-self .postbody {
  margin-left: 0;
  margin-right: 53px;
}

.standard-profile {
  line-height: 1.6;
  list-style: none;
  margin-top: 9px;
  padding: 0;
  text-align: left;
}

.standard-profile span {
  font-weight: 600;
}

.standard-profile .profile-info {
  font-size: 1em !important;
}

.standard-profile .profile-info dt {
  margin: 0 3px 0 0;
}

.dropdown-profile {
  border-radius: 2px;
  display: none;
  left: 98px;
  line-height: 1.8;
  list-style: none;
  margin-left: -9px;
  min-width: 210px;
  padding: 18px;
  position: absolute;
  top: 18px;
  text-align: left;
  z-index: 4;
}

.dropdown-profile span {
  font-weight: 600;
}

.pm .dropdown-profile {
  left: 44px;
}

.open > .dropdown-profile {
  display: block;
}

.profile-info {
  font-size: 1.1818em;
}

.profile-info
 .dd {
}

.profile-info dt {
  display: block;
  float: left;
  font-weight: 600;
  margin: 0 9px 0 0;
}

.profile-info dd {
  display: block;
}

.dropdown-profile .profile-contact {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 18px -18px -18px -18px;
  padding: 18px;
}

.profile-contact ul {
  list-style: none;
}

.profile-contact li {
  clear: both;
  display: list-item;
}

.profile-face {
  text-align: center;
  width: 100%;
}

.profile-face .avatar-none {
  height: 120px;
  line-height: 120px;
  width: 120px;
}

.profile-face .avatar-none::first-letter {
  font-size: 48px;
}

.profile-face:last-child {
  margin-bottom: 18px;
}

.profile-username {
  font-size: 24px;
  font-weight: 300;
  margin-top: 18px;
}

.profile-rank-title {
  font-size: 1.3em;
  font-weight: 600;
}

.profile-rank-img {
  margin-top: 9px;
}

.post-number {
  float: right !important;
  font-size: 1.2em;
}

.post-number span {
  font-weight: 600;
}

.post-author-r {
  font-size: 1.1em;
  margin-bottom: 9px;
  margin-top: -9px;
}

.post-pm-users {
  clear: both;
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 12px;
  width: 100%;
}

.post-pm-users span {
  font-weight: 600;
}

.post-signature {
  border-style: solid;
  border-width: 1px 0 0;
  font-size: 1.1em;
  line-height: 1.6;
  margin-top: 18px;
  padding: 9px 0 0;
  word-wrap: break-word;
}

.post-actions {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  display: block;
  list-style: none;
  margin: 18px -18px -18px -18px;
  padding: 10px 18px 10px 18px;
}

.post-actions li {
  color: #404040;
  font-size: 1.1em;
  display: inline-block;
  padding: 0 8px 0 8px;
}

.post-actions li + li {
  border-width: 0px 0px 0px 2px;
  border-style: solid;
}

.post-date {
}

li.right.post-date {
  font-size: 1.2em;
  border-left-width: 0px;
  /* float: left; */
  /* height: 12px; */
  padding-left: 18px;
  display: block;
  /* color: transparent; */
  /* display: inline-grid; */
}

.member-online {
  font-size: 1.3em;
  font-weight: 600;
}

.avatar-container {
  line-height: 0;
  margin: 0 0 6px;
}

#content-main-inner .avatar > img {
	border-radius: 4px;
  display: block;
  max-height: 90px;
  max-width: 90px;
}


#cp-main-inner .avatar > img {
	border-radius: 2px;
  display: block;
  max-height: 35px;
  max-width: 35px;
}

span.avatar,
a.avatar {
  display: inline-block;
}

.preview-signature {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 18px;
  padding: 18px;
  word-wrap: break-word;
}

.member-signature {
  margin-top: 18px;
}

.avatar-none {
  border-radius: 4px;
  display: inline-block;
  font-size: 0;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px;
  user-select: none;
}

.pm .avatar > img {
  max-height: 90px;
  max-width: 90px;
  width: 90px;
  height: 90px;
}

.pm .avatar-none {
  line-height: 35px;
  width: 35px;
  height: 35px;
}

.pm .avatar-none::first-letter {
  font-size: 12px;
}

.pm-self .avatar > img {
  max-height: 35px;
  max-width: 35px;
}

.pm-self .avatar-none {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.pm-self .avatar-none::first-letter {
  font-size: 12px;
}

.avatar-none::first-letter {
  font-size: 36px;
  font-weight: 300;
}

.static {
  position: static !important;
}

.w-drop:after {
  content: "\f107";
  font-family: "FontAwesome";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 0;
}

.w-drop:hover:after {
  opacity: 1;
  right: -12px;
}

.open > .w-drop:after {
  opacity: 1;
  top: 24px;
  right: 50%;
  margin-right: -4px;
}

.dropdown-arrow {
  margin-left: 9px;
}

.dropdown-mega {
  border-radius: 2px;
  display: none;
  font-size: 13px;
  left: 18px;
  line-height: 1;
  list-style: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px 0;
  position: absolute;
  right: 18px;
  text-align: left;
  top: 53px;
  white-space: normal;
  z-index: 3;
}

.dropdown-mega .button,
.dropdown-mega .button-flat,
.dropdown-mega .button-round {
  font-size: 1em;
  margin-bottom: 18px;
}

.dropdown-mega h6 {
  font-size: 1.2308em;
  font-weight: 400;
  margin-bottom: 18px;
}

.dropdown-mega img {
  margin-bottom: 18px;
  max-width: 100%;
}

.dropdown-mega p {
  margin-bottom: 18px;
}

.dropdown-mega li {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dropdown-mega a {
  display: inline-block;
  line-height: 1.7;
  margin: 0 0 12px;
}

.dropdown-mega a i {
  margin-right: 9px;
}

.dropdown-mega .separator {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 6px 18px;
  width: auto;
}

.dropdown-box {
  border-radius: 2px;
  display: none;
  font-size: 13px;
  line-height: 1;
  list-style: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 40px;
  white-space: nowrap;
  z-index: 3;
}

.dropdown-box li {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dropdown-box a {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 15px 36px 15px 18px;
}

.dropdown-box i {
  margin-right: 9px;
}

.dropdown-box .separator {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 6px 18px;
  width: auto;
}

.dropdown-box > li > .dropdown-box {
  border-radius: 0 0 2px 2px;
  box-shadow: none;
  left: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

.dropdown-box > li .w-drop {
  position: relative;
}

.dropdown-box > li .w-drop:after {
  opacity: 1;
  right: 18px;
  top: 15px;
}

.dropdown-box > li .open {
  border-radius: 2px 2px 0 0;
}

.dropdown-box > li .open:after {
}

.dropdown-box-big {
  border-radius: 2px;
  display: none;
  line-height: 1;
  list-style: none;
  min-width: 300px;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 3;
}

.dropdown-header {
  clear: both;
  overflow: hidden;
  padding: 18px;
}

.dropdown-header h5 {
  float: left;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-header a {
  float: right;
  margin-left: 18px;
}

.dropdown-body {
  font-size: 11px;
  max-height: 400px;
  padding: 6px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown-body li {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}

.dropdown-body li + li {
  border-top-style: solid;
  border-top-width: 1px;
}

.dropdown-body li:hover > .notification-mark {
  opacity: 1;
}

.dropdown-body .no_notifications {
  font-size: 1.3em;
  padding: 18px;
}

.dropdown-body a,
.dropdown-body .notification-nl {
  padding: 9px 18px;
}

.dropdown-body .notification-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-body .notification-mark {
  border-radius: 2px;
  display: block;
  height: 18px;
  left: 15px;
  line-height: 18px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 18px;
}

.dropdown-body .notification-mark i {
  font-size: 10px;
}

.dropdown-body .chosen-container {
  clear: both;
  display: block;
  text-align: left;
  vertical-align: top;
  width: 100% !important;
}

.dropdown-body .chosen-container a {
  border: none;
  padding: 0 18px;
}

.dropdown-body .chosen-single:after {
  right: 18px;
}

.dropdown-body .chosen-results {
  max-height: 0;
}

.dropdown-body .chosen-results li {
  border: none;
}

.dropdown-body .chosen-search {
  display: none;
}

.dropdown-body .chosen-drop {
  display: block;
  padding: 0;
  position: relative;
  top: 0;
}

.dropdown-body .chosen-with-drop .chosen-results {
  max-height: 240px;
}

.dropdown-body select {
  clear: both;
  display: block;
  height: 36px;
  padding-left: 18px;
  width: 100%;
}

.dropdown-footer a,
.dropdown-footer input {
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 18px;
  text-align: center;
  width: 100%;
}

.dropdown-up > .dropdown-box {
  bottom: 30px;
  top: auto;
}

select.dropdown-up + .chosen-container .chosen-drop {
  bottom: 36px;
  top: auto;
}

.open > .dropdown-mega,
.open > .dropdown-box,
.open > .dropdown-box-big {
  display: block;
}

.live-search.dropdown-box {
  left: 0;
  right: auto;
  top: 30px;
}

.live-search .search-result {
  cursor: pointer;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 15px 36px 15px 18px;
}

.live-search-container {
  position: relative;
}

.input {
  background-color: transparent;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 1.3em;
  height: 30px;
  padding: 0;
}

.input:focus {
  outline: none;
}

span.radio {
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  clear: both;
  content: "";
  display: block;
  float: left;
  height: 16px;
  margin-right: 9px;
  margin-top: 10px;
  width: 16px;
}

input.radio {
  display: none;
}

span.radio-full {
  border-radius: 2px;
  clear: both;
  content: "";
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  text-align: center;
  min-width: 36px;
}

span.radio-full img {
  margin: 0 -18px;
  vertical-align: middle;
}

input.radio-full {
  display: none;
}

span.check {
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  clear: both;
  content: "";
  /* display: inline-block; */
  height: 16px;
  vertical-align: 1px;
  width: 16px;
  float: left;
}

span.check:after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 0.8em;
  line-height: 13px;
  opacity: 0;
  text-align: center;
  width: 12px;
}

span.check + span {
  margin-left: 22px;
}

input.check {
  display: none;
}

input.check:checked + span.check:after {
  opacity: 1;
}

.button {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  padding: 9px 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button,
a.button {
  border-radius: 2px;
}

.button i {
  font-size: 1.0769em;
}

.button i + span {
  margin-left: 12px;
}

.button + .button {
  margin-left: 18px;
}

.button + .button-flat {
  margin-left: 6px;
  border: 2px solid;
}

.button + .button-round {
  margin-left: 6px;
}

.button-flat {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  padding: 9px 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-flat i {
  font-size: 1.0769em;
}

.button-flat i + span {
  margin-left: 12px;
}

.button-flat + .button {
  margin-left: 6px;
}

.button-flat + .button-flat {
  margin-left: 6px;
  border: 2px solid;
}

.button-flat + .button-round {
  margin-left: 6px;
}

.button-round {
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-round + .button {
  margin-left: 6px;
}

.button-round + .button-flat {
  margin-left: 6px;
}

.button-round + .button-round {
  margin-left: 6px;
}

.button-multiple {
  display: inline-block;
}

.button-multiple a {
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-multiple a:hover {
  z-index: 2;
}

.button-multiple a:first-child {
  border-radius: 2px 0 0 2px;
}

.button-multiple a:last-child {
  border-radius: 0 2px 2px 0;
}

.chosen-container + .button {
  margin-left: 12px;
}

.chosen-container + .button-flat,
.chosen-container + .button-round {
  margin-left: 9px;
}

.forum-selection {
  float: right;
}

.actions {
  display: block;
  margin-bottom: 18px;
  text-align: right;
  width: 100%;
}

.actions .button-multiple {
  float: left;
}

.actions-submit {
  display: block;
  margin-bottom: 18px;
  width: 100%;
}

.actions-submit .button + .button {
  margin-left: 18px;
}

.nav-prev-next {
  display: block;
  font-size: 1.3em;
}

.nav-prev-next a {
  line-height: 36px;
  margin-bottom: 5px;
}

.nav-prev-next i + span {
  margin-left: 6px;
}

.nav-prev-next span + i {
  margin-left: 6px;
}

.dest-folder {
  clear: both;
  display: block;
  margin-bottom: 18px;
}

.dest-folder .button-flat {
  font-size: 1em;
  margin-left: 9px;
}

.dest-folder .chosen-single {
  margin-bottom: 0;
  margin-left: 9px;
}

.stat-block ul {
  font-size: 1.3em;
  line-height: 1.7;
  list-style: none;
  margin-bottom: 18px;
}

#footer-custom {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
}

#footer-custom .online-list {
  width: 50%;
}

#footer-custom > div {
  float: left;
  padding: 0 9px;
}

#footer-custom > div:first-child {
  padding: 0 9px 0 0;
}

#footer-custom > div:last-child {
  padding: 0 0 0 9px;
}

.footer-block {
  width: 25%;
}

.side-stats span {
  display: block;
  width: 100%;
}

.side-stats strong {
  float: right;
}

.online-list {
  display: block;
}

.statistics,
.member-statistics {
  /* border-style: solid; */
  border-width: 1px 0 0;
  /* margin-top: 18px; */
  font-size: 1.2308em;
  /* padding-top: 30px; */
  text-align: center;
  width: 100%;
}

.statistics strong,
.member-statistics strong {
  clear: both;
  display: inline-block;
  font-size: 1.2308em;
  font-weight: 600;
  width: 100%;
}

.statistics span,
.member-statistics span {
  display: inline-block;
}

.statistics span {
  width: 25%;
}

.member-statistics span {
  width: 50%;
}

.birthdays {
  margin-top: 18px;
}

.birthdays:before {
  clear: both;
  content: "\f1fd";
  cursor: default;
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 60px;
  margin-right: 18px;
}

.birthdays strong {
  font-weight: 600;
}

.permissions {
  float: right;
  width: 464px;
}

.permissions strong {
  font-weight: 600;
}

.permissions + .online-list {
  margin-right: 482px;
}

/* Recent posts */

.rc-posts-out {
  border-radius: 2px;
  font-size: 0.9091em;
  overflow: hidden;
  padding: 10px 18px;
  text-align: left;
}

.rc-posts {
  margin-top: 12px;
  overflow: hidden;
}

.rc-link {
  display: block;
  position: relative;
}

.rc-link:after {
  border-radius: 15px;
  content: "\f054";
  font-family: "FontAwesome";
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 15px;
  width: 30px;
}

.rc-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 36px 0 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rc-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 36px 0 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rc-content a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rc-content .inline-attachment,
.rc-content br,
.rc-content .codebox,
.rc-content blockquote {
    /* Replace with placeholder */
  display: none;
}

.rc-details {
  border-width: 1px 0 0;
  border-style: solid;
  margin-bottom: -10px;
  margin-top: 6px;
  padding: 6px 0;
}

.rc-time {
  font-size: 1.1em;
}

.rc-avatar {
  float: left;
  margin-bottom: 5px;
  margin-right: 18px;
  margin-top: 5px;
}

.rc-avatar img {
  border-radius: 30px;
  display: block;
  max-height: 30px;
  max-width: 30px;
  width: auto;
}

.rc-author {
  font-size: 1.1em;
}

.rc-hr {
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 27px 9px;
}

hr {
  border-width: 1px;
  margin: 10px;
  border-style: solid;
}

.mark-read-container {
  display: block;
  margin: 0 0 18px;
  text-align: center;
  width: 100%;
}

.mark-read {
  display: inline-block;
  font-size: 1.1em;
}

.quickreply {
  margin-bottom: 18px;
  position: relative;
}

.quickreply .avatar-none {
  cursor: default;
  position: absolute;
  right: 0;
  top: 18px;
}

.quickreply-box {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin-right: 98px;
  padding: 18px;
  position: relative;
}

.quickreply-box textarea {
  font-size: 1.3em;
  height: auto;
  line-height: 1.7;
  min-height: 80px;
  width: 100%;
}

.quickreply-buttons {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  display: block;
  font-size: 1.1em;
  list-style: none;
  margin: 18px -18px -18px -18px;
  padding: 18px;
}

.quickreply-buttons li {
  display: inline-block;
}

.quickreply-buttons i + span {
  margin-left: 12px;
}

.quickreply-buttons li + li {
  margin-left: 18px;
}

.quickreply-avatar {
  cursor: default;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 18px;
}

.quickreply-avatar > img {
  border-radius: 100%;
  max-height: 66px;
  max-width: 66px;
}
/*
	In post containers
*/

blockquote {
  border-style: solid;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-right-width: 0px;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  margin-top: 13px;
  margin-bottom: 7px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
}

blockquote blockquote {
  margin-top: 18px;
}

.codebox {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 8px;
  margin: 8px 0 8px 0;
}

.codebox p {
  display: block;
  font-style: normal;
  font-weight: 600;
}

.codebox code {
  display: block;
  font-family: monospace, sans-serif;
  max-height: 500px;
  max-width: 100%;
  overflow: auto;
}

blockquote + blockquote,
blockquote + .codebox,
.codebox + .codebox,
.codebox + blockquote {
  margin-top: 18px;
}

.postbody h3 ~ .post-content {
  border-style: solid;
  border-width: 1px 0 0;
  padding-top: 5px;
  border-color: #414141;
}

.post-content {
  clear: both;
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.7;
  min-height: 60px;
  width: 100%;
  word-wrap: break-word;
}

.post-content ul,
.post-content ol {
  margin-left: 18px;
}

.post-content iframe {
  max-width: 100%;
}

.posthilit {
  border-radius: 2px;
  padding: 0 3px;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.details {
  display: block;
  line-height: 1.7;
  width: 100%;
}

.details dt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
}

.details dd {
  font-size: 1.3em;
  margin-bottom: 18px;
  word-wrap: break-word;
}

.details .button-flat {
  font-size: 1em;
}

.faq {
  display: block;
  line-height: 1.7;
  margin-bottom: 18px;
  width: 100%;
}

.faq dt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.faq dd {
  font-size: 1.3em;
  max-width: 700px;
}

.form {
  display: block;
  line-height: 1.7;
  /* margin-bottom: 12px; */
  width: 100%;
}

dd {
    /* float: right; */
    left: 10%;
    position: initial;
}

dt {
    /* padding-right: 15px; */
    /* padding-top: 3px; */
}

dl + dl + dl + dl + dl.form {
    /* display: flex; */
}

.form dt {
  display: inline-block;
  font-size: 1.3em;
}

.form dt span {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9231em;
  line-height: 1;
}

.form dt p {
  font-size: 1em;
  line-height: 1.7;
  margin: 0;
}

.form dd {
  font-size: 1.3em;
  margin-bottom: 6px;
}

.form dd input {
  font-size: 1em;
}

.form dd label {
  display: inline-block;
  line-height: 36px;
  margin-right: 18px;
}

.form .input,
.form .chosen-container {
  min-width: 232px;
}

dd input {
    left: 459px;
    /* position: absolute; */
}

.fields {
  display: block;
  line-height: 1.7;
  margin-bottom: 12px;
  width: 100%;
}

.fields div {
  font-size: 1.3em;
  margin-bottom: 6px;
}

.fields div input {
  font-size: 1em;
}

.fields div label {
  display: inline-block;
  margin-right: 18px;
}

#bday_day_chosen,
#bday_month_chosen {
  min-width: 49px;
}

#bday_year_chosen {
  min-width: 98px;
}

.sub-panels {
  list-style: none;
  width: 100%;
}

.sub-panels li {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 24px;
  margin-right: 36px;
}

.sub-panels .activetab a {
  font-weight: 600;
}

.tab-panel p {
  font-size: 1.3em;
  margin-bottom: 9px;
}

#attach-panel-multi {
  margin-bottom: 18px;
}

.captcha-image {
  margin: 9px 0 !important;
}

.captcha-image img {
  display: block;
  max-width: 100%;
}

#message-box #confirm_code {
  font-size: 13px;
}

#avatar_options > div > p {
  font-size: 1.3em;
  margin-bottom: 18px;
}

#gallery {
  padding: 18px 0;
}

#gallery span.radio-full {
  clear: none;
  display: inline-block;
  float: none;
  height: auto;
  line-height: auto;
  min-width: auto;
  padding: 18px;
}

#gallery span.radio-full img {
  margin: 0;
}
/*
	Poll container
*/

.poll-panel {/* margin: 0% 7% 0% 7%; *//* border-left: solid; *//* display: none; */padding-left: 5px;}

.poll-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  /* width: 33%; */
  margin-bottom: 5px;
}

.poll-info {
  font-size: 1.3em;
  margin: 0 0 18px;
}

.poll-option {
  clear: both;
  /* width: 100px; */
  /* height: 45px; */
  font-size: 1.3em;
  /* float: right; */
  /* line-height: 1.5em; */
  display: flex;
  margin-bottom: 6px;
  /* padding-bottom: 6px; */
  border-bottom: solid;
  border-width:  1px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* width: 1000px; */
}

.poll-option-title {
  display: block;
  margin-bottom: 0px;
  /* margin-right: 15px; */
  /* border-bottom: solid; */
  width: 30%;
  /* border-width: 1px; */
  font-family: "Open Sans", sans-serif;
}

.poll-option-title > label {
  display: inline-block;
  /* float: left; */
  line-height: 1;
  overflow: inherit;
  /* margin-bottom: 0px; */
}

.poll-option-title span.radio {
  margin-top: 0;
}

.poll-option-resultbar {
  border-radius: 2px;
  float: left;
  margin-right: 18px;
  padding-bottom: 1px;
  margin-left: 15px;
  display: block;
  width: 100%;
}

.poll-option-resultbar div {
  border-radius: 2px;
  display: block;
  /* height: 12px !important; */
  height: 16px;
  text-align: center;
}

.poll-option-result {
  width: 20%;
  float: right;
  text-align: right;
  /* line-height: 30px; */
}

.poll-option-result .poll-option-result-text {
  font-weight: 600;
}

.poll-total-votes {
  clear: both;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}

.poll-actions {
  margin-bottom: 5px;
}

.poll-vote-submitted {
  font-size: 1.3em;
}
/*
	Predefined content containers
*/

.background-main:after {
  clear: both;
  content: "";
  display: block;
}

.background-main {
  padding: 12px 0 6px;
}

#main-index {
  padding: 8px 0 18px;
}

.right-align-mark-topics {
  float: right;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 18px;
}

.background-deep:after {
  clear: both;
  content: "";
  display: block;
}

.background-deep {
  padding: 10px 18px 5px;
  margin: 0 auto;
  /*max-width: 82%;*/
}

.background-deep h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 2px;
}

.background-deep p {
  font-size: 1.3em;
  margin: 0 0 10px;
  border-bottom: solid;
  border-width: 1px;
}

.background-normal:after {
  clear: both;
  content: "";
  display: block;
}

.background-normal {
  padding: 30px 0 12px;
}

.background-normal h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 12px;
}

.background-normal p {
  font-size: 1.3em;
  margin: 0 0 18px;
}

.important-box {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.3em;
  margin-bottom: 18px;
  padding: 17px;
}

.important-box-rules {
  font-size: 1.3em;
  margin-bottom: 9px;
  margin-left: 9px;
}

.important-box-rules a {
    text-decoration: underline;
}

.important-box ol,
.important-box ul {
  margin-left: 18px;
}

.important-box-link {
  margin-bottom: 18px;
  position: relative;
}

.important-box-link a {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1.3em;
  height: 36px;
  line-height: 36px;
  padding: 0 17px 0 71px;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.important-box-link span {
  font-size: 1.4em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: -50%;
  width: 72px;
}

.modal-open .modal {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  margin: 0 -20px;
  overflow: hidden;
  outline: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.modal-dialog {
  margin: 30px auto;
  max-width: 540px;
  position: relative;
}

.modal-header {
  padding-bottom: 36px;
}

.modal-header h4,
.modal-header span {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.modal-content {
  border-radius: 2px;
  margin: 0 38px;
  outline: none;
  padding: 36px;
  position: relative;
}

.modal-body {
  font-size: 1.3em;
  text-align: left;
}

.modal-body label {
  display: block;
  width: 100%;
}

.modal-body .w-input {
  font-family: "Open Sans", sans-serif;
}

.modal-body input {
  font-size: 1.2308em;
  height: 42px;
  margin-bottom: 18px;
  width: 100%;
}

.modal-footer {
  padding-top: 27px;
  text-align: center;
}

.modal-footer .button {
  height: 48px;
  width: 100%;
}

.modal-footer a {
  display: block;
  font-size: 1.3em;
  margin-top: 18px;
}

.w-register-link {
  margin-bottom: -12px;
}

.modal-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
}

.fade {
  opacity: 0;
  top: 0;
}

.fade.in {
  opacity: 1;
}

.modal-close,
.modal-bb-close {
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}

.error {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 18px;
}

.notification-unread {
  border-radius: 2px;
  display: inline-block;
  float: left;
  height: 12px;
  margin-right: 6px;
  margin-top: 6px;
  width: 12px;
}

#agreement p {
  font-size: 1.3em;
}
/*
	Styles for phpBB alert and confirm modal
*/

#darkenwrapper {
  bottom: 0;
  left: 0;
  margin: 0 -20px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
}

.modal-bb {
  display: none;
  margin: 0 auto;
  max-width: 540px;
  padding: 30px 0;
  position: relative;
  z-index: 99;
}

.modal-bb-content {
  border-radius: 2px;
  margin: 0 38px;
  outline: none;
  padding: 36px;
  position: relative;
}

.modal-bb-body h3,
.modal-bb-body h4,
.modal-bb-body .alert_title {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 36px;
  text-align: center;
  width: 100%;
}

.modal-bb-body p {
  font-size: 16px;
  text-align: left;
}

.modal-bb-body form p {
  font-size: 1em;
}

.modal-bb-body form .button,
.modal-bb-body form .button-flat {
  font-size: 13px;
}

.modal-bb-body .submit-buttons {
  margin-top: 36px;
}

/* Posting tools */

#message-sidebar {
  float: right;
  font-size: 1.1em;
  margin-bottom: 18px;
  margin-top: 18px;
  width: 80px;
}

#message-box {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 18px;
  margin-right: 98px;
  padding: 18px;
}

#message-box .input {
  width: 100%;
}

#message-box input.input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 18px;
}

#message-box textarea.input {
  min-height: 300px;
}

#format-buttons {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  display: block;
  font-size: 1.1em;
  list-style: none;
  margin: 18px -18px -18px -18px;
  padding: 9px;
}

#format-buttons input,
#format-buttons .chosen-single,
#format-buttons .smilies-button > span {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: auto;
  line-height: 1;
  margin-right: 6px;
  padding: 9px;
}

img.emoji.smilies {
    height: 18px;
}

#format-buttons .chosen-single:after {
  display: none;
}

#format-buttons:after {
  clear: both;
  display: block;
  content: "";
}

.bbcode-b {
  font-weight: 700;
}

.bbcode-i {
  font-style: italic;
}

.bbcode-u {
  text-decoration: underline;
}

.bbcode-code {
  font-family: monospace, sans-serif;
}

.smilies-button {
  float: right;
  position: relative;
}

.smilies-button > span {
  font-size: 16px !important;
  margin-left: 6px;
  margin-right: 0 !important;
}

.smilies-box {
  border-radius: 2px;
  bottom: 35px;
  display: none;
  min-width: 250px;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
}

.smilies-box a {
  display: inline-block;
  padding: 6px;
}

.smilies-box img {
  display: block;
}

.smilies-box .smilies-more {
  clear: both;
  margin-bottom: 6px;
  margin-top: 9px;
  padding: 0;
}

.open > .smilies-box {
  display: block;
}

.message-icon {
  margin-bottom: 12px;
}

.message-icon dd {
  display: inline-block;
  font-size: 1.1em;
}

.message-icon label {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
  vertical-align: middle;
}

.watch-topic-link:before,
.bookmark-link:before {
  content: "";
  display: block;
  float: left;
  font-family: "FontAwesome";
  margin-right: 9px;
}

.watch-topic-link:before {
  content: "\f06e";
}

.bookmark-link:before {
  content: "\f02e";
}
/*
	User Control Panel and Moderator Control Panel styles
*/

#side-toggle {
  border-radius: 0 18px 18px 0;
  cursor: pointer;
  float: left;
  font-size: 1.4em;
  height: 36px;
  line-height: 36px;
  margin-right: 18px;
  padding-left: 10px;
  position: relative;
  vertical-align: 3px;
  width: 36px;
}

#side-toggle i {
  position: absolute;
  left: 10px;
  top: 10px;
}

#side-toggle .fa-ellipsis-h {
  opacity: 1;
  top: 12px;
}

#side-toggle .fa-times {
  opacity: 0;
  top: 11px;
}

#side-toggle.side-toggle .fa-ellipsis-h {
  opacity: 0;
}

#side-toggle.side-toggle .fa-times {
  opacity: 1;
}

#cp-sidebar.cp-sidebar-visible {
  margin-left: 0;
}

#cp-main.cp-sidebar-visible {
  margin-left: 250px;
  margin-right: -250px;
}

#cp-sidebar {
  float: left;
  font-size: 1.3em;
  position: relative;
  width: 232px;
}

#cp-menu > ul {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
  padding: 6px 0;
  margin-bottom: 18px;
}

#cp-menu > ul ul {
  list-style: none;
  margin-bottom: 6px;
  overflow: hidden;
}

#cp-menu > ul ul a {
  padding: 10px 18px 10px 36px !important;
}

#cp-menu > ul ul a:after {
  content: "-";
  left: 18px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

#cp-menu a {
  display: block;
  line-height: 1;
  padding: 10px 18px;
  position: relative;
}

.cp-sidebar-block {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
  padding: 6px 0;
  margin-bottom: 18px;
}

.cp-sidebar-block dt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2308em;
  line-height: 1;
  padding: 15px 18px;
}

.cp-sidebar-block dd {
  line-height: 1;
  padding: 6px 18px;
}

.cp-sidebar-block dd:first-of-type {
  padding-top: 0;
}

.cp-sidebar-block dd:last-of-type {
  padding-bottom: 15px;
}

.cp-sidebar-block dd:only-of-type {
  padding-bottom: 15px;
  padding-top: 15px;
}

.cp-sidebar-block button {
  float: right;
  font-size: 14px;
  line-height: 18px;
}

.pm-legend:before {
  border-radius: 2px;
  clear: both;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 3px;
  width: 12px;
  vertical-align: -1px;
}

.cp-rec-list {
  list-style: none;
  margin-bottom: 9px;
}

.cp-rec-list li {
  display: inline-block;
  margin-right: 15px;
}

.cp-rec-list button {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin-right: 9px;
}

#cp-main {
  margin-left: 250px;
}

#cp-main h3 {
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 5px;
}

#cp-main-inner {
  float: left;
  width: 100%;
}

#cp-main-inner > p,
#cp-main-inner form > p {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.cp-list {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
  margin: 0 0 18px;
}

.cp-list li {
  position: relative;
  /* padding: 10px 0px; */
  overflow: hidden;
}

.cp-list li:last-child {
  border-radius: 0 0 2px 2px;
}

.cp-list li + li {
  border-style: solid;
  border-width: 1px 0 0;
}

.cp-list dfn {
  font-style: normal;
}

.cp-list + .cp-list {
  margin-top: 18px;
}

.cp-list-icon,
.cp-list-description-inner,
.cp-list-stats,
.cp-list-recent {
  float: left;
}

.cp-list li:hover .cp-list-icon div {
  height: 36px;
  margin: -18px auto 0;
  width: 36px;
}

.cp-list-icon {
  font-size: 1.4em;
  bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  /* margin: 20px; */
  width: 72px;
  /* padding: 20px; */
  overflow: hidden;
}

.cp-list-icon div {
  border-radius: 2px;
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

.cp-list-icon img {
  display: block;
  left: 0;
  margin: -16px auto 0;
  max-height: 32px;
  max-width: 32px;
  /* padding: 10px; */
  /* margin: 10px; */
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
}

input.cp-list-mark {
  display: none;
}

label.cp-list-mark {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin: 0 auto;
  margin-top: -18px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 36px;
  z-index: 2;
}

label.cp-list-mark:hover,
input.cp-list-mark:checked + label.cp-list-mark {
  opacity: 1;
}

input.cp-list-mark:disabled + label.cp-list-mark {
  display: none;
}

.pm_unread div {
  height: 36px;
  margin: -18px auto 0;
  width: 36px;
}

.pm_marked_colour .cp-list-icon div,
.pm_replied_colour .cp-list-icon div,
.pm_friend_colour .cp-list-icon div,
.pm_foe_colour .cp-list-icon div {
  height: 36px;
  margin: -18px auto 0;
  width: 36px;
}

.cp-list-icon:after {
  display: block;
  font-family: "FontAwesome";
  font-size: 1.4em;
  left: 0;
  margin-top: -12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
}

.cp-list-description {
  margin: 0 370px 0 54px;
}

.cp-list-description h4 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4545em;
  font-weight: 400;
}

.cp-list-description-inner {
  font-size: 1.1em;
  /* min-height: 66px; */
  /* min-height: auto; */
  padding: 5px 18px 5px;
  /* max-width: 700px; */
  width: 100%;
}

.cp-list-notification {
  margin: 0 0 0 54px;
}

.cp-list-notification h4 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.cp-list-notification h4 strong {
  font-weight: 400;
}

.cp-list-notification-inner {
  font-size: 1em;
  /* min-height: 44px; */
  padding: 5px 18px 5px;
  width: 100%;
}

.cp-list li.row {
  height: auto;
  padding: 0px 0px;
  /* box-sizing: border-box; */
}

.cp-list li.row:before, .cp-list li.row:after {
    /* box-sizing: border-box; */ */
}

.notifications_time {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
}

.notifications_forum,
.notifications_reason {
  font-size: 1.3em;
}

.notifications_forum em,
.notifications_reason em {
  font-style: normal;
  font-weight: 600;
}

.cp-list-stats {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  padding: 21px 0px 21px;
  text-align: right;
  width: 120px;
}

.cp-list-recent {
  font-size: 1.1em;
  padding: 5px 18px 5px;
  width: 250px;
}

.cp-list-radio {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 72px;
  overflow: hidden;
}

.cp-list-radio label {
  display: block;
  height: 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: -50%;
  width: 16px;
}

.cp-list-radio span.radio {
  display: inline-block;
  float: none;
  margin: 0;
}

.cp-list-header {
  display: block;
  font-size: 1.3em;
  overflow: hidden;
  width: 100%;
}

.cp-list-header-description {
  margin: 0 370px 0 54px;
}

.cp-list-header-description > div {
  float: left;
  padding: 13px 18px;
  width: 100%;
}

.cp-list-header-recent {
  float: left;
  padding: 13px 18px;
  width: 250px;
}

.table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 18px;
  width: 100%;
}

.table th {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  padding: 11px 18px;
  text-align: left;
}

.table th:first-child {
  border-top-left-radius: 2px;
}

.table th:last-child {
  border-top-right-radius: 2px;
}

.table tr + tr {
  border-top-style: solid;
  border-top-width: 1px;
}

.table tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}

.table tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}

.table td {
  font-size: 1.3em;
  padding: 5px 18px;
}

.table td .button,
.table td .button-flat {
  font-size: 1em;
}

.table .table-mark {
  text-align: center;
}

.table .info {
  word-break: break-all;
}

#team .name {
  text-align: left;
}

#team .info {
  text-align: left;
  width: 30%;
}

#team .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

#team .rank-img {
  float: right;
  margin-left: 9px;
}

#darkenwrapper {
  display: none;
}

.arrow-left,
.arrow-right {
  display: inline-block;
  font-size: 11px;
  margin-bottom: 18px;
}
/*
	Custom font icons
*/

.ra-lock:before {
  content: "\f023";
}

.ra-delete_topic:before {
  content: "\f014";
}

.ra-move:before {
  content: "\f047";
}

.ra-split:before {
  content: "\f0c4";
}

.ra-merge:before {
  content: "\f047";
}

.ra-merge_topic:before {
  content: "\f066";
}

.ra-fork:before {
  content: "\f0c5";
}

.ra-make_normal:before {
  content: "\f0e5";
}

.ra-make_sticky:before {
  content: "\f08d";
}

.ra-make_announce:before {
  content: "\f0a1";
}

.ra-make_global:before {
  content: "\f0ac";
}

.ra-topic_logs:before {
  content: "\f0f6";
}
/*
	Grid
*/

.chunk-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 9px;
}

.chunk-inner:after {
  clear: both;
  content: "";
  display: block;
}

.chunk-10,
.chunk-125,
.chunk-15,
.chunk-20,
.chunk-25,
.chunk-30,
.chunk-33,
.chunk-35,
.chunk-40,
.chunk-45,
.chunk-50,
.chunk-55,
.chunk-60,
.chunk-65,
.chunk-66,
.chunk-70,
.chunk-75,
.chunk-80,
.chunk-85,
.chunk-90,
.chunk-95,
.chunk-100 {
  float: left;
  padding: 0 9px;
}

.chunk-auto {
  float: left;
  padding: 0 9px;
}

.chunk-10 {
  width: 10%;
}

.chunk-125 {
  width: 12.5%;
}

.chunk-15 {
  width: 15%;
}

.chunk-20 {
  width: 20%;
}

.chunk-25 {
  width: 25%;
}

.chunk-30 {
  width: 30%;
}

.chunk-33 {
  width: 33.3333%;
  text-align: center;
}

.chunk-35 {
  width: 35%;
}

.chunk-40 {
  width: 40%;
}

.chunk-45 {
  width: 45%;
}

.chunk-50 {
  width: 50%;
}

.chunk-55 {
  width: 55%;
}

.chunk-60 {
  width: 60%;
}

.chunk-65 {
  width: 65%;
}

.chunk-66 {
  width: 66.6666%;
}

.chunk-70 {
  width: 70%;
}

.chunk-75 {
  width: 75%;
}

.chunk-80 {
  width: 80%;
}

.chunk-85 {
  width: 85%;
}

.chunk-90 {
  width: 90%;
}

.chunk-95 {
  width: 95%;
}

.chunk-100 {
  width: 100%;
}

#back-to-top {
  border-radius: 100%;
  bottom: 24px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  position: fixed;
  right: -40px;
  text-align: center;
  width: 36px;
  z-index: 1;
}

#theme-variants {
  width: 100%;
}

.theme-variant {
  border-radius: 2px;
  display: block;
  font-size: 1em;
  padding: 0 18px 0 36px;
  position: relative;
  width: 100%;
}

.theme-variant input {
  display: none;
}

.theme-variant + .theme-variant {
  margin: 9px 0 0;
}

.theme-variant:before {
  border-radius: 2px;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.sidebar-recent-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-recent-title {
  display: block;
  width: 100%;
}

#sidebar-recent-topics {
  line-height: 1.5;
  min-height: 279px;
  position: relative;
}

#sidebar-recent-topics:after {
  background-image: url("images/placeholder.svg");
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

#sidebar-recent-topics .sidebar-recent-content {
  opacity: 1;
}

#sidebar-recent-topics .sidebar-recent-content > div + div {
  margin-top: 9px;
}

#sidebar-recent-topics .loading.sidebar-recent-content {
  opacity: 0;
}

#sidebar-recent-topics.loading:after {
  opacity: 1;
}

#sidebar-recent-topics a {
  font-weight: 600;
}
/*
	Styling replaced select boxes
*/

.chosen-container {
  display: inline-block;
  position: relative;
}

.chosen-container-multi {
  display: inline-block;
  position: relative;
}

.chosen-container-multi .chosen-drop {
  top: 100%;
}

.chosen-single {
  border-style: solid;
  border-width: 0 0 1px;
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 19px 0 0;
  position: relative;
}

.chosen-single span {
  white-space: nowrap;
}

.chosen-single:after {
  content: "\f0dd";
  display: block;
  font-family: "FontAwesome";
  height: 36px;
  line-height: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10px;
}

.chosen-choices {
  cursor: pointer;
  display: block;
  max-width: 384px;
  min-height: 36px;
  min-width: 232px;
  line-height: 1.5;
  list-style: none;
  padding: 9px 0 0 0;
  position: relative;
}

.chosen-choices span {
  white-space: nowrap;
}

.search-choice {
  border-radius: 2px;
  cursor: default;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 9px;
  margin-right: 9px;
  padding: 0 19px 0 6px;
  position: relative;
}

.search-choice a {
  cursor: pointer;
}

.search-field {
  clear: both;
  display: block;
  position: relative;
}

.search-field:after {
  content: "\f0dd";
  display: block;
  font-family: "FontAwesome";
  height: 36px;
  line-height: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 10px;
  z-index: 0;
}

.search-field input {
  border-style: solid;
  border-width: 0 0 1px;
  cursor: text;
  display: block;
  height: 36px;
  position: relative;
  width: 100% !important;
  z-index: 1;
}

.search-choice-close:after {
  content: "\f00d";
  display: block;
  font-family: "FontAwesome";
  font-size: 9px;
  position: absolute;
  right: 6px;
  top: 0;
}

.chosen-drop {
  border-radius: 2px;
  display: none;
  left: 0;
  line-height: 1;
  list-style: none;
  min-width: 72px;
  padding: 6px 0;
  position: absolute;
  top: 36px;
  white-space: nowrap;
  width: auto;
  z-index: 3;
}

.chosen-drop li {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.chosen-drop li.result-selected {
  cursor: default;
  padding: 9px 18px;
}

.chosen-drop a {
  display: block;
  margin: 0;
  padding: 15px 18px;
}

.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-search {
  width: 100%;
}

.chosen-search input {
  height: 36px;
  padding: 0 18px;
  width: 100%;
}

.group-result {
  cursor: text !important;
}

.chosen-results {
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  position: relative;
}

.chosen-results li {
  clear: both;
  display: block;
  margin: 0;
  padding: 15px 18px;
  cursor: pointer;
  width: 100%;
}

.chosen-with-drop > .chosen-drop {
  display: block;
}
