/* Set the width for this theme. Use either px or %.
---------------------------------------------------- */
.wrapper { 
	margin: 0 auto;
	width: 78%;
	min-width: 960px;
}

/* Normal, standard links.
-------------------------- */
a:link,
a:visited {
	color: #fff; /*DaLoE*/
	text-decoration: none;
}
a:hover {
	/*color: #6e2c1d; DaLoE*/
	text-decoration: underline; /*DaLoE*/
	cursor: pointer;
}

/* Tables should show empty cells.
---------------------------------- */
table {
	empty-cells: show;
}

/* Set a fontsize that will look the same in all browsers.
---------------------------------------------------------- */
body {
	background: #f5f9fc;
	/*font: 13px/22px "Open Sans", "Arial", "Helvetica", sans-serif;*/
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	padding: 0;
}
.sp-body {
	color: #000;
}
.bbc_table tbody tr{
	color: #000;
}

/* Help popups require a different styling of the body element.
--------------------------------------------------------------- */
body#help_popup {
	padding: 1em;
}

/* Use dark grey for the text, leaving #000 for headers etc.
------------------------------------------------------------ */
td,
th,
tr,
body {
	color: #fff; /*DaLoE*/
}

/* Lets give all forms zero padding/margins.
-------------------------------------------- */
form {
	padding: 0;
	margin: 0;
}
input,
button,
select,
textarea {
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #444;
	background: #c9c9c9;
	border: 1px solid #6A6A6A;
	padding: 4px;
	font-size: 12px;
}
select {
	padding: 3px;
}
select option {
}
textarea {
	/*font: 100%/130% 'Open Sans', sans-serif;*/
	font: 100%/130% verdana, Helvetica, sans-serif;
}
.button_submit,
.button_reset {
	background: #727272;
	color: #FFF;
	cursor: pointer;
	font-weight: 600;
	border: none;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 14px;
}
input:hover,
textarea:hover,
button:hover,
select:hover {
}
.button_submit:hover,
.button_reset:hover {
	color: #000;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
	border: 1px solid #2e0e02;
}
input.input_check,
input.input_radio {
	border: none;
	background: none;
}
h3.catbg input.input_check {
	margin: 9px 7px 0 7px;
}
input[disabled].input_text {
	background-color: #eee;
}

/* Standard horizontal rule. ([hr], etc.)
----------------------------------------- */
hr,
.hrcolor {
	height: 1px;
	border: 0;
	color: #D5D7DD;
	background-color: #D5D7DD;
}

/* By default set the color on these tags as #000.
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #040404;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* Fieldsets are used to group elements.
---------------------------------------- */
fieldset {
	border: 1px solid #c4c4c4;
	padding: 1em;
	margin: 0 0 0.5em 0;
}
fieldset legend {
	font-weight: bold;
	color: #444;
}

/* No image should have a border when linked.
--------------------------------------------- */
a img {
	border: 0;
}

/* Define strong as bold, and em as italics.
-------------------------------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

/* Common classes to easy styling.
---------------------------------- */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.flow_auto {
	overflow: auto;
}
.flow_hidden {
	overflow: hidden;
}
.flow_hidden .windowbg,
.flow_hidden .windowbg2 {
	margin-top: 2px;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

/* Default font sizes.
---------------------- */
.smalltext,
tr.smalltext th {
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 0.9em;
	font-family: verdana, sans-serif;

}
.normaltext {
	font-size: 1em;
	line-height: 1.2em;
}
.largetext {
	font-size: 1.4em;
}
.centertext {
	margin: 0 auto;
	text-align: center;
}
.righttext {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height {
	line-height: 2em;
}

/* Some common padding styles.
------------------------------ */
.padding {
	padding: 10px;
}
.main_section,
.lower_padding {
	padding-bottom: 0.5em;
}

/* A quick reset list class.
---------------------------- */
ul.reset,
ul.reset li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Styling A Quote block.
------------------------- */
blockquote.bbc_standard_quote, 
blockquote.bbc_alternate_quote {
	background: #FBFBFB;
	border: 1px solid #E0E0E0;
	padding: 15px;
	margin: 8px 0 0.3em 0;
	overflow: auto;
	color: #5B5B5B;
}
blockquote.bbc_alternate_quote {
	background-color: #FFF;
}

blockquote.bbc_standard_quote a:link,  
blockquote.bbc_alternate_quote a:link,
blockquote.bbc_standard_quote a:visited,  
blockquote.bbc_alternate_quote a:visited{
	color: black !important;
}

/* A Code block - maybe PHP ;).
------------------------------- */
code.bbc_code {
	display: block;
	background: #FBFBFB;
	border: 1px solid #E0E0E0;
	padding: 15px;
	margin-top: 5px;
	overflow: auto;
	white-space: nowrap;
	/* Show a scrollbar after about 24 lines. */
	max-height: 24em;
	font-size: 12px;
	color: #5B5B5B;
}

/* The "Quote:" and "Code:" header parts.
----------------------------------------- */
.codeheader,
.quoteheader {
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0.3em;
}
.codeheader a,
.quoteheader a{
	color: black;
}

/* For links to change the code stuff.
-------------------------------------- */
.codeoperation {
	font-weight: normal;
}

/* Styling for BBC tags.
------------------------ */
.bbc_size {
	line-height: 1.4em;
}
.bbc_color a {
	color: inherit;
}
.bbc_img {
	border: 0;
}
.bbc_table {
	font: inherit;
	color: inherit;
}
.bbc_table td {
	font: inherit;
	color: inherit;
	vertical-align: top;
}
.bbc_u {
	text-decoration: underline;
}
.bbc_list {
	text-align: left;
}
.bbc_tt {
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}

/* Generally, those [?] icons. This makes your cursor a help icon.
------------------------------------------------------------------ */
.help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.)
---------------------------------------------------------- */
.meaction {
	color: red;
}

/* Highlighted text - such as search results.
--------------------------------------------- */
.highlight {
	font-weight: bold;
	color: #ff7200 !important;
	font-size: 1.1em;
}

/* A more discreet highlight color, for selected membergroups etc.
------------------------------------------------------------------ */
.highlight2 {
	background-color: #F6F6F6;
}

/* Generic, mostly color-related, classes.
------------------------------------------ */
.titlebg,
.titlebg2,
tr.titlebg th,
tr.titlebg td,
tr.titlebg2 td {
	color: #161212;
	font-size: 15px;
	font-weight: normal;
	background: #161212;
	text-transform: uppercase;
	font-weight: 600;
}
.catbg,
.catbg2,
tr.catbg td,
tr.catbg2 td,
tr.catbg th,
tr.catbg2 th {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	background: #040404; /*DaLoE*/
	text-transform: uppercase;
	font-weight: 600;
}
tr.titlebg th,
tr.titlebg2 th,
td.titlebg,
td.titlebg2,
tr.catbg th,
tr.catbg2 th,
td.catbg,
td.catbg2 {
	padding: 0 8px;
}
tr.titlebg th a:link,
tr.titlebg th a:visited,
tr.titlebg2 td a:link,
tr.titlebg2 td a:visited {
	color: white;
}
tr.catbg th a:link,
tr.catbg th a:visited,
tr.catbg2 td a:link,
tr.catbg2 td a:visited {
	color: white;
}

/* Alternating backgrounds for posts, and several other sections of the forum.
------------------------------------------------------------------------------ */
.windowbg,
#preview_body {
	background-color: #878787 ; /*DaLoE*/
}
.windowbg2 {
	background-color: #878787 ; /*DaLoE*/
}
.windowbg3 {
	background-color: #878787 ; /*DaLoE*/
}

/* Colors for background of posts requiring approval.
----------------------------------------------------- */
.approvebg
{
}
.approvebg2
{
}

/* Color for background of *topics* requiring approval.
------------------------------------------------------- */
.approvetbg
{
}
.approvetbg2
{
}

/* Sticky topics get a different background.
-------------------------------------------- */
.stickybg {
	background-color: #444444 !important; /*DaLoE*/

}
.stickybg2 {
	background-color: #444444 !important; /*DaLoE*/

}

/* Locked posts get a different shade, too!
------------------------------------------- */
.lockedbg {
	background-color: #605f5f !important; /*DaLoE*/
	/*font-style: italic;*/
}
.lockedbg2 {
	background-color: #605f5f !important; /*DaLoE*/
	/*font-style: italic;*/
}

/* Posts and personal messages displayed throughout the forum.
-------------------------------------------------------------- */
.post,
.personalmessage {
	overflow: auto;
	padding: 0.1em 0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;).
------------------------------------------------------------------------------------------------------------------------------ */
.signature,
.attachments {
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}
.custom_fields_above_signature {
	width: 98%;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
}

/* Sometimes there will be an error when you post.
-------------------------------------------------- */
.error {
	color: red;
}

/* Messages that somehow need to attract the attention.
------------------------------------------------------- */
.alert {
	color: red;
}

/* Calendar colors for birthdays, events and holidays.
------------------------------------------------------ */
.birthday {
	color: #920ac4;
}
.event {
	color: #078907;
}
.holiday {
	color: #4296CE;
}

