/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	phpBB style name: Milk v2
	Based on style:   Merlin Framework (http://www.planetstyles.net)
    --------------------------------------------------------------
*/
/* Core */
@import url("../../Milk_v2/theme/merlin.css");
@import url("../../Milk_v2/theme/normalize.css");
@import url("../../Milk_v2/theme/utilities.css");
@import url("../../Milk_v2/theme/content.css");
@import url("../../Milk_v2/theme/cp.css");
/* --------------------------------------------------------------
	$Base
-------------------------------------------------------------- */
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
@import url("../../Milk_v2/theme/icons.css");
@import url("../../Milk_v2/theme/icons_forums_topics.css");
@import url("../../Milk_v2/theme/animate.css");
@import url("../../Milk_v2/theme/tooltipster.bundle.min.css");
@import url("../../Milk_v2/theme/tooltipster-sideTip-borderless.min.css");
@import url("../../Milk_v2/theme/responsive/responsive.css");
@import url("../../Milk_v2/theme/responsive/xs-phones.css");
@import url("../../Milk_v2/theme/responsive/small-smaller-tablets.css");
@import url("../../Milk_v2/theme/responsive/medium-ipad.css");
@import url("../../Milk_v2/theme/responsive/large-desktops.css");
@import url("../../Milk_v2/theme/responsive/squishy.css");
@import url("../../Milk_v2/theme/milk.css");
html {
  font-size: 1em;
  /* Assuming 16px... */
  line-height: 1.5;
  /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

a {
  color: #dddddd;
  text-decoration: none;
}

a:hover,
a:active {
  color: #ffb600;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Remove double underline from recent version of firefox
 */
abbr[title] {
  text-decoration: none;
}

/* General Markup Styles
---------------------------------------- */
html {
  /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  height: 101%;
}

body {
  line-height: normal;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
}

html, body {
  height: 100%;
}

h1 {
  /* Forum name */
  margin-right: 200px;
}

h2 {
  /* Forum header titles */
  margin-bottom: 30px;
}

h2.solo {
  margin-bottom: 1em;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  margin-bottom: 15px;
}

h4 {
  /* Forum and topic list titles */
}

p {
  line-height: 1.3em;
  margin-bottom: 1.5em;
}

img {
  border-width: 0;
}

hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 15px 0;
  display: block;
  clear: both;
}

hr.dashed {
  border-top-style: dashed;
  margin: 10px 0;
}

hr.divider {
  display: none;
}

p.right {
  text-align: right;
}

p.jumpbox-return {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}

p.login_container_info {
  font-size: 0.8em;
}

u {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  display: list-item;
}

ul ul, ol ul {
  list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square;
}

a:hover {
  text-decoration: none;
}

/* Main blocks
---------------------------------------- */
.wrap {
  border-radius: 8px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-body {
  margin: 0;
  clear: both;
}

.page-footer {
  clear: both;
}

.page-footer h3 {
  margin-top: 20px;
}

.logo {
  display: block;
  width: auto;
  padding: 0;
}

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

.site_logo {
  display: inline-block;
  width: 275px;
  height: 51px;
  background-size: cover;
}

/* Site description and logo */
.site-description {
  text-align: center;
  /* margin: 50px auto 100px; */
  position: relative;
  z-index: 2;
  display: inline-block;
}

.site-description.logo_left {
  text-align: left;
  /* margin: 100px 50px; */
  float: left;
}

.site-description.logo_right {
  text-align: right;
  /* margin: 100px 50px; */
  float: right;
}

body.navbar_i_header .site-description {
  margin: 50px auto 100px;
}

body.navbar_i_header .site-description.logo_left {
  margin: 100px 50px 100px;
}

body.navbar_i_header .site-description.logo_right {
  margin: 100px 50px 100px;
}

body.navbar_o_header .site-description {
  margin: 50px auto 100px;
}

body.navbar_o_header .site-description.logo_left {
  margin: 50px 50px 100px;
}

body.navbar_o_header .site-description.logo_right {
  margin: 50px 50px 100px;
}

.site-description h1 {
  margin-right: 0;
  margin-top: 30px;
}

.site-description p {
  margin-bottom: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  border-radius: 0px;
  /* Must be defined in .parallax-mirror if parallax header is enabled */
  position: relative;
}

#page-header {
  position: relative;
}

.navbar {
  padding: 15px;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  position: relative;
}

.navbar.navbar_in_header {
  position: absolute;
}

.forabg, .forumbg {
  margin-bottom: 30px;
  clear: both;
}

.panel {
  margin-bottom: 15px;
  padding: 15px;
}

.post {
  padding: 15px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  border-bottom: 1px solid;
}

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

/* Horizontal lists
----------------------------------------*/
.navbar ul.linklist {
  padding: 2px 0;
  list-style-type: none;
}

ul.linklist {
  display: block;
  margin: 0;
}

.cp-main .panel {
  padding: 5px 10px;
}

ul.linklist > li {
  float: left;
  line-height: 28px !important;
  list-style-type: none;
  margin-right: 15px;
  width: auto;
}

ul.linklist > li.rightside, p.rightside, a.rightside {
  float: right;
  margin-right: 0;
  margin-left: 15px;
  text-align: right;
}

ul#nav-breadcrumbs {
  margin-bottom: 30px;
}

ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}

ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}

ul.linklist li.responsive-menu {
  position: relative;
  margin: 0 15px 0 0;
}

ul.linklist li.rightside.responsive-menu {
  margin-left: 15px;
  margin-right: 0;
}

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

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

