/**
*
* @package phpBB Extension - CSS Magic
* @copyright (c) 2018 martin - https://www.martins-play-ground.com & Sniper_E - https://www.sniper-e.net
* @license Proprietary/All rights reserved (martins-play-ground.com ownes these files and has the right to disable them)
*
*/

html, body {
	color: #dddddd;
	background: #000000;
}

body {
    padding-bottom: 12px;
}

h1 {
	color: #ffffff !important;
}

h2, caption {
	color: #eac712;
}

ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}

hr {
	border: 1px solid #777777 !important;
	background-color: #999999 !important;
	margin-top: 4px;
}

/* General links  */
a:link, a:visited {
	color: #eac712;
}

a:hover {
	color: #6bb17e;
}

a:active {
	color: #6bb17e;
}

a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover {
	border: 1px solid #999999;
	background: #555555;
	color: #ffffff;
}

/* Main blocks
---------------------------------------- */
#wrap {
	background: #333333;
    padding: 0 20px 5px;
	margin: 20px 10px 10px;
	border: 1px solid #999999;
	border-radius: 12px;
}

#page-header {
	background: rgba(0, 0, 0, 0) linear-gradient(#222222 0%, #777777 50%, #222222 100%) repeat scroll 0 0;
	padding: 20px 20px 10px 10px;
	margin: 0 -20px 15px;
	border-bottom: 1px solid #999999;
	border-radius: 12px 12px 0 0;
}

#page-header h1 {
	background:  url(../images/phpbb_logo.svg) top left no-repeat;
	padding: 10px 0 10px;
	margin-left: 10px;
	margin-bottom: -5px;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#page-header {
		overflow: inherit !important;
	}

    #page-header h1 {
        font-size: 1.40em !important;
		text-shadow: 1px 1px #000000;
    }
}

.rtl #page-header::after {
	text-align: right;
	background: url(../images/phpbb_logo.svg) top right no-repeat;
}

#page-header h1 {
	color: #000000;
}

#page-header-sitename {
	float: right;
	padding: 0 2px 1px 0;
	margin: 9px 32px -9px;
	font-size: 1.1em;
	font-weight: bold;
}

#content {
    padding: 20px 10px 10px;
    background-color: #3a3a3a;
    background: none;
    background-image: none;
}

#content h1 {
	color: #000000;
}

/* Tabbed menu
----------------------------------------*/
#tabs .tab > a {
	background: rgba(0, 0, 0, 0) linear-gradient(#aaaaaa 0%, #444444 100%) repeat scroll 0 0;
	border-bottom-color: #444444;
	color: #000000;
	margin: 1px 0 1px 4px;
	padding: 6px 9px 5px;
}

#tabs .tab > a:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#444444 0%, #777777 100%) repeat scroll 0 0;
	color: #eac712;
	padding: 6px 9px 5px;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	color: #dddddd;
	background: none;
	background: rgba(0, 0, 0, 0) linear-gradient(#777777 0%, #444444 100%) repeat scroll 0 0;
	margin: 1px 0 -1px 4px;
	border-bottom-color: #444444;
}

#tabs .activetab > a {
	padding: 6px 9px;
}

#tabs .activetab > a:hover {
	margin: 1px 0 0 4px;
}

/* Main Panel
---------------------------------------- */
#acp {
	background: #444444;
	border: none;
	box-shadow: #999999 0 0 0 1px inset;
}

/* Sub-navigation Menu
---------------------------------------- */
/* Menu */
#menu {
	border-right: 1px solid #222222;
}

.rtl #menu {
	border-left: 1px solid #222222;
}

/* Link styles for the sub-section links */
#menu li span {
	color: #eac712;
}

#menu li a:hover, #menu li a:hover span {
	background-color: #222222;
	color: #6bb17e;
}

#menu li a:active, #menu li a:active span {
	color: #999999;
}

#menu li#activemenu a span {
	background: transparent url("../images/arrow_right.gif") 1% 50% no-repeat !important;
	color: #6bb17e;
}

#menu li#activemenu a:hover span, #menu li#activemenu span {
	background-color: #222222 !important;
	color: #6bb17e;
}

#menu li a:active, #menu li a:active span, #menu li#activemenu a:active span {
	color: #999999;
}