/* Colors for warnings.
----------------------- */
.warn_mute {
	color: red;
}
.warn_moderate {
	color: #ffa500;
}
.warn_watch,
.success {
	color: green;
}
a.moderation_link,
a.moderation_link:visited {
	color: red;
	font-weight: bold;
}
.openid_login {
	background: white url(../images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* A descriptive style.
------------------------ */
.description,
.description_board,
.plainbox {
	padding: 10px 15px !important;
	font-size: 13px;
	background: #231c1c;
	margin: 4px 0 10px;
	border: 1px solid #CCC;
	color: #555;
}
.description_board {
	margin: 10px 0 0;
}

/* An informative style.
------------------------- */
.information {
	padding: 15px;
	font-size: 13px;
	background: #161212; /*DaLoE*/
	border: 1px solid #fff;
	margin: 4px 0 10px !important;
	color: #FFF;
}
.information p {
	padding: 10px 0 0;
	margin: 0;
}
.information a {
	color: #fff;
}
.information > div {
	background: none;
	padding: 0 !important;
}
.information .error {
	color: #FFF752;
}
p.para2 {
	padding: 1em 0 3.5em 0;
	margin: 0;
}

/* AJAX notification bar.
------------------------- */
#ajax_in_progress {
	background: url(../images/theme/loadingbar.png) repeat-x;
	color: #f96f00;
	text-align: center;
	font-size: 16pt;
	padding: 8px;
	width: 100%;
	height: 66px;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress a {
	color: orange;
	text-decoration: underline;
	font-size: smaller;
	float: right;
	margin-right: 20px;
}

/* Lists with settings use these a lot.
--------------------------------------- */
dl.settings {
	clear: right;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
dl.settings dt {
	width: 40%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
dl.settings dt.settings_title {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	clear: both;
}
dl.settings dt.windowbg {
	width: 98%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	clear: both;
}
dl.settings dd {
	width: 56%;
	float: right;
	overflow: auto;
	margin: 0 0 3px 0;
	padding: 0;
}
dl.settings img {
	margin: 0 10px 0 0;
}
dl.settings dt a img {
	position: relative;
	top: 2px;
}

/* Styles for headers.
---------------------- */
h3.catbg,
h3.catbg2,
h3.titlebg,
h4.titlebg,
h4.catbg {
	overflow: hidden;
	height: 46px;
	line-height: 46px;
}
h3.catbg a:link,
h3.catbg a:visited,
h4.catbg a:link,
h4.catbg a:visited,
h3.catbg,
.table_list tbody.header td,
.table_list tbody.header td a {
	color: white;
}
h3.catbg2,
h3.catbg2 a {
	color: #FFF;
}
h3.catbg a:hover,
h4.catbg a:hover,
.table_list tbody.header td a:hover {
	color: #c5e5ef;  /*DaLoE*/
	text-decoration: none;
}
h3.catbg2 a:hover {
	color: #fff;
	text-decoration: none;
}
h3.titlebg,
h3.titlebg a,
h4.titlebg,
h4.titlebg a {
	color: #161212;
}
h3.titlebg a:hover,
h4.titlebg a:hover {
	color: #fff;
	text-decoration: none;
}
h3.catbg img.icon,
h4.titlebg img.icon {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
h4.catbg a.toggle img {
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}
h4.titlebg img.icon {
	float: left;
	margin: 12px 8px 0 0;
}

/* Bars need a different background here.
----------------------------------------- */
.roundframe .cat_bar > .catbg {
	background: #161212; /*DaLoE*/
	margin-bottom: 0;
	color: white; /*DaLoE*/
}
.title_barIC > .titlebg {
	background: #161212; /*DaLoE*/
	padding: 0 10px;
	overflow: hidden;
	color: #161212; /*DaLoE*/
}
#upshrinkHeaderIC p.pminfo {
	margin: 0;
	padding: 0.5em;
}
img#upshrink_ic,
img#newsupshrink {
	float: right;
	margin: 15px 5px 0 0;
}
.editor{
	background-color: #c9c9c9 !important;
}
/* The half-round header bars for some tables. */
.table_grid .catbg, .table_grid .titlebg {
	font-size: 12px;
	height: 46px;
}
.table_grid th.last_th input {
	margin: 0 2px;
}
.table_grid th.lefttext
{
	padding: 0 8px;
}

/* A general table class.
------------------------- */
.table_grid {
	border-spacing: 0;
}
table.table_grid td {
	padding: 8px;
	border-bottom: 1px solid #aeaeae;
}

/* GenericList */
.additional_row
{
	padding: 0.5em 0 0.5em 0;
}
table.table_grid thead tr.catbg th
{
	color: white;
	white-space: nowrap;
}

/* table_grid styles for Profile > Show Permissions. */
#permissions table.table_grid  td
{
	padding: 0.4em 0.8em;
	cursor: default;
} 

/* Common styles used to add corners to divisions.
-------------------------------------------------- */
.windowbg span.topslice {
}
.windowbg span.topslice span {
}
.windowbg span.botslice {
}
.windowbg span.botslice span {
}
.windowbg2 span.topslice {
}
.windowbg2 span.topslice span {
}
.windowbg2 span.botslice {
}
.windowbg2 span.botslice span {
}
.approvebg span.topslice {
}
.approvebg span.topslice span {
}
.approvebg span.botslice {
}
.approvebg span.botslice span {
}

/* Used for sections that need somewhat larger corners.
------------------------------------------------------- */
.roundframe {
	padding: 15px;
	background: #383838; /*DaLoE*/
	border: 0px; /*DaLoE*/
}
.roundframe dl,
.roundframe dt,
.roundframe p {
	margin: 0;
}
.roundframe p {
	padding: 0.5em;
}
span.upperframe {
}
span.upperframe span {
}
span.lowerframe {
}
span.lowerframe span {
}

/* The main content area.
------------------------- */
.content {
	margin: 0;
	border: none;
	padding: 0.5em 1.2em;
}
.content p {
	margin: 0;
}

/* Styles used by the auto suggest control.
------------------------------------------- */
.auto_suggest_div {
	border: 1px solid #000;
	position: absolute;
	visibility: hidden;
	z-index: 255;
}
.auto_suggest_item {
	background-color: #ddd;
}
.auto_suggest_item_hover {
	background-color: #888;
	cursor: pointer;
	color: #eee;
}

/* Styles for the standard dropdown menus.
------------------------------------------- */
#main_menu {
	padding: 0 0.5em;
	float: left;
	margin: 0;
	width: 98%;
}
.dropmenu,
.dropmenu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu li {
	float: left;
	padding: 0 0 4px;
	margin: 0;
	position: relative;
}
.dropmenu li a {
	display: block;
	padding: 0 10px;
	color: #fff; /*DaLoE*/
	white-space: pre;
	font-size: 13px;
}
.dropmenu > li > a {
	background: #161212; /*DaLoE*/
	height: 42px;
	line-height: 42px;
}
.dropmenu > li > a.active {
	text-transform: uppercase;
	background: #fff ; /*DaLoE*/
	color: #161212; /*DaLoE*/
}
.dropmenu li:hover > a {
	background: #fff ; /*DaLoE*/
	cursor: pointer;
	text-decoration: none;
	color: #161212; /*DaLoE*/
}
.dropmenu li ul {
	z-index: 90;
	position: absolute;
	width: 260px;
	left: -999em;
	background: #161212; /*DaLoE*/
	padding: 10px 0;
	border: 1px solid #fff;
}
.dropmenu li li {
	width: 260px;
	margin: 0;
}
.dropmenu li li a {
	padding: 0 15px;
	line-height: 34px;
}
.dropmenu li:hover ul {
	left: 0;
	top: 42px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.dropmenu li:hover ul ul,
.dropmenu li:hover ul ul ul {
	top: -999em;
	left: auto;
}
.dropmenu li li:hover ul,
.dropmenu li li li:hover ul,
.dropmenu li li li li:hover ul {
	left: 245px;
	top: 0;
}

/* The dropdown menu toggle image.
---------------------------------- */
#menu_toggle {
	float: right;
	margin-right: 10px;
	padding-top: 13px;
}
#menu_toggle span {
	position: relative;
	right: 5000px;
}

/* Styles for the standard button lists.
----------------------------------------- */
.buttonlist ul {
	z-index: 100; 
	padding: 0;
	margin: 0 0 5px 0;
}
.buttonlist li {
	margin: 0 0 5px 2px;
	padding: 0;
	list-style: none;
	float: left;
}
.buttonlist li a {
	display: block;
	font-size: 13px;
	color: #fff;
	background: #040404;
	border-bottom: 4px solid #161212;
	height: 34px;
	line-height: 34px;
	padding: 0 8px;
	cursor: pointer;
}
.buttonlist li a.active {
	background: #040404; /*DaLoE*/
	border-color: #161212;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.align_top ul li a,
.align_bottom ul li a {
	margin: 0 12px 0 0;
}

/* The page navigation area.
---------------------------- */
.pagesection {
	color: white;
	font-size: 0.9em;
	margin: 10px 0;
	overflow: hidden;
}
.pagesection a{
	color: white;
}
.pagesection .floatright input {
	margin-top: 3px;
}
.pagelinks {
	padding: 0.6em 0 0.4em 0;
}

/* The navigation list.
----------------------- */
ul#navigation {
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0.4em;
}
ul#navigation li {
	float: none;
	display: inline;
}
#adm_submenus {
	overflow: hidden;
}

/* The navigation list. (i.e. linktree)
--------------------------------------- */
.navigate_section ul {
	display: block;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	clear: both;
}
.navigate_section li { 
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	color: white;
}
.navigate_section li:after { 
	content: "/";
	margin: 0 10px;
	position: relative;
	top: 1px;
}
.navigate_section li:last-child:after { 
	content: "";
	margin: 0;
}
.navigate_section ul li a {
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	color: white;
}
.navigate_section ul li:first-child a {
	background: url(../images/custom/home.png) 0 50% no-repeat;
	text-indent: -9999px;
	width: 20px;
	display: inline-block;
	padding-left: 0;
	filter: hue-rotate(134deg); /*SAW y daloe*/
}

/* Styles for a typical table.
------------------------------ */
.table_list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_list .icon img {
	vertical-align: middle;
	width: 100%;
}
table.table_list p {
	padding: 0;
	margin: 0;
}
table.table_list td,
table.table_list th {
	padding: 5px;
}
table.table_list .header td {
	padding: 0;
}
table.table_list .content td.stats {
	width: 13%;
	text-align: center;
}
table.table_list .content td.lastpost {
	width: 27%;
}
.table_list .lastpost strong > a {
	font-weight: 600;
	color: #3C3C3C;
}
table.table_list .content td.icon {
	text-align: center;
	width: 6%;
}
.table_list .content {
	border: 0px; /*DaLoE*/
}
.table_list .content tr {
	border-bottom: 1px solid #efeeee; /*DaLoE*/
	border-top: 1px solid #efeeee; /*DaLoE*/
}
.table_list .content tr:last-child {
	border-color: #efeeee;
}
.table_list .content tr td.icon,
.table_list .content tr td.info,
.table_list .content tr td.stats {
	border-right: 0px; /*DaLoE*/
}

/* Styles for the board index.
------------------------------ */
.table_list tbody.content td.info a.subject {
	font-size: 14px;
	color: #ec744e; /*DaLoE*/
	font-weight: 600;
}
.table_list tbody.content td.children {
	color: #2E2F2F; /*DaLoE*/
	font-size: 11px;
}
p.moderators {
	font-size: 11px;	
	font-family: verdana, sans-serif;
}
#boardindex_table .table_list thead,
#boardindex_table .table_list tfoot {
	display: none;
}
.table_list a.unreadlink,
.table_list a.collapse {
	float: right;
}
.table_list a.collapse img {
	margin: 15px 0 0 5px;
}

/* The Posting Icons.
--------------------- */
#posting_icons {
	background-color: #161212;
}

#posting_icons .reset {	 
	padding: 10px;
	 padding-left: 0px;
	 margin-top: -3px;
}

#posting_icons {
	padding: 0 1em 0.5em 1em;
	margin: 0 0 1em 0;
	line-height: 1em;
}
#posting_icons ul {
	font-size: 0.8em;
}
#posting_icons img {
	vertical-align: middle;
	margin: 0 0 0 4ex;
}
#postbuttons_upper ul li a span {
	line-height: 19px;
	padding: 0 0 0 6px;
}
.nextlinks {
	text-align: right;
	margin-top: -1px;
}
.nextlinks_bottom {
	clear: right;
	text-align: right;
}
.mark_read {
	padding: 0 0.5em;
}

/* The newsfader.
----------------- */
#newsfader {
	margin-bottom: 10px;
}
#smfFadeScroller {
	text-align: center;
	padding: 15px;
	overflow: auto;
	margin: 0;
	color: #2F2F2F; /* shouldn't be shorthand style due to a JS bug in IE! */
	background: #FFF;
	border: 0px; /*DaLoE*/
}