li.responsive-menu.dropdown-right .dropdown {
  left: -9px;
}

li.responsive-menu.dropdown-left .dropdown {
  right: -6px;
}

ul.linklist .dropdown {
  top: 45px;
}

ul.linklist .dropdown-up .dropdown {
  bottom: 18px;
  top: auto;
}

/* Bulletin icons for list items
----------------------------------------*/
ul.linklist.bulletin > li:before {
  display: inline-block;
  content: "\2022";
  font-size: inherit;
  line-height: inherit;
  padding-right: 4px;
}

ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
  content: none;
}

ul.linklist.bulletin > li.no-bulletin:before {
  content: none;
}

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

/* Profile in overall_header.html */
.header-profile {
  display: inline-block;
  vertical-align: top;
}

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

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

a.header-avatar span:after {
  content: '\f0dd';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 6px;
  padding-top: 5px;
  vertical-align: top;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-container {
  position: relative;
}

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

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

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

.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 1.2em;
  z-index: 5;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 9px 0 0;
  margin-right: -500px;
}

.dropdown.live-search {
  top: auto;
}

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

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

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

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

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

.dropdown .pointer, .dropdown .pointer-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  -webkit-transform: rotate(360deg);
  /* better anti-aliasing in webkit */
  display: block;
}

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

.dropdown .pointer {
  right: auto;
  left: 10px;
  top: -1px;
  z-index: 3;
}

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

.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
  left: auto;
  right: 10px;
}

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

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

.dropdown .dropdown-contents {
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px;
  position: relative;
  max-height: 300px;
}

.dropdown-contents a {
  display: block;
  padding: 5px;
}

.jumpbox {
  margin: 5px 0;
}

.jumpbox .dropdown li {
  border-top: 1px solid transparent;
}

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

.jumpbox .dropdown-contents {
  padding: 0;
  text-decoration: none;
}

.jumpbox .dropdown-contents li {
  padding: 0;
}

.jumpbox .dropdown-contents a {
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}

.jumpbox .spacer {
  display: inline-block;
  width: 0px;
}

.jumpbox .spacer + .spacer {
  width: 20px;
}

.dropdown-contents a {
  display: block;
  padding: 5px;
}

.dropdown-contents a:hover {
  border-radius: 4px;
}

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

.jumpbox .dropdown-contents a {
  text-decoration: none;
}

.dropdown li {
  display: list-item;
  border-top: 1px dotted transparent;
  float: none !important;
  line-height: normal !important;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

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

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

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

.dropdown li li:first-child {
  margin-top: 4px;
}

.dropdown li li:last-child {
  padding-bottom: 0;
}

.dropdown li li {
  border-top: 1px dotted transparent;
  padding-left: 18px;
}

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

.dropdown li.separator {
  border-top: 1px solid transparent;
  padding: 0;
}

.dropdown li.separator:first-child, .dropdown li.separator:last-child {
  display: none !important;
}

/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
  float: left;
  word-wrap: normal;
}

.breadcrumbs .crumb:before {
  content: '\2039';
  padding: 0 0.5em;
}

.breadcrumbs .crumb:first-child:before {
  content: none;
}

.breadcrumbs .crumb a {
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  overflow: hidden;
}

.breadcrumbs.wrapped .crumb a {
  letter-spacing: -.3px;
}

.breadcrumbs.wrapped .crumb.wrapped-medium a {
  letter-spacing: -.4px;
}

.breadcrumbs.wrapped .crumb.wrapped-tiny a {
  letter-spacing: -.5px;
}

.breadcrumbs .crumb.wrapped-max a {
  max-width: 120px;
}

.breadcrumbs .crumb.wrapped-wide a {
  max-width: 100px;
}

.breadcrumbs .crumb.wrapped-medium a {
  max-width: 80px;
}

.breadcrumbs .crumb.wrapped-small a {
  max-width: 60px;
}

.breadcrumbs .crumb.wrapped-tiny a {
  max-width: 40px;
}

/* Table styles
----------------------------------------*/
table.table1 {
  width: 100%;
}

.ucp-main table.table1 {
  padding: 2px;
}

table.table1 thead th {
  text-transform: uppercase;
  line-height: 1.3em;
  padding: 10px;
}

table.table1 thead th span {
  padding-left: 7px;
}

table.table1 tbody tr {
  border: 1px solid transparent;
}

table.table1 tbody td {
  padding: 10px;
  border-top: 1px solid transparent;
}

table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid transparent;
  text-align: left;
}

/* Specific column styles */
table.table1 .name {
  text-align: left;
}

table.table1 .center {
  text-align: center;
}

table.table1 .reportby {
  width: 15%;
}

table.table1 .posts {
  text-align: center;
  width: 7%;
}

table.table1 .joined {
  text-align: left;
  width: 15%;
}

table.table1 .active {
  text-align: left;
  width: 15%;
}

table.table1 .mark {
  text-align: center;
  width: 7%;
}

table.table1 .info {
  text-align: left;
  width: 30%;
}

table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}

table.table1 thead .autocol {
  padding-left: 1em;
}

table.table1 span.rank-img {
  float: right;
  width: auto;
}

table.info td {
  padding: 3px;
}

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

.forumbg table.table1 {
  margin: 0;
}

.forumbg-table > .inner {
  margin: 0 -1px;
}

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

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */
.column1 {
  float: left;
  clear: left;
  width: 49%;
}

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

/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
}

.left-box.profile-details {
  width: 80%;
}

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

dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  display: block;
}

dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  float: left;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
  overflow: hidden;
}

fieldset.fields1 ul.recipients {
  list-style-type: none;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: auto;
}

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

fieldset.fields1 ul.recipients input.button2 {
  margin-right: 0;
  padding: 0;
}

fieldset.fields1 dl.pmlist > dt {
  width: auto !important;
}

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

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
  margin: 0 0 30px;
}

.action-bar.bar-bottom {
  margin-top: 30px;
}

.forabg + .action-bar {
  margin-top: 2em;
}

.action-bar .button {
  margin-right: 15px;
  float: left;
}

.action-bar .button-search {
  margin-right: 0;
}

/* Pagination
---------------------------------------- */
.pagination {
  float: right;
  text-align: right;
  width: auto;
}

.action-bar .pagination {
  margin: 3px 0;
}

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

.action-bar .pagination .button {
  margin-right: 0;
  float: none;
}

.pagination > ul {
  display: inline-block;
  list-style: none !important;
  margin-left: 5px;
}

.pagination > ul > li {
  display: inline-block !important;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
}

.pagination li a, .pagination li span {
  padding: 2px 5px;
}

.pagination li.active span {
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}

.pagination li.ellipsis span {
  border: none;
  padding: 0;
}

.pagination li.page-jump {
  margin-right: 5px;
}

.pagination li.page-jump a {
  padding: 0 8px;
}

.pagination .arrow a {
  padding: 2px 0;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.row .pagination > ul {
  margin: 0;
}

.row .pagination li a, .row .pagination li span {
  padding: 1px 5px;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  border: 1px solid transparent;
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 50;
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-height: 500px), only screen and (max-device-width: 500px) {
  .phpbb_alert {
    top: 25px;
  }
}

.phpbb_alert .alert_close {
  float: right;
  margin-right: -36px;
  margin-top: -8px;
}

.phpbb_alert p {
  margin: 8px 0;
  padding-bottom: 8px;
}

.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}

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

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

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

/* Miscellaneous styles
---------------------------------------- */
.copyright {
  padding: 5px;
  text-align: center;
}

.titlespace {
  margin-bottom: 15px;
}

.error {
  margin-bottom: 15px !important;
}

div.rules {
  margin-bottom: 30px;
  padding: 15px;
  border-left: 5px solid;
}

div.rules ul, div.rules ol {
  margin-left: 20px;
}

p.post-notice {
  position: relative;
  padding: 15px;
  min-height: 14px;
  margin: 30px 0;
  border-left: 5px solid;
}

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

.stat-block {
  clear: both;
}

.top-anchor {
  display: block;
  position: absolute;
  top: -20px;
}

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

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

.emoji {
  min-height: 18px;
  min-width: 18px;
  height: 1em;
  width: 1em;
}

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

.icon-notification {
  position: relative;
}

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

.dropdown-extended {
  display: none;
  z-index: 1;
}

.dropdown-extended ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
}

.dropdown-extended ul li {
  padding: 0;
  margin: 0 !important;
  float: none;
  border-top: 1px solid;
  list-style-type: none;
  clear: both;
  position: relative;
}

.dropdown-extended ul li:first-child {
  border-top: none;
}

.dropdown-extended ul li.no_notifications {
  padding: 10px;
}

.dropdown-extended .dropdown-contents {
  max-height: none;
  padding: 0;
  position: absolute;
  width: 340px;
}

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

.dropdown-extended .header {
  padding: 0 10px;
  text-align: left;
  text-shadow: 1px 1px 1px white;
  text-transform: uppercase;
  line-height: 39px;
  border-bottom: 1px solid;
  border-radius: 5px 5px 0 0;
}

.dropdown-extended .header .header_settings {
  float: right;
  text-transform: none;
}

.dropdown-extended .header .header_settings a {
  display: inline-block;
  padding: 0 5px;
}

.dropdown-extended .header:after {
  content: '';
  display: table;
  clear: both;
}

.dropdown-extended .footer {
  text-align: center;
}

.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
  padding: 8px;
}

.dropdown-extended .footer > a {
  padding: 5px 0;
}

.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
  display: block;
  text-decoration: none;
}

.notification_list ul li img {
  float: left;
  max-height: 50px;
  max-width: 50px;
  width: auto !important;
  height: auto !important;
  margin-right: 5px;
}

.notification_list ul li p {
  margin-bottom: 4px;
}

.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification_list p.notification-time {
  margin: 0;
  text-align: right;
}

.notification_list div.notifications {
  margin-left: 50px;
  padding: 5px;
}

.notification_list div.notifications a {
  display: block;
}

.notification_text {
  margin-left: 58px;
}

.badge {
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  float: right;
  display: inline-block;
  margin-left: 3px;
  vertical-align: baseline;
  position: relative;
  top: 7px;
  padding: 4px 6px;
}

.badge.hidden {
  display: none;
}

/* Navbar specific list items
----------------------------------------*/
.linklist .quick-links {
  margin: 0 30px 0 0;
}

.linklist.compact .rightside > a > span {
  display: none;
}

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

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

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

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

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

/* Link Styles
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  /* we use links inline more often then not so to address several bugs with
  IE and some other browsers we render all links as inlineblock by default */
  display: inline-block;
}

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

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
  text-decoration: none;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  text-decoration: none;
}

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

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

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

/* Links for forum/topic lists */
a.forumtitle {
  text-decoration: none;
}

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

a.topictitle {
  text-decoration: none;
  display: inline;
}

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

