/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #a6a6a6;
	background-color: #101010;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #a6a6a6;
}

h3 {
	border-bottom-color: #1a1a1a;
	color: #a6a6a6;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #1a1a1a;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #FFB300; text-shadow: 1px 1px 1px #000000; }
a:hover { color: #FFFFFF;
text-decoration: none !important; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #a6a6a6;
}

.forumbg .header a:hover, .forabg, th a:hover {
	color: #FFFFFF;
}

.header a:hover {
	color: #a6a6a6;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	border-bottom-color: #d60;
	color: #d60;
}

.postlink:visited {
	border-bottom-color: #333;
	color: #d60;
}

.postlink:hover {
	background-color: #fec;
	color: #333;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.top i {
	color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #FFF;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: #0d0d0d;
	border-color: #000;
}

.headerbar {
	color: #FFFFFF;
}

.headerbar {
	background-color: #0d0d0d;
}

.forabg, .forumbg {
	background-color: #181818;
}

.navbar {
	background-color: #121212;
	border: 1px solid #1f1f1f;
}

.panel {
	background-color: #121212;
	color: #a6a6a6;
	border: 1px solid #1a1a1a;
}

.post:target .content {
	color: #a6a6a6;
}

.post:target h3 a {
	color: #333;
}

.bg1 {
	background-color: #121212;
	border: 1px solid #1f1f1f;
}

.forabg .bg1:hover {
    background: rgb(25, 25, 25);
}

.forumbg .bg1:hover {
    background: rgb(25, 25, 25);
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #121212;
}

.bg2 {
	background-color: #121212;
	border: 1px solid #1f1f1f;
}
.forabg .bg2:hover {
    background: rgb(25, 25, 25);
}
.forumbg .bg2:hover {
    background: rgb(25, 25, 25);
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #121212;
}

.bg3	{
	background-color: #121212;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
	background-color: #333;
}
/*
table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CFE1F6;
	color: #000;
}
*/
table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #a6a6a6;
	padding-top: 4px;
}

dl.details dd {
	color: #666;
}

.sep {
	color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #d60;
}

.icon.icon-green, a:hover .icon.icon-green{
	color: #d60;
}

.icon.icon-red, a:hover .icon.icon-red{
	color: #FFB300;
}

.icon.icon-orange, a:hover .icon.icon-orange{
	color: #d60;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray{
	color: #333;
}