/* Styles for the info center on the board index.
------------------------------------------------- */
#upshrinkHeaderIC {
}
dl#ic_recentposts {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	line-height: 1.3em;
}
dl#ic_recentposts dt {
	/*float: left;*/ /*DaLoE*/
}
dl#ic_recentposts dd {
	text-align: right;
}
#upshrinkHeaderIC p {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}
#upshrinkHeaderIC p.last {
	margin: 0;
	padding: 0.5em;
	border-top: 2px dotted #bbb;
}
#upshrinkHeaderIC p.inline {
	border: none;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
#upshrinkHeaderIC p.stats {
	font-size: 1.1em;
	padding-top: 8px;
}
form#ic_login {
	padding: 0.5em;
	height: 2em;
}
form#ic_login ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	text-align: center;
}
form#ic_login ul li label {
	display: block;
}

/* The Small Stats. 
------------------- */
#index_common_stats {
	display: block;
	margin: 0 0 0.5em 0;
	text-align: right;
	font-size: 0.9em;
	position: relative;
	top: -20px;
	line-height: 1px;
}

/* Styles for the message (topic) index.
---------------------------------------- */
.table_frame .table_list {
	border-collapse: collapse;
	margin: 0;
}
.table_frame .table_list td.icon,
.table_frame .table_list td.info,
.table_frame .table_list td.stats {
	border-right: 1px solid #2D2D2D;
}
#messageindex {
	clear: both;
}
.lastpost img {
	padding: 0 0 0 5px;
	filter: invert(1);
}

/* Styles for the display template (topic view).
------------------------------------------------ */
#postbuttons .buttons {
	padding: 0.5em;
	width: 40%;
	float: right;
}
#postbuttons .middletext {
	width: 60%;
}
#postbuttons span {
	display: block;
	text-align: right;
}
#postbuttons span.lower {
	clear: right;
}
#postbuttons .buttonlist {
	float: right;
}
#postbuttons #pagelinks {
	padding-top: 1em;
}
#moderationbuttons {
	overflow: hidden;
}

/* Events.
---------- */
.linked_events {
	padding: 1em 0;
}
.edit_event {
	margin: 0 1em;
	vertical-align: middle;
}

/* Poll question.
----------------- */
#poll {
	overflow: hidden;
}
#poll .content {
	padding: 0 1em;
}
h4#pollquestion {
	padding: 0 0 0.5em 2em;
}

/* Poll vote options.
--------------------- */
#poll_options ul.options {
	border-top: 1px solid #555;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options .submitbutton {
	border-bottom: 1px solid #555;
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em 0;
}

/* Poll results.
---------------- */
#poll_options dl.options {
	border: solid #555;
	border-width: 1px 0;
	padding: 1em 2.5em 1em 2em;
	margin: 0 1em 1em 0;
	line-height: 1.1em !important;
}
#poll_options dl.options dt {
	padding: 0.3em 0;
	width: 30%;
	float: left;
	margin: 0;
	clear: left;
}
#poll_options dl.options .voted {
	font-weight: bold;
}
#poll_options dl.options dd {
	margin: 0 0 0 2em;
	padding: 0.1em 0 0 0;
	width: 60%;
	max-width: 450px;
	float: left;
}
#poll_options dl.options .percentage {
	display: block;
	float: right;
	padding: 0.2em 0 0.3em 0;
}

/* Poll notices.
---------------- */
#poll_options p {
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
}
#pollmoderation {
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* Onto the posts.
------------------ */
#forumposts {
	clear: both;
}
#forumposts .cat_bar {
	margin: 0;
}
#forumposts h3 #author {
	margin: 0 7.7em 0 0;
}
#forumposts h3 img {
	float: left;
	margin: 14px 0.5em 0 0;
}
p#whoisviewing {
	margin: 0;
	padding: 0.5em;
	background-color: #aeaeae;
	color: #161212;
}
.poster {
	float: left;
	 width: 165px;
	 height: 338px;
	 margin-left: 15px;
	background: url(/Themes/InmoGames/images/custom/ficha.png) no-repeat;
}
.windowbgvip, .windowbg2vip, .approvebgvip{
	background-color: #a7a998  !important;
}

/* Inicio de estilos de 1 año VIP */
.windowbgvipanyo, .windowbg2vipanyo, .approvebgvipanyo{
	background-color: #d7bea6 !important;
}
.postervipanyo ul
{
	 margin-top: 7px !important;
}
.postervipanyo {
	background: url(/Themes/VIPAnyo/images/custom/fichavipanyo.png) no-repeat !important;
	color: #2c2c2c !important;
}
.postervipanyo li a{
	color: #2c2c2c !important;
}
.fichamovilvipanyo{
	 background: url(/Themes/VIPAnyo/images/custom/fichamovilvipanyo.png) no-repeat !important;
	color: #d7bea6 !important;
}
.postervipanyo ul li.profile{
	 position: relative !important;
	 bottom: 29px !important;
}
.postervipanyo ul ul li{
	padding-left: 31px !important;
    padding-right: 32px !important;
}
.medallapostvipanyo, .barra-medallasvipanyo
{
  display: none;
}

@media (min-width: 768px)
{
	.medallaspostvipanyo{
		background: -prefix-linear-gradient(left, #e7d2cb, #f9f8f7 8%, #f9f8f7 92%, #e7d2cb) !important;
		background: linear-gradient(to right, #e7d2cb, #f9f8f7 8%, #f9f8f7 92%, #e7d2cb) !important;
		border-left: 3px solid #504b47 !important;
		border-right: 3px solid #504b47 !important;
	}
	.barra-medallasvipanyo {
		 background-color: #89765e !important;
		 border: 1px solid #5c524f !important;
		 color: #190801 !important;
	}
}
.mppostervipanyo
{
	background: url('/Themes/VIPAnyo/images/custom/fichamini4.png') no-repeat !important;
	height: 171px !important;
	width:  164px !important;
	float: left !important;
	margin-left: 15px !important;
}
.mppostervipanyo h4, .mppostervipanyo h4 a
{
	font-size: 105% !important;
	font-weight: bold !important;
	color: #000000 !important;
	width:  165px !important;
	height:  21px !important;
	text-align: center !important;
	margin-top: -7px !important;
}
.mppostervipanyo li.stars
{
	width:  165px !important;
	margin-top: -6px !important;
}
.mppostervipanyo li.avatar
{
	position: static !important;
	width:  165px !important;
	height: 100px !important;
	margin: 0px 0 0 !important;
	margin-bottom: 2px !important;
	margin-top: 3px !important;
	margin-left: -1px !important;
}
.mppostervipanyo h4, .mppostervipanyo ul li
{
	text-align: center !important;
}
.mppostervipanyo ul ul, .mppostervipanyo li.postcount, .mppostervipanyo li.blurb
{
  display: none;
}
.mppostervipanyo ul li.avatar img, .postervipanyo ul .avatar img {
	min-width: 100px; min-height: 100px; width: 100px; height: 100px; max-width: 100px; max-height: 100px;
}

/* Fin de stilos de 1 año VIP */

.postervip {
	background: url(/Themes/InmoGames/images/custom/fichavip.png) no-repeat !important;
	color: #eadb02 !important;
}
.postervip li a{
	color: #eadb02 !important;
}
.postervip ul, .poster ul
{
	 margin-top: 7px;
}
#moviles {
	 margin-left: 11px;
}
.fichamovil{
	 list-style: none;
	 text-align: center;
	 background: url(/Themes/InmoGames/images/custom/fichamovil.png) no-repeat;
	 height: 92px;
}
.fichamovilvip{
	 background: url(/Themes/InmoGames/images/custom/fichamovilvip.png) no-repeat !important;
	color: #eadb02 !important;
}
.avatarmovil{
	position: relative;
	width: 75px;
	height: 75px;
	border: 2px solid #ddd;
	border-radius: 3px;
	margin-top: 10px;
	margin-left: 25px;
	float: left;
}
.authormovil{
	font-size: 110%;
	 font-weight: bold;
	 margin-bottom: 3px;
	 width: 130px;
	 padding-top: 4px;
}
.postsmovil{
	font-weight: bold;
	font-size: 10px;
	width: 130px;
	margin-top: 10px;
}
.moneymovil{
	font-weight: bold;
	font-size: 10px;
	width: 130px;
	 margin-top: 3px;
}
.likesmovil{
	font-weight: bold;
	font-size: 10px;
	width: 130px;
	 margin-top: 3px;
}
.fichamovil li{
	margin-left: 100px;
}
.profile{	 margin-top: 27px !important; }

/*Ajustes de las fichas*/
@media (max-width: 767px) {
  .hidden-xs {
	 display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
	 display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
	 display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
	 display: none !important;
  }
}



@media screen and (max-width: 720px) {
	.poster {
		 float: none;
		 width: 100%;
		 height: auto;
	}
	.postarea, .moderatorbar {
		 width: 100%;
		 margin: 0;
		 padding: 20px
	}
}
.postarea,
.moderatorbar {
	margin: 0 0 0 16em;
}
@media screen and (max-width: 720px) {
.postarea, .moderatorbar {
	 width: 100%;
	 margin: 0;
	 padding: 20px
}
}
.postarea .flow_hidden {
	width: 100%;
}
.moderatorbar {
	clear: right;
	color: black;
}

#forumposts .reportlinks a{
	color: black;
}
/* Poster details and list of items.
------------------------------------ */
.poster h4{
	 margin: 0px;
	 margin-top: 1px;
	 padding: 1px;
}
.poster li.stars{
	 position: relative;
	 bottom: 6px;
}
.poster h4,
.poster ul {
	text-align: center;
}
.poster ul li.profile, .postervip ul li.profile{
	 position: relative;
	 bottom: 2px;
}
.poster h4,
.poster h4 a {	 
	font-size: 105%;
	 font-weight: bold;
	 width: 165px;	 
	 height: 15px;
	 margin-top: 3px
}
}
.poster ul ul {
	margin: 0.3em 1em 0 0;
	padding: 0;
}
.poster ul ul li {
	display: inline;
}
.poster li.stars,
.poster li.blurb,
li.postcount,
li.im_icons ul {
	margin-top: 0.5em;
}
.poster li.avatar {
	 margin: 0px;
	 margin-bottom: 14px;
	 padding-right: 1px;
	 padding-top: 2px;
	 position: relative;
	 width: 165px;
	 height: 100px;
}

.poster li {
	 width: 165px;
	 height: 36px;
	 font-weight: bold;
}
.poster ul ul {
	 margin-top: 24px; 
	 padding: 0px; 
	 width: 165px; 
}
.poster li.warning {
	line-height: 1.2em;
	padding-top: 1em;
}
.poster li.warning a img {
	vertical-align: bottom;
	padding: 0 0.2em;
}
.messageicon {
	float: left;
	margin: 0 0.5em 0 0;
}
.messageicon img {
	padding: 6px 3px;
}
.keyinfo h5 a:link, .keyinfo h5 a:visited{
	color: #000;
}
.keyinfo {
	float: left;
	width: 50%;
	color: black;
}
.modifybutton {
	clear: right;
	float: right;
	margin: 6px 20px 10px 0;
	text-align: right;
	font: bold 0.85em arial, sans-serif;
	color: #334466;	
}