a.lastsubject {
  text-decoration: none;
}

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

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

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

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

/* Profile links */
.postprofile a, .postprofile dt.author a {
  text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
  text-decoration: none;
}

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

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

.top {
  text-decoration: none;
  margin-top: 10px;
}

/* Back to top of page */
.back2top {
  clear: both;
}

.back2top .top {
  float: right;
  margin-right: -10px;
  margin-top: 0;
}

/* Arrow links  */
.arrow-up {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}

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

.arrow-left:hover {
  text-decoration: none;
}

.arrow-right:hover {
  text-decoration: none;
}

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

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

a.anchor {
  display: block;
}

/* Button Styles
---------------------------------------- */
.button {
  display: inline-block;
  padding: 8px 15px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}

.button:focus,
.button:hover {
  text-decoration: none;
  outline: none;
}

.caret {
  position: relative;
  right: -3px;
}

.caret i {
  vertical-align: top;
}

/* Posting page styles
----------------------------------------*/
.button-search,
.button-search-end {
  float: left;
  border-radius: 0;
  margin: 0;
  padding: 0 9px;
  height: 35px;
}

.button-search-end {
  height: 35px;
  line-height: 35px;
}

.button-search-end {
  border-left-width: 0;
}

.search-header .button-search,
.search-header .button-search-end {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 6px 7px;
}

.search-header .button-search-end {
  border-right-width: 0;
}

.button-icon-only {
  padding-left: 3px;
  padding-right: 3px;
}

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

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

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

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

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

.contact-icons div {
  clear: left;
}

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

.has-profile .post-buttons {
  float: none;
  position: absolute;
  margin: 0;
  right: 0;
  top: 5px;
}

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

.post-buttons .button, .format-buttons .button {
  padding-left: 7px;
  padding-right: 7px;
}

.hastouch .post-buttons {
  margin-right: 10px;
}

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

.post-buttons .dropdown a {
  display: block;
  text-align: right;
}

.hasjs .postbody .post-buttons {
  max-width: 40%;
}

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

/* Deprecated as of version 3.2
-------------------------------------------------*/
.small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}

.dropdown .small-icon {
  background-position: 5px 50%;
  padding: 5px;
}

.small-icon > a {
  padding: 0 0 0 18px;
}

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

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

.rtl .small-icon {
  background-position: 100% 50%;
}

.rtl .small-icon > a {
  padding-left: 0;
  padding-right: 19px;
}

/* Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
  border-width: 0;
}

input {
  vertical-align: middle;
  padding: 0 3px;
}

input:hover {
  transition: .2s;
}

select {
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 7px 7px 6px;
}

select:focus {
  outline-style: none;
}

option {
  padding-right: 1em;
}

select optgroup option {
  padding-right: 1em;
}

textarea {
  width: 60%;
  padding: 2px;
  line-height: 1.4em;
}

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

label input {
  vertical-align: middle;
}

label img {
  vertical-align: middle;
}

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

fieldset dt {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
}

.login_form fieldset dt {
  width: 100%;
}

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

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

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

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

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

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

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

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

dd label {
  white-space: nowrap;
}

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

dd select {
  width: auto;
}

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

dd textarea {
  width: 85%;
}

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

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

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

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

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

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

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

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

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

.dropdown fieldset.display-options {
  margin: 0;
  padding: 0;
}

.dropdown fieldset.display-options label {
  display: block;
  margin: 4px;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}

.dropdown fieldset.display-options select {
  min-width: 120px;
}

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

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

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

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

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

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

fieldset.submit-buttons input {
  vertical-align: middle;
}

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

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

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

.message-box textarea {
  width: 450px;
  height: 270px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  outline: 3px dashed transparent;
  outline-offset: -4px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* Emoticons panel */
.smiley-box {
  width: 18%;
  float: right;
}

.smiley-box img {
  margin: 3px;
}

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

label + .inputbox {
  margin-top: 12px;
}

.inputbox:hover, .inputbox:focus {
  outline-style: none;
}

input.inputbox {
  width: 100%;
  box-sizing: border-box;
}

input.medium {
  width: 50%;
}

input.narrow {
  width: 25%;
}

input.tiny {
  width: 150px;
}

input.sidebar_search {
  width: 225px;
}

textarea.inputbox {
  width: 85%;
}

.autowidth {
  width: auto !important;
}

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

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

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

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

/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  padding: 7px;
  background: transparent none repeat-x top left;
  line-height: 1.5;
}

a.button1, input.button1 {
  border: 1px solid transparent;
}

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

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

/* Alternative button */
/* <a> button in the style of the form buttons */
a.button1, a.button2 {
  text-decoration: none;
  padding: 7px;
  vertical-align: text-bottom;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border: 1px solid transparent;
}

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

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

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

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

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

li.responsive-search {
  display: none;
}

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

.full {
  width: 95%;
}

.medium {
  width: 50%;
}

.narrow {
  width: 25%;
}

.tiny {
  width: 10%;
}

/* Icons */
/* Custom Additions */
/* Responsive */
/* Facelift */
/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
  color: #dddddd;
  background-color: #111111;
}

body {
  background-color: transparent;
  /* Required for parallax */
}

h1 {
  color: #dddddd;
}

h2 {
  color: #dddddd;
}

h3 {
  border-bottom-color: #dddddd;
}

hr {
  border-color: #FFFFFF;
  border-top-color: #CCCCCC;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a {
  color: #dddddd;
}

a:hover {
  transition: .2s;
}

