@import url("normalize.css?v=3.3");
@import url("base.css?v=3.3");
@import url("utilities.css?v=3.3");
@import url("common.css?v=3.3");
@import url("links.css?v=3.3");
@import url("content.css?v=3.3");
@import url("buttons.css?v=3.3");
@import url("cp.css?v=3.3");
@import url("forms.css?v=3.3");
@import url("icons.css?v=3.3");
@import url("colours.css?v=3.3");
@import url("responsive.css?v=3.3");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #1a2833;
}
 
::-webkit-scrollbar-thumb {
	background: #293144 url(./en/scrollbar.png) 0px -0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #36425f url(./en/scrollbar.png) -25px -0px;
}

body {
	background: #242424 url(./en/background_site.jpg);
	font-family: "Open Sans", sans-serif !important;
}

.mainheader_blue {
	background: #00496d url(./en/mainheader_blue.png) repeat-x 50% 50%;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: droid sans,tahoma;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.mainnav {
    margin: 0 auto;
    height: 59px;
}
.mainnav ul {
    display: inline-table;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav li {
    display: inline;
    float: left;
    height: 59px;
    margin: 0;
    padding: 0;
}

.mainnav a:link, .mainnav a:visited {
    display: block;
    color: #fff;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    text-decoration: none;
    padding: 0 16px;
    height: 59px;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.mainnav a strong {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    line-height: 27px;
    font-weight: normal;
}

.mainnav a span {
    display: block;
    padding-top: 3px;
    color: #FFFFFF;
    font-size: 11px;
}
.mainnav a:hover {
	background: rgba(0,0,0,0.27);
	-webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;	
	text-shadow: 0px 0px 10px #0074b4;	
	color: #00b0ff;	
}
.mainheader {
    background: #00496d url(./en/mainheader.png);
    background-size: cover;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; 
    -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.navbar_container {
	background: #000 url(./en/navbar.png) repeat-x 50% 50%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #1b1b1b;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    width: 100%;
    z-index: 9999;
    margin-top: -12px;
    margin-bottom: 5px;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar_container > .inner > ul.linklist {
padding: 0px 40px 0px 20px;
}

ul.linklist_navbar > li > a {
	display: block;
    color: #fff;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    text-decoration: none;
    padding: 0 16px;
    height: 35px;
    position: relative;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

ul.linklist_navbar > li > a:hover {
	background: rgba(0,0,0,0.27);
	-webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
	box-shadow: inset rgba(0,0,0,0.3) 0px 0px 10px;
}

ul.linklist_navbar > li {
	padding: 0;
	line-height: 35px;
    margin: 0;
}

.quicklinks_header_fix {
	top: 35px !important;
	left: 3px !important;
}

.dropdown-contents a {
	text-transform: none;
}

.notification_dd_fix {
	top: 35px !important;
}

.header_quicklogin > form {
	margin-top: -6px;
}

.quick-login > label > span {
	color: #fff;
}

.quick-login > label > .inputbox {
	border-radius: 3px;
    height: 25px;
	padding: 0 3px;
}

.nav-breadcrumbs {
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.maintitle,
ul.topiclist li.header {
	height: 36px;
    background-color: #00213e;
    background-image: url(./en/maintitle.png);
    padding: 0 5px;
	clear: both;
	text-align: center;
}

.maintitle_catname,
.mchat-header > .header > dl > dt > .list-inner {
	padding: 0 !important;
    margin: 0 !important;
    line-height: 25px;
    font-size: 1.4em;
    font-family: "Open Sans", Sans-serif;
	text-align: center;
	display: block;
}

li.row {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    background: #001025;
    background-image: url(./en/row.png);
    background-size: cover;
}

.forum_description, a.lastsubject, a.forumtitle, dd.lastpost > span > time, dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span, a.subforum {
	color: #FFF;
}


dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
	line-height: 15px;
	color: #fff;
}

.maintitle-item {
padding: 0 !important;
    margin: 0 !important;
    line-height: 36px;
    font-size: 1.4em;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 0px 0px #000;
}

.maintitle-item > a,
.maintitle-item > span {
	color: #fff;
	font-weight: bold;
}

.maintitle-item > a:hover,
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #00b0ff;
	text-decoration: underline;
}

.maintitle-content-box {
background: #001025;
    padding: 10px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
}

.impHide {
	display: none !important;
}

.maintitle-content-box:last-child {
	margin-bottom: 0;
}

#page-footer {
	margin: 0 auto;
    padding: 10px;
}

.copyright_footer > .footerLinks {
	list-style: none;
    margin-left: 0;
}

.copyright_footer > .footerLinks > li {
	display: inline-block;
}

.copyright_footer > .footerLinks > li > a,
.copyright_footer > .footerLinks > li > span {
	color: #fff;
    float: left;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
}

.copyright_footer {
	    margin-top: 10px;
    margin-bottom: 20px;
}

.li_copyright {
	float: right;
	text-align: right;
}

.li_copyright > span {


color: #537082 !important; margin-right: 10px;

}























.index_body_box
{
	width: auto;
}

.index_body_box > .forumlist_sidebar_flex
{
    display: flex;
    width: auto;
}

.index_body_box > .forumlist_sidebar_flex > #forumlist_body
{
    flex: 1 1 0px;
    min-height: 0;
    max-width: 100%;
    display: block;
    width: auto;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

.index_body_box > .forumlist_sidebar_flex > #general_sidebar
{
    padding-left: 15px;
    overflow: visible;
    flex: 0 0 315px;
    display: block;
    width: auto;
    min-width: 315px;
    max-width: 315px;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

#general_sidebar > .sidebar_box
{
	position: relative;
	margin-bottom: 15px;
}

#general_sidebar > .sidebar_box:last-child
{
	margin-bottom: 0;
}

#general_sidebar > .sidebar_box > .maintitle
{
    color: #fff;
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-position: 30% 0;
    line-height: 36px;
}

#general_sidebar > .sidebar_box > .content_sb
{
border-top: 1px solid #000;
    background-image: url(./en/row.png);
    background-size: cover;
    background-position: 100% 0;
}

#a_hdrRightSide_lnk > li > a > span
{
    font-weight: 600;
}

#a_hdrRightSide_lnk > li > a > i
{
    font-size: 1.1rem;
	vertical-align: middle;
}

.index_body_box > .pre_forumlist_box
{
	padding-bottom: 20px;
}

.index_body_box > .pre_forumlist_box > .dashboard_content > .dashboard_title
{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fcb500;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

.index_body_box > .pre_forumlist_box > .dashboard_content > .dashboard_rightside
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.index_body_box > .pre_forumlist_box > .dashboard_content > .dashboard_title > em
{
	font-style: normal;
	font-weight: 700;
}

.index_body_box > .pre_forumlist_box > .dashboard_content
{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#general_sidebar > .sidebar_box > .content_sb > .sidebar_list_items
{
	margin: 0 -7px;
    display: block;
    width: auto;
    table-layout: auto;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

#general_sidebar > .sidebar_box > .content_sb > .sidebar_list_items > .sidebar_item
{
    padding: 4px 4px;
    display: flex;
    align-items: center;
    width: auto;
    position: relative;
    border-bottom: 2px solid #000;
	    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

#general_sidebar > .sidebar_box > .content_sb > .sidebar_list_items > .sidebar_item > .sidebar_item_top
{
    padding: 12px 6px;
    align-self: flex-start;	
    vertical-align: top !important;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
	display: block;
    min-width: 25px;
}

#general_sidebar > .sidebar_box > .content_sb > .sidebar_list_items > .sidebar_item > .sidebar_item_top > img
{
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.sidebar_item_right
{
	    word-wrap: break-word;
		display: table;
    table-layout: fixed;
    width: 100%;
}

.sidebar_item_right > .sidebar_topic_title
{
font-weight: 700;
    line-height: 20px;
    font-size: 12px;
    max-width: 200px;
    text-decoration: none;
    color: #fff;
}

p.sidebar_item_bottom {
	    line-height: 20px;
		font-size: 11px;
		margin: 0;
		    display: table;
    table-layout: fixed;
    max-width: 160px;
}

p.sidebar_item_bottom > span
{
padding-right: 3px;
color: #fff;
}

p.sidebar_item_bottom > .sb_item_topictime
{
	color: #fff;
}

#general_sidebar > .sidebar_box > .content_sb > .sidebar_list_items > .sidebar_item > .sidebar_side_items
{

		display: block;
    align-self: flex-start;
padding: 10px 30px 10px 7px;
    vertical-align: top;
	position: relative;
	    flex: 1 1 100%;
    min-width: 0;
	    width: 100%;
    margin: 0;
}

.sidebar_side_items > a.sb_item_topiclink
{
position: absolute;
    right: 15px;
    top: 40%;
}

.sidebar_side_items > a.sb_item_topiclink:after
{
	    content: "\f18e";
	display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: FontAwesome;
    font-size: 1.3rem;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#general_sidebar > .sidebar_box > .maintitle {
	font-weight: bold;
}

#general_sidebar > .sidebar_box > .maintitle > i 
{
	font-size: 1.3rem;
	margin-left: 5px;
	margin-right: 5px;
}

li.header
{
	position: relative;
}

.collapse-btn {
    font-size: 20px!important;
    position: absolute;
    right: 0;
    top: 0;
color: #212121!important;
    margin-right: 10px;
	margin-top: 10px;

}

.sidebar_statistics:first-child {
	border-top: 1px solid #000!important;
}

.sidebar_statistics {
    padding: 0;
    display: flex;
    align-items: center;
    width: auto;
    position: relative;
    border-bottom: 2px solid #000;
border-right: 2px solid #000;
border-left: 2px solid #000;
    border-top: 0!important;
    background-image: url(./en/row.png);

    background-position: 100% 0;
	background-size: auto!important;
}

.sidebar_statistics > .sb_stats_right_col
{
	    padding: 12px 6px;

    align-self: center;
    vertical-align: top !important;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    display: block;
    min-width: 25px;
}

.sidebar_statistics > .sb_stats_right_col > span
{
font-size: 1.7em;
    color: #e3a302;
    text-transform: uppercase;
}

.sidebar_statistics > .sb_stats_left_col
{
display: block;
    align-self: center;
    padding: 12px 10px;
    vertical-align: top;
    position: relative;
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.sidebar_statistics > .sb_stats_left_col > span
{
font-size: 1.3em;
    letter-spacing: 0.7px;
    color: #fff;
    text-shadow: 1px 2px 4px #333;
    font-family: "Open Sans", Sans-serif;
}

.newest_users_max_width {
	max-width: 100%!important;
}

.newest_users_no_padd {
	padding-right: 0!important;
}

.inputbox::placeholder { 
  color: #556b86;
  opacity: 1;
}

.inputbox:-ms-input-placeholder { 
  color:  #556b86;
}

.inputbox::-ms-input-placeholder { 
  color: #556b86;
}

.topic-poster {
	color: #fff;
}

hr.dashed {
	display: none!important;
}

.unread_forum_class {
	color: orange !important;
}

.viewtopic_box, .search-result_box {
	padding: 10px;
    background: #001025;
}

.postbody_background {
    background: #1a2833;
	border-bottom: 1px solid #000;
}

.postbody_background:last-child {
	border-bottom: 0;
}

.postprofile {
	text-align: center;
}

.postprofile dd {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.postprofile_box > .username-coloured,
.private_message_body1 > .inner > .postprofile > dt > .username-coloured {
	font-size: 1.3em;
}

.pm .postprofile {
	padding-top: 5px;
}

.profile_post_rank, .user_detail_profile_rank {
	font-size: 1.2em;
    margin-top: 5px;   
}

.topicrow_content {
	
}

.postprofile .has-avatar .avatar-container {
	margin-top: 10px;
}

.back2top, .back2top .top {display:none;}

.quickreply_container {
	clear: both;
	margin-top: 20px;
}

.panel {
	border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top: 1px solid #000;
	border-radius: 0!important;
}

label.label_subject {
	color: #fff!important;
    font-size: 1.1em;
}

.inputbox {
	border-radius: 3px;
}

input#subject {
	    color: #fff;
}

.user_online {
	color: #27bd3a;
}

.topic_user_status, .user_status_general {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topic_user_status:before, .user_status_general:before {
    content: "\f111";
}

.signature {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: auto;
}

input#subject {
	font-size: 1.2em;
}

.index_body_box {
	margin-bottom: 10px; 
}

.pagination > span > .fa-clone {
	color: #fff;
}

dt label, dd label {
	    font-size: 1.1em;
    color: #fff !important;
}

.smiley-box > strong {
	color: #fff;
    font-size: 1.2em;
}

#postingbox {
	    margin-bottom: 0;
    border-bottom: 0;
}

.postingbox_border_fixer {
	border-top: 0;
}

.no-bottom-border {
	border-bottom: 0!important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

h3.review {
	color: #536482;
    background-color: #00192f;
    padding: 5px 10px;
    font-size: 1.2em;
    border: 1px solid #00192f;
    margin: 0;
}

.topicreview {
	    padding-top: 10px;
    padding-left: 5px;
}

.postbody h3 {
	    border-bottom-color: #1b3742;
}

.topicreview .post {
	margin-top: 10px;
    margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

.titlespace, 
.topic-title,
.ucp-title,
.mcp-title,
h2.solo,
.searchresults-title,
.faq-title,
.login-title,
.viewonline-title {
	background-color: #001025;
	border: 2px solid #000;
	padding: 10px;
	color: #537082;
	text-transform: uppercase;
}


.navigation .active-subsection a:before {
content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;

    font-size: 1.5em;
    color: #283548;
}

.mcp-main .panel,
.panel-container .panel,
.cp-main .pm {
	background-color: #1a2833;
	margin-left: 15px;
    border: 0;
    padding: 10px;
}

.cp-main h2 {
	    margin-left: 15px;
    font-weight: 700;
    color: #fff;
}

.panel-container .panel .notopics, 
.mcp-main .panel p:last-child {
	margin-bottom: 0;
}

.mcp-main .panel h3 {
	color: #fff;
}

.search_table_spacer {
    background: #1a2833;
    border-bottom: 2px solid #000;
}

.search .postprofile,
.search .postbody {
    
}

.search .postprofile .author {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.searchresults {
	margin-bottom: 10px;
}

.search_results_null {
	color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
	border: 0;
}

.cp-main .panel .inner .topiclist li.row {
	background-image: none;
}

.cp-main .panel .inner .topiclist .header {
	height: auto!important;
	background: none!important;
	padding: 0!important;
	text-align: left!important;
	color: #fff!important;
}


.ucp_button_position {
	text-align: right;
    float: right;
    clear: both;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pm .postprofile {
	
}

.pm .postbody {
	
}

.pm-review_wrap {
	background-color: #1a2833;
	padding: 5px;
	margin-left: 15px;
}

.topicreview .post:last-child {
	border-bottom: 0;
}

select {
	padding: 5px;
}

.cp-mini {
    margin: 10px 0px 0px 0px;
	    background-color: #1a2833;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px 20px;
    border-bottom: 1px solid #000;
    font-size: 1.2em;
}

dl.mini dt{
	color: #fff;
	margin-bottom: 10px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour, .pmlist li.pm_marked_colour, .pm_marked_colour, .pmlist li.pm_replied_colour, .pm_replied_colour, .pmlist li.pm_friend_colour, .pm_friend_colour, .pmlist li.pm_foe_colour, .pm_foe_colour {
	border-bottom: 1px solid #000000!important;
}

dl.mini dd {
	border-bottom: 0!important;
}

dl.details dt {
	color: #fff;
    font-weight: bold;
}

.main_user_profile_box {
	display: flex;
  flex-direction:row;
  align-items: center;
}

.main_user_profile_box > .main_user_profile_avatar,
.main_user_profile_box > .main_user_profile_activity
{
	flex: 1 1 0px;
	
}

.main_user_profile_avatar > .position {
	text-align: center;
}

.main_user_profile_avatar > .position > .username 
{
	margin-bottom: 0;
	font-size: 1.3em;
}

.main_user_profile_avatar > .position > .rank 
{
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

.main_user_profile_avatar > .position > .avatar {
	margin-bottom: 10px;
}

.quick_user_moderation, .profile_user_contact {

}

#profilehiddencontacts {display: none;}

.main_user_profile_avatar {
	max-width: 25%;
}

.main_user_profile_details {
	max-width: 25%;
	min-width: 25%;
}

.main_user_profile_activity {
	max-width: 50%;
}

.main_user_profile_activity > dl.details, 
.main_user_profile_details > dl.details {
	font-size: 1.3em;
}

.main_user_profile_box {
	padding: 20px;
}

dd.groups {
	width: auto !important;
    display: inline-block !important;
    float: none !important;
}
.main_user_profile_activity > dl.details > dd,
.main_user_profile_details > dl.details > dd {
	    color: #ffffff;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 10px;
}

.profile_signature_title {
	text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.3em;
}

.profile_signature_box > .inner > .postbody {
	    width: 100%;
    text-align: center;
}

@media (max-width: 980px) {
	.main_user_profile_box
	{
		display: block;
	}
	
	.main_user_profile_avatar
	{
		max-width: 100%;
        width: 100%;
		float: left;
	}
	
	.main_user_profile_activity 
	{
   		max-width: 100%;
        float: left;
        width: 100%;
        text-align: center;
    }
	
	.main_user_profile_activity > dl.details > dt, .main_user_profile_details > dl.details > dt
	{
		display: block !important;
		float: none !important;
		width: auto !important;
		text-align: center !important;
	}
	
	.main_user_profile_activity > dl.details > dd, .main_user_profile_details > dl.details > dd
	{
		display: inline-block !important;
		float: none !important;
		width: auto !important;
		text-align: center !important;
	}
	
	.main_user_profile_details {
		max-width: 100%;
		width: 100%;
		overflow: auto;
		clear: both;
		text-align: center;
	}
	
	.main_user_profile_activity {
		margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-top: 20px;
    padding-top: 20px;
	}
}

.viewprofile_action_bar {
	margin: 4px 0;
}

input.quicklogin_header_button {
	line-height: 18px;
    font-size: 1em;
    font-weight: 500;
}

.dd_contacts_show {
	color: #ffffff;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 10px;
}

.profile-contact {
	display: none !important;
}

.profile-joined {
	margin-top: 10px;
}

.post_delete_button {
	color: #e69f9f !important;
    background: #690d0d;
 padding: 0 8px!important;
 border-radius: 0;
}

.post_delete_button, .viewtopic_btn
{
	    min-width: 30px;
}

.post_delete_button:hover {
    background: #771414;
}

.topic_buttons_mod {
    padding-left: 7px !important;
    padding-right: 7px !important;
}	

.mchat-text, .mchat-message-header {
	color: #fff;
	font-size: 1.2em;
}

.mchat-avatars .mchat-controls {
	margin: 5px 0!important;
}

.stat-block {
	margin-bottom: 10px;
}

.stat-block:last-child {
	margin-bottom: 0;
}

.maintitle-content-box {
	text-align: center;
}

.topicrow_content {

}

.message_header_first_row_postbody,
.message_header_first_row_profile {
	    background: #001025;
    padding: 0 10px;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    clear: both;
    white-space: nowrap;
    text-align: center;
	height: 36px;
	line-height: 30px;
	border-bottom: 1px solid #000;
}



.message_header_first_row_profile {
	
}

.postprofile {
    margin: 0;
    width: 20%;
    border: 0;
    background: #001025;
	position: relative;
}

.addFlex {
    display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.postbody_background:last-of-type > .addFlex {
	border-bottom: 0;
	margin-bottom: 0;
}

p.author {
	background: #001025;
	margin: 0;
	padding: 5px 10px;
}

.viewtopic_box, .search-result_box {
	padding: 0 !important;
	border: 2px solid #000;
}

p.author > a > .icon
{
	font-size: .8em;
}

p.author > a
{
	color: #fff;
}

p.author > a > time 
{
	margin-left: 5px;
}

.postbody .content {
	padding: 20px;
}

.postprofile:after {
	content: "";
    border-right: 1px solid #000;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.subject_message {
	clear: both;
	padding: 20px 0;
}

.postbody .content {
	margin-bottom: 0;
	min-height: 220px;
}

.viewtopic_btn {
color: #fff;
    background: #0c4779 !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 0 8px !important;
    text-shadow: 1px 0px 0px #000;
}

.post_delete_button > .fa {
	font-size: 1.2em;
    margin-left: -1px;
}

.profile-joined > span,
.profile-posts > span,
.profile-posts > a > span,
.profile-custom-field,
.profile-posts > a {

color: #00b0ff;
font-weight: bold;
}

.postprofile strong {
	font-weight: normal;
}

.postprofile_box {
	padding-top: 5px;
}

.profile_post_rank, .user_detail_profile_rank {
	color: #fff;
	font-weight: bold;
}

.postprofile {
	padding-bottom: 5px;
}

.viewtopic_qr_btn {
    color: #fff !important;
    background: #0c4779 !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 0px 0px #000;
}

.breadcrumbs .crumb a, 
ul.linklist > li > a {
	color: #fff;
}

.sidebar_side_items > a.sb_item_topiclink:hover {
	color: orange;
}

#mchat-body {
	border: 0 !important;
}

.mchat-panel-buttons .icon {
    font-size: 1.2em !important;
}

.sidebar_item_thanks > .sidebar_item_bottom > a, .sidebar_item_thanks > .sidebar_item_bottom > span.top_thanks {
	display: block;
}

.sidebar_item_thanks > .sidebar_item_bottom > span.top_thanks:after {
	content: "";
}

.nav-footer {
	text-align: center;
}

.nav-footer > li:not(.responsive-menu) {
	float: none !important;
	display: inline-block;
}

.maintitle-topic {
	text-transform: none !important;
}


div.thanks_separator {
	border-bottom: 2px solid #000;
	height: 1px;
	margin: 15px 0;
	margin-bottom: 0;
	clear: both;
}

.sidebar_thanks_box > .content {
    border-top: 1px solid #000;
    background-image: url(./en/row.png);
    background-size: cover;
    background-position: 100% 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.sidebar_thanks_box > .maintitle > a {
	color: #fff;
}
	
.sidebar_thanks_box > .content > .thanks_count_number {
    display: block !important;
    padding: 7px 20px 0px 35px !important;
    font-size: 11px;
}

.sidebar_thanks_box > .content > a {
    display: inline-block !important;
    margin: 15px 0px 0px 35px;
    font-size: 11px;
}

.sidebar_thanks_box > .content > .thanks_count_number:last-of-type {
    margin-bottom: 14px;
}

.viewtopic_list_thanks {
	background: #1a2833;
    padding-bottom: 10px;
}

.search_table_spacer > .inner > .postbody > h3 {
	float: none;
	border-bottom-color: #000 !important;
    background: #001025;
    padding: 5px;
    color: #fff;
}

.search_table_spacer > .inner > .postbody > h3 > a {
	color: #fff;
}

.search-jumptopost {
	float: right;
	text-align: right;
}

.search .postprofile a, .search .postprofile span {
	color: #00b0ff;
    font-weight: bold;
}

.search .postprofile strong {
	font-weight: bold;
}

.private_message_body1 > .inner {
	border: 2px solid #000;
}

.private_message_body1 > .inner > .postbody > h3.first {
    background: #001025;
    margin: 0;
    font-size: 1.3em;
    padding: 5px 10px;
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #000;
}

.cp-main > form > fieldset.display-options {
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.viewtopic_pre_content {
	border-bottom: 1px solid #000;
}

.viewtopic_pre_content, .viewtopic_after_content {
	background: #001025;
	clear: both;
	line-height: 1.2em;
	overflow: auto;
    padding: 5px 10px;
}

.viewtopic_pre_content > .subject_title {
	float: left;
	margin-bottom: 0;
}

.viewtopic_pre_content > .subject_title > a {
	color: #fff;
}

.viewtopic_pre_content > .subject_title > a > .icon { 
    font-size: .8em;
}

.viewtopic_pre_content > .subject_title > a > time {
	margin-left: 5px;
}

.viewtopic_after_content {
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.delete_button {
	background: #8e3434!important;
    color: #dca8a8!important;
}

.viewtopic_list_thanks > .notice_thanks {
    padding: 5px;
    background: #001025;
    width: auto;
    clear: left;
    font-size: 1.2em;
    color: #fff;
    border-bottom: 1px solid #000;
	padding-left: 20%;
}

.viewtopic_list_thanks:last-child {
	padding-bottom: 0;
}

.viewtopic_list_thanks:last-child > .notice_thanks:last-child {
	border-bottom: 0;
}

.main_user_profile_avatar > .position {
	width: 60%;
    margin: 0 auto;
}

.profile_user_adm {
	text-align: left;
	padding-left: 20px;
}

.standalone {
	margin-bottom: 0;
}

.profile_pm_btn {
    padding: 0;
    height: 15px;
    width: 30px;
    min-width: 26px;
    font-size: 0.9em;
    line-height: 14px;
    text-align: center;
}

#backtotop_button {
    display: inline-block;
    background-color: #031a38;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtotop_button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backtotop_button:hover {
    cursor: pointer;
    background-color: #1a2833;
}

#backtotop_button.show {
    opacity: 1;
    visibility: visible;
}

/* Make ONLY the groups row inline */
.main_user_profile_details .profile-details dd.groups {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Fix the label ("Groups:") alignment */
.main_user_profile_details .profile-details dt:first-child {
    line-height: 32px;
    margin-right: 8px;
}

/* Reset anything that pushed elements up */
.main_user_profile_details .profile-details dd.groups select,
.main_user_profile_details .profile-details dd.groups .button2 {
    vertical-align: middle;
}
/* Adjust ONLY the "Groups:" label */
.main_user_profile_details .profile-details dt:first-child {
    position: relative;
    top: 0px;
}
/* Smaller dropdown */
.main_user_profile_details .profile-details dd.groups select {
    font-size: 0.75em;
    padding: 2px 6px;
    height: 26px;
}

/* Smaller button */
.main_user_profile_details .profile-details dd.groups .button2 {
    font-size: 0.75em;
    padding: 2px 8px;
    height: 26px;
}
.main_user_profile_details .profile-details dt:first-child {
    top: 0px; /* tweak 0–2px if needed */
}
/* Reduce space between "Groups:" and dropdown */
.main_user_profile_details .profile-details dt:first-child {
    margin-right: 1px; /* reduce this (default is bigger) */
}

/* Optional: remove extra spacing on select */
.main_user_profile_details .profile-details dd.groups select {
    margin-left: 0;
}

.mchat-avatar a, .mchat-avatar img {
	width: 36px;
	height: 36px;
}

.forumbg-table {
	background: #001025;
    padding: 10px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
}

.forumbg-table > .inner > .memberlist > tbody > tr, .forumbg-table > .inner > table > tbody > tr {
	background: #1a2833;
}

.action-bar > .member-search {
	border-top: 2px solid #000;
}