td.subject.windowbg div p a, td.subject.windowbg2 div p a, 
td.subject.lockedbg div p a, td.subject.lockedbg2 div p a, 
td.subject.stickybg div p a, td.subject.stickybg2 div p a,
td.lastpost.windowbg strong a, td.lastpost.windowbg2 strong a, 
td.lastpost.lockedbg strong a, td.lastpost.lockedbg2 strong a, 
td.lastpost.stickybg strong a, td.lastpost.stickybg2 strong a{
	text-shadow: 1px 1px 1px #646464;
}

/* The quick buttons.
--------------------- */
.quickbuttons_wrap {
	padding: 0.2em 0;
	width: 100%;
	float: left;
}
ul.quickbuttons {
	margin: 8px 10px 0 0;
	clear: right;
	float: right;
	text-align: right;
}
ul.quickbuttons li {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}
.post {
	margin-top: 0.5em;
	clear: right;
}
.inner {
	padding: 1em 1em 2px 0;
	margin: 0 1em 0 0;
	border-top: 1px solid #efeeee;
	color: #000;
}
img.smiley {
	vertical-align: bottom;
}
#forumposts .modified {
	float: left;
}
#forumposts .reportlinks {
	margin-right: 1.5em;
	text-align: right;
	clear: right;
}
#forumposts .signature,
.post .signature {
	margin: 1em 0 0 0;
}
#forumposts span.botslice {
	clear: both;
}
.attachments hr {
	clear: both;
	margin: 1em 0 1em 0;
}
.attachments {
	padding: 1em 0 2em 0;
}
.attachments div {
	padding: 0 0.5em;
}

/* Styles for the quick reply area.
----------------------------------- */
#quickreplybox {
	padding-bottom: 1px;
}
#quickReplyOptions .roundframe {
	padding: 0 10%;
}
#quickReplyOptions form textarea {
	height: 100px;
	width: 635px;
	max-width: 100%;
	min-width: 100%;
	margin: 0.25em 0 1em 0;
}

/* The jump to box.
------------------- */
#display_jump_to {
	clear: both;
	padding: 5px;
	margin-top: 6px;
	text-align: right;
	color: white;
}

/* Separator of posts. More useful in the print stylesheet.
----------------------------------------------------------- */
#forumposts .post_separator {
	display: none;
}

/* Styles for edit post section.
-------------------------------- */
form#postmodify .roundframe {
	padding: 0 12%;
}
#post_header,
.postbox {
	padding: 0.5em;
	overflow: hidden;
}
#post_header dt,
.postbox dt {
	float: left;
	padding: 0;
	width: 15%;
	margin: .5em 0 0 0;
}
#post_header dd,
.postbox dd {
	float: left;
	padding: 0;
	width: 83%;
	margin: .3em 0;
}
#post_header img {
	vertical-align: middle;
}
ul.post_options {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.post_options li {
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#postAdditionalOptionsHeader {
	margin-top: 1em;
}
#postMoreOptions {
	border-bottom: 1px solid #CFD9E2;
	padding: 0.5em;
}
#postAttachment,
#postAttachment2 {
	overflow: hidden;
	margin: .5em 0;
	padding: 0;
	border-bottom: 1px solid #CFD9E2;
	padding: 0.5em;
}
#postAttachment dd,
#postAttachment2 dd {
	margin: .3em 0 .3em 1em;
}
#postAttachment dt,
#postAttachment2 dt {
	font-weight: bold;
}
#postAttachment3 {
	margin-left: 1em;
}
#post_confirm_strip,
#shortcuts {
	padding: 1em 0 0 0;
}
.post_verification {
	margin-top: .5em;
}
.post_verification #verification_control {
	margin: .3em 0 .3em 1em;
}

/* The BBC buttons.
------------------- */
#bbcBox_message {
	margin: 0.75em 0.5em;
	background-color: #4e4e4e; /*Daloe*/
	 padding: 5px; /*Daloe*/
	 border-radius: 5px; /*Daloe*/
	 border: 2px #fff; /*Daloe*/
	 border-style: ridge; /*Daloe*/
}
#bbcBox_message div {
	margin: 0.2em 0;
	vertical-align: top;
}
#bbcBox_message div img {
	margin: 0 1px 0 0;
	vertical-align: top;
}
#bbcBox_message select {
	margin: 0 2px;
}

/* The smiley strip.
-------------------- */
#smileyBox_message {
	margin: 0.5em;
	background-color: #4e4e4e; /*Daloe*/
	 padding: 5px; /*Daloe*/
	 border-radius: 5px; /*Daloe*/
	 border: 2px #fff; /*Daloe*/
	 border-style: ridge; /*Daloe*/
}

/* Styles for edit event section.
--------------------------------- */
#post_event .roundframe {
	padding: 0 12%;
}
#post_event fieldset {
	padding: 0.5em;
	clear: both;
}
#post_event #event_main input {
	margin: 0 0 1em 0;
	float: left;
}
#post_event #event_main .smalltext {
	width: 33em;
	float: right;
}
#post_event .event_options {
	float: right;
}
#post_event ul.event_main,
ul.event_options {
	padding: 0;
	overflow: hidden;
}
#post_event ul.event_main li {
	list-style-type: none;
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#post_event ul.event_options {
	margin: 0;
	padding: 0 0 .7em .7em;
}
#post_event ul.event_options li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#post_event #event_main select,
#post_event ul.event_options li select,
#post_event ul.event_options li .input_check {
	margin: 0 1em 0 0;
}

/* Styles for edit poll section.
-------------------------------- */
#edit_poll {
	overflow: hidden;
}
#edit_poll fieldset {
	padding: 0.5em;
	clear: both;
	overflow: hidden;
}
#edit_poll fieldset input {
	margin-left: 8.1em;
}
#edit_poll ul.poll_main li {
	padding-left: 1em;
}
#edit_poll ul.poll_main input {
	margin-left: 1em;
}
#edit_poll ul.poll_main,
dl.poll_options {
	overflow: hidden;
	padding: 0 0 .7em .7em;
	list-style: none;
}
#edit_poll ul.poll_main li {
	margin: 0.2em 0;
}
#edit_poll dl.poll_options dt {
	width: 33%;
	padding: 0 0 0 1em;
}
#edit_poll dl.poll_options dd {
	width: 65%;
}
#edit_poll dl.poll_options dd input {
	margin-left: 0; 
}

/* Styles for the recent messages section.
------------------------------------------ */
#readbuttons_top .pagelinks,
#readbuttons .pagelinks {
	padding-bottom: 1em;
	width: 60%;
}
#readbuttons .pagelinks {
	padding-top: 1em;
}
#recent {
	clear: both;
}

/* Styles for the move topic section.
------------------------------------- */
#move_topic dl {
	margin-bottom: 0;
}
#move_topic dl.settings dt {
	width: 40%;
}
#move_topic dl.settings dd {
	width: 59%;
}
.move_topic {
	width: 710px;
	margin: auto;
	text-align: left;
}
.move_topic fieldset {
	padding: 0.5em;
}

/* Styles for the send topic section.
------------------------------------- */
fieldset.send_topic {
	border: none;
	padding: 0.5em;
}
dl.send_topic {
	margin-bottom: 0;
}
dl.send_mail dt {
	width: 35%;
}
dl.send_mail dd {
	width: 64%;
}

/* Styles for the report topic section.
--------------------------------------- */
#report_topic dl {
	margin-bottom: 0;
}
#report_topic dl.settings dt {
	width: 20%;
}
#report_topic dl.settings dd {
	width: 79%;
}

/* Styles for the split topic section.
-------------------------------------- */
#selected,
#not_selected {
	width: 49%;
}
ul.split_messages li.windowbg,
ul.split_messages li.windowbg2 {
	margin: 1px;
}
ul.split_messages li a.split_icon {
	padding: 0 0.5em;
}
ul.split_messages .post {
	padding: 1em 0 0 0;
	border-top: 1px solid #CFD9E2;
}

/* Styles for the merge topic section.
-------------------------------------- */
ul.merge_topics li {
	list-style-type: none;
}
dl.merge_topic dt {
	width: 25%;
}
dl.merge_topic dd {
	width: 74%;
}
fieldset.merge_options {
	clear: both;
}
.custom_subject {
	margin: 0.5em 0;
}

/* Styles for the login areas.
------------------------------ */
.login {
	width: 540px;
	margin: 0 auto;
}
.login dl {
	overflow: auto;
	clear: right;
}
.login dt,
.login dd {
	margin: 0 0 0.4em 0;
	width: 44%;
	padding: 0.1em;
}
.login dt {
	float: left;
	clear: both;
	text-align: right;
	font-weight: bold;
}
.login dd {
	width: 54%;
	float: right;
	text-align: left;
}
.login p {
	text-align: center;
}

/* Styles for the registration section.
--------------------------------------- */
.register_error {
	border: 1px dashed red;
	padding: 5px;
	margin: 0 1ex 1ex 1ex;
}
.register_error span {
	text-decoration: underline;
}

/* Additional profile fields.
----------------------------- */
dl.register_form {
	margin: 0;
	clear: right;
}
dl.register_form dt {
	font-weight: normal;
	float: left;
	clear: both;
	width: 50%;
	margin: 0.5em 0 0 0;
}
dl.register_form dt strong {
	font-weight: bold;
}
dl.register_form dt span {
	display: block;
}
dl.register_form dd {
	float: left;
	width: 49%;
	margin: 0.5em 0 0 0;
}
#confirm_buttons {
	text-align: center;
	padding: 1em 0;
}
.coppa_contact {
	padding: 4px;
	width: 32ex;
	background-color: #fff;
	color: #000;
	margin-left: 5ex;
	border: 1px solid #000;
}
.valid_input {
	background-color: #f5fff0;
}
.invalid_input {
	background-color: #fff0f0;
}

/* Styles for maintenance mode.
------------------------------- */
#maintenance_mode {
	width: 75%;
	min-width: 520px;
	text-align: left;
}
#maintenance_mode img.floatleft {
	margin-right: 1em;
}
h3.titlebg img {
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -1px;
}
tr.titlebg td {
	padding-left: 0.7em;
}
#admin_menu {
	min-height: 2em;
	padding-left: 0;
}
#admin_content {
	clear: left;
	padding-top: 0.5em;
}
#admin_content .custom_field {
	margin-bottom: 15px;
}
#admin_login .centertext {
	padding: 1em;
}
#admin_login .centertext .error {
	padding: 0 0 1em 0;
}