#menu .header {
	color: #ffffff;
	border-bottom: 1px solid #222222;
}

/* Table styles
---------------------------------------- */
table {
	border: 1px solid #999999 !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 5px 2px 0 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
}

th {
	background: #333333 !important;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-radius: 0 !important;
}

.row1 {
	background-color: #666666 !important;
}

table.zebra-table tbody tr:nth-child(odd) {
	background-color: #666666 !important;
}

.row2 {
	background-color: #555555 !important;
}

table.zebra-table tbody tr:nth-child(even) {
	background-color: #555555 !important;
}

.permissions-panel th.row3 {
    background-color: #555555;
    color: #dddddd;
}

.permissions-panel th.row4 {
    background-color: #444444;
    color: #dddddd;
}

.permissions-category a {
	background: #333333;
	border-radius: 5px 5px 0 0;
	margin: 0 0 1px 2px;
}

.permissions-category a:hover {
	background: #777777;
}

.permissions-category .activetab {
	margin-bottom: -1px !important;
}

.permissions-category .activetab a {
	background: rgba(0, 0, 0, 0) linear-gradient(#777777 0%, #555555 100%) repeat scroll 0 0;
}

.permissions-category a span.tabbg {
	background: none;
	color: #999999;
}

.permissions-category a:hover span.tabbg {
	color: #dddddd;
}

.permissions-category a:hover span.colour {
	border: 1px solid #86F786;
}

.permissions-category .activetab a span.tabbg,
.permissions-category .activetab a:hover span.tabbg {
	color: #ffffff;
	margin-bottom: 1px;
}

.dropdown .dropdown-contents {
	background: #555;
}

.row3 { background-color: #555555 !important;color: #dddddd; }
.row4 { background-color: #444444 !important; }
.col1 { background-color: #777777 !important; }
.col2 { background-color: #555555 !important; }

/* 4 row background colours for trees */
.row1a { background-color: #777777; }
.row1b { background-color: #666666; }
.row2a { background-color: #666666; }
.row2b { background-color: #555555; }

tr.row-highlight:hover td { background-color: #444444 !important; }

.spacer {
	background-color: #444444;
}

/* Deactivated row */
.row-inactive a:hover {
	color: #6bb17e;
}

/* General form styles
----------------------------------------*/
fieldset {
	max-height: none !important;
	background: rgba(102, 102, 102, 102) linear-gradient(#666666 0%, #777777 100%) repeat scroll 0 0 !important;
	border: 1px solid #999999;
	border-radius: 7px !important;
	box-shadow: none !important;
}

legend {
	padding: 0 !important;
	background: none;
	background: rgba(0, 0, 0, 0) linear-gradient(#444444 0%, #666666 100%) repeat scroll 0 0 !important;
	color: #ffffff;
	box-shadow: none !important;
}

/* Definition list layout for forms
---------------------------------------- */
dt label {
	color: #eac712;
	margin-bottom: 4px !important;
	padding: 0 2px 2px 2px;
}

dd label {
	color: #eac712;
}

fieldset dd {
	color: #eac712;
}

/* Hover highlights for form rows */
fieldset dl:hover dt, fieldset dl:hover dd {
	border-color: #000000;
}

fieldset dl:hover dt label {
	font-weight: bold;
}

fieldset dl dd label:hover {
	color: #6bb17e;
}

fieldset.tabulated {
	background: none !important;
}

/* Action Highlighting
---------------------------------------- */
.notice {
	background: rgba(0, 0, 0, 0) linear-gradient(#999999 0%, #444444 6px, #777777 100%) repeat scroll 0 0;
	border: 1px solid #999999;
	border-radius: 7px;
}

.send-stats-tile {
    background-color: #777777;
	border: 1px solid #999999;
    border-radius: 7px;
    box-shadow: none;
}

.send-stats-row > .send-stats-data-row:first-child {
    background-color: #555555;
}

.send-stats-data-row {
    background: #999999;
    border-radius: 7px;
    border: #999999 1px solid;
}

.configlist fieldset dt,
.configlist fieldset dd {
	padding: 4px 0 6px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #000000;
}

dd {
    color: #dddddd;
}

optgroup, select {
    background-color: #E3DFD8;
}

.spacer {
    background-color: #444444 !important;
}

/* Classes for additional tasks
---------------------------------------- */
.current-ext {
	color: #00AA00 !important;
}

.phpbb_alert {
	background-color: #555555 !important;
	border-radius: 7px;
}

.alert_text fieldset {
	background: transparent !important;
}

/* ------------------------------------- *
 * Adjustments needed for acp extensions *
 * ------------------------------------- */

/* Extensions .yml Files Syntax Check */
.head-panel {
    background: rgba(102, 102, 102, 102) linear-gradient(#555555 0%, #666666 100%) repeat scroll 0 0 !important;
	color: #dddddd !important;
	border-color: #999999 !important;
	box-shadow: none !important;
}

.head-panel div.head-title {
	color: #eac712 !important;
}

div.table {
	width: 100%;
	border: 1px solid #999999 !important;
	padding: 0 !important;
	margin: 10px 2px 0 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
}

div.table th {
	padding: 3px 4px;
	color: #999999;
	background: #333333;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-radius: 0 !important;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
}

.table-header-cell-narrow-left,
.table-header-cell-center,
.table-header-cell,
.table-header-cell-right {
	background: #333333 !important;
	border-top: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
	line-height: 100% !important;
}

.table-body-cell-tiny {
	width: 20px !important;
	margin-right: 2px;
	text-align: center !important;
	border-right: 1px solid #999999;
}

.table-row1 {
	background: #666666 !important;
}

.table-row2 {
	background: #555555 !important;
}

fieldset legend {
	border-style: none;
	border-color: transparent;
}

/* Hangman */
.toggle:checked {
    background-color: #3fa651 !important;
}

/* Mobile Device */
.permissions-panel {
    background-color: #555555 !important;
	border: 1px solid #222222 !important;
}

/* Smilies Signs */
#acp_smiliesigns dl {
    background: #555555 !important;
    border: 1px solid #333333 !important;
    box-shadow: 2px 2px #555555 !important;
}

.sign-header {
	background-color: #444444 !important;
	background-image: -webkit-linear-gradient(top, #777777 0%, #222222 100%) !important;
	background-image: linear-gradient(to bottom, #777777 0%,#222222 100%) !important;
}

.sign-img {
    background-image: -webkit-linear-gradient(top, #222222 0%, #777777 100%) !important;
    background-image: linear-gradient(to bottom, #222222 0%, #777777 100%) !important;
}

.sign-panel {
    background-color: #999999 !important;
    color: #000000 !important;
}

input.sign-submit.button1 {
    color: #000000 !important;
}

input.sign-submit.button1:hover {
    color: #999999 !important;
}

/* Upload Extensions */
fieldset.quick, p.quick {
    background: transparent !important;
}

.upload_ext_list a.upload_get_details_link,
.ext_version_bubble {
    background-color: transparent !important;
}

.upload_ext_list a.upload_get_details_link:hover {
	background-color: #333333 !important;
	box-shadow: 0 0 10px #999 !important;
}

.upload_main_link {
    background-color: #333333 !important;
	border: 1px solid #222222 !important;
}

a.upload_main_page_link_block {
	background-color: #555555 !important;
}

.upload-menu:hover {
	background-color: transparent !important;
	box-shadow: none !important;
}

.upload_load_list.upload_main_link:hover,
.upload_load_zip.upload_main_link:hover,
.upload_load_uninstalled.upload_main_link:hover {
	box-shadow: none !important;
	color: #6bb17e !important;
}

.upload_ext_upload_button {
    background: #555555 !important;
    box-shadow: -1px -1px 1px 1px #cccccc !important;
	border-bottom-right-radius: 7px;
}

#upload_extensions_title {
    background-color: #cccccc !important;
    color: #000000 !important;
    box-shadow: 0 0 25px -5px #000000 inset !important;
}

#upload_extensions_title_links {
    background-color: #999 !important;
    box-shadow: 0 0 25px -5px #000 inset !important;
}

#upload_extensions_title_links a:hover {
	background-color: #dddddd !important;
}

#valid_phpbb_extensions_title {
    background: #888888 !important;
    border: 1px solid #333333;
    box-shadow: 0 0 35px #000000 inset !important;
}

#upload_modal_box {
    background-color: #555555 !important;
}

.ext_details_block {
    top: -12px !important;
    background-color: #555555 !important;
	margin-top: 10px;
}

h1.ExtensionName,
.description_title,
.requirements_title {
    color: #eac712 !important;
}

.ext_details_tabs .tab > a {
	background: rgba(0, 0, 0, 0) linear-gradient(#aaaaaa 0%, #444444 100%) repeat scroll 0 0 !important;
	color: #000000 !important;
	margin-left: 3px;
}

.ext_details_tabs .tab:hover > a {
	color: #eac712 !important;
	background: rgba(0, 0, 0, 0) linear-gradient(#444 0%, #777 100%) repeat scroll 0 0 !important;
}

.ext_details_tabs .activetab > a,
.ext_details_tabs .activetab > a:hover {
	color: #999999 !important;
	background: none !important;
	background: rgba(0, 0, 0, 0) linear-gradient(#888888 0%, #555555 100%) repeat scroll 0 0 !important;
	border-bottom-color: #555555 !important;
}

.ext_details_tabs .activetab > a:hover {
	margin: 0 1px 0 3px !important;
}

.ext_details_markdown, .ext_details_block #filetree {
    background-color:#777777 !important;
}

#upload_main .extension_author_link:hover {
	background-color: #555555 !important;
	border: 1px solid #999999 !important;
}

/* Version Check */
.buttoncopyf {
	background: #444444 !important;
}

/* Who Is Where */
.successbox {
    border: 1px solid #999999 !important;
}

/* EXTENSION MANAGER */

.js_link {
	color: #eac712 !important;
}

.js_link:hover {
	color: #6bb17e !important;
	text-decoration: underline;
	cursor: pointer;
}

.js_link.disabled,
.js_link.disabled:hover {
	color: #eac712 !important;
}

.newsscroll_outer{
	background-color: #33383c !important;
	border: 1px solid #ecdcdc !important;
}

.upload_valid_ext_row {
	background-color: #444444 !important;
}

a:link, a:visited {
    color: #eac712;
}
a.upload_valid_ext_announcement_link:hover {
    color: #fff;
    background-color: #2abf66;
    border: 1px solid #d6dce3;
}

a.upload_valid_ext_download_link:hover {
    color: #fff;
    background-color: #41bf2a;
}

a.upload_valid_ext_download_link {
	background: #1e3123;
}

a.upload_valid_ext_announcement_link {
	border: 1px solid #e4dbd9;
}

.extensions-header, .row-even, .note-extension {

    background-color: #444444 !important;
}

.row-odd {
    background-color: #333333 !important;
}

.extension-name a {
    color: #eac712 !important;
}

.pushmessage-header, .pushmessage-row {
    background-color: #323232 !important;
}

.pushmessage-header {
    background-color: #272727 !important;
}

.pushmessage_copyright {
    font-size: 11px;
     color: #ffffff !important;
}

div.rules {
	background-color: #ECD5D8;
}
.form-fieldset legend {
    color: #ffffff !important;
}

.ipn-fieldset legend {
    color: #ffffff !important;
}

.page-title {
    color: #eac712 !important;
}

.donation-summary-header {
    background-color: #242121 !important;

}

.donation-header {
    background-color: #272727 !important;
}

.donation-row {
    background-color: #444444 !important;
}

.row-even {
    background-color: #444444 !important;
}

.row-odd {
    background-color: #272727 !important;
}

.donation-history-header {
    background-color: #272727 !important;
}

/* Base styling for the fieldset */
.form-fieldset {
    background-color: #272727 !important;
}

/* IPN Fieldset Styling */
.ipn-fieldset {
    background-color: #272727 !important;
    border: 1px solid #ffffff !important;
}

.ipn-form-description {
    color: #ffffff !important;
}

.ipn-instructions b {
    color: #ffffff !important;
}

.ipn-instructions {
    color: #ffffff !important;
}

.ipn-url {
    color: #e9c613 !important;
}

.ipn-form-description {
    color: #ffffff !important;
}

.form-item label {
    color: #ffffff  !important;
}

.eds-acp-list-header {
    background-color: #333333 !important;
}