body.high_contrast_links .navbar_footer a,
body.high_contrast_links .copyright_bar a {
  color: #dddddd !important;
}

body.high_contrast_links .navbar_footer a:hover,
body.high_contrast_links .copyright_bar a:hover {
  color: #ffb600 !important;
}

/* Links on gradient backgrounds */
body.content_block_header_block .forumbg .header a, body.content_block_header_block .forabg .header a, th a {
  color: #111111;
}

body.content_block_header_block .forumbg .header a:hover, body.content_block_header_block .forabg .header a:hover, th a:hover {
  color: #111111;
}

/* Links on light backgrounds */
/* Notification mark read link */
.dropdown-extended a.mark_read {
  background-color: #FFFFFF;
}

/* Post body links */
.signature a, .signature a:hover {
  background-color: transparent;
}

/* Back to top of page */
.top i {
  color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
  color: #368AD2;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  color: #FFFFFF;
}

.forabg, .forumbg, .viewtopic_wrapper {
  background-color: #F8F8F8;
}

.navbar {
  background-color: #111111;
}

.navbar_in_header {
  background: none;
}

.navbar a {
  color: #bec4c9;
}

.navbar_in_header ul.linklist > li > a {
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.panel {
  background-color: #F9F9F9;
  color: #28313F;
}

.post:target .content {
  color: #000000;
}

.post:target h3 a {
  color: #000000;
}

.bg1 {
  background-color: #FFFFFF;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
  background-color: #FFFFFF;
}

.bg2 {
  background-color: #FFFFFF;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
  background-color: #FFFFFF;
}

.bg3 {
  background-color: #F9F9F9;
}

.ucprowbg {
  background-color: #DCDEE2;
}

.fieldsbg {
  background-color: #E7E8EA;
}

.site_logo {
  background-image: url("./images/logo.png");
}

/* Horizontal lists
----------------------------------------*/
ul.navlinks {
  border-top-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
  color: #111111;
}

table.table1 thead th a {
  color: #111111 !important;
}

table.table1 thead th a:hover {
  color: #ffb600 !important;
}

table.table1 tbody tr {
  border-color: #111111;
}

table.table1 td {
  color: #dddddd;
}

table.table1 tbody td {
  border-top-color: #dddddd;
}

table.table1 tbody th {
  border-bottom-color: #171717;
  color: #dddddd;
  background-color: #111111;
}

table.info tbody th {
  color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
  color: #000000;
}

dl.details dd {
  color: #dddddd;
}

.sep {
  color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
  color: #196db5;
}

.icon.icon-green, a:hover .icon.icon-green {
  color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red {
  color: #BC2A4D;
}

.icon.icon-orange, a:hover .icon.icon-orange {
  color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
  color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
  color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
  color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black {
  color: #333333;
}

.alert_close .icon:before {
  background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
  border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
  color: #FFFFFF;
}

.jumpbox-cat-link:hover {
  border-top-color: #12A3EB;
  color: #FFFFFF;
}

.jumpbox-forum-link {
  background-color: #E1EBF2;
}

.jumpbox-forum-link:hover {
  background-color: #F6F4D0;
}

.jumpbox .dropdown .pointer-inner {
  border-color: #E1EBF2 transparent;
}

/* Miscellaneous styles
---------------------------------------- */
.copyright {
  color: #555555;
}

.error {
  color: #BC2A4D;
}

.reported {
  background-color: #F7ECEF !important;
}

li.reported:hover {
  background-color: #ECD5D8 !important;
}

.sticky, .announce {
  /* you can add a background for stickies and announcements*/
}

div.rules {
  background-color: #ECD5D8;
  color: #BC2A4D;
}

p.post-notice {
  background-color: #ECD5D8;
  background-image: none;
  border-color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.topiclist dd {
  border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
  border-right-color: #FFFFFF;
  border-left-color: transparent;
}

li.row {
  border-bottom-color: #ECF0F1;
  background-color: #FFFFFF;
}

.forumlist_grid dl.row-item {
  border-bottom: 1px solid #ECF0F1;
}

li.row strong {
  color: #000000;
}

li.row:hover dd {
  border-left-color: #CCCCCC;
}

.rtl li.row:hover dd {
  border-right-color: #CCCCCC;
  border-left-color: transparent;
}

body.content_block_header_block li.header dt, body.content_block_header_block li.header dd {
  color: #111111;
}

/* Post body styles
----------------------------------------*/
.postbody {
  color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
  color: #333333;
}

.content h2, .panel h2 {
  border-bottom-color: #CCCCCC;
}

dl.faq dt {
  color: #333333;
}

.posthilit {
  background-color: #F3BFCC;
  color: #BC2A4D;
}

.announce, .unreadpost {
  /* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
  border-top-color: #ECF0F1;
}

/* Post noticies */
.notice {
  border-top-color: #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background-color: #F8F8F8;
}

blockquote blockquote {
  /* Nested quotes */
  background-color: #FFFFFF;
}

blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #F8F8F8;
}

/* Code block */
.codebox {
  background-color: transparent;
  border-color: #C9D2D8;
}

.codebox p {
  border-bottom-color: #CCCCCC;
}

.codebox code {
  color: #2E8B57;
  background-color: #F8F8F8;
  border-left: 5px solid;
}

/* Attachments
----------------------------------------*/
.attachbox {
  background-color: #FFFFFF;
  border-color: #C9D2D8;
}

.pm-message .attachbox {
  background-color: #F2F3F3;
}

.attachbox dd {
  border-top-color: #C9D2D8;
}

.attachbox p {
  color: #666666;
}

.attachbox p.stats {
  color: #666666;
}

.attach-image img {
  border-color: #999999;
}

/* Inline image thumbnails */
dl.file dd {
  color: #666666;
}

dl.thumbnail img {
  border-color: #666666;
  background-color: #FFFFFF;
}

dl.thumbnail dd {
  color: #666666;
}

dl.thumbnail dt a:hover {
  background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
  border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
  border-top-color: #DCDEE2;
}

fieldset.polls dl.voted {
  color: #000000;
}

fieldset.polls dd div {
  color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
  border-right-color: transparent;
}

.pollbar1 {
  background-color: #AA2346;
  border-bottom-color: #74162C;
  border-right-color: #74162C;
}

.rtl .pollbar1 {
  border-left-color: #74162C;
}

.pollbar2 {
  background-color: #BE1E4A;
  border-bottom-color: #8C1C38;
  border-right-color: #8C1C38;
}

.rtl .pollbar2 {
  border-left-color: #8C1C38;
}

.pollbar3 {
  background-color: #D11A4E;
  border-bottom-color: #AA2346;
  border-right-color: #AA2346;
}

.rtl .pollbar3 {
  border-left-color: #AA2346;
}

.pollbar4 {
  background-color: #E41653;
  border-bottom-color: #BE1E4A;
  border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
  border-left-color: #BE1E4A;
}

.pollbar5 {
  background-color: #F81157;
  border-bottom-color: #D11A4E;
  border-right-color: #D11A4E;
}

.rtl .pollbar5 {
  border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.post {
  border-color: #ECF0F1;
}

.postprofile {
  color: #666666;
  border-color: #FFFFFF;
}

.pm .postprofile {
  border-color: #DDDDDD;
}

.postprofile strong {
  color: #000000;
}

.online {
  background-image: url("./en/icon_user_online.gif");
}

dd.profile-warnings {
  color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
  border: none;
  background-color: #F7F7F7;
  /* Old browsers */
  /* FF3.6+ */
  color: #333333;
}

.panel .button {
  background-color: #FFFFFF;
}

.caret {
  border-color: #DADADA;
}

.caret {
  border-color: #C7C3BF;
}

.contact-icons a {
  border-color: #DCDCDC;
}

.contact-icons a:hover {
  background-color: #F2F6F9;
}

/* Pagination
---------------------------------------- */
.pagination li a {
  background: #ECEDEE;
  filter: none;
  border-color: #B4BAC0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #5C758C;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination li a:focus {
  color: #FFFFFF;
  text-shadow: none;
}

.pagination li.ellipsis span {
  background: transparent;
  color: #000000;
}

.pagination li.active span {
  color: #FFFFFF;
}

.pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  background: #368AD2;
  border-color: #368AD2;
  filter: none;
  color: #FFFFFF;
  text-shadow: none;
}

/* Search box
--------------------------------------------- */
/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
.panel-container .panel li.row {
  border-bottom-color: #B5C1CB;
}

ul.cplist {
  border-top-color: #B5C1CB;
}

.content_block_header_block .panel-container .panel li.header dd, .content_block_header_block .panel-container .panel li.header dd a, .content_block_header_block .panel-container .panel li.header dt, .content_block_header_block .panel-container .panel li.header dt a {
  color: #111111;
}

.panel-container table.table1 thead th {
  color: #FFFFFF;
  border-bottom-color: #333333;
}

.cp-main .pm-message {
  border-color: #DBDEE2;
  background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
  background: #ecf0f1;
}

.tabs .tab > a:hover {
  background: #F9F9F9;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}

.tabs .activetab > a:hover {
  color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
  background-color: #E1EBF2;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
  background-color: #FFFFFF;
  color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
  border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
  border-color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
.navigation a {
  color: #737373;
  background: #ecf0f1;
}

.rtl .navigation a {
  background: #ecf0f1;
}

.navigation a:hover {
  background: #FFFFFF;
}

.navigation .active-subsection a {
  background: #FFFFFF;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  #navigation a, .rtl #navigation a {
    background: #B2C2CF;
  }
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
  color: #333333;
}

.panel-container .panel {
  background-color: #FFFFFF;
}

.cp-main .pm {
  background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
  background-color: #F9F9F9;
}

dl.mini dt {
  color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
  color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #BC2A4D;
  border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
  border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
  border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
  border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
  border-color: #000000;
}

/* Avatar gallery */
.gallery label {
  background: #FFFFFF;
  border-color: #CCC;
}

.gallery label:hover {
  background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/* General form styles
----------------------------------------*/
select {
  border-color: #edecec;
  background-color: #F7F7F7;
}

option.disabled-option {
  color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
  color: #333;
}

fieldset.fields1 {
  background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
  color: #000000;
}

fieldset.fields2 dl:hover dt label {
  color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
  background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/
.message-box textarea.drag-n-drop {
  outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
  outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
  background-color: #111111;
  border-color: #222222;
  color: #dddddd;
}

.panel .inputbox {
  background-color: #111111;
}

.inputbox[type=text], .inputbox[type=password], input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.inputbox:-moz-placeholder {
  color: #333333;
}

.inputbox::-webkit-input-placeholder {
  color: #333333;
}

.inputbox:focus:-moz-placeholder {
  color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Form button styles
---------------------------------------- */
.button, .button, .button .button-secondary, a.button1, input.button1, input.button3, a.button2, input.button2 {
  border: none;
  background-color: #dddddd;
  color: #111111 !important;
}

.button:hover, .button:hover, .button .button-secondary:hover, a.button1:hover, input.button1:hover, input.button3:hover, a.button2:hover, input.button2:hover {
  border: none;
  background-color: #ffb600 !important;
  color: #111111 !important;
}

input.disabled {
  color: #666666;
}

a.button1, input.button1, .button2.specialbutton, .button-search {
  border: none;
  background-color: #ffb600;
  color: #111111 !important;
}

a.button1:hover, input.button1:hover, .button2.specialbutton:hover, .button-search:hover {
  border: none;
  background-color: #00fbb6;
  background: -webkit-linear-gradient(left, #00ffff, #00fbb6);
  color: #111111 !important;
}

/* Approve and unapprove */
.button_approve, .button_disapprove {
  color: #FFFFFF !important;
}

.button_approve {
  background: #27ae60 !important;
}

.button_disapprove {
  background: #e74c3c !important;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  background-color: #FFFFFF;
  border-color: #999999;
}

.darken {
  background-color: #000000;
}

.loading_indicator {
  background-color: #000000;
  background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
  border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
  color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
  border-color: #B9B9B9;
  color: #000000;
}

.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
}

.dropdown-extended .header {
  background-color: #FFFFFF;
}

.dropdown .pointer {
  border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
  border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
  border-color: #FFFFFF transparent;
}

.dropdown .dropdown-contents {
  background: #fff;
  border-color: #B9B9B9;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
  border-color: #DCDCDC;
}

.dropdown li.separator {
  border-color: #DCDCDC;
}

/* Notifications
---------------------------------------- */
.notification_list p.notification-time {
  color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
  color: #D31141;
}

.badge {
  color: #ffffff;
}

.navbar_in_header .badge {
  background: #FFFFFF;
}

/*
--------------------------------------------------------------
Colours and backgrounds for merlin.css
-------------------------------------------------------------- */
/* Headerbar
---------------------------------------- */
.headerbar_overlay_darken {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Global Containers
---------------------------------------- */
.fancy_panel {
  background-color: #171717;
}

body.content_block_header_stripe li.header {
  background-color: #FFFFFF;
}

.alt_block li.header dt, .alt_block .collapse-trigger a {
  color: #FFFFFF;
}

/* Sidebar and Profile widgets
---------------------------------------- */
/* Grid Forumlist
---------------------------------------- */
.grid_desc {
  background: #FFFFFF;
}

.forumlist_grid .grid_colour_overlay {
  color: #FFFFFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.55+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
  /* IE6-9 */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.forumlist_grid ul.forums li.row {
  background: none;
}

/* Custom Login Page
---------------------------------------- */
.login_container_left_section_content {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.27);
}

/* Postprofile Things
---------------------------------------- */
.online_indicator {
  color: #84BD00;
}

/* Social Links
---------------------------------------- */
.social_links_footer a span {
  color: #FFFFFF;
}

.social_links_footer a:hover span {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* Scroll to Top
---------------------------------------- */
a.scrollToTop, a.scrollTopTop:hover {
  color: #FFFFFF !important;
}

/* Collapsible Panels
---------------------------------------- */
body.content_block_header_block .forabg .collapse-trigger a,
body.content_block_header_block .forumbg .collapse-trigger a,
body.content_block_header_block .sidebar_box .collapse-trigger a,
body.content_block_header_block .forabg .collapse-trigger a:hover,
body.content_block_header_block .forumbg .collapse-trigger a:hover,
body.content_block_header_block .sidebar_box .collapse-trigger a:hover,
body.content_block_header_block .forabg .collapse-trigger a:focus,
body.content_block_header_block .forumbg .collapse-trigger a:focus,
body.content_block_header_block .sidebar_box .collapse-trigger a:focus {
  color: #111111;
}

/* Missing Avatar Placeholder
---------------------------------------- */
a.no_avatar, a.no_avatar:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Footer Bars
---------------------------------------- */
.navbar_footer {
  background-color: #111111;
  color: #A4A4A7;
}

.copyright_bar {
  background-color: #222222;
  color: #A4A4A7;
}

/* Index and Permissions Blocks (and sidebar, probably)
---------------------------------------- */
.alt_block li.header {
  background: #343840 !important;
}

/* Misc
---------------------------------------- */
.topic_type, .grid_unread {
  color: #FFFFFF;
}

.topic_type a {
  color: #FFFFFF !important;
}

.sidebar_content, .profile_widget_list, .login_form_forgot_link, .forumlist_grid_block_stats {
  border-top-color: #ECF0F1;
}

p.author, p.author a {
  color: #bec4c9;
}

.dropdown-contents > li > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.viewtopic_wrapper .phpbb-ads-center {
  background: #FFFFFF;
}

/* Back to top*/
.back2top a {
  color: #dddddd;
}

.back2top a:hover {
  color: #ffb600;
}

/* Consolidation of fonts (*shield your eyes, there are many of them!). Families, then sizes and weights */
/* The basics */
html {
  font-size: 100%;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

.codebox code {
  font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

/* Sizes */
h1 {
  /* Forum name */
  font-size: 30px;
}

.site-description p {
  font-size: 14px;
}

h2 {
  /* Forum header titles */
  font-size: 1.8em;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-size: 1em;
}

h4 {
  /* Forum and topic list titles */
  font-size: 1.3em;
}

ul#nav-main > li > a, ul#nav-main > li > div > a {
  font-size: 1.2em;
}

ul#nav-breadcrumbs li {
  font-size: 1.2em;
}

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

a.forumtitle, a.topictitle {
  font-size: 1.2em;
}

.badge {
  font-size: 10px;
}

dd.simpleposts span {
  font-size: 1.2em;
}

dd.posts, dd.topics, dd.views {
  font-size: 1.2em;
}

.pagination li a {
  font-size: 0.9em;
}

.contact-icons {
  font-size: 0;
}

.topic_type {
  font-size: 0.9em;
}

.forumlist_grid_title {
  font-size: 1.2em;
}

.grid_unread {
  font-size: 0.8em;
}

/* Weights */
h1 {
  /* Forum name */
  font-weight: 300;
}

h2 {
  /* Forum header titles */
  font-weight: 300;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-weight: 500;
}

ul#nav-breadcrumbs > li.breadcrumbs {
  font-weight: 300;
}

.breadcrumbs .crumb:before {
  font-weight: 500;
}

table.table1 thead th {
  font-weight: normal;
}

table.info tbody th {
  font-weight: normal;
}

.pagination li.active span {
  font-weight: normal;
}

.error {
  font-weight: 500;
}

.dropdown-extended .header {
  font-weight: 500;
}

.dropdown-extended .header .header_settings {
  font-weight: normal;
}

.notification_list p.notifications_title strong {
  font-weight: 500;
}

.button {
  font-weight: normal;
}

ul.topiclist dt {
  font-weight: normal;
}

li.header dt, li.header dd {
  font-weight: 500;
}

li.header dt {
  font-weight: 500;
}

dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
  font-weight: 300;
}

li.row dd.simpleposts span {
  font-weight: 300;
}

dl.faq dt {
  font-weight: 500;
}

blockquote cite {
  /* Username/source of quoter */
  font-style: normal;
  font-weight: 500;
}

blockquote cite > div {
  font-weight: normal;
}

.codebox p {
  font-weight: 500;
}

.attachbox p {
  font-weight: normal;
}

.attachbox p.stats {
  font-weight: normal;
}

dl.file dt {
  font-weight: 500;
}

dl.thumbnail dd {
  font-style: italic;
}

fieldset.polls dl.voted {
  font-weight: 500;
}

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

.dl_links strong {
  font-weight: 500;
}

#memberlist tr.inactive, #team tr.inactive {
  font-style: italic;
}

.panel-container table.table1 tbody th {
  font-style: italic;
}

.tabs .tab, .minitabs .tab {
  font-weight: 500;
}

.tabs .dropdown, .minitabs .dropdown {
  font-weight: normal;
}

.navigation li {
  font-weight: 500;
}

dl.mini dt {
  font-weight: 500;
}

.friend-online {
  font-weight: 500;
}

.friend-offline {
  font-style: italic;
}

.tabs .dropdown, .minitabs .dropdown {
  font-weight: normal;
}

input {
  font-weight: normal;
}

select {
  font-weight: normal;
}

dt label {
  font-weight: 500;
}

input.button3 {
  font-variant: small-caps;
}

input.disabled {
  font-weight: normal;
}

.jumpbox-cat-link, .jumpbox-forum-link {
  font-weight: 500;
}

a.forumtitle {
  font-weight: 500;
}

a.topictitle {
  font-weight: 500;
}

a.lastsubject {
  font-weight: 500;
  text-decoration: none;
}

.postprofile a, .postprofile dt.author a {
  font-weight: 500;
  text-decoration: none;
}

.search .postprofile a {
  font-weight: normal;
}

.username-coloured {
  font-weight: 500;
}

.grid_unread {
  font-weight: 300;
}

@font-face {
  font-family: 'geomanist';
  src: url("./fonts/geomanist-regular-webfont.eot"), url("./fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/geomanist-regular-webfont.ttf") format("truetype"), url("./fonts/geomanist-regular-webfont.woff") format("woff"), url("./fonts/geomanist-regular-webfont.woff2") format("woff2"), url("./fonts/geomanist-regular-webfont.svg#geomanist_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geomanist';
  src: url("./fonts/geomanist-light-webfont.eot"), url("./fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/geomanist-light-webfont.ttf") format("truetype"), url("./fonts/geomanist-light-webfont.woff") format("woff"), url("./fonts/geomanist-light-webfont.woff2") format("woff2"), url("./fonts/geomanist-light-webfont.svg#geomanistlight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'geomanist';
  src: url("./fonts/geomanist-extralight-webfont.eot"), url("./fonts/geomanist-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/geomanist-extralight-webfont.ttf") format("truetype"), url("./fonts/geomanist-extralight-webfont.woff") format("woff"), url("./fonts/geomanist-extralight-webfont.svg#geomanistextralight") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'geomanist';
  src: url("./fonts/geomanist-book-webfont.eot");
  src: url("./fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/geomanist-book-webfont.woff2") format("woff2"), url("./fonts/geomanist-book-webfont.woff") format("woff"), url("./fonts/geomanist-book-webfont.ttf") format("truetype"), url("./fonts/geomanist-book-webfont.svg#geomanistbook") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'geomanist';
  src: url("./fonts/geomanist-bold-webfont.eot");
  src: url("./fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/geomanist-bold-webfont.woff2") format("woff2"), url("./fonts/geomanist-bold-webfont.woff") format("woff"), url("./fonts/geomanist-bold-webfont.ttf") format("truetype"), url("./fonts/geomanist-bold-webfont.svg#geomanistbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body, html {
  font-family: "geomanist", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