/* Styles for sidebar menus.
---------------------------- */
.left_admmenu,
.left_admmenu ul,
.left_admmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#left_admsection {
	width: 160px;
	float: left;
	padding-right: 10px;
}
.adm_section h4.titlebg {
	font-size: 95%;
	margin-bottom: 5px;
}
#main_container {
	position: relative;
}
.left_admmenu li {
	padding: 0 0 0 0.5em;
}
.left_admmenu {
	margin-bottom: 0.5em;
	background-color: #231c1c;
}
#main_admsection {
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}
tr.windowbg td,
tr.windowbg2 td,
tr.approvebg td,
tr.highlight2 td {
	padding: 8px 10px;
}
#credits p {
	padding: 0;
	font-style: italic;
	margin: 0;
}

/* Styles for generic tables.
----------------------------- */
.topic_table table {
	width: 100%;
}
.topic_table .icon1,
.topic_table .icon2,
.topic_table .stats {
	text-align: center;
}
#topic_icons {
	margin: 1em 0 0 0;
}
#topic_icons .description {
	margin: 0;
}
.topic_table table thead {
	border-bottom: 1px solid #EFEFEF;
}
.topic_table td.subject p,
.topic_table td.stats {
	margin: 0;
}
.topic_table td.stickybg2 {
	background-image: url(../images/icons/quick_sticky.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.lockedbg2 {
	background-image: url(../images/icons/quick_lock.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.locked_sticky2 {
	background-image: url(../images/icons/quick_sticky_lock.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}
.topic_table td.stats {
	background-image: none;
	text-align: right;
}
.topic_table td.lastpost strong {
	font-weight: 600;
}

/* Styles for (fatal) errors.
----------------------------- */
#fatal_error {
	width: 80%;
	margin: auto;
}
.errorbox {
	padding: 1em;
	border: 1px solid #cc3344;
	color: #000;
	background-color: #ffe4e9;
	margin-bottom: 1em;
}
.errorbox h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	text-decoration: underline;
}
.errorbox p {
	margin: 1em 0 0 0;
}
.errorbox p.alert {
	padding: 0;
	margin: 0;
	float: left;
	width: 1em;
	font-size: 1.5em;
}

/* Styles for the profile section.
---------------------------------- */
dl {
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* The basic user info on the left.
----------------------------------- */
#basicinfo {
	width: 20%;
	float: left;
}
#basicinfo .windowbg {
	border-bottom: 1px solid #EFEFEF;
}
#basicinfo .windowbg .content {
	padding-left: 20px;
}
#detailedinfo {
	width: 79.5%;
	float: right;
}
#basicinfo h4 {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1;
	white-space: pre-wrap;
	overflow: hidden;
}
#basicinfo h4 span.position {
	font-size: 16px;
	display: block;
	padding: 5px 0;
	color: #7D7D7D;
}
#basicinfo img.avatar {
	display: block;
	margin: 10px 0 0 0;
}
#basicinfo ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}
#basicinfo ul li {
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo span#userstatus {
	display: block;
	clear: both;
}
#basicinfo span#userstatus img {
	vertical-align: middle;
}
#detailedinfo .content dl,
#tracking .content dl {
	clear: right;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 0px; /*DaLoE*/
}
#detailedinfo .content dt,
#tracking .content dt {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo .content dd,
#tracking .content dd {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#detailedinfo .content dl.noborder {
	border-bottom: 0;
}
#detailedinfo .content dt.clear {
	width: 100%;
}
.signature,
.custom_fields_above_signature {
	border-top: 0px; /*DaLoE*/
}
.signature h5 {
	font-size: 0.85em;
	margin-bottom: 10px;
}
#personal_picture {
	display: block;
	margin-bottom: 0.3em;
}
#avatar_server_stored div {
	float: left;
}
#avatar_upload {
	overflow: auto;
}
#main_admsection #basicinfo,
#main_admsection #detailedinfo {
	width: 100%;
}
#main_admsection #basicinfo h4 {
	float: left;
	width: 35%;
}
#main_admsection #basicinfo img.avatar {
	float: right;
	vertical-align: top;
}
#main_admsection #basicinfo ul {
	clear: left;
}
#main_admsection #basicinfo span#userstatus {
	clear: left;
}
#main_admsection #basicinfo p#infolinks {
	display: none;
	clear: both;
}
#main_admsection #basicinfo .botslice {
	clear: both;
}

/* Simple feedback messages.
---------------------------- */
#profile_error,
#profile_success {
	margin: 0 0 1em 0;
	padding: 1em 2em;
	border: 1px solid;
}
#profile_error {
	border-color: red;
	color: red;
	background: #fee;
}
#profile_error span {
	text-decoration: underline;
}
#profile_success {
	border-color: green;
	color: green;
	background: #efe;
}

/* Profile statistics.
---------------------- */
#generalstats .content dt {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats .content dd {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}

/* Activity by time.
-------------------- */
#activitytime {
	margin: 6px 0;
}
.activity_stats {
	margin: 0;
	padding: 0;
	list-style: none;
}
.activity_stats li {
	margin: 0;
	padding: 0;
	width: 4.16%;
	float: left;
}
.activity_stats li span {
	display: block;
	border: solid #626262;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.activity_stats li.last span {
	border-right: none;
}
.activity_stats li .bar {
	margin: 0 auto;
	width: 15px;
}
.activity_stats li .bar div {
	background: #6294CE;
}
.activity_stats li .bar span {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* Most popular boards by posts and activity.
--------------------------------------------- */
#popularposts {
	width: 49.5%;
	float: left;
}
#popularactivity {
	width: 49.5%;
	float: right;
}
#popularposts .content dt,
#popularactivity .content dt {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts .content dd,
#popularactivity .content dd {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
.profile_pie {
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 1em 0 0;
	padding: 0;
	text-indent: -1000em;
}

/* View posts.
-------------- */
.topic .time {
	float: right;
}
.counter {
	margin: 0;
	padding: 0.2em 0.5em 0.1em 0.2em;
	font-size: 2.2em;
	font-weight: bold;
	color: #2e0e02;
	float: left;
}
.list_posts {
	border-top: 0px; /*DaLoE*/
	padding-top: 12px;
	margin-top: 6px;
	overflow: auto;
}
.core_posts {
	margin-bottom: 3px;
}
.topic h4 {
	margin: 3px 0;
}
.topic .post {
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.topic .mod_icons {
	text-align: right;
	margin-right: 1em;
}
#tracking .content dl {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#creator dl {
	margin: 0;
}
#creator dt {
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#creator dd {
	float: right;
	width: 55%;
	margin: 0 0 10px 2px;
	overflow: auto;
}
.ignoreboards {
	margin: 0 2%;
	padding: 0;
	width: 45%;
}
.ignoreboards a {
	font-weight: bold;
	border-bottom: 0px; /*DaLoE*/
	padding: 0.1em 0;
}
.ignoreboards a:hover {
	text-decoration: none;
	border-bottom: 0px; /*DaLoE*/
}
.ignoreboards ul {
	margin: 0;
	padding: 0;
}
.ignoreboards li {
	list-style: none;
	float: left;
	clear: both;
}
.ignoreboards li.category {
	margin: 0.7em 0 0 0;
	width: 100%;
}
.ignoreboards li ul {
	margin: 0.2em 0 0 0;
}
.ignoreboards li.category ul li.board {
	width: 93%;
}
#theme_settings {
	overflow: auto;
	margin: 0;
	padding: 0;
}
#theme_settings li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

/* Paid Subscriptions.
---------------------- */
#paid_subscription {
	width: 100%;
}
#paid_subscription dl.settings {
	margin-bottom: 0;
}
#paid_subscription dl.settings dd,
#paid_subscription dl.settings dt {
	margin-bottom: 4px;
}

/* Pick theme.
-------------- */
#pick_theme {
	width: 100%;
	float: left;
}

/* Issue a warning.
------------------- */
#warn_body {
	width: 80%;
	font-size: 0.9em;
}

/* Styles for the statistics center.
------------------------------------ */
#statistics {
	padding: 0.5em 0;
}
#statistics .title_bar {
	margin: 4px 0 -2px 0;
}
#statistics h3.catbg {
	text-align: center;
}
#statistics .content {
	min-height: 210px;
}
#statistics .top_row {
	min-height: 150px;
}
#stats_left,
#top_posters,
#top_topics_replies,
#top_topics_starter {
	float: left;
	width: 49.5%;
}
#stats_right,
#top_boards,
#top_topics_views,
#most_online {
	float: right;
	width: 49.5%;
}
dl.stats {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
dl.stats dt {
	width: 49%;
	float: left;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
dl.stats dd {
	text-align: right;
	width: 50%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
}
.statsbar .bar {
	float: left;
	background: #fff;
	display: block;
	margin: 0 4px;
	height: 16px;
}
/*.statsbar .bar div {
	position: relative;
	right: -4px;
	padding: 0 4px 0 0;
	background: url(../images/bar_stats.png) no-repeat 100%;
	height: 16px;
}*/
tr.windowbg2 th.stats_month {
	width: 25%;
	padding: 0 2em;
	text-align: left;
}
tr.windowbg2 td.stats_day {
	padding: 0 3.5em;
	text-align: left;
}

/* Styles for the personal messages section.
-------------------------------------------- */
#personal_messages h3 span#author,
#personal_messages h3 span#topic_title {
	float: left;
}
#personal_messages h3 span#author {
	margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title {
	margin: 0 0 0 9em;
}
#personal_messages .labels {
	padding: 0 1em 0 0;
}
#personal_messages .capacity_bar {
	background: #f0f4f7;
	display: block;
	margin: 0.5em 0 0 1em;
	height: 1em;
	border: 1px solid #666;
	width: 10em;
}
#personal_messages .capacity_bar span {
	border-right: 1px solid #666;
	display: block;
	height: 1em;
}
#personal_messages .capacity_bar span.empty {
	background: #a6d69d;
}
#personal_messages .capacity_bar span.filled {
	background: #eea800;
}
#personal_messages .capacity_bar span.full {
	background: #f10909;
}
#personal_messages .reportlinks {
	padding: 0.5em 1.3em;
}
#searchLabelsExpand li {
	padding: 0.3em 0.5em;
}
#manrules .righttext {
	padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft {
	width: 15em;
	color: #333;
	padding: 0 1.25em 0.5em 1.25em;
}
#addrule fieldset {
	clear: both;
}

/* Styles for the calendar section.
----------------------------------- */
.calendar_table {
	margin-bottom: 0.7em;
}
.calendar_today {
	background-color: #F6F6F6;
}
.calendar_table .titlebg2 > .days {
	color: #2e0e02;
	font-size: 14px;
}
#month_grid {
	width: 200px;
	text-align: center;
	float: left;
}
#month_grid .cat_bar > .catbg {
	font-size: 18px !important;
}
#month_grid table {
	width: 200px;
}
#main_grid table {
	width: 100%;
	padding-bottom: 4px;
}
#main_grid table h3.catbg {
	text-align: center;
	height: 40px;
	border-top: 2px solid #2D2D2D;
	border-bottom: none;
}
#main_grid table.weeklist td.windowbg {
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-bottom: 2px solid #2D2D2D;
}
#main_grid table.weeklist td.weekdays {
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #2D2D2D;
}
#main_grid h3.weekly {
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 40px;
}
#main_grid h3 span.floatleft,
#main_grid h3 span.floatright {
	display: block;
	font-weight: bold;
}
#main_grid table th.days {
	width: 14%;
	padding: 6px 0;
}
#main_grid table.weeklist h4.titlebg {
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#main_grid table td.weeks {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#main_grid table td.days {
	vertical-align: top;
	text-align: center;
}
a.modify_event {
	color: red;
}
span.hidelink {
	font-style: italic;
}
#calendar_navigation {
	text-align: center;
}