.icon.icon-gray, a:hover .icon.icon-gray{
	color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray{
	color: #FFF;
}

.icon.icon-black, a:hover .icon.icon-black{
	color: #FFB300;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #1a1a1a;
}

.jumpbox-cat-link {
	background-color: #333;
	border-top-color: #333;
	color: #FFFFFF;
}

.jumpbox-cat-link:hover {
	background-color: #d60;
	border-top-color: #d60;
	color: #fff;
}

.jumpbox-forum-link {
	background-color: #fff;
}

.jumpbox-forum-link:hover {
	background-color: #fff;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #fff transparent;
}

.jumpbox-sub-link {
	background-color: #121212;
}

.jumpbox-sub-link:hover {
	background-color: #101010;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #1a1a1a1a1a1a;
}

.error {
	color: #D60;
}

.reported {
	background-color: #121212;
}

.reported:hover {
	background-color: #101010;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
    background-color: #1a1a1a;
    color: #333;
    border: 1px solid #1f1f1f;
    padding: 10px;
}

p.post-notice {
	background-color: #d60;
	background-image: none;
	color:#fff;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #111111;
}

ul.topiclist li {
	color: #a6a6a6;
	border-color: #000;
}

ul.topiclist dd {
	border-left-color: #181818;
}

.rtl ul.topiclist dd {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

li.row {
	border: 1px solid black !important;
  border-top: 1px solid #1a1a1a !important;
}

li.row strong {
	color: #a6a6a6;
}

/*
li.row:hover {
	background-color:#fec;
}

li.row:hover dd {
	border-left-color: #CCCCCC;
}

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}
*/

li.header dt, li.header dd {
	color: #a6a6a6;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #a6a6a6;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #a6a6a6;
}

.content h2, .panel h2 {
	color: #a6a6a6;
	border-bottom-color:  #1a1a1a;
}

dl.faq dt {
	color: #a6a6a6;
}

.posthilit {
	background-color: #d60;
	color: #fff;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #1a1a1a;
}

/* Post noticies */
.notice {
	border-top-color:  #1a1a1a;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	/*  background-color: #242424;
	border-color:#DBDBCE; */
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#121212;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #121212;
}

/* Code block */
.codebox {
	/* background-color: #212121;
	border-color: #C9D2D8; */
}

.codebox p {
	/* border-bottom-color:  #CCCCCC; */
}

.codebox code {
	font-family: Courier, 'Courier New', sans-serif;
    font-size: 11px;
    color: #fff;
    box-shadow: 1px 1px 1px 0 #000000;
    background-color: #0a0a0a;
    padding: 5px;
    border: #222;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	/* border-top-color: #474747;*/
	color: #a6a6a6;
}

fieldset.polls dl.voted {
	color: #CCCCCC;
}

fieldset.polls dd div {
	color: #E6E6E6;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #313131;
	border-left-color: #DBB30B;
	border-right-color: #DBB30B;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #313131;
	border-left-color: #DBB30B;
	border-right-color: #DBB30B;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #313131;
	border-left-color: #DBB30B;
	border-right-color: #DBB30B;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #313131;
	border-left-color: #DBB30B;
	border-right-color: #DBB30B;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #313131;
	border-left-color: #DBB30B;
	border-right-color: #DBB30B;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-color: #1a1a1a;
}

.pm .postprofile {
	border-color: #393939;
}

.postprofile strong {
	color: #a6a6a6;
}

.online {
	background-image: url("./en/icon_user_online.gif");
}

dd.profile-warnings {
	color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #666666;
	background-color: #181818;
	color: #a6a6a6;
}

.button:hover, .button:focus {
	color: #FFF;
	background-color: #181818;
	border-color: #666666;
}

.button:active {
	color:#fff;
	background-color:#181818;
}

.button .icon,
.button-secondary {
	color: #a6a6a6;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #FFF;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #666666;
}

.caret	{ border-color: #DADADA; }
.caret	{ border-color: #C7C3BF; }

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #fec; }

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #181818;
	filter: none;
	border-color: #666;
	color: #a6a6a6;
}

.pagination li.ellipsis span {
	background: transparent;
	color:	#333;
}

.pagination li.active span {
	background: #666;
	border-color: #666;
	color: #FFFFFF;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #2d2d2d;
	filter: none;
	color: #666;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #555;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_googleplus-icon				{ background-position: -140px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/topic_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/topic_unread.png"); }
.global_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read.png"); }
.announce_read_locked				{ background-image: url("./images/topic_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/topic_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/topic_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/topic_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/topic_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_read.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read.png"); }
.forum_unread						{ background-image: url("./images/forum_read.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_read.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_read.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read.png"); }
.sticky_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/topic_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/topic_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_read.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #393939;
}

.panel-container .panel li.row {
	border-bottom-color: #1a1a1a;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #1a1a1a;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #fff;
}

.panel-container table.table1 thead th {
	color: #fff;
	border-bottom-color: #bbb;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #1d1d1d;
	color: gray;
}

.tabs .tab > a:hover {
	background: #333;
	color: #fff;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background-color: #393939;
    color: wheat;
}

.tabs .activetab > a:hover {
	color: wheat;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background-color: #E1EBF2;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
    color: gray;
    background: #1d1d1d;
}

.rtl .navigation a {
	background: #ddd;
}

.navigation a:hover {
	background: #333;
	color: #fff;
}

.navigation .active-subsection a {
    background: #393939;
    color: wheat;
}

.navigation .active-subsection a:hover {
	color: wheat;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #B2C2CF;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #a6a6a6;
}

.panel-container .panel {
	background-color: #181818;
}

.cp-main .pm {
	background-color: #181818;
}

/* Friends list */
.cp-mini {
	background-color: #121212;
}

dl.mini dt {
	color: gray;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #d60;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #393939;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #777;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #630000;
}

/* Avatar gallery */
.gallery label {
	background: #FFFFFF;
	border-color: #CCC;
}

.gallery label:hover {
	background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #1a1a1a;
	background-color: #121212;
	color: #a6a6a6;
}

label {
	color: #a6a6a6;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #a6a6a6;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FFF;
}

fieldset.fields2 dl:hover dt label {
	color: #FFF;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #121212;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #a6a6a6;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #121212;
	border-color: #555 !important;
	color: #a6a6a6;
}

.inputbox:-moz-placeholder {
	color: #a6a6a6;
}

.inputbox::-webkit-input-placeholder {
	color: #a6a6a6;
}

.inputbox:hover {
	border-color: #1a1a1a;
}

.inputbox:focus {
	border-color: #1a1a1a;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #a6a6a6;
	background-color: #181818;
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #333;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #a6a6a6;
	color: #FFF;
	background-color:#181818;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #a6a6a6;
	color: #FFF;
	background-color:#181818;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
    background-color: #1f1f1f;
    border-color: #353535;
}
#phpbb_alert .icon {
    color: red !important;
}
.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	color: #333;
	border-top-color: #121212;
	background-color: #181818;
}

/*
.dropdown-extended ul li:hover {
	background-color: #fec;
}
*/

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #000;
	color: #FFF;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #1a1a1a1a1a1a
}

.dropdown-extended .header {
	background-color: #121212;
}

.dropdown .pointer {
	border-color: #000 transparent;
}

.dropdown .pointer-inner {
	border-color: #000 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #121212 transparent;
}

.dropdown .dropdown-contents {
	background: #121212;
	border-color: #000;
}