/* Styles for the memberlist section.
------------------------------------- */
#mlist_search {
	margin: auto;
	width: 500px;
}

/* Styles for the basic search section.
--------------------------------------- */
#searchform,
#simple_search p {
	padding: 0.5em;
	margin: 0;
}
#simple_search,
#simple_search p,
#advanced_search {
	text-align: center !important;
	margin: 0;
}
#search_error {
	font-style: italic;
	padding: 0.3em 1em;
}
#search_term_input {
	font-size: 115%;
	margin: 0 0 1em;
}

/* Styles for the advanced search section.
------------------------------------------ */
#searchform fieldset {
	text-align: left;
	padding: 0;
	border: none;
}
#advanced_search dl#search_options {
	margin: 0 auto;
	width: 600px;
	padding-top: 1em;
	overflow: hidden;
}
#advanced_search dt {
	clear: both;
	float: left;
	padding: 0.2em;
	text-align: right;
	width: 20%;
}
#advanced_search dd {
	width: 75%;
	float: left;
	padding: 0.2em;
	margin: 0 0 0 0.5em;
	text-align: left;
}
#searchform .titlebg strong {
	font-weight: normal;
}
#searchform p.clear {
	clear: both;
}

/* Styles for the search results page.
-------------------------------------- */
.topic_table td blockquote,
.topic_table td .quoteheader {
	margin: 0.5em;
}
.search_results_posts {
	overflow: hidden;
}
.search_results_posts .buttons {
	padding: 5px 1em 0 0;
}

/* Styles for the help section.
------------------------------- */
#help_container {
	margin: 0;
	padding: 0 0 8px 0;
}
#helpmain {
	padding: 0 1em;
}

/* Styles for print media.
-------------------------- */
@media print {
	#headerarea {
		display: none;
	}
	.tborder {
		border: none;
	}
}

/* WgamE Styles */
a {
	outline: none;
	transition: all 0.2s ease-out 0s;
}
p,
span,
form {
	margin: 0;
	padding: 0;
}
#header-container {
	
}
#logo { 
	display: block;
	background: url(../images/custom/menu-logo.png) no-repeat;
	float: left;
	width: 154px;
	height: 42px;
	margin-top: 29px;
}
#account {
	float: right;
	margin: 30px 0 0 0;
	line-height: 40px;
}
#account ul,
#account li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #888;
}
#account li:after {
	margin: 0 10px;
	content: "/";
	position: relative;
	top: 1px;
	color: #98D4C1;
}
#account li:first-child > img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: 10px;
}
#account li:first-child:after,
#account li:last-child:after {
	content: "";
	margin: 0;
}
#account li a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
#account .btn-login > a,
#account .btn-register > a {
	background: #494949;
	border-bottom: 4px solid #5E5E5E;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	padding: 0 20px;
}
#account .btn-register > a {
	background-color: #ce6e51;
	border-color: #efc8b4; /*DaLoE*/
	margin-left: 5px;
	color: #3F3F3F;
}
#account li a:hover {
	color: #ce6e51;
}
#account .btn-register:hover > a {
	color: #FFF;
}
#navbar {
	background: #ce6e51;
	height: 54px;
	margin-top: 40px;
}
#topnav,
#topnav ul {
	margin: 0;
	padding: 0;
	z-index: 1000;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0 0 2px;
	position: relative;
	list-style: none;
}
#topnav li a {
	display: block;
	padding: 0 5px;
	line-height: 55px;
	color: #fff;
	text-decoration: none;
}
#topnav > li > a {
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: 12px;
}
#topnav > li > a i {
	 font-size: 12px;
	 color: #fff; /*DaLoE*/
}

#button_vip a, #button_vip a i{
    color: #ffcc00 !important;
}

#topnav > li > .active {
	/* background: #7FBAA8; */
	color: #f8f4f4;
}
#topnav li:hover > a {
	color: #f8f4f4; /*DaLoE*/
	/* background: #7FBAA8; */
}
#topnav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: #161212;
	border: 1px solid #fff;
	color: #fff !important;
}
#topnav li li {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;

}
#topnav li li a {
	display: block;
	/* width: 160px; */
	height: auto;
	float: none;
	line-height: 32px;
	font-size: 12px;
}
#topnav li:hover ul {
	left: 0;
	top: 56px;
}
#topnav li:hover ul a {
	color: #fff;
}
#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li:hover ul ul ul ul {
	top: -999em;
	left: auto;
}
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li li li li:hover ul {
	left: 200px;
	top: 0;
}
#button_login,
#button_register,
#button_logout {
	display: none;
}
#toolbar {
	height: 40px;
	padding: 40px 0;
}
#toolbar ul,
#toolbar li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#search {
	float: right;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.15);
}
#search input {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}
#search input[type="text"] {
	width: 100px;
	height: 26px;
	padding: 5px 35px 5px 15px;
	transition: all 0.2s ease-in 0.2s;
	line-height: 1;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
#search input[type="text"]:focus {
	width: 200px;
}
#search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/custom/loupe.png) 50% 50% no-repeat;
	width: 30px;
	height: 36px;
	cursor: pointer;
}
#breadcrumbs ul {
	padding: 20px 0;
	margin: 0;
}
#main {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 opacity: 0;
}
#board-notice {
	text-align: right;
	font-size: 12px;
	/* padding: 20px 0; */
}
#board-notice > a,
#board-notice > strong {
	margin-left: 15px;
	color: #2e0e02;
}
#board-notice span {
	background: #ee6a5b;
	padding: 2px 6px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
}
#board-notice a:hover span {
	background: #dd594a;
}
.table_list .divider td {
	height: 15px;
}
.mark_read {
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 15px;
}
.mark_read .buttonlist ul {
	padding: 0;
	margin: 0;
}
.table_grid .icon2 {
	width: 6%;
}
.table_grid .subject-title a {
	color: #af8965;
	font-weight: 600;
}
.plainbox,
#topic_icons .description { 
	background: #161212; /*DaLoE*/
	border: 0px; /*DaLoE*/
}
.cat_bar,
.title_bar {
	border-bottom: 0px; /*DaLoE*/;
}
.cat_bar > .catbg,
.title_bar > .titlebg {
	padding: 0 10px;
}
.table_grid tr th {
	border-bottom: 0px; /*DaLoE*/;
}
.windowbg > .content,
.windowbg2 > .content,
#help_container > .windowbg2 {
	padding: 15px;
	border: 0px; /*DaLoE*/
}
.windowbg > .content > dl,
.windowbg2 > .content > dl {
	padding: 8px 0;
}
.postbox dt,
#post_header dt,
.content > dl > dt {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
#forumposts .post_wrapper,
#personal_messages div.windowbg,
#personal_messages div.windowbg2,
#main_admsection .topic > .windowbg,
#main_admsection .topic > .windowbg2 {
	overflow: hidden;
	padding: 15px 0;
	border: 0px; /*DaLoE*/
	margin-bottom: 5px;
}
#main_admsection .topic .content,
#personal_messages .windowbg > .content,
#personal_messages .windowbg2 > .content {
	border: none;
	padding: 0 15px;
}
#personal_messages #profile_success {
	padding: 10px;
}
#admincenter div.windowbg,
#admincenter div.windowbg2,
#manage_maintenance .windowbg,
#manage_maintenance .windowbg2 {
	padding: 0;
	margin-bottom: 5px;
}
#manage_maintenance .content p {
	margin-bottom: 10px;
}
#admincenter form {
	overflow: hidden;
}
#admincenter #quick_search form {
	font-size: 13px;
}
#admincenter #quick_search input[type="submit"] {
	background-color: #717171;
}
#advanced_search {
	margin-bottom: 5px;
}
#footer {
	padding: 34px 0 20px;
	border-top: 4px solid #1d1e1e;
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #6e2c1d; /*DaLoE*/
}
#footer,
#footer a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#footer a {
	color: #fff;
}
#back-to-top {
	 position: absolute;
	 margin: -55px auto 0;
	 left: 0;
	 right: 0;
	 text-align: center;
	 background: #242527;
	 color: #fff;
	 border-radius: 100%;
	 text-decoration: none;
	 transition: opacity 0.2s ease-out;
	 font-size: 7pt;
	 height: 60px;
	 width: 60px;
	 line-height: 60px;
}
#back-to-top span {
	 line-height: 40px;
}
/*==============================
	Header
==============================*/
.header_a {
  display: block;
  /* position: fixed; */
  background-color: #161212; /*DaLoE*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
}
.header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  position: relative;
}
.header__content--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__btn {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 40px;
  background: none;
}
.header__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 13px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__btn span:nth-child(2) {
  top: 21px;
}
.header__btn span:nth-child(3) {
  top: 29px;
}
.header__btn--active span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
.header__logo img {
  display: block;
  max-height: 70px;
  filter: hue-rotate(134deg); /*SAW y daloe*/
}
.header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #161212; /*DaLoE*/
  color: white; /*DaLoE*/
  z-index: 99;
  width: 260px;
  padding: 25px 15px 0;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-top: 1px solid rgba(133,153,171,0.2);
}
.header__nav--active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__nav-link {
  font-size: 14px;
  color: #364e65;
}
.header__nav-link:hover {
  color: #fff;
}
.header__nav-link--active {
  color: #fff;
}
.header__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.show .header__nav-link {
  color: #fff;
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  min-width: 180px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: opacity, margin;
  margin-top: 0;
  top: 100%;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-top: 2px solid #fff;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.header__dropdown-menu li {
  padding: 0;
  list-style: none;
}
.header__dropdown-menu a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.header__dropdown-menu a i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 100%;
  width: 15px;
}
.header__dropdown-menu a:hover {
  color: white;
}
.header__dropdown-menu a.header__ntf-more {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 15px;
}
.header__dropdown-menu--right {
  left: auto;
  right: 0;
}
.header__dropdown-menu--ntf {
  padding: 0;
  min-width: 260px;
}
.header__search {
  display: none;
}
.header__profile,
.header__notifications {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-left: 15px;
}
.header__profile-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.header__profile-btn span {
  display: none;
}
.header__profile-btn img {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header__notifications-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__notifications-btn:hover,
.header__notifications-btn[aria-expanded="true"] {
  color: rgba(255,255,255,0.5);
}
.header__notifications-btn--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__messages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__messages:hover {
  color: rgba(255,255,255,0.5);
}
.header__messages--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__ntf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
}
.header__ntf-img {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.header__ntf-img img {
  width: 100%;
  vertical-align: top;
}
.header__ntf-title {
  width: calc(100% - 48px);
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 0;
}
.header__ntf-title span {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  display: inline;
}
.header__ntf-more {
  height: 40px;
  width: 100%;
  background-color: #fafafa;
}
.header__ntf-more:hover {
  color: #fa7268 !important;
}
@media (min-width: 360px) {
  .header__profile,
  .header__notifications {
	 margin-left: 25px;
  }
}
@media (min-width: 576px) {
  .header__profile,
  .header__notifications {
	 margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .header__search {
	 position: relative;
	 display: block;
  }
  .header__search ::-webkit-input-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search ::-moz-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search :-moz-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search :-ms-input-placeholder {
	 color: #dadedf;
	 opacity: 1;
  }
  .header__search-input {
	 width: 240px;
	 height: 40px;
	 -webkit-border-radius: 6px;
	 border-radius: 6px;
	 font-size: 14px;
	 color: #aeacac;
	 padding: 0 50px 0 20px;
	 border: none;
	 background-color: #4e4ac8;
  }
  .header__search-button {
	 position: absolute;
	 height: 40px;
	 color: #dadedf;
	 font-size: 22px;
	 top: 50%;
	 margin-top: -25px;
	 right: 10px;
	 line-height: 42px;
	 background: transparent;
	 border: none;
	 cursor: pointer;
  }
  .header__search-button:hover {
	 color: #fff;
  }
  .header__logo {
	 margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .header__profile.show .header__profile-btn span {
	 color: #fff;
  }
  .header__profile-btn {
	 width: auto;
  }
  .header__profile-btn span {
	 display: block;
	 font-size: 14px;
	 color: #dadedf;
	 font-weight: 600;
	 margin-left: 10px;
	 -webkit-transition: 0.4s;
	 -moz-transition: 0.4s;
	 transition: 0.4s;
  }
  .header__profile-btn:hover span {
	 color: #fff;
  }
}
@media (min-width: 1200px) {
  .header__btn {
	 display: none;
  }
  .header__logo {
	 margin-left: 0;
  }
  .header__nav {
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 padding: 0;
	 background-color: transparent;
	 width: auto;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: row;
	 -moz-box-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 position: relative;
	 top: auto;
	 right: auto;
	 bottom: auto;
	 border: none;
  }
  .header__nav-item {
	 margin: 0 30px 0 0;
	 width: auto;
  }
  .header__nav-item:last-child {
	 margin: 0;
  }
  .header__nav-link {
	 line-height: 70px;
	 display: block;
	 color: #dadedf;
  }
  .header__nav-link--active {
	 color: #fa7268;
	 cursor: default;
	 position: relative;
  }
  .header__nav-link--active:hover {
	 color: #fa7268;
  }
  .header__dropdown-menu {
	 margin-top: -15px;
  }
  .header__dropdown-menu.show {
	 margin-top: 0;
  }
  .header__search-input {
	 width: 200px;
  }
  .header__notifications-btn {
	 height: 70px;
  }
  .header__notifications-btn--active:before {
	 top: 25px;
  }
  .header__profile .header__dropdown-menu {
	 margin-top: 0;
  }
  .header__profile .header__dropdown-menu.show {
	 margin-top: 15px;
  }
}
@media (min-width: 1310px) {
  .header__nav-item {
	 margin: 0 40px 0 0;
	 width: auto;
  }
  .header__nav-item:last-child {
	 margin: 0;
  }
  .header__search-input {
	 width: 250px;
  }
}
#wrapper {
	 float: left;
	 width: 100%;
	 position: relative;
	 z-index: 25;
}
.cont {
	width: 100%;
	position: relative;
	z-index: 4;
	float: left;
	background: #fff;
	overflow: hidden;
}
.bg {
	 background: url(../images/custom/header.png);
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 background-size: cover;
	 background-attachment: scroll;
	 background-repeat: no-repeat;
	 background-position: left;
	 background-origin: content-box;
	 background-color: #161212;
}
.cont .bg {
	 height: 120%;
	 top: 0;
}
.op7 {
	 opacity: 0.5 !important;
}
.overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 opacity: 0.2;
	 z-index: 0; /*DaLoE*/
}
.header__search-button .interactive-input-icon {
	 fill: #8b88ff;
}
.header__search-button .interactive-input-icon {
	 fill: #adafca;
	 opacity: .6;
	 transition: fill .2s ease-in-out,opacity .2s ease-in-out;
}
.icon-magnifying-glass {
	 fill: #fff;
	 width: 20px;
	 height: 20px;
}
svg {
	 overflow: hidden;
	 vertical-align: middle;
}
.top-header-nav {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 /* display: flex; */
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 margin: 0;
}
.top-header-nav li .btn-login a .top-header-nav li .btn-register a {
	 padding-right: .75rem;
	 padding-left: .75rem;
}
.header__profile li.btn-login > a, .header__profile li.btn-register > a {
	padding-right: .75rem;
	padding-left: .75rem;
	justify-content: center;
	min-width: 2.3rem;
	height: 2.3rem;
	border-radius: 6px;
	background-color: rgba(0,0,0,.16);
	color: hsla(0,0%,100%,.87);
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.header__profile li.btn-login > a i, .header__profile li.btn-register > a i {
	 margin-right: 5px;
	 color: #fff; /*DaLoE*/
}
.header__profile ul .btn-register:not(:first-child) {
	 margin-left: .5rem;
}
.p-guest--message {
	 width: 100%;
	 text-align: center;
	 margin: 2% auto 2%;
	 color: #fff;
}
.p-guest--message--inner {
	 max-width: 1260px;
	 padding: 20px 10px;
	 margin: 0 auto;
}
.cont .container {
	 max-width: 1224px;
	 width: 92%;
	 margin: 0 auto;
	 position: relative;
	 z-index: 5;
}
.p-guest--message h1 {
	 color: #fff;
	 font-size: 35px;
	 font-weight: 700;
	 text-transform: uppercase;
	 line-height: 1.2;
	 letter-spacing: 4px;
	 margin: 0 auto;
}
section.parallax-section {
	 padding: 19px 0;
	 overflow: hidden;
}
section {
	 float: left;
	 position: relative;
	 padding: 100px 0;
	 background: #fff;
	 z-index: 1;
	 width: 100%;
}
.p-guest--message p {
	 color: #fff;
	 font-size: 13px;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 margin: 0 auto;
}
.section-separator {
	
	 float: left;
	 width: 100%;
	 position: relative;
	 margin: 20px 0;
}
.section-separator:before {
	 content: '';
	 position: absolute;
	 left: 50%;
	 top: 0;
	 height: 3px;
	 margin-left: -25px;
	 width: 50px;
	 border-radius: 3px;
	 z-index: 2;
	 background: #fff; /*DaLoE*/
}
.header-sec-link {
	 position: absolute;
	 left: 0;
	 right: 0;
	 z-index: 10;
	 bottom: 0;
}
.header-sec-link a {
	 position: absolute;
	 left: 50%;
	 width: 220px;
	 height: 80px;
	 line-height: 138px;
	 bottom: 0;
	 margin-left: -110px;
	 overflow: hidden;
	 text-align: center;
}
.header-sec-link a:after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background-position: center bottom;
	 background-repeat: no-repeat;
	 background-size: 400px 58px;
	 background-image: url(../images/custom/14.svg);
	 top: 25px;
	 left: 0;
	 z-index: -1;
}
#breadcrumbs {
	 background: #fff;
	 border: 1px solid #e5e7f2;
	 border-top: none;
	 border-radius: 0 0 6px 6px;
}
.header-sec-link a i {
	 position: relative;
	 z-index: 2;
	 bottom: 0;
	 font-size: 19px;
	 line-height: 138px;
	 color: #fff;
}
.breadcrumbs.block-breadcrumbs {
	 background: #161212; /*DaLoE*/
	 border-top: none;
	 padding: 10px 10px;
	 border-radius: 0 0 6px 6px;
}
.breadcrumbs.inline-breadcrumbs {
	 margin-bottom: 25px;
}
.breadcrumbs {
	 z-index: 50;
	 position: relative;
}
.breadcrumbs .p-nav-opposite {
	 cursor: pointer;
	 position: absolute;
	 right: 0px;
	 top: 50%;
	 height: 30px;
	 line-height: 30px;
	 margin-top: -20px;
	 color: #fff;
	 z-index: 20;
	 font-size: 12px;
	 border-radius: 4px;
}
.contentt {
	 width: 100%;
	 position: relative;
	 z-index: 4;
	 float: left;
	 background: #fff;
	 overflow: hidden;
}
/*DaLoE y Terre*/
td.icon{
	background-color: #161212;
}
td.icon2.windowbg{
	background-color: #686868;
}
td.info, td.lastpost.windowbg, td.stats{
	background-color: #161212;
}
td.children.windowbg{
	background-color: #161212;
}
div.content{
	background-color: #878787;
	color: black;
}
td.smalltext.chatposter a{
	font-weight: bold;
}
td.smalltext.chatposter{
	color: #434343;
}
td.smalltext.chatposter span{
	color: #434343 !important;
}
div#posting_icons{
	color: #161212;
}
/*f29c70 daloee*/
td.subject.windowbg, td.subject.windowbg2,td.stats.windowbg, td.stats.windowbg2, table.table_grid tbody tr td.lastpost.windowbg, table.table_grid tbody tr td.lastpost.windowbg2{
	background-color: #686868;
}
td.stats.stickybg, td.stats.stickybg2{
	background-color: #161212;
}
td.stats.lockedbg, td.stats.lockedbg2{
	background-color: #aeaeae;
}
.dropdown-menu, .dropdown-menu-right, .header__dropdown-menu, .header__dropdown-menu--right{
	background-color: #161212;
	 border: 1px solid #fff;
}
.inmo-logo{
	max-width: 0%;
}
.alerta{
	display: none !important;
}
.alertas{
	text-align: center;
	 border: 1px dashed;
	 background-color: #161212;
	 width: 100%;
	 height: auto;
	 padding: 5px;
	 margin-bottom: 7px;
}
div.alertas hr {background-color: #fff !important; margin-left: 10px !important; margin-right: 10px !important;}
div.alertas a {color: #fff !important; font-weight: bold !important;}
.bottom-linktree{
	background-color: #161212;
	color: white;
}

.postprefix-all{  
	font-weight: bolder;
	 font-variant: small-caps;
	 font-style: initial;
	 /*text-shadow: 1px 0 rgb(63 31 24), 0 1px rgb(63 31 24), 1px 0 rgb(63 31 24), 0 1px rgb(63 31 24);*/
}
/*.nombreusers{
	text-shadow: 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5), 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5);
}
.inline.smalltext a{
	 text-shadow: 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5), 1px 0 rgb(63,31,24,0.5), 0 1px rgb(63,31,24,0.5);
}*/
.inline.stats{
	display: block; font-size: 1em;
}

.postarea img, .signature img {
	 max-width: 100% !important;
}
.hidden {
	 display: none !important;
}
img{
	vertical-align: middle;
}
.marcoficha{
	width: 164px;
	 height: 111px;
	 margin-top: 60px;
	 position: absolute;
	z-index: 3;
}
.stickerficha{
	margin-left: 94px;
	 margin-top: 181px;
	 position: absolute;
	 width: 70px;
	 height: 54px;
}

.signature, .custom_fields_above_signature {
	 border-top: 1px #959494 solid;
}
/* No cargar medallas en pantallas de movil (o en otras palabras, peques) */
.medallaspost, .medallapostvip, .barra-medallas, .barra-medallasvip
{
  display: none;
}

@media (min-width: 768px)
{
	.medallaspost{
		display: block;
		background: -prefix-linear-gradient(left, #878787, #f9f7f7 8%, #f9f7f7 92%, #878787);
		background: linear-gradient(to right, #878787, #f9f7f7 8%, #f9f7f7 92%, #878787);
		height: 50px;
		border-radius: 15px;
		border-left: 3px solid #161212;
		border-right: 3px solid #161212;
		padding: 4px;
	}
	.medallaspostvip{
		background: -prefix-linear-gradient(left, #e7e7cb, #f9f9f7 8%, #f9f9f7 92% #e7e7cb) !important;
		background: linear-gradient(to right, #e7e7cb, #f9f9f7 8%, #f9f9f7 92%, #e7e7cb) !important;
		border-left: 3px solid #504F47 !important;
		border-right: 3px solid #504F47 !important;
	}
	.barra-medallas {
		 width: 100%;
		 height: 24px;
		 background-color: #161212;
		 box-shadow: inset 0 -13px 10px rgba(0,0,0,.1);
		 border: 1px solid #382d2d;
		 border-radius: 6px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 font-weight: 700;
		 font-family: Arial;
		 font-size: 12px;
		 color: #fff;
	}
	.barra-medallasvip {
		 background-color: #86895e;
		 border: 1px solid #5c5c4f;
		 color: #eadb02;
	}
}

/*Botones Like, citar, responder...*/
ul.quickbuttons li.inline_mod_check {
	margin: 0 0 0 5px;
}

ul.quickbuttons li a:hover {
	text-decoration: none;
	 background: #fff ;
	 color: #161212 ;
}
ul.quickbuttons li a {
	 display: block;
	 font-size: 13px;
	 color: white;
	 background: #161212;
	 border-bottom: 4px solid #161212;
	 height: 34px;
	 line-height: 34px;
	 padding: 0 8px;
	 cursor: pointer;
	font-weight: 600;
}

	 margin-top: 27px;
.navigate_section{
	color: white;
}
#message_index_jump_to{
	color: white;
}
.whos_viewing{
	background-color: #aeaeae;
}
.whos_viewing td.smalltext{
	color: #161212;
}
td.stats.windowbg, td.stats.windowbg2, td.stats.stickybg, td.stats.lockedbg, td.stats.stickybg2, td.stats.lockedbg2{
	text-align: center;
}
p.desc{
	color: #4d4d4d;
}
table{
	border-spacing: inherit;
}
.progresoexpe, .paginacreditos{
	bottom: 5px !important;
}
.cat_bar{
	background-color: #161212;
}
#forumposts .windowbg{
	min-height: 190px !important;
}

/*---------------------------------------------- A R R E G L O	M. P. ----------------------------------------------*/

.mpposter, .mppostervip
{
	background: url('/Themes/InmoGames/images/custom/fichamini.png') no-repeat;
	height: 171px;
	width:  164px;
	float: left;
	margin-left: 15px;
}

.mppostervip
{
	background: url('/Themes/InmoGames/images/custom/fichamini3.png') no-repeat !important;
}

.mpposter_guest
{
	background: url('/Themes/InmoGames/images/custom/perfilficha.png') no-repeat !important;
}

.mpposter_guest h4
{
	margin-top: -5px !important;
}


.mpposter h4, .mpposter h4 a, .mppostervip h4, .mppostervip h4 a
{
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	width:  165px;
	height:  21px;
	text-align: center;
	margin-top: -7px;
}

.mpposter li.stars, .mppostervip li.stars
{
	width:  165px;
	margin-top: -6px;
}
/* Avatar de la ficha */
.mpposter li.avatar, .mppostervip li.avatar
{
	position: static;
	width:  165px;
	height: 100px;
	/* Margen entre rango y avatar en píxeles */
	margin: 0px 0 0;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-left: -1px;
}

.mpposter h4, .mpposter ul li, .mppostervip h4, .mppostervip ul li
{
	text-align: center;
}
.membergroup, .postgroup, .mpposter ul ul, .mpposter li.postcount, .mpposter li.blurb, .mppostervip ul ul, .mppostervip li.postcount, .mppostervip li.blurb
{
  display: none;
}
.poster a, .windowbg .poster .smalltext, .windowbg2 .poster .smalltext{
	color: black;
}

/*---------------------------------------------- F I N	M P ----------------------------------------------*/

#forumposts .mpposter{
	background: url('/Themes/InmoGames/images/custom/perfilficha.png') no-repeat !important;
}
#forumposts .mpposter h4{
	margin-top: 10px !important;
}
#forumposts .mpposter li.avatar{
	margin-top: 15px !important;
}
ul.quickbuttons li a.new_like_link, ul.quickbuttons li a.new_unlike_link{
	background: #a70808 !important;
	 border-bottom: 4px solid #a70808 !important;
}
ul.quickbuttons li a.new_like_link:hover, ul.quickbuttons li a.new_unlike_link:hover {
	background: #6a1a1a !important;
}
/* Estilo para Reti el pesao */
#posting_icons {margin-top: -7px;}

#posting_icons .reset .floatleft {margin-top: -3px !important;	  padding-bottom: 3px !important;}

/*Fin DaLoE*/
.gray-bg {
	 background: #2d2d2d;/*DaLoE*/
}
.no-top-padding-sec {
	 padding-top: 0;
}
.main-footer {
	 background: #161212; /*DaLoE*/
	 color: white; /*DaLoE*/
	 overflow: hidden;
	 z-index: 6;
	 padding: 18px 0;
	 text-align: center;
}
.main-footer a {
	 color: white; /*DaLoE*/
}
.fl-wrap {
	 width: 100%;
	 position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
.to-top {
	 position: fixed;
	 bottom: 60px;
	 right: 25px;
	 width: 40px;
	 height: 40px;
	 color: #fff;
	 background: #161212; /*DaLoE*/
	 text-align: center;
	 line-height: 40px;
	 font-size: 17px;
	 z-index: 116;
	 cursor: pointer;
	 display: none;
	 border-radius: 3px;
	 box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.2);
	 -webkit-transform: translate3d(0,0,0);
}
.to-top i {
	 color: #fff;
}
section .container {
	 position: relative;
	 z-index: 5;
}
.fa-lg {
	 margin-right: 5px;
}
.fa-help:before {
	 content: "\f059";
}
.fa-admin:before {
	 content: "\f509";
}
.fa-moderate:before {
	 content: "\f0f3";
}
.fa-profile:before {
	 content: "\f007";
}
.fa-pm:before {
	 content: "\f0e0";
}
.fa-mlist:before {
	 content: "\f500";
}
/*icons*/
.fa-help:before{content:"\f059"}
.fa-gear:before,
.fa-admin:before,
.fa-cog:before {
  content: "\f013";
}
.nodeIcon.hasGlyph .fa, .fas, .far, .fal, .fab {

	 line-height: 40px;
}
.fa-moderate:before{content: "\f0ad";}
.fa-profile:before{content:"\f007"}
.span-profiler:before{content:"\f007"}
.fa-pm:before{content: "\f0e0"}
.fa-mlist:before, .fa-view_all_members:before{content:"\f0c0"}
.fa-mlist_search:before{content: "\f002";}
.fa-logout:before{content:"\f2f5"}
.fa-register:before{content:"\f303"}
.fa-login:before{content:"\f007"}
.fa-add_poll:before{content:"\f0ae"}
.fa-new_poll:before{content:"\f0ae"}
.fa-notify:before{content:"\f0f3"}
.fa-unnotify:before{content:"\f1f6"}
.fa-mark_unread:before{content:"\f00c"}
.fa-mark_as_read:before{content:"\f00c"}
.fa-send_topic:before{content:"\f0e0"}
.fa-mark_read_short:before{content:"\f00c"}
.fa-new_topic:before{content:"\f303"}
.fa-move_topic:before{content:"\f07c"}
.fa-remove_topic:before{content:"\f2ed"}
.fa-set_lock:before{content:"\f023"}
.fa-set_sticky:before{content:"\f14a"}
.fa-set_nonsticky:before{content:"\f14a"}
.fa-merge:before{content:"\f362"}
.fa-set_unlock:before{content:"\f09c"}
.fa-poll_lock:before {content: "\f023";}
.fa-poll_edit:before{content: "\f044";}
.fa-poll_remove:before {content: "\f00d";}
.fa-calendar_link:before {content: "\f073";}
.fa-calendar_post_event:before {content: "\f067";}

/*AÑADIDOS DESPUES DE PUBLICADO*/


ol, ul {
	 /*list-style: none;*/
}

/* Tablas - Terre */
.tablaxd th {background-color: #161212 !important; border: 1px solid #0A0600; color: white;}
.tablaxd table {border-collapse: collapse;}
.tablaxd th, .tablaxd td {padding: 8px;}
.tablaxd td {border: 1px solid rgb(0,0,0,0.2) !important; background-color: rgb(0,0,0,0.08) !important;}

/* Mensajes de error centrados - Terre */
#fatal_error .windowbg {text-align: center;}

/* Ancho y alto máximo de los avatares */
.mpposter ul li.avatar img, .mppostervip ul li.avatar img, .poster ul .avatar img, .postervip ul .avatar img {min-width: 100px; min-height: 100px; width: 100px; height: 100px; max-width: 100px; max-height: 100px;}

/* Hover de los botones del menú */
#topnav li ul li a:hover{
	background-color: #fff !important;
	color: #161212 !important;
}
#topnav li ul li{
	padding-right: 2px !important;
}

/* Botones del chat y del menú superior */
.button_submit, .header__btn{
	border: 0px;
	outline: none;
}
.header__btn span{
	background-color: #fff !important;
}

/* Mensajes, GGCoins y Likes en la barra superior */
ul.putoreti{
	list-style:none;
	width: 150px;
	padding-left: 5px;
}

ul.putoreti li, ul.putoreti li a{
	color: #fff;
	font-weight: bold;
}

ul.putoreti #GGCoins{
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.putoreti li abbr a{
	text-decoration-color: #fff;
}

.putoretiimg{
	margin-right: 5px;
}

.putatabladeloscojones tr, .putatabladeloscojones tr td{
	background-color: transparent !important; border: 0px !important;
}


/* Avatares superperfil */
.windowbg .content table tr td img.avatar{
	min-width: 100px, min-height: 100px; width: 100px; height: 100px; max-width: 100px; max-height: 100px;
}

/* Stickers y marcos - cosas importantes */
.stickerficha, .marcoficha{
	background-repeat: no-repeat;
	pointer-events: none;
	user-select: none;
}