.dropdown li, .dropdown li li {
	border-color: #2d2d2d;
}

.dropdown li.separator {
	border-color: #2d2d2d;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #888;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #d60;
}



.plinkxt a { color: white; font-weight: bold;}
/*.plinkx a { color: white; font-weight: bold;}
.plinkx a:hover { color: white; text-decoration: underline; }*/
.thHead { padding: 5px; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; font-size: 15px; }
td .row1 { border-top: 1px solid #181818; }
td .row2 { border-top: 1px solid #181818; }
td .row3 { border-top: 1px solid #181818; }

.unlockp { text-align: center; padding: 10px; }
.unlockp a { color: gray; font-size: 14px; }
.unlockp a:hover { text-decoration: underline; }
.onoff{margin-left:-27px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;position:relative;cursor:pointer;width:55px;height:30px;line-height:30px;font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.onoff label,.onoff label:after{top:0;left:0;width:100%;position:absolute}
.onoff label{height:100%;cursor:pointer;background:#cd3c3c;border-radius:5px;font-weight:700;color:#FFF;-webkit-transition:background .3s,text-indent .3s;-moz-transition:background .3s,text-indent .3s;-o-transition:background .3s,text-indent .3s;transition:background .3s,text-indent .3s;text-indent:27px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4) inset;-moz-box-shadow:0 0 5px rgba(0,0,0,.4) inset;box-shadow:0 0 5px rgba(0,0,0,.4) inset}
.onoff label:after{content:'Nie';display:block;font-size:12px;color:#591717;text-shadow:0 1px 0 rgba(255,255,255,.35);z-index:1}
.onoff label:before{content:'';width:15px;height:24px;border-radius:3px;background:#FFF;position:absolute;z-index:2;top:3px;left:3px;display:block;-webkit-transition:left .3s;-moz-transition:left .3s;-o-transition:left .3s;transition:left .3s;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);-moz-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4)}
.onoff input:checked+label{background:#378b2c;text-indent:8px}
.onoff input:checked+label:after{content:'Tak';color:#091707}
.onoff input:checked+label:before{left:37px}

.pagination .fa-chevron-left { color: orange; font-size: 16px; }
.pagination .fa-chevron-left { color: orange; font-size: 13px !important; border: none; background: none !important; }
.pagination .fa-chevron-right { color: orange; font-size: 13px !important; border: none; background: none !important; }
.newmenu { text-align: center;padding: 9px;background: #121212;border: 1px solid #1f1f1f; text-align: center; }
.newmenu a {
padding-right: 5px;
    text-align: center !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.newmenu .iconn {
  display: none;
}
.newmenu p { float: left; text-align: left; }


.clearfix:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.forabg dl dt { margin-right: -340px; }
.formajaxplus {
    display: none;
    padding: 15px;
    background: #1a1a1a;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
}
.active i { color: orange !important; }
a.subforum { color: gray; font-weight: bold; font-size: 10px; }
a.subforum:hover { color: white; }
.topiclist .pagination { float: left; }
#viewprofile .panel { padding: 0; border: 1px solid black; }
#viewprofile h3 { padding: 5px; margin: 0; text-align: center; border-top: 1px solid #212021; background: #181818; border-bottom: 1px solid black; }
#viewprofile .column1 { border: none !important; width: 39%; }
#viewprofile .column2 { padding-bottom: 5px; border-left: 1px solid black; width: 60.8%; }
#viewprofile dl { border-top: 1px solid #181818; background: #121212; font-size: 11px !important; padding-top: 7px; }
#viewprofile .details dd { padding-top: 4px; padding-left: 14px; }
#viewprofile .column1 .details dd { border-top: 1px solid #1a1a1a; }
.memberlist-title { border-left: 1px solid black; border-right: 1px solid black; background: #121212; border-top: 1px solid #1a1a1a !important; font-size: 11px; padding: 6px !important; margin: 0 !important; font-weight: bold; }
.forum-title {
    word-spacing: 0 !important;
    font-size: 18px;
    margin-bottom: 16px;
}
.topic-title {
    word-spacing: 0 !important;
    font-size: 18px;
    margin-bottom: 16px;
}
.dropdown-extended a {

    padding: 8px !important;
    width: auto !important;
    border: 0 !important;

}
.header .header_settings a {

    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;

}
.ui-tabs-panel {

    background: #181818 !important;

}
.ui-tabs-nav {
    background: none;
    border: none;
}
.ui-tabs-tab {

    background: #1d1d1d !important;
    border: none !important;

}
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {

    background: #393939 !important;
    color: wheat;
    border: none;

}
.ui-tabs-tab a {

    color: wheat !important;
    text-shadow: none !important;
    font-weight: bold;

}
.recent a {

    color: #FFB300 !important;
	opacity: 0.8;
	transition: 0.3s ease all;
    color: white;
}
.recent a:hover {
	opacity: 1;
	transition: 0.3s ease all;
    color: white !important;
}
